SpeechRecognitionVoiceCommandDefinitionConstraint クラス

定義

音声コマンド定義ファイルに基づく 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
継承
Object Platform::Object IInspectable SpeechRecognitionVoiceCommandDefinitionConstraint
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

SpeechRecognitionResult.Constraint プロパティにアクセスして、このクラスのインスタンスを取得します。

Constraints プロパティに制約が指定されていない場合でも、CompileConstraintsAsyncRecognizeAsync または RecognizeWithUIAsync の前に常に呼び出す必要があります。

プロパティ

IsEnabled

SpeechRecognizer オブジェクトが認識を実行するために制約を使用できるかどうかを取得または設定します。

Probability

制約の重み付けされた値を取得または設定します。

Tag

制約を識別するのに役立つタグを取得または設定します。

Type

制約の型を取得します。

適用対象

こちらもご覧ください