2 references to Ssml
System.Speech (2)
Synthesis\SpeechSynthesizer.cs (2)
105
Prompt prompt = new(textToSpeak, SynthesisTextFormat.
Ssml
);
141
Speak(new Prompt(textToSpeak, SynthesisTextFormat.
Ssml
));