FaceTemplateFormat enum
Enumerates the face template formats.
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
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]