|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpeechSynthesizeBag | |
---|---|
com.baidu.tts.client |
Uses of SpeechSynthesizeBag in com.baidu.tts.client |
---|
Methods in com.baidu.tts.client with parameters of type SpeechSynthesizeBag | |
---|---|
int |
SpeechSynthesizer.speak(SpeechSynthesizeBag speechSynthesizeBag)
可排队的speak功能,utteranceId如果未设置则使用默认值 |
int |
SpeechSynthesizer.synthesize(SpeechSynthesizeBag speechSynthesizeBag)
可排队的synthesize功能,utteranceId如果未设置则使用默认值 |
Method parameters in com.baidu.tts.client with type arguments of type SpeechSynthesizeBag | |
---|---|
int |
SpeechSynthesizer.batchSpeak(java.util.List<SpeechSynthesizeBag> speechSynthesizeBags)
批量speak功能,一次可传入一个list,该list将会按顺序合成播放,如果未设置utteranceId,则默认使用list的index作为utteranceId |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |