HandFunctions class

A class that converts the information from apple vision to dart

Constructors

HandFunctions()

Properties

hashCode int
The hash code for this object.
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

Static Methods

getHandDataFromList(List<Object?> object) List<Hand>
Convert hand data from apple vision to usable dart data
getJointFromString(String joint) FingerJoint?
Get the joint information for a string format and convert to an enum FingerJoint