EVENTACTIONCONTEXTTYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// eventdetectoroemadapter.h

typedef enum __MIDL___MIDL_itf_eventdetectoroemadapter_0000_0000_0006 {
  EVENTACTIONCONTEXTTYPE_None,
  EVENTACTIONCONTEXTTYPE_Confidence,
  EVENTACTIONCONTEXTTYPE_Scale,
  EVENTACTIONCONTEXTTYPE_ErrorCode
} EVENTACTIONCONTEXTTYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-eventdetectoroemadapter-eventactioncontexttype)

EVENTACTIONCONTEXTTYPE enumeration

Description

Enumeration the types of context associated with an action.

Constants

EVENTACTIONCONTEXTTYPE_None

0 - no additional context provided

EVENTACTIONCONTEXTTYPE_Confidence

1 - Value between 0.0 and 1.0

EVENTACTIONCONTEXTTYPE_Scale

2 - High, Medium, Low

EVENTACTIONCONTEXTTYPE_ErrorCode

3 - OEM defined

Remarks

This enumeration is the part of the Event Detector OEM interface to be used for hardware keyword spotters. For more information, see Voice Activation.

See also