public class SpeechRecognitionClientImpl extends ServiceClientImpl implements SpeechRecognitionClient
Constructor and Description |
---|
SpeechRecognitionClientImpl(URL serviceUrl) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.axis.client.Stub |
createStub(URL url) |
String[] |
getSupportedAudioTypes() |
String[] |
getSupportedLanguages() |
String[] |
getSupportedVoiceTypes() |
String |
recognize(String language,
Speech speech) |
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 SpeechRecognitionClientImpl(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 String recognize(String language, Speech speech) throws LangridException
recognize
in interface SpeechRecognitionClient
LangridException
public String[] getSupportedLanguages() throws LangridException
getSupportedLanguages
in interface SpeechRecognitionClient
LangridException
public String[] getSupportedVoiceTypes() throws LangridException
getSupportedVoiceTypes
in interface SpeechRecognitionClient
LangridException
public String[] getSupportedAudioTypes() throws LangridException
getSupportedAudioTypes
in interface SpeechRecognitionClient
LangridException