HandLandmarkerResult interface

Represents the hand landmarks deection results generated by HandLandmarker .

Signature:

  export 
  
 declare 
  
 interface 
  
 HandLandmarkerResult 
  
 

Properties

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

HandLandmarkerResult.handedness

Handedness of detected hands.

Signature:

  handedness 
 : 
  
 Category 
 [][]; 
 

HandLandmarkerResult.handednesses

Use .handedness instead.

Handedness of detected hands.

Signature:

  handednesses 
 : 
  
 Category 
 [][]; 
 

HandLandmarkerResult.landmarks

Hand landmarks of detected hands.

Signature:

  landmarks 
 : 
  
 NormalizedLandmark 
 [][]; 
 

HandLandmarkerResult.worldLandmarks

Hand landmarks in world coordinates of detected hands.

Signature:

  worldLandmarks 
 : 
  
 Landmark 
 [][]; 
 
Create a Mobile Website
View Site in Mobile | Classic
Share by: