DetectedFaceList.get Method

Module: DetectedFaceList

Definition

Gets an item of the DetectedFaceList object.

get(self, index: int) -> DetectedFace

Parameters

index int
in Index of the DetectedFace item to get.

Returns

DetectedFace item to get.

Exceptions

An error has occurred during Face Library execution.
DetectedFace get(int index)

Parameters

index int
in Index of the DetectedFace item to get.

Returns

DetectedFace item to get.

Exceptions

An error has occurred during Face Library execution.
public DetectedFace Get(int index)

Parameters

index int
in Index of the DetectedFace item to get.

Returns

DetectedFace item to get.

Exceptions

An error has occurred during Face Library execution.
public DetectedFace get(int index) throws FaceException

Parameters

index int
in Index of the DetectedFace item to get.

Returns

DetectedFace item to get.

Exceptions

An error has occurred during Face Library execution.
public func get(index: Int32) throws -> DetectedFace

Parameters

index Int32
in Index of the DetectedFace item to get.

Returns

DetectedFace item to get.

Exceptions

An error has occurred during Face Library execution.
int id3DetectedFaceList_Get (
    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 get.

hDetectedFaceItem ID3_DETECTED_FACE
out DetectedFace item to get.

Returns

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