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_CANDIDATEin Handle to the FaceCandidate object.hFaceCandidateDst
ID3_FACE_CANDIDATEout The newly created face candidate.
Returns