SignalDetectorResourceKind 列挙型

定義

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
継承
SignalDetectorResourceKind
属性

Windows の要件

デバイス ファミリ
Windows 11 (10.0.22000.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v14.0 で導入)

フィールド

AcousticEchoCancellation 11

ActivationSignalDetector オブジェクトには Acoustic Echo Cancellation (AEC) が必要ですが、AEC は使用できないかサポートされていません。

DataChannel 13

指定されたデータ チャネルは、 ActivationSignalDetector オブジェクトに対して無効です。

Detector 6

ActivationSignalDetector オブジェクトはエラー状態であり、現在機能していません。

DisplayOffSupport 4

表示がオフの場合、 ActivationSignalDetector オブジェクトはアクティブではありません。

InputHardware 10

話されたキーワード (keyword)を検出するためのマイクなど、使用可能な適切なハードウェアがない場合、ActivationSignalDetector オブジェクトはアクティブではありません。 ハードウェアが無効になっているか、エラー状態になっているか、何らかの理由で使用できない可能性があります。

ModelIdSupport 12

指定したモデル ID が ActivationSignalDetector オブジェクトに対して無効です。

ParallelModelSupport 0

ActivationSignalDetector オブジェクトで指定されたアクティブな一意のモデルの数を超えました。

ParallelModelSupportForAgent 1

ConversationalAgentSession オブジェクトで指定されたアクティブな一意のモデルの数を超えました。

ParallelSignalSupport 2

ActivationSignalDetector オブジェクトで指定されたアクティブで一意のシグナルの数を超えました。

ParallelSignalSupportForAgent 3

ConversationalAgentSession オブジェクトで指定されたアクティブで一意のシグナルの数を超えました。

PluggedInPower 5

ActivationSignalDetector オブジェクトを使用するには、システムを外部電源に接続する必要があります。 関連する検出器は、バッテリ電源ではアクティブではありません。

ScreenAvailability 9

ノート PC のカバーが閉じている場合など、ディスプレイが使用できない場合、 ActivationSignalDetector オブジェクトはアクティブではありません。

SupportedBatterySaverState 8

ActivationSignalDetector オブジェクトは、現在のバッテリ セーバー状態ではアクティブではありません。

SupportedSleepState 7

システムがスリープ状態の場合、 ActivationSignalDetector オブジェクトはアクティブではありません。

適用対象

こちらもご覧ください