NUI_HAND_CONFIDENCE Enumeration

Hand confidence options.

Syntax

enum NUI_HAND_CONFIDENCE
{
    NUI_HAND_CONFIDENCE_NONE = 0,
    NUI_HAND_CONFIDENCE_LOW,
    NUI_HAND_CONFIDENCE_HIGH,
    NUI_HAND_CONFIDENCE_COUNT
};  

Constants

Constant Description
NUI_HAND_CONFIDENCE_NONE No confidence
NUI_HAND_CONFIDENCE_LOW Low confidence
NUI_HAND_CONFIDENCE_HIGH High confidence
NUI_HAND_CONFIDENCE_COUNT The number of options.

Requirements

Header: Declared in xstudio.h.

Library: Use Use xstudioclient.lib (console) or xstudioservice.lib (desktop)..