6 references to SynthesisTextFormat
System.Speech (6)
Synthesis\Prompt.cs (2)
15: this(textToSpeak, SynthesisTextFormat.Text) 27public Prompt(string textToSpeak, SynthesisTextFormat media)
Synthesis\SpeechSynthesizer.cs (4)
90Prompt prompt = new(textToSpeak, SynthesisTextFormat.Text); 105Prompt prompt = new(textToSpeak, SynthesisTextFormat.Ssml); 119Speak(new Prompt(textToSpeak, SynthesisTextFormat.Text)); 141Speak(new Prompt(textToSpeak, SynthesisTextFormat.Ssml));