PromptRate Enumeration
.NET Framework (current version)
Enumerates values for the speaking rate of prompts.
Assembly: System.Speech (in System.Speech.dll)
| Member name | Description | |
|---|---|---|
| ExtraFast | Indicates an extra-fast rate. | |
| ExtraSlow | Indicates an extra-slow rate. | |
| Fast | Indicates a fast rate. | |
| Medium | Indicates a medium rate. | |
| NotSet | Indicates no rate is specified. | |
| Slow | Indicates a slow rate. |
Members of the PromptRate enumeration are used by the PromptStyle constructor, by the AppendText method, and by the StartStyle method to specify the rate of speech for spoken text. The Rate property gets the rate for a PromptStyle object using a PromptRate instance.
.NET Framework
Available since 3.0
Available since 3.0
Show: