2 implementations of ProcessTextBlock
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
125
public object
ProcessTextBlock
(bool isParagraph, object voice, ref FragmentState fragmentState, CultureInfo? culture, bool newCulture, VoiceGender gender, VoiceAge age)
Internal\Synthesis\TextWriterEngine.cs (1)
139
public object
ProcessTextBlock
(bool isParagraph, object? voice, ref FragmentState fragmentState, CultureInfo? culture, bool newCulture, VoiceGender gender, VoiceAge age)
1 reference to ProcessTextBlock
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
690
ssmlAttributes._voice = engine.
ProcessTextBlock
(isParagraph, ssmlAttributes._voice, ref ssmlAttributes._fragmentState, culture, fNewCulture, ssmlAttributes._gender, ssmlAttributes._age);