EVENTACTIONSCALE - 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_0007 {
  EVENTACTIONSCALE_High,
  EVENTACTIONSCALE_Medium,
  EVENTACTIONSCALE_Low
} EVENTACTIONSCALE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

EVENTACTIONSCALE enumeration

Description

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.

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.

See also