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

認識結果フラグメントのテキスト。

適用対象

こちらもご覧ください