KEYWORDID - NtDoc

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

typedef enum __MIDL_IKeywordDetectorOemAdapter_0002 {
  KwInvalid,
  KwVoiceAssistant,
  KwSelection
} KEYWORDID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-keyworddetectoroemadapter-__midl_ikeyworddetectoroemadapter_0002)

__MIDL_IKeywordDetectorOemAdapter_0002 enumeration

Description

The KEYWORDID enumeration identifies the phrase text/function of a keyword. The value is also be used in the Windows Biometric Service adapters.

Constants

KwInvalid

Indicates that the keyword was invalid.

KwVoiceAssistant

Indicates that the "hey Cortana" keyword was used.

KwSelection

Indicates the "select" keyword was used.