MLJoint class

Constructors

MLJoint.fromMap(Map json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pointX double
final
pointY double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double
final
type int?
final

Methods

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

Operators

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

Constants

typeHeadTop → const int
Head point.
typeLeftAnkle → const int
Left ankle point.
typeLeftElbow → const int
Left elbow point.
typeLeftHip → const int
Left hip point.
typeLeftKnee → const int
Left knee point.
typeLeftShoulder → const int
Left shoulder point.
typeLeftWrist → const int
Left wrist point.
typeNeck → const int
Neck point.
typeRightAnkle → const int
Right ankle point.
typeRightElbow → const int
Right elbow point.
typeRightHip → const int
Right hip point.
typeRightKnee → const int
Right knee point.
typeRightShoulder → const int
Right shoulder point.
typeRightWrist → const int
Right wrist point.