FaceTemplate.clone Method

Module: FaceTemplate

Definition

Clones the FaceTemplate object.

clone(self) -> FaceTemplate

Returns

The newly created face template.

Exceptions

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

Returns

The newly created face template.

Exceptions

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

Returns

The newly created face template.

Exceptions

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

Returns

The newly created face template.

Exceptions

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

Returns

The newly created face template.

Exceptions

An error has occurred during Face Library execution.
int id3FaceTemplate_CopyTo (
    ID3_FACE_TEMPLATE hFaceTemplate,
    ID3_FACE_TEMPLATE hFaceTemplateDst)

Parameters

hFaceTemplate ID3_FACE_TEMPLATE
in Handle to the FaceTemplate object.

hFaceTemplateDst ID3_FACE_TEMPLATE
out The newly created face template.

Returns

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