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.