// 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 referenceNo description available.
Enumeration the types of context associated with an action.
EVENTACTIONCONTEXTTYPE_None0 - no additional context provided
EVENTACTIONCONTEXTTYPE_Confidence1 - Value between 0.0 and 1.0
EVENTACTIONCONTEXTTYPE_Scale2 - High, Medium, Low
EVENTACTIONCONTEXTTYPE_ErrorCode3 - OEM defined
This enumeration is the part of the Event Detector OEM interface to be used for hardware keyword spotters. For more information, see Voice Activation.