SpeechRecognizerUIOptions.ExampleText プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リッスン画面に表示されるテキストの例 を 取得または設定します。
public:
property Platform::String ^ ExampleText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ExampleText();
void ExampleText(winrt::hstring value);
public string ExampleText { get; set; }
var string = speechRecognizerUIOptions.exampleText;
speechRecognizerUIOptions.exampleText = string;
Public Property ExampleText As String
プロパティ値
[リッスン中] 画面に表示されるテキストの例。