PromptRate Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Enumerates values for the speaking rate of prompts.

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

Syntax

Visual Basic (Declaration)
Public Enumeration PromptRate
Visual Basic (Usage)
Dim instance As PromptRate
C#
public enum PromptRate

Members

Member nameDescription
NotSetIndicates no rate is specified.
ExtraFastIndicates an extra-fast rate.
FastIndicates a fast rate.
MediumIndicates a medium rate.
SlowIndicates a slow rate.
ExtraSlowIndicates an extra-slow rate.

Remarks

Members of the PromptRate enumeration are used by the PromptStyle(PromptRate) constructor, by the AppendText(String, PromptRate) method, and by the StartStyle(PromptStyle) method to specify the rate of speech for spoken text. The Rate property gets the rate for a PromptStyle object using a PromptRate instance.

See Also