PromptStyle.Emphasis 属性

定义

获取或设置样式重点设置。Gets or sets the setting for the emphasis of the style.

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

返回样式的强调设置。Returns the setting for the emphasis of the style.

注解

Windows 中的语音合成引擎目前不支持强调语音输出。The speech synthesis engines in Windows do not support variations in the emphasis of speech output at this time. 使用枚举的成员进行强调的设置值 PromptEmphasis 将导致合成的语音输出中无任何可听见的更改。Setting values for emphasis using a member of the PromptEmphasis enumeration will produce no audible change in the synthesized speech output.

适用于