Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
PromptBuilder.AppendBreak Method
Include Protected Members
Include Inherited Members
Appends a break (pause) to the PromptBuilder.
Overload List
Name | Description | |
---|---|---|
AppendBreak() | Appends a break to the PromptBuilder object. | |
AppendBreak(TimeSpan) | Appends a break of the specified duration to the PromptBuilder object. | |
AppendBreak(PromptBreak) | Appends a break of the specified strength (duration) to the PromptBuilder object. |
Top