PromptStyle.Emphasis Property

Gets or sets the emphasis of the style.

Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration
Public Property Emphasis As PromptEmphasis
public PromptEmphasis Emphasis { get; set; }
public:
property PromptEmphasis Emphasis {
    PromptEmphasis get ();
    void set (PromptEmphasis value);
}
/** @property */
public PromptEmphasis get_Emphasis ()

/** @property */
public void set_Emphasis (PromptEmphasis value)
public function get Emphasis () : PromptEmphasis

public function set Emphasis (value : PromptEmphasis)

Property Value

A PromptEmphasis enumeration member indicating the emphasis of the style.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

PromptStyle Class
PromptStyle Members
Microsoft.Speech.Synthesis Namespace