public abstract class
HandLandmarkerResult
Represents the hand landmarks deection results generated by HandLandmarker
.
Public Constructors
Public Methods
abstract List<List<Category>> |
handedness()
Handedness of detected hands.
|
List<List<Category>> |
handednesses()
This method is deprecated. Use
handedness() instead.
|
abstract List<List<NormalizedLandmark>> |
landmarks()
Hand landmarks of detected hands.
|
abstract long |
timestampMs()
Returns the timestamp that is associated with the task result object.
|
abstract List<List<Landmark>> |
worldLandmarks()
Hand landmarks in world coordinates of detected hands.
|
Inherited Methods
Public Constructors
public HandLandmarkerResult ()
Public Methods
public abstract long timestampMs ()
Returns the timestamp that is associated with the task result object.