ErrorCode

Xunfei Voice+



com.iflytek.speech 类 ErrorCode

java.lang.Object
  继承者 com.iflytek.speech.ErrorCode

public class ErrorCode
extends java.lang.Object

错误码

作者:
iflytek

字段摘要
static int ERROR_ASR_BUFFER_FULL
           
static int ERROR_ASR_BUILD_GRAMMAR
          序列号错误,没有正确授权,android版本暂时没这个错误码
static int ERROR_ASR_ERROR_BASE
          音频数据缓冲区已满或者数据尺寸过大,本次追加失败,数据被丢弃
static int ERROR_ASR_GRAMMAR_NOTACTIVE
          词典未更新到语法中,遇到这个语法,建议重新构建语法、更新词典
static int ERROR_ASR_GRAMMAR_NOTFOUND
          打开文件失败 ,包括读取资源、词典、场景等文件失败
static int ERROR_ASR_INVAILID_NAME
          词典单元名称非法
static int ERROR_ASR_INVALID_GRAMMAR
          语法错误
static int ERROR_ASR_OUTOfMEMORY
           
static int ERROR_ASR_SAVEFILE_FAIL
          保存文件失败,可能存储介质满了
static int ERROR_ASR_SYNTAX_ERROR
          文法描述文本格式错误
static int ERROR_AUDIO_RECORD
          录音失败
static int ERROR_COMPONENT_NOT_INSTALLED
          没有安装语音组件
static int ERROR_EMPTY_UTTERANCE
          无效的文本输入
static int ERROR_ENGINE_BUSY
          引擎繁忙
static int ERROR_ENGINE_CALL_FAIL
          无效调用,使用的是加密狗版本却没有和电脑连接
static int ERROR_ENGINE_INIT_FAIL
          初始化失败
static int ERROR_ENGINE_NOT_SUPPORTED
          引擎不支持
static int ERROR_FILE_ACCESS
          文件读写失败
static int ERROR_INTERRUPT
          被异常打断
static int ERROR_INVALID_DATA
          无效数据
static int ERROR_INVALID_PARAM
          无效的参数
static int ERROR_INVALID_RESULT
          无有效的结果
static int ERROR_IVW_INTERRUPT
          本地唤醒引擎被异常打断
static int ERROR_LOCAL_ENGINE
          本地引擎内部错误
static int ERROR_LOCAL_NO_INIT
          本地引擎未初始化
static int ERROR_LOCAL_RESOURCE
          本地引擎无资源
static int ERROR_LOGIN
          用户未登陆
static int ERROR_NET_EXPECTION
          网络异常
static int ERROR_NETWORK_TIMEOUT
          网络连接超时
static int ERROR_NO_MATCH
          无匹配结果
static int ERROR_NO_NETWORK
          无有效的网络连接
static int ERROR_NO_SPPECH
          未检测到语音
static int ERROR_PERMISSION_DENIED
          无效授权
static int ERROR_PLAY_MEDIA
          音频播放失败
static int ERROR_SPEECH_TIMEOUT
          音频输入超时
static int ERROR_TEXT_OVERFLOW
          文本溢出
static int ERROR_UNKNOWN
          未知错误
static int ERROR_VERSION_LOWER
          版本过低
static int SUCCESS
          成功状态
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

SUCCESS

public static final int SUCCESS
成功状态

另请参见:
常量字段值


ERROR_NO_NETWORK

public static final int ERROR_NO_NETWORK
无有效的网络连接

另请参见:
常量字段值


ERROR_NETWORK_TIMEOUT

public static final int ERROR_NETWORK_TIMEOUT
网络连接超时

另请参见:
常量字段值


ERROR_NET_EXPECTION

public static final int ERROR_NET_EXPECTION
网络异常

另请参见:
常量字段值


ERROR_INVALID_RESULT

public static final int ERROR_INVALID_RESULT
无有效的结果

另请参见:
常量字段值


ERROR_NO_MATCH

public static final int ERROR_NO_MATCH
无匹配结果

另请参见:
常量字段值


ERROR_AUDIO_RECORD

public static final int ERROR_AUDIO_RECORD
录音失败

另请参见:
常量字段值


ERROR_NO_SPPECH

public static final int ERROR_NO_SPPECH
未检测到语音

另请参见:
常量字段值


ERROR_SPEECH_TIMEOUT

public static final int ERROR_SPEECH_TIMEOUT
音频输入超时

另请参见:
常量字段值


ERROR_EMPTY_UTTERANCE

public static final int ERROR_EMPTY_UTTERANCE
无效的文本输入

另请参见:
常量字段值


ERROR_FILE_ACCESS

