SpeechRecognitionCompilationResult クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
SpeechRecognizer.CompileConstraintsAsync を呼び出して、このクラスのインスタンスを取得します。
Constraints プロパティに制約が指定されていない場合でも、RecognizeAsync または RecognizeWithUIAsync の前に CompileConstraintsAsync を常に呼び出す必要があります。
プロパティ
Status |
文法制約のコンパイルから結果の状態 (SpeechRecognitionResultStatus) を取得します。 |