PromptBuilder::AppendSsml Method

 

Appends an SSML file to a PromptBuilder object.

Namespace:   System.Speech.Synthesis
Assembly:  System.Speech (in System.Speech.dll)

NameDescription
System_CAPS_pubmethodAppendSsml(String^)

Appends the SSML file at the specified path to the PromptBuilder object.

System_CAPS_pubmethodAppendSsml(Uri^)

Appends the SSML file at the specified URI to the PromptBuilder object.

System_CAPS_pubmethodAppendSsml(XmlReader^)

Appends an XMLReader object that references an SSML prompt to the PromptBuilder object.

Return to top
Show: