FaceCandidateList.clear Method¶
Module: FaceCandidateList
Definition¶
Clears the FaceCandidateList 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 id3FaceCandidateList_Clear (
ID3_FACE_CANDIDATE_LIST hFaceCandidateList)
Parameters
hFaceCandidateList
ID3_FACE_CANDIDATE_LISTin Handle to the FaceCandidateList object.
Returns