다음을 통해 공유


SpeechCue.Text 속성

정의

음성 큐와 연결된 텍스트를 가져오거나 설정합니다.

public:
 property Platform::String ^ Text { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Text();

void Text(winrt::hstring value);
public string Text { get; set; }
var string = speechCue.text;
speechCue.text = string;
Public Property Text As String

속성 값

String

Platform::String

winrt::hstring

음성 큐와 연결된 텍스트입니다.

적용 대상