共用方式為


SpeechRecognitionHypothesis.Text 屬性

定義

取得假設或辨識結果片段的文字,在進行中的聽寫會話期間由語音辨識器傳回。

public:
 property Platform::String ^ Text { Platform::String ^ get(); };
winrt::hstring Text();
public string Text { get; }
var string = speechRecognitionHypothesis.text;
Public ReadOnly Property Text As String

屬性值

String

Platform::String

winrt::hstring

辨識結果片段的文字。

適用於

另請參閱