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