SpeechRecognitionResult.Text 屬性

定義

取得語音辨識會話的辨識片語。

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

屬性值

String

Platform::String

winrt::hstring

語音辨識會話的辨識片語。

適用於

另請參閱