DetectedFaceList.set Method¶
Module: DetectedFaceList
Definition¶
Sets an item of the DetectedFaceList object.
set(self, index: int, detected_face_item: DetectedFace) -> None
Parameters
index
intin Index of the DetectedFace item to set.detected_face_item
DetectedFacein DetectedFace item to set.
Exceptions
An error has occurred during Face Library execution.
void set(int index, DetectedFace detectedFaceItem)
Parameters
index
intin Index of the DetectedFace item to set.detectedFaceItem
DetectedFacein DetectedFace item to set.
Exceptions
An error has occurred during Face Library execution.
public void Set(int index, DetectedFace detectedFaceItem)
Parameters
index
intin Index of the DetectedFace item to set.detectedFaceItem
DetectedFacein DetectedFace item to set.
Exceptions
An error has occurred during Face Library execution.
public void set(int index, DetectedFace detectedFaceItem) throws FaceException
Parameters
index
intin Index of the DetectedFace item to set.detectedFaceItem
DetectedFacein DetectedFace item to set.
Exceptions
An error has occurred during Face Library execution.
public func set(index: Int32, detectedFaceItem: DetectedFace) throws
Parameters
index
Int32in Index of the DetectedFace item to set.detectedFaceItem
DetectedFacein DetectedFace item to set.
Exceptions
An error has occurred during Face Library execution.
int id3DetectedFaceList_Set (
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 set.hDetectedFaceItem
ID3_DETECTED_FACEin DetectedFace item to set.
Returns