Home | History | Annotate | Download | only in extension_api

Lines Matching refs:utterance

14 class Utterance;
35 // manifest that matches the speech parameters of this utterance.
39 bool GetMatchingExtensionVoice(Utterance* utterance,
43 // Speak the given utterance by sending an event to the given TTS engine
45 void ExtensionTtsEngineSpeak(Utterance* utterance,
48 // Stop speaking the given utterance by sending an event to the extension
49 // associated with this utterance.
50 void ExtensionTtsEngineStop(Utterance* utterance);
52 // Pause in the middle of speaking this utterance.
53 void ExtensionTtsEnginePause(Utterance* utterance);
55 // Resume speaking this utterance.
56 void ExtensionTtsEngineResume(Utterance* utterance);