SignalDetectorResourceKind Enum

Definition

Specifies the types of system resources that might be reported as unavailable to an ActivationSignalDetectionConfiguration.

public enum class SignalDetectorResourceKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class SignalDetectorResourceKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum SignalDetectorResourceKind
var value = Windows.ApplicationModel.ConversationalAgent.SignalDetectorResourceKind.parallelModelSupport
Public Enum SignalDetectorResourceKind
Inheritance
SignalDetectorResourceKind
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Fields

AcousticEchoCancellation 11

The ActivationSignalDetector object requires Acoustic Echo Cancellation (AEC), but AEC is not available or supported.

DataChannel 13

The specified data channel is not valid for the ActivationSignalDetector object.

Detector 6

The ActivationSignalDetector object is in an error state and is not currently functional.

DisplayOffSupport 4

The ActivationSignalDetector object is not active when the display is turned off.

InputHardware 10

The ActivationSignalDetector object is not active when there is no suitable hardware available, such as a microphone to detect a spoken keyword. The hardware might be disabled, in error state, or unavailable for some reason.

ModelIdSupport 12

The specified model ID is not valid for the ActivationSignalDetector object.

ParallelModelSupport 0

The number of active, unique models as specified by the ActivationSignalDetector object has been exceeded.

ParallelModelSupportForAgent 1

The number of active, unique models as specified by the ConversationalAgentSession object has been exceeded.

ParallelSignalSupport 2

The number of active, unique signals as specified by the ActivationSignalDetector object has been exceeded.

ParallelSignalSupportForAgent 3

The number of active, unique signals as specified by the ConversationalAgentSession object has been exceeded.

PluggedInPower 5

The ActivationSignalDetector object requires the system to be plugged in to external power. The associated detector is not active on battery power.

ScreenAvailability 9

The ActivationSignalDetector object is not active when the display is unavailable, such as when a laptop lid is closed.

SupportedBatterySaverState 8

The ActivationSignalDetector object is not active in the current battery saver state.

SupportedSleepState 7

The ActivationSignalDetector object is not active when system is in sleep state.

Applies to

See also