TrackedFaceList.set Method¶
Module: TrackedFaceList
Definition¶
Sets an item of the TrackedFaceList object.
set(self, index: int, tracked_face_item: TrackedFace) -> None
Parameters
index
intin Index of the TrackedFace item to set.tracked_face_item
TrackedFacein TrackedFace item to set.
Exceptions
An error has occurred during Face Library execution.
void set(int index, TrackedFace trackedFaceItem)
Parameters
index
intin Index of the TrackedFace item to set.trackedFaceItem
TrackedFacein TrackedFace item to set.
Exceptions
An error has occurred during Face Library execution.
public void Set(int index, TrackedFace trackedFaceItem)
Parameters
index
intin Index of the TrackedFace item to set.trackedFaceItem
TrackedFacein TrackedFace item to set.
Exceptions
An error has occurred during Face Library execution.
public void set(int index, TrackedFace trackedFaceItem) throws FaceException
Parameters
index
intin Index of the TrackedFace item to set.trackedFaceItem
TrackedFacein TrackedFace item to set.
Exceptions
An error has occurred during Face Library execution.
public func set(index: Int32, trackedFaceItem: TrackedFace) throws
Parameters
index
Int32in Index of the TrackedFace item to set.trackedFaceItem
TrackedFacein TrackedFace item to set.
Exceptions
An error has occurred during Face Library execution.
int id3TrackedFaceList_Set (
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 set.hTrackedFaceItem
ID3_TRACKED_FACEin TrackedFace item to set.
Returns