SignalDetectorResourceKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
DisplayOffSupport | 4 | The ActivationSignalDetector object is not active when the display is turned off. |
PluggedInPower | 5 | The ActivationSignalDetector object requires the system to be plugged in to external power. The associated detector is not active on battery power. |
Detector | 6 | The ActivationSignalDetector object is in an error state and is not currently functional. |
SupportedSleepState | 7 | The ActivationSignalDetector object is not active when system is in sleep state. |
SupportedBatterySaverState | 8 | The ActivationSignalDetector object is not active in the current battery saver state. |
ScreenAvailability | 9 | The ActivationSignalDetector object is not active when the display is unavailable, such as when a laptop lid is closed. |
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. |
AcousticEchoCancellation | 11 | The ActivationSignalDetector object requires Acoustic Echo Cancellation (AEC), but AEC is not available or supported. |
ModelIdSupport | 12 | The specified model ID is not valid for the ActivationSignalDetector object. |
DataChannel | 13 | The specified data channel is not valid for the ActivationSignalDetector object. |