DiscreteGestureResult.Confidence Property

Gets a value indicating the confidence level of the gesture detection.

Syntax

public:
property float32 Confidence {
         float32 get ();
}
public float Confidence { get; }
var confidence = discreteGestureResult.confidence;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: float32
Type: float
Type: Number

 

A value indicating the confidence level of the gesture detection.

Requirements

Namespace: Microsoft.Kinect.VisualGestureBuilder

Assembly: Microsoft.Kinect.VisualGestureBuilder (in microsoft.kinect.visualgesturebuilder.dll)

See also

Reference

DiscreteGestureResult Class
Microsoft.Kinect.VisualGestureBuilder Namespace