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 name | Description | |
---|---|---|
NotSet | Indicates no rate is specified. | |
ExtraFast | Indicates an extra-fast rate. | |
Fast | Indicates a fast rate. | |
Medium | Indicates a medium rate. | |
Slow | Indicates a slow rate. | |
ExtraSlow | Indicates 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.