HandLandmarkerResult

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 List<List<Category>> handedness ()

Handedness of detected hands.

public List<List<Category>> handednesses ()

This method is deprecated.
Use handedness() instead.

Handedness of detected hands.

public abstract List<List<NormalizedLandmark>> landmarks ()

Hand landmarks of detected hands.

public abstract long timestampMs ()

Returns the timestamp that is associated with the task result object.

public abstract List<List<Landmark>> worldLandmarks ()

Hand landmarks in world coordinates of detected hands.