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, preprocessSoapgetInvocationName, postprocess, preprocesspublic String recognize(String language, Speech speech) throws AccessLimitExceededException, InvalidParameterException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguageException
recognize in interface SpeechRecognitionServiceAccessLimitExceededExceptionInvalidParameterExceptionNoAccessPermissionExceptionNoValidEndpointsExceptionProcessFailedExceptionServerBusyExceptionServiceNotActiveExceptionServiceNotFoundExceptionUnsupportedLanguageExceptionpublic String[] getSupportedAudioTypes() throws NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException
getSupportedAudioTypes in interface SpeechRecognitionServiceNoValidEndpointsExceptionProcessFailedExceptionServerBusyExceptionServiceNotActiveExceptionServiceNotFoundExceptionpublic String[] getSupportedLanguages() throws NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException
getSupportedLanguages in interface SpeechRecognitionServiceNoValidEndpointsExceptionProcessFailedExceptionServerBusyExceptionServiceNotActiveExceptionServiceNotFoundExceptionpublic String[] getSupportedVoiceTypes() throws NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException
getSupportedVoiceTypes in interface SpeechRecognitionServiceNoValidEndpointsExceptionProcessFailedExceptionServerBusyExceptionServiceNotActiveExceptionServiceNotFoundException