public class ErrorCode
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
AUDIO_ERROR
录音设备错误。
|
static int |
BEGIN_SILENCE_LONG
起始静音时间过长。
|
static int |
LONG_SPEECH
输入语音过长。
|
static int |
NETWORK_ERROR
网络错误。
|
static int |
NETWORK_TOO_SLOW
网络太慢。
|
static int |
NO_ERROR
无错误。
|
static int |
NO_NETWORK
没有网络。
|
static int |
NO_SPEECH
识别语音内容为空。
|
static int |
SERVER_ERROR
服务器错误。
|
构造器和说明 |
---|
ErrorCode() |
public static final int NO_ERROR
public static final int SERVER_ERROR
public static final int NETWORK_ERROR
public static final int NO_NETWORK
public static final int AUDIO_ERROR
public static final int NO_SPEECH
public static final int LONG_SPEECH
public static final int BEGIN_SILENCE_LONG
public static final int NETWORK_TOO_SLOW