Attention: This MediaPipe Solutions Preview is an early release. Learn more.

HandLandmarkerResult

public abstract class HandLandmarkerResult

Represents the hand landmarks deection results generated by HandLandmarker.

Public Constructors

Public Methods

abstract List<List<Category>>
handednesses()
Handedness of detected hands.
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 coordniates of detected hands.

Inherited Methods

Public Constructors

public HandLandmarkerResult ()

Public Methods

public abstract List<List<Category>> handednesses ()

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 coordniates of detected hands.