FaceContourType enum

Inheritance

Constructors

FaceContourType()
const

Values

FACE → const FaceContourType
LEFT_EYE → const FaceContourType
RIGHT_EYE → const FaceContourType
LEFT_EYEBROW_TOP → const FaceContourType
LEFT_EYEBROW_BOTTOM → const FaceContourType
RIGHT_EYEBROW_TOP → const FaceContourType
RIGHT_EYEBROW_BOTTOM → const FaceContourType
NOSE_BRIDGE → const FaceContourType
NOSE_BOTTOM → const FaceContourType
LEFT_CHEEK → const FaceContourType
RIGHT_CHEEK → const FaceContourType
UPPER_LIP_TOP → const FaceContourType
UPPER_LIP_BOTTOM → const FaceContourType
LOWER_LIP_TOP → const FaceContourType
LOWER_LIP_BOTTOM → const FaceContourType

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<FaceContourType>
A constant List of the values in this enum, in order of their declaration.