DetectedFace.clone Method¶
Module: DetectedFace
Definition¶
Clones the DetectedFace object.
clone(self) -> DetectedFace
Returns
The newly created detected face.
Exceptions
An error has occurred during Face Library execution.
DetectedFace clone()
Returns
The newly created detected face.
Exceptions
An error has occurred during Face Library execution.
public DetectedFace Clone()
Returns
The newly created detected face.
Exceptions
An error has occurred during Face Library execution.
public DetectedFace clone() throws FaceException
Returns
The newly created detected face.
Exceptions
An error has occurred during Face Library execution.
public func clone() throws -> DetectedFace
Returns
The newly created detected face.
Exceptions
An error has occurred during Face Library execution.
int id3DetectedFace_CopyTo (
ID3_DETECTED_FACE hDetectedFace,
ID3_DETECTED_FACE hDetectedFaceDst)
Parameters
hDetectedFace
ID3_DETECTED_FACEin Handle to the DetectedFace object.hDetectedFaceDst
ID3_DETECTED_FACEout The newly created detected face.
Returns