FaceTemplate.clone Method¶
Module: FaceTemplate
Definition¶
Clones the FaceTemplate object.
clone(self) -> FaceTemplate
Returns
The newly created face template.
Exceptions
An error has occurred during Face Library execution.
FaceTemplate clone()
Returns
The newly created face template.
Exceptions
An error has occurred during Face Library execution.
public FaceTemplate Clone()
Returns
The newly created face template.
Exceptions
An error has occurred during Face Library execution.
public FaceTemplate clone() throws FaceException
Returns
The newly created face template.
Exceptions
An error has occurred during Face Library execution.
public func clone() throws -> FaceTemplate
Returns
The newly created face template.
Exceptions
An error has occurred during Face Library execution.
int id3FaceTemplate_CopyTo (
ID3_FACE_TEMPLATE hFaceTemplate,
ID3_FACE_TEMPLATE hFaceTemplateDst)
Parameters
hFaceTemplate
ID3_FACE_TEMPLATEin Handle to the FaceTemplate object.hFaceTemplateDst
ID3_FACE_TEMPLATEout The newly created face template.
Returns