2 implementations of ProcessSpeak
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
30public object ProcessSpeak(string sVersion, string? sBaseUri, CultureInfo? culture, List<SsmlXmlAttribute> extraNamespace)
Internal\Synthesis\TextWriterEngine.cs (1)
28public object ProcessSpeak(string sVersion, string? baseUri, CultureInfo? culture, List<SsmlXmlAttribute> extraNamespace)
1 reference to ProcessSpeak
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
198voice = engine.ProcessSpeak(sVersion, sBaseUri, culture, ssmlAttributes._unknownNamespaces);