SpeechRecognitionVoiceCommandDefinitionConstraint クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
音声コマンド定義ファイルに基づく SpeechRecognizer オブジェクトの制約。
public ref class SpeechRecognitionVoiceCommandDefinitionConstraint sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SpeechRecognitionVoiceCommandDefinitionConstraint final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SpeechRecognitionVoiceCommandDefinitionConstraint
Public NotInheritable Class SpeechRecognitionVoiceCommandDefinitionConstraint
- 継承
- 属性
- 実装
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
SpeechRecognitionResult.Constraint プロパティにアクセスして、このクラスのインスタンスを取得します。
Constraints プロパティに制約が指定されていない場合でも、CompileConstraintsAsync は RecognizeAsync または RecognizeWithUIAsync の前に常に呼び出す必要があります。
プロパティ
IsEnabled |
SpeechRecognizer オブジェクトが認識を実行するために制約を使用できるかどうかを取得または設定します。 |
Probability |
制約の重み付けされた値を取得または設定します。 |
Tag |
制約を識別するのに役立つタグを取得または設定します。 |
Type |
制約の型を取得します。 |