3 references to VoiceInfo
System.Speech (3)
Internal\Synthesis\VoiceSynthesis.cs (3)
1446
_defaultVoice = GetEngineWithVoice(null, new
VoiceInfo
(defaultVoice), defaultVoice.TokenName(), defaultVoice.Culture, gender, age, 1, switchContext);
1455
VoiceInfo? defaultInfo = defaultVoice != null ? new
VoiceInfo
(defaultVoice) : null;
1481
voices.Add(new InstalledVoice(voiceSynthesizer, new
VoiceInfo
(voiceToken)));