Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
PromptStyle Members
Include Protected Members
Include Inherited Members
Defines a style for speaking prompts that consists of settings for emphasis, rate, and volume.
The PromptStyle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PromptStyle() | Initializes a new instance of the PromptStyle class. | |
PromptStyle(PromptEmphasis) | Initializes a new instance of the PromptStyle class and specifies the setting for the emphasis of the style. | |
PromptStyle(PromptRate) | Initializes a new instance of the PromptStyle class and specifies the setting for the speaking rate of the style. | |
PromptStyle(PromptVolume) | Initializes a new instance of the PromptStyle class and specifies the setting for the speaking volume of the style. |
Top
Properties
Name | Description | |
---|---|---|
Emphasis | Gets or sets the setting for the emphasis of the style. | |
Rate | Gets or sets the setting for the speaking rate of the style. | |
Volume | Gets or sets the setting for the volume (loudness) of the style. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top