PromptRate Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values for the speaking rate of prompts.
public enum class PromptRate
public enum PromptRate
type PromptRate =
Public Enum PromptRate
- Inheritance
Fields
Name | Value | Description |
---|---|---|
NotSet | 0 | Indicates no rate is specified. |
ExtraFast | 1 | Indicates an extra-fast rate. |
Fast | 2 | Indicates a fast rate. |
Medium | 3 | Indicates a medium rate. |
Slow | 4 | Indicates a slow rate. |
ExtraSlow | 5 | Indicates an extra-slow rate. |
Remarks
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.
Applies to
See also
.NET