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, setUserId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
public TextToSpeechClientImpl(URL serviceUrl)
protected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub
in class ServiceClientImpl
javax.xml.rpc.ServiceException
public Speech speak(Language language, String text, String voiceType, String audioType) throws LangridException
speak
in interface TextToSpeechClient
LangridException
public String[] getSupportedLanguages() throws LangridException
getSupportedLanguages
in interface TextToSpeechClient
LangridException
public String[] getSupportedVoiceTypes() throws LangridException
getSupportedVoiceTypes
in interface TextToSpeechClient
LangridException
public String[] getSupportedAudioTypes() throws LangridException
getSupportedAudioTypes
in interface TextToSpeechClient
LangridException