DetectionResult Enumeration

Gesture detection result options.

Syntax

public enum class DetectionResult  

Members

Member Value Description
Maybe The appearance or activity might be a gesture.
No The appearance or activity is not a gesture.
Unknown It is unknown whether the appearance or activity is a gesture.
Yes The appearance or activity is a gesture.

Remarks

This enumeration is used in a collection of properties such as Body.Activities Property and Body.Appearance Property.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

Windows.Kinect Namespace