DetectedFaceList.add Method¶
Module: DetectedFaceList
Definition¶
Adds an item to the DetectedFaceList object.
add(self, detected_face_item: DetectedFace) -> None
Parameters
detected_face_itemDetectedFacein DetectedFace item to add.
Exceptions
An error has occurred during Face Library execution.
void add(DetectedFace detectedFaceItem)
Parameters
detectedFaceItemDetectedFacein DetectedFace item to add.
Exceptions
An error has occurred during Face Library execution.
public void Add(DetectedFace detectedFaceItem)
Parameters
detectedFaceItemDetectedFacein DetectedFace item to add.
Exceptions
An error has occurred during Face Library execution.
public void add(DetectedFace detectedFaceItem) throws FaceException
Parameters
detectedFaceItemDetectedFacein DetectedFace item to add.
Exceptions
An error has occurred during Face Library execution.
public func add(detectedFaceItem: DetectedFace) throws
Parameters
detectedFaceItemDetectedFacein 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
hDetectedFaceListID3_DETECTED_FACE_LISTin Handle to the DetectedFaceList object.hDetectedFaceItemID3_DETECTED_FACEin DetectedFace item to add.
Returns