共用方式為


SpeechRecognizerUIOptions.AudiblePrompt 屬性

定義

取得或設定在 [接聽 ] 畫面上顯示的標題文字。 預設值為 「Listening...」。

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

void AudiblePrompt(winrt::hstring value);
public string AudiblePrompt { get; set; }
var string = speechRecognizerUIOptions.audiblePrompt;
speechRecognizerUIOptions.audiblePrompt = string;
Public Property AudiblePrompt As String

屬性值

String

Platform::String

winrt::hstring

標題文字。 自訂字串應該清楚描述應用程式預期的資訊種類,且長度限制為兩行。

備註

預設字串會自動當地語系化:如果語音辨識器具有相關聯的語言,則會以該語言顯示預設文字。 否則,預設文字會顯示在系統語言中。

您必須負責當地語系化自訂字串。

適用於

另請參閱