Uses of Interface
org.eclipse.actf.ai.tts.ITTSEngine

Packages that use ITTSEngine
org.eclipse.actf.ai.tts This package contains interfaces and utilities for low level text synthesis. 
org.eclipse.actf.ai.voice   
org.eclipse.actf.visualization.engines.voicebrowser   
 

Uses of ITTSEngine in org.eclipse.actf.ai.tts
 

Subinterfaces of ITTSEngine in org.eclipse.actf.ai.tts
 interface ISAPIEngine
          ISAPIEngine interface defines text synthesis interface to be implemented by SAPI5 text-to-speech engine
 

Methods in org.eclipse.actf.ai.tts that return ITTSEngine
static ITTSEngine TTSRegistry.createTTSEngine(String id)
           
 

Uses of ITTSEngine in org.eclipse.actf.ai.voice
 

Methods in org.eclipse.actf.ai.voice that return ITTSEngine
 ITTSEngine IVoice.getTTSEngine()
          Get current low-level TTS Engine interface.
 

Uses of ITTSEngine in org.eclipse.actf.visualization.engines.voicebrowser
 

Methods in org.eclipse.actf.visualization.engines.voicebrowser with parameters of type ITTSEngine
 void IVoiceBrowserController.setSpeechControl(ITTSEngine ttsEngine)
          Set Text To Speech (TTS) Engine to enable speech output.