FaceTemplateDict.clear Method¶
Module: FaceTemplateDict
Definition¶
Clears the FaceTemplateDict object.
public void clear() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public func clear() throws
Exceptions
An error has occurred during Face Library execution.
int id3FaceTemplateDict_Clear (
ID3_FACE_TEMPLATE_DICT hFaceTemplateDict)
Parameters
hFaceTemplateDict
ID3_FACE_TEMPLATE_DICTin Handle to the FaceTemplateDict object.
Returns