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