DetectedFaceList.add Method¶
Module: DetectedFaceList
Definition¶
Adds an item to the DetectedFaceList object.
add(self, detected_face_item: DetectedFace) -> None
Parameters
detected_face_item
DetectedFacein DetectedFace item to add.
Exceptions
An error has occurred during Face Library execution.
void add(DetectedFace detectedFaceItem)
Parameters
detectedFaceItem
DetectedFacein DetectedFace item to add.
Exceptions
An error has occurred during Face Library execution.
public void Add(DetectedFace detectedFaceItem)
Parameters
detectedFaceItem
DetectedFacein DetectedFace item to add.
Exceptions
An error has occurred during Face Library execution.
public void add(DetectedFace detectedFaceItem) throws FaceException
Parameters
detectedFaceItem
DetectedFacein DetectedFace item to add.
Exceptions
An error has occurred during Face Library execution.
public func add(detectedFaceItem: DetectedFace) throws
Parameters
detectedFaceItem
DetectedFacein DetectedFace item to add.
Exceptions
An error has occurred during Face Library execution.
int id3DetectedFaceList_Add (
ID3_DETECTED_FACE_LIST hDetectedFaceList,
ID3_DETECTED_FACE hDetectedFaceItem)
Parameters
hDetectedFaceList
ID3_DETECTED_FACE_LISTin Handle to the DetectedFaceList object.hDetectedFaceItem
ID3_DETECTED_FACEin DetectedFace item to add.
Returns