public interface TextToSpeechClient extends ServiceClient
| Modifier and Type | Method and Description |
|---|---|
String[] |
getSupportedAudioTypes() |
String[] |
getSupportedLanguages() |
String[] |
getSupportedVoiceTypes() |
Speech |
speak(Language language,
String text,
String voiceType,
String audioType) |
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdSpeech speak(Language language, String text, String voiceType, String audioType) throws LangridException
LangridExceptionString[] getSupportedLanguages() throws LangridException
LangridExceptionString[] getSupportedVoiceTypes() throws LangridException
LangridExceptionString[] getSupportedAudioTypes() throws LangridException
LangridException