public class TextToSpeechClientImpl extends ServiceClientImpl implements TextToSpeechClient
| Constructor and Description |
|---|
TextToSpeechClientImpl(URL serviceUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Stub |
createStub(URL url) |
String[] |
getSupportedAudioTypes() |
String[] |
getSupportedLanguages() |
String[] |
getSupportedVoiceTypes() |
Speech |
speak(Language language,
String text,
String voiceType,
String audioType) |
addRequestHeader, convert, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, invoke, setPassword, setUpService, setUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdpublic TextToSpeechClientImpl(URL serviceUrl)
protected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub in class ServiceClientImpljavax.xml.rpc.ServiceExceptionpublic Speech speak(Language language, String text, String voiceType, String audioType) throws LangridException
speak in interface TextToSpeechClientLangridExceptionpublic String[] getSupportedLanguages() throws LangridException
getSupportedLanguages in interface TextToSpeechClientLangridExceptionpublic String[] getSupportedVoiceTypes() throws LangridException
getSupportedVoiceTypes in interface TextToSpeechClientLangridExceptionpublic String[] getSupportedAudioTypes() throws LangridException
getSupportedAudioTypes in interface TextToSpeechClientLangridException