FaceCandidateList Class

Namespace: id3.Face

Definition

Represents a candidate list in a one-to-many search.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the list

operator [int index]

FaceCandidate

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

clear

Clears the FaceCandidateList object.

clone

Clones the FaceCandidateList object.

get

Gets an item of the FaceCandidateList object.

getCount

Gets the number of elements in the FaceCandidateList object.

removeAt

Removes an element of the FaceCandidateList object.

resize

FaceCandidateList object.

set

Sets an item of the FaceCandidateList object.