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, setUserId
Speech speak(Language language, String text, String voiceType, String audioType) throws LangridException
LangridException
String[] getSupportedLanguages() throws LangridException
LangridException
String[] getSupportedVoiceTypes() throws LangridException
LangridException
String[] getSupportedAudioTypes() throws LangridException
LangridException