1 instantiation of SpeakInfo
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
757
SpeakInfo speakInfo =
new
(this, voice);
4 references to SpeakInfo
System.Speech (4)
Internal\Synthesis\TextFragmentEngine.cs (2)
18
internal TextFragmentEngine(
SpeakInfo
speakInfo, string ssmlText, bool pexml, ResourceLoader resourceLoader, List<LexiconEntry> lexicons)
313
private
SpeakInfo
_speakInfo;
Internal\Synthesis\VoiceSynthesis.cs (2)
757
SpeakInfo
speakInfo = new(this, voice);
849
private void SpeakText(
SpeakInfo
speakInfo, Prompt prompt, List<LexiconEntry> lexicons)