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