HolisticLandmarkerResult

public abstract class HolisticLandmarkerResult

Represents the holistic landmarks detection results generated by HolisticLandmarker.

Public Constructors

Public Methods

abstract Optional<List<Category>>
faceBlendshapes()
Optional face blendshapes.
abstract List<NormalizedLandmark>
faceLandmarks()
Detected face landmarks in normalized image coordinates.
abstract List<NormalizedLandmark>
leftHandLandmarks()
Hand landmarks of detected left hands.
abstract List<Landmark>
leftHandWorldLandmarks()
Hnd landmarks in world coordinates of detected left hands.
abstract List<NormalizedLandmark>
poseLandmarks()
Detected pose landmarks in normalized image coordinates.
abstract List<Landmark>
poseWorldLandmarks()
Pose landmarks in world coordinates of the detected pose.
abstract List<NormalizedLandmark>
rightHandLandmarks()
Hand landmarks of detected right hands.
abstract List<Landmark>
rightHandWorldLandmarks()
Hand landmarks in world coordinates of detected right hands.
abstract Optional<MPImage>
segmentationMask()
Segmentation mask for the detected pose.
abstract long
timestampMs()
Returns the timestamp that is associated with the task result object.

Inherited Methods