SpeechClientStatus Constants Reference

Declared in SpeechRecognitionService.h

SpeechClientStatus

Error codes that can be returned from the speech client that aren’t recognition based errors.

Definition

typedef NS_ENUM(OSStatus, SpeechClientStatus ) {
   SpeechClientStatus_SecurityFailed = ( OSStatus ) 0 x8E200001,
   SpeechClientStatus_LoginFailed = ( OSStatus ) 0 x8E200002,
   SpeechClientStatus_Timeout = ( OSStatus ) 0 x8E200003,
   SpeechClientStatus_ConnectionFailed = ( OSStatus ) 0 x8E200004,
   SpeechClientStatus_NameNotFound = ( OSStatus ) 0 x8E200005,
   SpeechClientStatus_InvalidService = ( OSStatus ) 0 x8E200006,
   SpeechClientStatus_InvalidProxy = ( OSStatus ) 0 x8E200007,
   SpeechClientStatus_BadResponse = ( OSStatus ) 0 x8E200008,
   SpeechClientStatus_InternalError = ( OSStatus ) 0 x8E200009,
   SpeechClientStatus_AuthenticationError = ( OSStatus ) 0 x8E20000A,
   SpeechClientStatus_AuthenticationExpired = ( OSStatus ) 0 x8E20000B,
   SpeechClientStatus_LimitsExceeded = ( OSStatus ) 0 x8E20000C,
   SpeechClientStatus_AudioOutputFailed = ( OSStatus ) 0 x8E210001,
   SpeechClientStatus_MicrophoneInUse = ( OSStatus ) 0 x8E210003,
   SpeechClientStatus_MicrophoneUnavailable = ( OSStatus ) 0 x8E210002,
   SpeechClientStatus_MicrophoneStatusUnknown = ( OSStatus ) 0 x8E210004,
   SpeechClientStatus_InvalidArgument = ( OSStatus ) 0 x80070057,
};

Constants

SpeechClientStatus_SecurityFailed
Raised when you are not authorized.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_LoginFailed
Raised when login credentials are not accepted.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_Timeout
Raised when the connection has timed out.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_ConnectionFailed
Raised when the connection has failed.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_NameNotFound
Raised when the service can't be resolved.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_InvalidService
Raised when the url is invalid.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_InvalidProxy
Raised when you have configured a bad proxy server.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_BadResponse
Raised when the service has returned an invalid response.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_InternalError
Raised when an internal error has been detected.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_AuthenticationError
Raised when credentials are invalid.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_AuthenticationExpired
Raised when credentials have expired.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_LimitsExceeded
Raised when you have exceeded your limits.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_AudioOutputFailed
Raised when the audio output device failed.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_MicrophoneInUse
Raised when the microphone is in use.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_MicrophoneUnavailable
Raised when the microphone is in use.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_MicrophoneStatusUnknown
Raised when the microphone status is not currently known.

Declared In SpeechRecognitionService.h.

SpeechClientStatus_InvalidArgument
Raised when an invalid argument was specified.

Declared In SpeechRecognitionService.h.

Declared In

SpeechRecognitionService.h