FaceTemplateDict.clone Method

Module: FaceTemplateDict

Definition

Clones the FaceTemplateDict object.

clone(self) -> FaceTemplateDict

Returns

The newly created face template dict.

Exceptions

An error has occurred during Face Library execution.
FaceTemplateDict clone()

Returns

The newly created face template dict.

Exceptions

An error has occurred during Face Library execution.
public FaceTemplateDict Clone()

Returns

The newly created face template dict.

Exceptions

An error has occurred during Face Library execution.
public FaceTemplateDict clone() throws FaceException

Returns

The newly created face template dict.

Exceptions

An error has occurred during Face Library execution.
public func clone() throws -> FaceTemplateDict

Returns

The newly created face template dict.

Exceptions

An error has occurred during Face Library execution.
int id3FaceTemplateDict_CopyTo (
    ID3_FACE_TEMPLATE_DICT hFaceTemplateDict,
    ID3_FACE_TEMPLATE_DICT hFaceTemplateDictDst)

Parameters

hFaceTemplateDict ID3_FACE_TEMPLATE_DICT
in Handle to the FaceTemplateDict object.

hFaceTemplateDictDst ID3_FACE_TEMPLATE_DICT
out The newly created face template dict.

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.