FaceCandidateList.clone Method

Module: FaceCandidateList

Definition

Clones the FaceCandidateList object.

clone(self) -> FaceCandidateList

Returns

The newly created face candidate list.

Exceptions

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

Returns

The newly created face candidate list.

Exceptions

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

Returns

The newly created face candidate list.

Exceptions

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

Returns

The newly created face candidate list.

Exceptions

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

Returns

The newly created face candidate list.

Exceptions

An error has occurred during Face Library execution.
int id3FaceCandidateList_CopyTo (
    ID3_FACE_CANDIDATE_LIST hFaceCandidateList,
    ID3_FACE_CANDIDATE_LIST hFaceCandidateListDst)

Parameters

hFaceCandidateList ID3_FACE_CANDIDATE_LIST
in Handle to the FaceCandidateList object.

hFaceCandidateListDst ID3_FACE_CANDIDATE_LIST
out The newly created face candidate list.

Returns

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