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