DiscreteGestureResult.Confidence Property

Gets the confidence of a discrete gesture, which ranges between 0 (0% confidence) and 1 (100% confidence).

Syntax

public:
property float32 Confidence {
         float32 get ();
}  

Property value

Type: float32 

 The confidence.

Remarks

Fine-tune gesture responses by checking the confidence value whenever a gesture has been detected. If a gesture is firing too early or too often, ignore the gesture until the confidence value reaches a desired threshold (>0.5, for example).

Requirements

Namespace: Microsoft.Kinect

Metadata: microsoft.kinect.winmd

See also

Reference

DiscreteGestureResult Class

DiscreteGestureResult Members

Microsoft.Kinect Namespace