Uses of Class
hmi.tts.Bookmark

Packages that use Bookmark
hmi.elckerlyc.speechengine   
hmi.tts Classes and interfaces for TTS Generation, independent of actual TTS systems such as SAPI5 or MARYTTS. 
hmi.tts.util   
 

Uses of Bookmark in hmi.elckerlyc.speechengine
 

Fields in hmi.elckerlyc.speechengine with type parameters of type Bookmark
protected  Collection<Bookmark> TTSUnit.bookmarks
           
protected  TreeMap<Bookmark,TimePeg> TTSUnit.pegs
           
private  ArrayList<Bookmark> WavTTSUnit.progressHandled
           
 

Methods in hmi.elckerlyc.speechengine that return Bookmark
private  Bookmark TTSUnit.getBookMark(String syncId)
           
 

Methods in hmi.elckerlyc.speechengine that return types with arguments of type Bookmark
 Collection<Bookmark> TTSUnit.getBookmarks()
          Get the processed bookmarks in the speechtext (call setup before calling this)
 

Methods in hmi.elckerlyc.speechengine with parameters of type Bookmark
 double TTSUnit.getBookMarkTime(Bookmark b)
           
 TimePeg TTSUnit.getBookMarkTimePeg(Bookmark b)
           
 void TTSUnit.setTimePeg(Bookmark bm, TimePeg sp)
           
 

Uses of Bookmark in hmi.tts
 

Fields in hmi.tts with type parameters of type Bookmark
private  Collection<Bookmark> TimingInfo.bookmarks
           
protected  Collection<Bookmark> AbstractTTSGenerator.bookmarks
           
 

Methods in hmi.tts that return Bookmark
 Bookmark TimingInfo.getBookmark(String id)
          Get bookmark with id id, null if no bookmark with id exists
 

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

Methods in hmi.tts with parameters of type Bookmark
 int Bookmark.compareTo(Bookmark o)
           
 

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

Uses of Bookmark in hmi.tts.util
 

Fields in hmi.tts.util with type parameters of type Bookmark
private  Collection<Bookmark> FakeCallback.bookmarks
           
 

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

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