TrackedFaceList.get Method¶
Module: TrackedFaceList
Definition¶
Gets an item of the TrackedFaceList object.
get(self, index: int) -> TrackedFace
Parameters
indexintin Index of the TrackedFace item to get.
Returns
TrackedFace item to get.
Exceptions
An error has occurred during Face Library execution.
TrackedFace get(int index)
Parameters
indexintin Index of the TrackedFace item to get.
Returns
TrackedFace item to get.
Exceptions
An error has occurred during Face Library execution.
public TrackedFace Get(int index)
Parameters
indexintin Index of the TrackedFace item to get.
Returns
TrackedFace item to get.
Exceptions
An error has occurred during Face Library execution.
public TrackedFace get(int index) throws FaceException
Parameters
indexintin Index of the TrackedFace item to get.
Returns
TrackedFace item to get.
Exceptions
An error has occurred during Face Library execution.
public func get(index: Int32) throws -> TrackedFace
Parameters
indexInt32in Index of the TrackedFace item to get.
Returns
TrackedFace item to get.
Exceptions
An error has occurred during Face Library execution.
int id3TrackedFaceList_Get (
ID3_TRACKED_FACE_LIST hTrackedFaceList,
int index,
ID3_TRACKED_FACE hTrackedFaceItem)
Parameters
hTrackedFaceListID3_TRACKED_FACE_LISTin Handle to the TrackedFaceList object.indexintin Index of the TrackedFace item to get.hTrackedFaceItemID3_TRACKED_FACEout TrackedFace item to get.
Returns