FaceTemplateList.clone Method

Module: FaceTemplateList

Definition

Clones the FaceTemplateList object.

clone(self) -> FaceTemplateList

Returns

The newly created face template list.

Exceptions

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

Returns

The newly created face template list.

Exceptions

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

Returns

The newly created face template list.

Exceptions

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

Returns

The newly created face template list.

Exceptions

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

Returns

The newly created face template list.

Exceptions

An error has occurred during Face Library execution.
int id3FaceTemplateList_CopyTo (
    ID3_FACE_TEMPLATE_LIST hFaceTemplateList,
    ID3_FACE_TEMPLATE_LIST hFaceTemplateListDst)

Parameters

hFaceTemplateList ID3_FACE_TEMPLATE_LIST
in Handle to the FaceTemplateList object.

hFaceTemplateListDst ID3_FACE_TEMPLATE_LIST
out The newly created face template list.

Returns

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