Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
PromptBuilder.AppendText Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
AppendText(String) | Specifies text to append to the PromptBuilder object. | |
AppendText(String, PromptEmphasis) | Appends text to the PromptBuilder object and specifies the degree of emphasis for the text. | |
AppendText(String, PromptRate) | Appends text to the PromptBuilder object and specifies the speaking rate for the text. | |
AppendText(String, PromptVolume) | Appends text to the PromptBuilder object and specifies a volume for the text to be spoken. | |
AppendText(String, []) | Appends text to the PromptBuilder object and specifies formatting for the text. |
Top