PromptStyle.Emphasis 屬性

定義

取得或設定樣式的強調設定。

public:
 property System::Speech::Synthesis::PromptEmphasis Emphasis { System::Speech::Synthesis::PromptEmphasis get(); void set(System::Speech::Synthesis::PromptEmphasis value); };
public System.Speech.Synthesis.PromptEmphasis Emphasis { get; set; }
member this.Emphasis : System.Speech.Synthesis.PromptEmphasis with get, set
Public Property Emphasis As PromptEmphasis

屬性值

傳回樣式的強調設定。

備註

Windows 中的語音合成引擎目前不支援語音輸出強調的變化。 使用列舉成員 PromptEmphasis 設定強調的值,在合成語音輸出中不會產生任何可聽見的變更。

適用於