DetectedFaceList.clear Method¶
Module: DetectedFaceList
Definition¶
Clears the DetectedFaceList 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 id3DetectedFaceList_Clear (
ID3_DETECTED_FACE_LIST hDetectedFaceList)
Parameters
hDetectedFaceList
ID3_DETECTED_FACE_LISTin Handle to the DetectedFaceList object.
Returns