Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
PromptBuilder.AppendTextWithHint Method
Include Protected Members
Include Inherited Members
Appends text to the PromptBuilder object and specifies the content type of the text.
Overload List
Name | Description | |
---|---|---|
AppendTextWithHint(String, SayAs) | Appends text to the PromptBuilder object and specifies the content type using a member of the SayAs enumeration. | |
AppendTextWithHint(String, String) | Appends text to the PromptBuilder object and a String that specifies the content type of the text. |
Top