FaceCandidate.clone Method

Module: FaceCandidate

Definition

Clones the FaceCandidate object.

clone(self) -> FaceCandidate

Returns

The newly created face candidate.

Exceptions

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

Returns

The newly created face candidate.

Exceptions

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

Returns

The newly created face candidate.

Exceptions

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

Returns

The newly created face candidate.

Exceptions

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

Returns

The newly created face candidate.

Exceptions

An error has occurred during Face Library execution.
int id3FaceCandidate_CopyTo (
    ID3_FACE_CANDIDATE hFaceCandidate,
    ID3_FACE_CANDIDATE hFaceCandidateDst)

Parameters

hFaceCandidate ID3_FACE_CANDIDATE
in Handle to the FaceCandidate object.

hFaceCandidateDst ID3_FACE_CANDIDATE
out The newly created face candidate.

Returns

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