6 references to Prompt
System.Speech (6)
Internal\Synthesis\VoiceSynthesis.cs (6)
159
if (_speakCompleted != null && !e.
Prompt
._syncSpeak)
163
e.
Prompt
.Synthesizer = null;
168
e.
Prompt
.IsCompleted = true;
177
if (e.
Prompt
._media == SynthesisMediaType.Ssml)
180
text = RemoveEscapeString(e.
Prompt
._text, e.CharacterPosition, length, out length);
185
text = e.
Prompt
._text.Substring(e.CharacterPosition, e.CharacterCount);