3 references to Text
System.Speech (3)
Synthesis\Prompt.cs (1)
15: this(textToSpeak, SynthesisTextFormat.Text)
Synthesis\SpeechSynthesizer.cs (2)
90Prompt prompt = new(textToSpeak, SynthesisTextFormat.Text); 119Speak(new Prompt(textToSpeak, SynthesisTextFormat.Text));