FaceCandidateIndexerList Class

Namespace: id3.Face

Definition

Represents a list of candidates from the FaceIndexer search.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the list

operator [int index]

FaceCandidateIndexer

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 FaceCandidateIndexerList object.

clear

Clears the FaceCandidateIndexerList object.

clone

Clones the FaceCandidateIndexerList object.

get

Gets an item of the FaceCandidateIndexerList object.

getCount

Gets the number of elements in the FaceCandidateIndexerList object.

removeAt

Removes an element of the FaceCandidateIndexerList object.

resize

FaceCandidateIndexerList object.

set

Sets an item of the FaceCandidateIndexerList object.