PromptStyle.Rate Property

Gets or sets the speaking rate of the style.

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

Syntax

'Declaration
Public Property Rate As PromptRate
public PromptRate Rate { get; set; }
public:
property PromptRate Rate {
    PromptRate get ();
    void set (PromptRate value);
}
/** @property */
public PromptRate get_Rate ()

/** @property */
public void set_Rate (PromptRate value)
public function get Rate () : PromptRate

public function set Rate (value : PromptRate)

Property Value

A PromptRate enumeration member indicating the speaking rate 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