Share via


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

音声認識セッションの認識されたフレーズ。

適用対象

こちらもご覧ください