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