FaceTemplateFormat enum

Enumerates the face template formats.

Inheritance

Constructors

FaceTemplateFormat()
const

Values

undefined → const FaceTemplateFormat

Undefined template format.

v8A → const FaceTemplateFormat

Template generated with the FaceEncoder8A model.

v8B → const FaceTemplateFormat

Template generated with the FaceEncoder8B model.

v9A → const FaceTemplateFormat

Template generated with the FaceEncoder9A model.

v9B → const FaceTemplateFormat

Template generated with the FaceEncoder9B model.

v9C → const FaceTemplateFormat

Template generated with the FaceEncoder9C model.

periocularV2A → const FaceTemplateFormat

Template generated with the FacePeriocularEncoder2A model.

periocularV2B → const FaceTemplateFormat

Template generated with the FacePeriocularEncoder2B model.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FaceTemplateFormat>
A constant List of the values in this enum, in order of their declaration.
[undefined, v8A, v8B, v9A, v9B, v9C, periocularV2A, periocularV2B]