2 implementations of ProcessVoice
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
173public object ProcessVoice(string? name, CultureInfo? culture, VoiceGender gender, VoiceAge age, int variant, bool fNewCulture, List<SsmlXmlAttribute>? extraNamespace)
Internal\Synthesis\TextWriterEngine.cs (1)
208public object ProcessVoice(string? name, CultureInfo? culture, VoiceGender gender, VoiceAge age, int variant, bool fNewCulture, List<SsmlXmlAttribute>? extraNamespace)
1 reference to ProcessVoice
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
1195ssmlAttributes._voice = engine.ProcessVoice(sName, culture, ssmlAttributes._gender, ssmlAttributes._age, variant, fNewCulture, localUnknownNamespaces);