Gesture

data class Gesture(val label: String, val score: Float, val landmarks: List<LiteRTExt.Hand.Landmark>)

Represents a recognized hand gesture.

Parameters

label

The label of the gesture (e.g., "palm", "pinch").

score

The confidence score.

landmarks

The list of hand landmarks.

Constructors

Link copied to clipboard
constructor(label: String, score: Float, landmarks: List<LiteRTExt.Hand.Landmark>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard