TrackedFaceList.get Method¶
Module: TrackedFaceList
Definition¶
Gets an item of the TrackedFaceList object.
get(self, index: int) -> TrackedFace
Parameters
index
intin 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
index
intin 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
index
intin 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
index
intin 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
index
Int32in 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
hTrackedFaceList
ID3_TRACKED_FACE_LISTin Handle to the TrackedFaceList object.index
intin Index of the TrackedFace item to get.hTrackedFaceItem
ID3_TRACKED_FACEout TrackedFace item to get.
Returns