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

HandLandmarkerResult interface

Stay organized with collections Save and categorize content based on your preferences.

Represents the hand landmarks deection results generated by HandLandmarker.

Signature:

export declare interface HandLandmarkerResult 

Properties

Property Type Description
handednesses Category[][] Handedness of detected hands.
landmarks NormalizedLandmark[][] Hand landmarks of detected hands.
worldLandmarks Landmark[][] Hand landmarks in world coordniates of detected hands.

HandLandmarkerResult.handednesses

Handedness of detected hands.

Signature:

handednesses: Category[][];

HandLandmarkerResult.landmarks

Hand landmarks of detected hands.

Signature:

landmarks: NormalizedLandmark[][];

HandLandmarkerResult.worldLandmarks

Hand landmarks in world coordniates of detected hands.

Signature:

worldLandmarks: Landmark[][];