PoseLandmarkType enum

Inheritance

Constructors

PoseLandmarkType()
const

Values

LEFT_EYE → const PoseLandmarkType
LEFT_EYE_INNER → const PoseLandmarkType
LEFT_EYE_OUTER → const PoseLandmarkType
RIGHT_EYE → const PoseLandmarkType
RIGHT_EYE_INNER → const PoseLandmarkType
RIGHT_EYE_OUTER → const PoseLandmarkType
LEFT_EAR → const PoseLandmarkType
RIGHT_EAR → const PoseLandmarkType
NOSE → const PoseLandmarkType
LEFT_MOUTH → const PoseLandmarkType
RIGHT_MOUTH → const PoseLandmarkType
LEFT_SHOULDER → const PoseLandmarkType
RIGHT_SHOULDER → const PoseLandmarkType
LEFT_ELBOW → const PoseLandmarkType
RIGHT_ELBOW → const PoseLandmarkType
LEFT_WRIST → const PoseLandmarkType
RIGHT_WRIST → const PoseLandmarkType
LEFT_THUMB → const PoseLandmarkType
RIGHT_THUMB → const PoseLandmarkType
LEFT_INDEX → const PoseLandmarkType
RIGHT_INDEX → const PoseLandmarkType
LEFT_PINKY → const PoseLandmarkType
RIGHT_PINKY → const PoseLandmarkType
LEFT_HIP → const PoseLandmarkType
RIGHT_HIP → const PoseLandmarkType
LEFT_KNEE → const PoseLandmarkType
RIGHT_KNEE → const PoseLandmarkType
LEFT_ANKLE → const PoseLandmarkType
RIGHT_ANKLE → const PoseLandmarkType
LEFT_HEEL → const PoseLandmarkType
RIGHT_HEEL → const PoseLandmarkType
LEFT_FOOT_INDEX → const PoseLandmarkType
RIGHT_FOOT_INDEX → const PoseLandmarkType

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