DetectedFaceList.add Method

Module: DetectedFaceList

Definition

Adds an item to the DetectedFaceList object.

add(self, detected_face_item: DetectedFace) -> None

Parameters

detected_face_item DetectedFace
in DetectedFace item to add.

Exceptions

An error has occurred during Face Library execution.
void add(DetectedFace detectedFaceItem)

Parameters

detectedFaceItem DetectedFace
in DetectedFace item to add.

Exceptions

An error has occurred during Face Library execution.
public void Add(DetectedFace detectedFaceItem)

Parameters

detectedFaceItem DetectedFace
in DetectedFace item to add.

Exceptions

An error has occurred during Face Library execution.
public void add(DetectedFace detectedFaceItem) throws FaceException

Parameters

detectedFaceItem DetectedFace
in DetectedFace item to add.

Exceptions

An error has occurred during Face Library execution.
public func add(detectedFaceItem: DetectedFace) throws

Parameters

detectedFaceItem DetectedFace
in 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_LIST
in Handle to the DetectedFaceList object.

hDetectedFaceItem ID3_DETECTED_FACE
in DetectedFace item to add.

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.