TextToSpeech.SpeakSsml(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Speaks the specified SSML markup using text-to-speech.
public:
void SpeakSsml(System::String ^ ssml);
public void SpeakSsml(string ssml);
member this.SpeakSsml : string -> unit
Public Sub SpeakSsml (ssml As String)
Parameters
- ssml
- String
The SSML markup to speak.