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_LISTin Handle to the FaceCandidateList object.hFaceCandidateListDst
ID3_FACE_CANDIDATE_LISTout The newly created face candidate list.
Returns