DetectedFaceList Class¶
Namespace: id3.Face
Definition¶
Represents a list of detected faces.
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the list |
|
operator [int index] |
Gets or sets the element at the specified index in the list. |
Iteration¶
This class supports iteration in Dart, C#, Java and Python.
Methods¶
Name |
Description |
|---|---|
Adds an item to the DetectedFaceList object. |
|
Clears the DetectedFaceList object. |
|
Clones the DetectedFaceList object. |
|
Finds a detected face by ID. |
|
Gets an item of the DetectedFaceList object. |
|
Gets the number of elements in the DetectedFaceList object. |
|
Gets the list of IDs in the list. |
|
Gets the largest face in the list. |
|
Removes an element of the DetectedFaceList object. |
|
Rescales all detected faces in the list. |
|
DetectedFaceList object. |
|
Sets an item of the DetectedFaceList object. |