FaceTemplateList Class

Namespace: id3.Face

Definition

Represents a list of face templates.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the list

operator [int index]

FaceTemplate

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

clear

Clears the FaceTemplateList object.

clone

Clones the FaceTemplateList object.

get

Gets an item of the FaceTemplateList object.

getCount

Gets the number of elements in the FaceTemplateList object.

removeAt

Removes an element of the FaceTemplateList object.

resize

FaceTemplateList object.

set

Sets an item of the FaceTemplateList object.