LandmarkType enum Null safety

Face landmark (feature) type. Left and right are defined from the vantage of the viewer of the image without considering mirror projections typical of photos. So, LEFT_EYE, typically, is the person's right eye.

Inheritance
Annotations

Constructors

LandmarkType()
const

Values

UNKNOWN_LANDMARK → const LandmarkType
LEFT_EYE → const LandmarkType
RIGHT_EYE → const LandmarkType
LEFT_OF_LEFT_EYEBROW → const LandmarkType
RIGHT_OF_LEFT_EYEBROW → const LandmarkType
LEFT_OF_RIGHT_EYEBROW → const LandmarkType
RIGHT_OF_RIGHT_EYEBROW → const LandmarkType
MIDPOINT_BETWEEN_EYES → const LandmarkType
NOSE_TIP → const LandmarkType
UPPER_LIP → const LandmarkType
LOWER_LIP → const LandmarkType
MOUTH_LEFT → const LandmarkType
MOUTH_RIGHT → const LandmarkType
MOUTH_CENTER → const LandmarkType
NOSE_BOTTOM_RIGHT → const LandmarkType
NOSE_BOTTOM_LEFT → const LandmarkType
NOSE_BOTTOM_CENTER → const LandmarkType
LEFT_EYE_TOP_BOUNDARY → const LandmarkType
LEFT_EYE_RIGHT_CORNER → const LandmarkType
LEFT_EYE_BOTTOM_BOUNDARY → const LandmarkType
LEFT_EYE_LEFT_CORNER → const LandmarkType
RIGHT_EYE_TOP_BOUNDARY → const LandmarkType
RIGHT_EYE_RIGHT_CORNER → const LandmarkType
RIGHT_EYE_BOTTOM_BOUNDARY → const LandmarkType
RIGHT_EYE_LEFT_CORNER → const LandmarkType
LEFT_EYEBROW_UPPER_MIDPOINT → const LandmarkType
RIGHT_EYEBROW_UPPER_MIDPOINT → const LandmarkType
LEFT_EAR_TRAGION → const LandmarkType
RIGHT_EAR_TRAGION → const LandmarkType
LEFT_EYE_PUPIL → const LandmarkType
RIGHT_EYE_PUPIL → const LandmarkType
FOREHEAD_GLABELLA → const LandmarkType
CHIN_GNATHION → const LandmarkType
CHIN_LEFT_GONION → const LandmarkType
CHIN_RIGHT_GONION → const LandmarkType
LEFT_CHEEK_CENTER → const LandmarkType
RIGHT_CHEEK_CENTER → const LandmarkType

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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<LandmarkType>
A constant List of the values in this enum, in order of their declaration.
[UNKNOWN_LANDMARK, LEFT_EYE, RIGHT_EYE, LEFT_OF_LEFT_EYEBROW, RIGHT_OF_LEFT_EYEBROW, LEFT_OF_RIGHT_EYEBROW, RIGHT_OF_RIGHT_EYEBROW, MIDPOINT_BETWEEN_EYES, NOSE_TIP, UPPER_LIP, LOWER_LIP, MOUTH_LEFT, M…