Hand

object Hand

Hand tracking and gesture recognition models.

Types

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

Represents a recognized hand gesture.

Link copied to clipboard
data class Landmark(val x: Float, val y: Float, val z: Float, val type: Int)

Represents a specific landmark on a hand.