2 implementations of ProcessText
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
36
public void
ProcessText
(string text, object voice, ref FragmentState fragmentState, int position, bool fIgnore)
Internal\Synthesis\TextWriterEngine.cs (1)
61
public void
ProcessText
(string text, object? voice, ref FragmentState fragmentState, int position, bool fIgnore)
1 reference to ProcessText
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
266
engine.
ProcessText
(reader.Value, ssmlAttributes._voice, ref ssmlAttributes._fragmentState, GetColumnPosition(reader), fIgnore);