Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumeration the types of context associated with an action.
Syntax
typedef enum __MIDL___MIDL_itf_eventdetectoroemadapter_0000_0000_0006 {
EVENTACTIONCONTEXTTYPE_None,
EVENTACTIONCONTEXTTYPE_Confidence,
EVENTACTIONCONTEXTTYPE_Scale,
EVENTACTIONCONTEXTTYPE_ErrorCode
} EVENTACTIONCONTEXTTYPE;
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.
Requirements
Requirement | Value |
---|---|
Header | eventdetectoroemadapter.h |