DetectedFaceList Class

Namespace: id3.Face

Definition

Represents a list of detected faces.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the list

operator [int index]

DetectedFace

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

add

Adds an item to the DetectedFaceList object.

clear

Clears the DetectedFaceList object.

clone

Clones the DetectedFaceList object.

findDetectedFace

Finds a detected face by ID.

get

Gets an item of the DetectedFaceList object.

getCount

Gets the number of elements in the DetectedFaceList object.

getIdList

Gets the list of IDs in the list.

getLargestFace

Gets the largest face in the list.

removeAt

Removes an element of the DetectedFaceList object.

rescaleAll

Rescales all detected faces in the list.

resize

DetectedFaceList object.

set

Sets an item of the DetectedFaceList object.