DetectedFaceList.set Method¶
Module: DetectedFaceList
Definition¶
Sets an item of the DetectedFaceList object.
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.