Uses of Interface
com.speech4j.speech.TTSModeInfo

Packages that use TTSModeInfo
com.speech4j.speech   
 

Uses of TTSModeInfo in com.speech4j.speech
 

Classes in com.speech4j.speech that implement TTSModeInfo
 class TTSModeInfoImpl
          Simple implementation of TTSModeInfo
 

Methods in com.speech4j.speech that return TTSModeInfo
 TTSModeInfo TTSMode.getMode()
          Creates new TTSModeInfo , calls next(TTSModeInfo) and retruns info.
 TTSModeInfo TTSEnum.next()
          Creates new TTSModeInfo , calls next(TTSModeInfo) and retruns info.
 TTSModeInfo TTSEnum.findByModeName(java.lang.String name)
          Finds mode by name.
 

Methods in com.speech4j.speech with parameters of type TTSModeInfo
 void TTSMode.getMode(TTSModeInfo info)
          See CTTSMode::ModeGet()
 boolean TTSEnum.next(TTSModeInfo info)
          See CTTSEnum::Next()
 



Copyright © 2003 Pavel Vlasov. All Rights Reserved.