FaceTemplateDict.clone Method¶
Module: FaceTemplateDict
Definition¶
Clones the FaceTemplateDict object.
clone(self) -> FaceTemplateDict
Returns
The newly created face template dict.
Exceptions
An error has occurred during Face Library execution.
FaceTemplateDict clone()
Returns
The newly created face template dict.
Exceptions
An error has occurred during Face Library execution.
public FaceTemplateDict Clone()
Returns
The newly created face template dict.
Exceptions
An error has occurred during Face Library execution.
public FaceTemplateDict clone() throws FaceException
Returns
The newly created face template dict.
Exceptions
An error has occurred during Face Library execution.
public func clone() throws -> FaceTemplateDict
Returns
The newly created face template dict.
Exceptions
An error has occurred during Face Library execution.
int id3FaceTemplateDict_CopyTo (
ID3_FACE_TEMPLATE_DICT hFaceTemplateDict,
ID3_FACE_TEMPLATE_DICT hFaceTemplateDictDst)
Parameters
hFaceTemplateDict
ID3_FACE_TEMPLATE_DICTin Handle to the FaceTemplateDict object.hFaceTemplateDictDst
ID3_FACE_TEMPLATE_DICTout The newly created face template dict.
Returns