// eventdetectoroemadapter.h
typedef struct __MIDL___MIDL_itf_eventdetectoroemadapter_0000_0000_0003 {
DETECTIONEVENTID EventId;
EVENTFEATURES EventFeat;
EVENTPROVIDERID ProviderId;
WCHAR DisplayName[100];
BOOL UserModelValid;
} DETECTIONEVENT;
View the official Windows Driver Kit DDI referenceNo description available.
Structure to specify uniquely supported detection events available.
EventIdA unique identifier for the keyword or audio event. This value is provided by Microsoft.
EventFeatThe event features.
ProviderIdThe provider Id. This value is provided by Microsoft.
DisplayNameThe display name.
UserModelValidA boolean value indicating if the User Mode Model training is valid. FALSE if user model retraining is required for this event.
This structure is the part of the Event Detector OEM interface to be used for hardware keyword spotters. For more information, see Voice Activation.