enum NUI_HAND_CONFIDENCE
{
NUI_HAND_CONFIDENCE_NONE = 0,
NUI_HAND_CONFIDENCE_LOW,
NUI_HAND_CONFIDENCE_HIGH,
NUI_HAND_CONFIDENCE_COUNT
};
| 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. |
Header: Declared in xstudio.h.
Library: Use Use xstudioclient.lib (console) or xstudioservice.lib (desktop)..