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

属性值

PromptEmphasis

返回样式的强调设置。

注解

Windows 中的语音合成引擎目前不支持强调语音输出。 使用枚举的成员进行强调的设置值 PromptEmphasis 将导致合成的语音输出中无任何可听见的更改。

适用于