SpeechRecognitionCompilationResult クラス

定義

SpeechRecognizer オブジェクトに対して設定された制約をコンパイルした結果。

public ref class SpeechRecognitionCompilationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SpeechRecognitionCompilationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SpeechRecognitionCompilationResult
Public NotInheritable Class SpeechRecognitionCompilationResult
継承
Object Platform::Object IInspectable SpeechRecognitionCompilationResult
属性

Windows の要件

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

注釈

SpeechRecognizer.CompileConstraintsAsync を呼び出して、このクラスのインスタンスを取得します。

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

プロパティ

Status

文法制約のコンパイルから結果の状態 (SpeechRecognitionResultStatus) を取得します。

適用対象

こちらもご覧ください