EVENTFEATURES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// eventdetectoroemadapter.h

typedef enum __MIDL___MIDL_itf_eventdetectoroemadapter_0000_0000_0002 {
  EVENTFEATURES_NoEventFeatures,
  EVENTFEATURES_SupportsUserTraining,
  EVENTFEATURES_SupportUserCustomization,
  EVENTFEATURES_ArmPatternRequiresArmState,
  EVENTFEATURES_SupportsSingleLanguage
} EVENTFEATURES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-eventdetectoroemadapter-eventfeatures)

EVENTFEATURES enumeration

Description

Enumeration that defines event features.

Constants

EVENTFEATURES_NoEventFeatures

0x0 - No event features.

EVENTFEATURES_SupportsUserTraining

0x1 - SpeakerID support.

EVENTFEATURES_SupportUserCustomization

0x2 - User defined keyword.

EVENTFEATURES_ArmPatternRequiresArmState

0x4 - Is active arm state required for BuildArmingPatternData (Global only feature).

EVENTFEATURES_SupportsSingleLanguage

0x8 - 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.

See also