DetectedFaceList.get Method¶
Module: DetectedFaceList
Definition¶
Gets an item of the DetectedFaceList object.
get(self, index: int) -> DetectedFace
Parameters
indexintin 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
indexintin 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
indexintin 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
indexintin 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
indexInt32in 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
hDetectedFaceListID3_DETECTED_FACE_LISTin Handle to the DetectedFaceList object.indexintin Index of the DetectedFace item to get.hDetectedFaceItemID3_DETECTED_FACEout DetectedFace item to get.
Returns