PoseLandmarkerResult

public abstract class PoseLandmarkerResult

Represents the pose landmarks deection results generated by PoseLandmarker.

Public Constructors

Public Methods

abstract List<List<NormalizedLandmark>>
landmarks()
Pose landmarks of detected poses.
abstract Optional<List<MPImage>>
segmentationMasks()
Pose segmentation masks.
abstract long
timestampMs()
Returns the timestamp that is associated with the task result object.
abstract List<List<Landmark>>
worldLandmarks()
Pose landmarks in world coordinates of detected poses.

Inherited Methods

Public Constructors

public PoseLandmarkerResult ()

Public Methods

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

Pose landmarks of detected poses.

public abstract Optional<List<MPImage>> segmentationMasks ()

Pose segmentation masks.

public abstract long timestampMs ()

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

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

Pose landmarks in world coordinates of detected poses.