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); 1455VoiceInfo? defaultInfo = defaultVoice != null ? new VoiceInfo(defaultVoice) : null; 1481voices.Add(new InstalledVoice(voiceSynthesizer, new VoiceInfo(voiceToken)));