EVENTACTIONTYPE enumeration (eventdetectoroemadapter.h)
Enumeration that defines actions to take on a detection.
Syntax
typedef enum __MIDL___MIDL_itf_eventdetectoroemadapter_0000_0000_0005 {
EVENTACTIONTYPE_Accept,
EVENTACTIONTYPE_Reject,
EVENTACTIONTYPE_Error
} EVENTACTIONTYPE;
Constants
EVENTACTIONTYPE_Accept 0 - Event detection should be processed by the OS |
EVENTACTIONTYPE_Reject 1 - Event detection should be rejected by OS - data collection should occur |
EVENTACTIONTYPE_Error 3 - Error occurred, failing HR expected in EVENTACTION return |
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 |