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 that defines event features.
Syntax
typedef enum __MIDL___MIDL_itf_eventdetectoroemadapter_0000_0000_0002 {
EVENTFEATURES_NoEventFeatures,
EVENTFEATURES_SupportsUserTraining,
EVENTFEATURES_SupportUserCustomization,
EVENTFEATURES_ArmPatternRequiresArmState,
EVENTFEATURES_SupportsSingleLanguage
} EVENTFEATURES;
Constants
EVENTFEATURES_NoEventFeatures0x0 - No event features. |
EVENTFEATURES_SupportsUserTraining0x1 - SpeakerID support. |
EVENTFEATURES_SupportUserCustomization0x2 - User defined keyword. |
EVENTFEATURES_ArmPatternRequiresArmState0x4 - Is active arm state required for BuildArmingPatternData (Global only feature). |
EVENTFEATURES_SupportsSingleLanguage0x8 - Does detector support a single language for all keywords. |
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 |