Returns the SSML generated from the PromptBuilder object.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function ToXml As String |
Visual Basic (Usage) |
---|
Dim instance As PromptBuilder Dim returnValue As String returnValue = instance.ToXml() |
C# |
---|
public string ToXml() |
Return Value
Type: System..::..StringReturns the SSML generated from the PromptBuilder object as a single line.
Remarks
The ToXml method makes no attempt to format the returned SSML in any way.