SpeechRecognizerUIOptions.AudiblePrompt 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在 [接聽 ] 畫面上顯示的標題文字。 預設值為 「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
屬性值
標題文字。 自訂字串應該清楚描述應用程式預期的資訊種類,且長度限制為兩行。
備註
預設字串會自動當地語系化:如果語音辨識器具有相關聯的語言,則會以該語言顯示預設文字。 否則,預設文字會顯示在系統語言中。
您必須負責當地語系化自訂字串。