com.nuance.nmdp.speechkit
Class SpeechError.Codes
java.lang.Object
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()
().
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SpeechError.Codes
public SpeechError.Codes()