PromptRate 枚举
定义
枚举提示的语速的值。Enumerates values for the speaking rate of prompts.
public enum class PromptRate
public enum PromptRate
type PromptRate =
Public Enum PromptRate
- 继承
字段
| ExtraFast | 1 | 指示超快速度。Indicates an extra-fast rate. |
| ExtraSlow | 5 | 指示超慢速度。Indicates an extra-slow rate. |
| Fast | 2 | 指示快速度。Indicates a fast rate. |
| Medium | 3 | 指示中等速率。Indicates a medium rate. |
| NotSet | 0 | 指示不指定速度。Indicates no rate is specified. |
| Slow | 4 | 指示慢速度。Indicates a slow rate. |
注解
枚举的成员由 PromptRate PromptStyle 构造函数、 AppendText 方法和方法使用, StartStyle 以指定语音的朗读文本速率。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. Rate属性获取 PromptStyle 使用实例的对象的速率 PromptRate 。The Rate property gets the rate for a PromptStyle object using a PromptRate instance.