public static final int ERROR_FILE_ACCESS
文件读写失败

另请参见:
常量字段值


ERROR_PLAY_MEDIA

public static final int ERROR_PLAY_MEDIA
音频播放失败

另请参见:
常量字段值


ERROR_INVALID_PARAM

public static final int ERROR_INVALID_PARAM
无效的参数

另请参见:
常量字段值


ERROR_TEXT_OVERFLOW

public static final int ERROR_TEXT_OVERFLOW
文本溢出

另请参见:
常量字段值


ERROR_INVALID_DATA

public static final int ERROR_INVALID_DATA
无效数据

另请参见:
常量字段值


ERROR_LOGIN

public static final int ERROR_LOGIN
用户未登陆

另请参见:
常量字段值


ERROR_PERMISSION_DENIED

public static final int ERROR_PERMISSION_DENIED
无效授权

另请参见:
常量字段值


ERROR_INTERRUPT

public static final int ERROR_INTERRUPT
被异常打断

另请参见:
常量字段值


ERROR_VERSION_LOWER

public static final int ERROR_VERSION_LOWER
版本过低

另请参见:
常量字段值


ERROR_UNKNOWN

public static final int ERROR_UNKNOWN
未知错误

另请参见:
常量字段值


ERROR_COMPONENT_NOT_INSTALLED

public static final int ERROR_COMPONENT_NOT_INSTALLED
没有安装语音组件

另请参见:
常量字段值


ERROR_ENGINE_NOT_SUPPORTED

public static final int ERROR_ENGINE_NOT_SUPPORTED
引擎不支持

另请参见:
常量字段值


ERROR_ENGINE_INIT_FAIL

public static final int ERROR_ENGINE_INIT_FAIL
初始化失败

另请参见:
常量字段值


ERROR_ENGINE_CALL_FAIL

public static final int ERROR_ENGINE_CALL_FAIL
无效调用,使用的是加密狗版本却没有和电脑连接

另请参见:
常量字段值


ERROR_ENGINE_BUSY

public static final int ERROR_ENGINE_BUSY
引擎繁忙

另请参见:
常量字段值


ERROR_LOCAL_NO_INIT

public static final int ERROR_LOCAL_NO_INIT
本地引擎未初始化

另请参见:
常量字段值


ERROR_LOCAL_RESOURCE

public static final int ERROR_LOCAL_RESOURCE
本地引擎无资源

另请参见:
常量字段值


ERROR_LOCAL_ENGINE

public static final int ERROR_LOCAL_ENGINE
本地引擎内部错误

另请参见:
常量字段值


ERROR_IVW_INTERRUPT

public static final int ERROR_IVW_INTERRUPT
本地唤醒引擎被异常打断

另请参见:
常量字段值


ERROR_ASR_BUILD_GRAMMAR

public static final int ERROR_ASR_BUILD_GRAMMAR
序列号错误,没有正确授权,android版本暂时没这个错误码

另请参见:
常量字段值


ERROR_ASR_ERROR_BASE

public static final int ERROR_ASR_ERROR_BASE
音频数据缓冲区已满或者数据尺寸过大,本次追加失败,数据被丢弃

另请参见:
常量字段值


ERROR_ASR_BUFFER_FULL

public static final int ERROR_ASR_BUFFER_FULL
另请参见:
常量字段值

ERROR_ASR_OUTOfMEMORY

public static final int ERROR_ASR_OUTOfMEMORY
另请参见:
常量字段值

ERROR_ASR_GRAMMAR_NOTFOUND

public static final int ERROR_ASR_GRAMMAR_NOTFOUND
打开文件失败 ,包括读取资源、词典、场景等文件失败

另请参见:
常量字段值


ERROR_ASR_INVALID_GRAMMAR

public static final int ERROR_ASR_INVALID_GRAMMAR
语法错误

另请参见:
常量字段值


ERROR_ASR_SYNTAX_ERROR

public static final int ERROR_ASR_SYNTAX_ERROR
文法描述文本格式错误

另请参见:
常量字段值


ERROR_ASR_SAVEFILE_FAIL

public static final int ERROR_ASR_SAVEFILE_FAIL
保存文件失败,可能存储介质满了

另请参见:
常量字段值


ERROR_ASR_INVAILID_NAME

public static final int ERROR_ASR_INVAILID_NAME
词典单元名称非法

另请参见:
常量字段值


ERROR_ASR_GRAMMAR_NOTACTIVE

public static final int ERROR_ASR_GRAMMAR_NOTACTIVE
词典未更新到语法中,遇到这个语法,建议重新构建语法、更新词典

另请参见:
常量字段值