Uses of Class
hmi.tts.WordDescription

Packages that use WordDescription
hmi.tts Classes and interfaces for TTS Generation, independent of actual TTS systems such as SAPI5 or MARYTTS. 
hmi.tts.mary Implementation of TTSGenerator specifically for MARYTTS. 
hmi.tts.sapi5 Implementation of TTSGenerator specifically for SAPI5 voices. 
hmi.tts.util   
 

Uses of WordDescription in hmi.tts
 

Fields in hmi.tts declared as WordDescription
private  WordDescription Bookmark.word
           
 

Fields in hmi.tts with type parameters of type WordDescription
private  Collection<WordDescription> TimingInfo.wordDescriptions
           
protected  List<WordDescription> AbstractTTSGenerator.wordDescriptions
           
 

Methods in hmi.tts that return WordDescription
 WordDescription Bookmark.getWord()
          Word description of the word after this bookmark, null for none.
 

Methods in hmi.tts that return types with arguments of type WordDescription
 Collection<WordDescription> TimingInfo.getWordDescriptions()
           
 

Constructors in hmi.tts with parameters of type WordDescription
Bookmark(String n, WordDescription w, int o)
           
 

Constructor parameters in hmi.tts with type arguments of type WordDescription
TimingInfo(Collection<WordDescription> wd, Collection<Bookmark> bms, Collection<Visime> vis)
           
 

Uses of WordDescription in hmi.tts.mary
 

Methods in hmi.tts.mary with parameters of type WordDescription
private  void MaryTTSGenerator.addWordDescription(WordDescription wd)
           
 

Uses of WordDescription in hmi.tts.sapi5
 

Methods in hmi.tts.sapi5 with parameters of type WordDescription
private  void SAPI5TTSGenerator.handleBookmarks(WordDescription wd)
           
 

Uses of WordDescription in hmi.tts.util
 

Fields in hmi.tts.util with type parameters of type WordDescription
private  Collection<WordDescription> FakeCallback.wordDescriptions
           
 

Methods in hmi.tts.util with parameters of type WordDescription
private  void FakeCallback.doAllCallbacks(WordDescription wd, WordDescription wdNext)
           
private  void FakeCallback.doAllCallbacks(WordDescription wd, WordDescription wdNext, int offset, double start, double end)
           
 

Method parameters in hmi.tts.util with type arguments of type WordDescription
static void BMLTextUtil.getBookmarks(String text, Collection<WordDescription> desc, Collection<Bookmark> bookmarks)
           
 

Constructor parameters in hmi.tts.util with type arguments of type WordDescription
FakeCallback(TTSCallback cb, Collection<Bookmark> bm, Collection<WordDescription> wds, String content)