共用方式為


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屬性中未指定任何條件約束,CompileConstraintsAsync也必須在RecognizeAsyncRecognizeWithUIAsync之前呼叫。

屬性

Status

從文法條件約束的編譯取得 (SpeechRecognitionResultStatus) 的結果狀態。

適用於

另請參閱