Uses of Class
com.baidu.tts.client.TtsMode

Packages that use TtsMode
com.baidu.tts.client   
 

Uses of TtsMode in com.baidu.tts.client
 

Methods in com.baidu.tts.client that return TtsMode
static TtsMode TtsMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TtsMode[] TtsMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.baidu.tts.client with parameters of type TtsMode
 AuthInfo SpeechSynthesizer.auth(TtsMode ttsMode)
          授权验证接口,可以根据AuthInfo得到验证结果,mix引擎只要离线或者在线任何一个验证成功都算成功
 int SpeechSynthesizer.initTts(TtsMode ttsMode)
          初始化tts引擎,可以指定使用online在线,或者mix离在线混合引擎.