DiscreteGestureResult Class

Provides methods for determining the status of a discrete gesture detection.

Syntax

public ref class DiscreteGestureResult sealed
public sealed class DiscreteGestureResult
var discreteGestureResult = Microsoft.Kinect.VisualGestureBuilder.DiscreteGestureResult;

Members

DiscreteGestureResult has the following members.

Properties

Name Description
Confidence Gets a value indicating the confidence level of the gesture detection.
Detected Gets a value indicating whether a gesture has been detected.
FirstFrameDetected Gets a value indicating whether the first frame of a gesture has been detected.

Requirements

Namespace: Microsoft.Kinect.VisualGestureBuilder

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

See also

Reference

Microsoft.Kinect.VisualGestureBuilder Namespace