PromptStyle.Emphasis Property

Definition

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

Property Value

Returns the setting for the emphasis of the style.

Remarks

The speech synthesis engines in Windows do not support variations in the emphasis of speech output at this time. Setting values for emphasis using a member of the PromptEmphasis enumeration will produce no audible change in the synthesized speech output.

Applies to