Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Prompt Members
Include Protected Members
Include Inherited Members
Represents information about what can be rendered, either text or an audio file, by the SpeechSynthesizer.
The Prompt type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Prompt(String) | Creates a new instance of the Prompt class and specifies the text to be spoken. | |
Prompt(PromptBuilder) | Creates a new instance of the Prompt class from a PromptBuilder object. | |
Prompt(String, SynthesisTextFormat) | Creates a new instance of the Prompt class and specifies the text to be spoken and whether its format is plain text or markup language. |
Top
Properties
Name | Description | |
---|---|---|
IsCompleted | Gets whether the Prompt has finished playing. |
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