IVoiceText

This interface registers an application to use the voice text object, and controls playback of text.

Method
Description
IVoiceText::AudioPause Pauses text-to-speech output for a voice text site.
IVoiceText::AudioResume Resumes text-to-speech output after it has been paused by the IVoiceText::AudioPause method.
IVoiceText::Register Registers an application to use voice text on a site.
IVoiceText::Speak Starts playing the specified text.
IVoiceText::StopSpeaking Halts text that is currently being spoken and flushes all pending text from the playback queue.