EVENTACTIONSCALE enumeration (eventdetectoroemadapter.h)
Enumeration defining the quality associated with a specific detection. It can be used for telemetry when no confidence is available or confidence is confusing to report.
Syntax
typedef enum __MIDL___MIDL_itf_eventdetectoroemadapter_0000_0000_0007 {
EVENTACTIONSCALE_High,
EVENTACTIONSCALE_Medium,
EVENTACTIONSCALE_Low
} EVENTACTIONSCALE;
Constants
EVENTACTIONSCALE_High 0 - High confidence |
EVENTACTIONSCALE_Medium 1 - Medium confidence |
EVENTACTIONSCALE_Low 2 - Low confidence |
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 |