SpeechRecognitionHypothesisGeneratedEventArgs 類別

定義

包含 SpeechRecognizer.HypothesisGenerated 事件的事件資料。

public ref class SpeechRecognitionHypothesisGeneratedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SpeechRecognitionHypothesisGeneratedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SpeechRecognitionHypothesisGeneratedEventArgs
Public NotInheritable Class SpeechRecognitionHypothesisGeneratedEventArgs
繼承
Object Platform::Object IInspectable SpeechRecognitionHypothesisGeneratedEventArgs
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

這個物件會傳遞至 SpeechRecognizer.HypothesisGenerated 事件處理常式。

屬性

Hypothesis

取得語音辨識器在進行中的聽寫會話期間傳回的辨識結果片段。

適用於

另請參閱