com.nuance.nmdp.speechkit
Class SpeechError.Codes

java.lang.Object
  extended by com.nuance.nmdp.speechkit.SpeechError.Codes
Enclosing interface:
SpeechError

public static final class SpeechError.Codes
extends java.lang.Object

Possible error codes returned by SpeechError.getErrorCode()().


Field Summary
static int CanceledError
           
static int RecognizerError
           
static int ServerConnectionError
           
static int ServerRetryError
           
static int UnknownError
           
static int VocalizerError
           
 
Constructor Summary
SpeechError.Codes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UnknownError

public static final int UnknownError
See Also:
Constant Field Values

ServerConnectionError

public static final int ServerConnectionError
See Also:
Constant Field Values

ServerRetryError

public static final int ServerRetryError
See Also:
Constant Field Values

RecognizerError

public static final int RecognizerError
See Also:
Constant Field Values

VocalizerError

public static final int VocalizerError
See Also:
Constant Field Values

CanceledError

public static final int CanceledError
See Also:
Constant Field Values
Constructor Detail

SpeechError.Codes

public SpeechError.Codes()