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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.