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