Uses of Class
hmi.tts.Visime

Packages that use Visime
hmi.elckerlyc.speechengine   
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. 
 

Uses of Visime in hmi.elckerlyc.speechengine
 

Fields in hmi.elckerlyc.speechengine with type parameters of type Visime
protected  Collection<Visime> TTSUnit.visimes
           
 

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

Uses of Visime in hmi.tts
 

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

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

Constructor parameters in hmi.tts with type arguments of type Visime
TimingInfo(Collection<WordDescription> wd, Collection<Bookmark> bms, Collection<Visime> vis)
           
WordDescription(String word, Collection<Phoneme> phonemes, Collection<Visime> visimes)
          constructor
 

Uses of Visime in hmi.tts.mary
 

Method parameters in hmi.tts.mary with type arguments of type Visime
private  void MaryTTSGenerator.parseSyllable(Node n, List<Phoneme> pList, List<Visime> vList)
           
 

Uses of Visime in hmi.tts.sapi5
 

Fields in hmi.tts.sapi5 with type parameters of type Visime
private  ArrayList<Visime> SAPI5TTSGenerator.currentVisimes