public class AxisSpeechRecognitionServiceExecutor extends AbstractAxisServiceExecutor implements SpeechRecognitionService
Constructor and Description |
---|
AxisSpeechRecognitionServiceExecutor(String invocationName,
long iid,
Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
String[] |
getSupportedAudioTypes() |
String[] |
getSupportedLanguages() |
String[] |
getSupportedVoiceTypes() |
String |
recognize(String language,
Speech speech) |
convert, postprocessSoap, preprocessSoap
getInvocationName, postprocess, preprocess
public String recognize(String language, Speech speech) throws AccessLimitExceededException, InvalidParameterException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguageException
recognize
in interface SpeechRecognitionService
AccessLimitExceededException
InvalidParameterException
NoAccessPermissionException
NoValidEndpointsException
ProcessFailedException
ServerBusyException
ServiceNotActiveException
ServiceNotFoundException
UnsupportedLanguageException
public String[] getSupportedAudioTypes() throws NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException
getSupportedAudioTypes
in interface SpeechRecognitionService
NoValidEndpointsException
ProcessFailedException
ServerBusyException
ServiceNotActiveException
ServiceNotFoundException
public String[] getSupportedLanguages() throws NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException
getSupportedLanguages
in interface SpeechRecognitionService
NoValidEndpointsException
ProcessFailedException
ServerBusyException
ServiceNotActiveException
ServiceNotFoundException
public String[] getSupportedVoiceTypes() throws NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException
getSupportedVoiceTypes
in interface SpeechRecognitionService
NoValidEndpointsException
ProcessFailedException
ServerBusyException
ServiceNotActiveException
ServiceNotFoundException