DetectedFaceList.set Method

Module: DetectedFaceList

Definition

Sets an item of the DetectedFaceList object.

set(self, index: int, detected_face_item: DetectedFace) -> None

Parameters

index int
in Index of the DetectedFace item to set.

detected_face_item DetectedFace
in DetectedFace item to set.

Exceptions

An error has occurred during Face Library execution.
void set(int index, DetectedFace detectedFaceItem)

Parameters

index int
in Index of the DetectedFace item to set.

detectedFaceItem DetectedFace
in DetectedFace item to set.

Exceptions

An error has occurred during Face Library execution.
public void Set(int index, DetectedFace detectedFaceItem)

Parameters

index int
in Index of the DetectedFace item to set.

detectedFaceItem DetectedFace
in DetectedFace item to set.

Exceptions

An error has occurred during Face Library execution.
public void set(int index, DetectedFace detectedFaceItem) throws FaceException

Parameters

index int
in Index of the DetectedFace item to set.

detectedFaceItem DetectedFace
in DetectedFace item to set.

Exceptions

An error has occurred during Face Library execution.
public func set(index: Int32, detectedFaceItem: DetectedFace) throws

Parameters

index Int32
in Index of the DetectedFace item to set.

detectedFaceItem DetectedFace
in DetectedFace item to set.

Exceptions

An error has occurred during Face Library execution.
int id3DetectedFaceList_Set (
    ID3_DETECTED_FACE_LIST hDetectedFaceList,
    int index,
    ID3_DETECTED_FACE hDetectedFaceItem)

Parameters

hDetectedFaceList ID3_DETECTED_FACE_LIST
in Handle to the DetectedFaceList object.

index int
in Index of the DetectedFace item to set.

hDetectedFaceItem ID3_DETECTED_FACE
in DetectedFace item to set.

Returns

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