ProsodyRate 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 Rate
property of a Prosody
object.
public enum class ProsodyRate
public enum ProsodyRate
type ProsodyRate =
Public Enum ProsodyRate
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Indicates the engine-specific default rate. |
ExtraSlow | 1 | Indicates an extra-slow rate. |
Slow | 2 | Indicates a slow rate. |
Medium | 3 | Indicates a medium rate. |
Fast | 4 | Indicates a fast rate. |
ExtraFast | 5 | Indicates an extra-fast rate. |
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.