FaceTemplateList.clone Method¶
Module: FaceTemplateList
Definition¶
Clones the FaceTemplateList object.
clone(self) -> FaceTemplateList
Returns
The newly created face template list.
Exceptions
An error has occurred during Face Library execution.
FaceTemplateList clone()
Returns
The newly created face template list.
Exceptions
An error has occurred during Face Library execution.
public FaceTemplateList Clone()
Returns
The newly created face template list.
Exceptions
An error has occurred during Face Library execution.
public FaceTemplateList clone() throws FaceException
Returns
The newly created face template list.
Exceptions
An error has occurred during Face Library execution.
public func clone() throws -> FaceTemplateList
Returns
The newly created face template list.
Exceptions
An error has occurred during Face Library execution.
int id3FaceTemplateList_CopyTo (
ID3_FACE_TEMPLATE_LIST hFaceTemplateList,
ID3_FACE_TEMPLATE_LIST hFaceTemplateListDst)
Parameters
hFaceTemplateList
ID3_FACE_TEMPLATE_LISTin Handle to the FaceTemplateList object.hFaceTemplateListDst
ID3_FACE_TEMPLATE_LISTout The newly created face template list.
Returns