2 implementations of ProcessText
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
36public void ProcessText(string text, object voice, ref FragmentState fragmentState, int position, bool fIgnore)
Internal\Synthesis\TextWriterEngine.cs (1)
61public 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)
266engine.ProcessText(reader.Value, ssmlAttributes._voice, ref ssmlAttributes._fragmentState, GetColumnPosition(reader), fIgnore);