Fingers

data class Fingers(val index: FingerDetector.Finger?, val middle: FingerDetector.Finger?, val ring: FingerDetector.Finger?, val little: FingerDetector.Finger?)

Detected fingers.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Index finger detection result, or null if the finger was not detected in the image.

Link copied to clipboard

Little finger detection result, or null if the finger was not detected in the image.

Link copied to clipboard

Middle finger detection result, or null if the finger was not detected in the image.

Link copied to clipboard

Ring finger detection result, or null if the finger was not detected in the image.