다음을 통해 공유


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

음성 인식 세션의 인식된 구입니다.

적용 대상

추가 정보