DetectedFaceList.get Method¶
Module: DetectedFaceList
Definition¶
Gets an item of the DetectedFaceList object.
get(self, index: int) -> DetectedFace
Parameters
index
intin 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
intin 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
intin 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
intin 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
Int32in 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_LISTin Handle to the DetectedFaceList object.index
intin Index of the DetectedFace item to get.hDetectedFaceItem
ID3_DETECTED_FACEout DetectedFace item to get.
Returns