FaceTemplateList.clear Method¶
Module: FaceTemplateList
Definition¶
Clears the FaceTemplateList 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 id3FaceTemplateList_Clear (
ID3_FACE_TEMPLATE_LIST hFaceTemplateList)
Parameters
hFaceTemplateList
ID3_FACE_TEMPLATE_LISTin Handle to the FaceTemplateList object.
Returns