跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W 

A

ACTION_CLEAR_ALL - 类 中的静态变量com.aispeech.export.Vocab
词库操作:清空所有词条
ACTION_CLEAR_AND_INSERT - 类 中的静态变量com.aispeech.export.Vocab
词库操作:清空所有词条后,添加词条
ACTION_INSERT - 类 中的静态变量com.aispeech.export.Vocab
词库操作:添加词条
ACTION_REMOVE - 类 中的静态变量com.aispeech.export.Vocab
词库操作:删除词条
addContent(String) - 类 中的方法com.aispeech.export.Vocab.Builder
向词条列表中添加词条
addOrUpdateWakeupword(List<WakeupWord>) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
addOrUpdateWakeupword(WakeupWord...) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态更新唤醒词 mEngine.addOrUpdateWakeupword(new WakeupWord("xiao bu xiao bu", 0.49f, 0.21f, 0, 0), new WakeupWord("xiao la hao ke", 0.38f, 0, 1, 0));
addSpeakerResource(String[]) - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
设置 发音人资源,若只需要一个发音人,则设置一个即可。
addSpeakerResource(String) - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
 
addSpeakerResource(String[], String[]) - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
设置assets目录下的后端发音人资源名和对应的md5文件,若只需要一个发音人,则设置一个即可,初始化时默认以第一个资源名加载进内核
AecAgcKernel - com.aispeech.lite.aecagc中的类
 
AecAgcKernel(AecAgcKernelListener) - 类 的构造器com.aispeech.lite.aecagc.AecAgcKernel
 
AecAgcKernelListener - com.aispeech.lite.aecagc中的接口
 
AIASRListener - com.aispeech.export.listeners中的接口
AIASRListener 接口用以接收 AICloudASREngine 和 AILocalASREngine 中发生的事件。
AIASRSentenceListener - com.aispeech.export.listeners中的接口
 
AICloudASRConfig - com.aispeech.export.config中的类
 
AICloudASRConfig() - 类 的构造器com.aispeech.export.config.AICloudASRConfig
 
AICloudASREngine - com.aispeech.export.engines2中的类
云端识别引擎
AICloudASRIntent - com.aispeech.export.intent中的类
 
AICloudASRIntent() - 类 的构造器com.aispeech.export.intent.AICloudASRIntent
 
AICloudASRIntent.PCM_ENCODE_TYPE - com.aispeech.export.intent中的枚举
音频编码类型
AICloudASRSentenceConfig - com.aispeech.export.config中的类
 
AICloudASRSentenceConfig() - 类 的构造器com.aispeech.export.config.AICloudASRSentenceConfig
 
AICloudASRSentenceConfig.AudioParam - com.aispeech.export.config中的类
 
AICloudASRSentenceEngine - com.aispeech.export.engines2中的类
一句话识别,可以识别1分钟5M以内的音频
AICloudLASRConfig - com.aispeech.export.config中的类
长语音识别,根据需要识别的音频文件配置参数
AICloudLASRConfig() - 类 的构造器com.aispeech.export.config.AICloudLASRConfig
 
AICloudLASRConfig.AudioParam - com.aispeech.export.config中的类
音频参数
AICloudLASRConfig.TaskParam - com.aispeech.export.config中的类
 
AICloudLASREngine - com.aispeech.export.engines2中的类
长语音音频文件识别,整个流程如下,如果识别文件以http开头,则直接从第三步开始: 创建上传音频文件的任务 分片上传音频文件 创建识别任务 查询识别进度 查询识别结果
AICloudLASRRealtimeEngine - com.aispeech.export.engines2中的类
长语音实时识别
AICloudLASRRealtimeIntent - com.aispeech.export.intent中的类
 
AICloudLASRRealtimeIntent() - 类 的构造器com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
AICloudLASRRealtimeIntent.PCM_ENCODE_TYPE - com.aispeech.export.intent中的枚举
音频编码类型,和 云端 asr 的 PCM_ENCODE_TYPE 相差一个 OGG_OPUS
AICloudTTSConfig - com.aispeech.export.config中的类
 
AICloudTTSConfig() - 类 的构造器com.aispeech.export.config.AICloudTTSConfig
 
AICloudTTSEngine - com.aispeech.export.engines2中的类
云端TTS
AICloudTTSIntent - com.aispeech.export.intent中的类
 
AICloudTTSIntent() - 类 的构造器com.aispeech.export.intent.AICloudTTSIntent
 
AICloudVprintConfig - com.aispeech.export.config中的类
 
AICloudVprintConfig() - 类 的构造器com.aispeech.export.config.AICloudVprintConfig
 
AICloudVprintConfig.Mode - com.aispeech.export.config中的枚举
 
AICloudVprintEngine - com.aispeech.export.engines2中的类
在提交同一个用户的声纹采样时: 文本无关声纹 每次声纹采样可以是任意的音频,直到注册成功或者失败。
AICloudVprintEngine.AudioTool - com.aispeech.export.engines2中的类
录制wav音频文件的工具类
AICloudVprintIntent - com.aispeech.export.intent中的类
 
AICloudVprintIntent() - 类 的构造器com.aispeech.export.intent.AICloudVprintIntent
 
AICloudVprintListener - com.aispeech.export.listeners中的接口
 
AICloudVprintListener.AudioToolListener - com.aispeech.export.listeners中的接口
 
AIConstant - com.aispeech.common中的类
对外常量类
AIEchoConfig - com.aispeech中的类
 
AIEchoConfig() - 类 的构造器com.aispeech.AIEchoConfig
 
AIEchoConfig(String, int, int, int, String) - 类 的构造器com.aispeech.AIEchoConfig
设置 ECHO 模式的配置信息
AIENGINE_MESSAGE_TYPE_BIN - 类 中的静态变量com.aispeech.common.AIConstant
结果类型BINARY
AIENGINE_MESSAGE_TYPE_JSON - 类 中的静态变量com.aispeech.common.AIConstant
结果类型JSON
AIError - com.aispeech中的异常错误
错误信息类
AIError(String) - 异常错误 的构造器com.aispeech.AIError
构造函数
AIError(String, String) - 异常错误 的构造器com.aispeech.AIError
构造函数
AIError(int) - 异常错误 的构造器com.aispeech.AIError
构造函数
AIError(int, String) - 异常错误 的构造器com.aispeech.AIError
构造函数
AIError(int, String, String) - 异常错误 的构造器com.aispeech.AIError
构造函数
AIError(int, String, String, long) - 异常错误 的构造器com.aispeech.AIError
构造函数
AIError() - 异常错误 的构造器com.aispeech.AIError
 
AILASRListener - com.aispeech.export.listeners中的接口
音频文件识别的回调,1-5对应音频识别的过程
AILASRRealtimeListener - com.aispeech.export.listeners中的接口
 
AILocalASRConfig - com.aispeech.export.config中的类
 
AILocalASRConfig() - 类 的构造器com.aispeech.export.config.AILocalASRConfig
 
AILocalASREngine - com.aispeech.export.engines2中的类
本地识别
AILocalASRIntent - com.aispeech.export.intent中的类
 
AILocalASRIntent() - 类 的构造器com.aispeech.export.intent.AILocalASRIntent
 
AILocalAsrppConfig - com.aispeech.export.config中的类
LocalAsrpp init 的配置信息
AILocalAsrppConfig() - 类 的构造器com.aispeech.export.config.AILocalAsrppConfig
 
AILocalAsrppEngine - com.aispeech.export.engines2中的类
本地 性别、年龄、情绪 识别
AILocalAsrppIntent - com.aispeech.export.intent中的类
LocalAsrpp start 的配置信息
AILocalAsrppIntent() - 类 的构造器com.aispeech.export.intent.AILocalAsrppIntent
 
AILocalAsrppListener - com.aispeech.export.listeners中的接口
 
AILocalFaspConfig - com.aispeech.export.config中的类
 
AILocalFaspConfig() - 类 的构造器com.aispeech.export.config.AILocalFaspConfig
 
AILocalFaspEngine - com.aispeech.export.engines2中的类
双麦降噪
AILocalFaspListener - com.aispeech.export.listeners中的接口
 
AILocalGrammarEngine - com.aispeech.export.engines2中的类
本地语法编译
AILocalGrammarListener - com.aispeech.export.listeners中的接口
AILocalGrammarListener 接口用以接收 AILocalGrammarEngine 中发生的事件。
AILocalMdsConfig - com.aispeech.export.config中的类
 
AILocalMdsConfig() - 类 的构造器com.aispeech.export.config.AILocalMdsConfig
 
AILocalMdsEngine - com.aispeech.export.engines2中的类
多设备选择(mds,multiple device selection),用于在存在多个语音采集设备的场景中,选择最优输入设备。
AILocalMdsIntent - com.aispeech.export.intent中的类
 
AILocalMdsIntent() - 类 的构造器com.aispeech.export.intent.AILocalMdsIntent
 
AILocalMdsListener - com.aispeech.export.listeners中的接口
 
AILocalNREngine - com.aispeech.export.engines2中的类
本地降噪
AILocalNRListener - com.aispeech.export.listeners中的接口
降噪的回调类,feed音频后,经过降噪处理过的音频从 onBufferReceived 方法输出
AILocalSemanticConfig - com.aispeech.export.config中的类
离线语义引擎初始化参数
AILocalSemanticConfig.Builder - com.aispeech.export.config中的类
 
AILocalSemanticEngine - com.aispeech.export.engines2中的类
离线语义引擎
AILocalSemanticIntent - com.aispeech.export.intent中的类
离线语义引擎启动参数
AILocalSemanticIntent() - 类 的构造器com.aispeech.export.intent.AILocalSemanticIntent
 
AILocalSevcConfig - com.aispeech.export.config中的类
 
AILocalSevcConfig() - 类 的构造器com.aispeech.export.config.AILocalSevcConfig
 
AILocalSevcEngine - com.aispeech.export.engines2中的类
 
AILocalSevcIntent - com.aispeech.export.intent中的类
 
AILocalSevcIntent() - 类 的构造器com.aispeech.export.intent.AILocalSevcIntent
 
AILocalSevcListener - com.aispeech.export.listeners中的接口
 
AILocalSignalAndWakeupConfig - com.aispeech.export.config中的类
 
AILocalSignalAndWakeupConfig() - 类 的构造器com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
AILocalSignalAndWakeupEngine - com.aispeech.export.engines2中的类
多麦唤醒
AILocalSignalAndWakeupIntent - com.aispeech.export.intent中的类
 
AILocalSignalAndWakeupIntent() - 类 的构造器com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
AILocalSignalAndWakeupListener - com.aispeech.export.listeners中的接口
AILocalWakeupListener 接口用以接收 AILocalSignalAndWakeupEngine 中发生的事件。
AILocalTTSConfig - com.aispeech.export.config中的类
 
AILocalTTSConfig() - 类 的构造器com.aispeech.export.config.AILocalTTSConfig
 
AILocalTTSEngine - com.aispeech.export.engines2中的类
本地合成
AILocalTTSIntent - com.aispeech.export.intent中的类
 
AILocalTTSIntent() - 类 的构造器com.aispeech.export.intent.AILocalTTSIntent
 
AILocalTTSListener - com.aispeech.export.listeners中的接口
Created by yu on 2018/5/4.
AILocalVadEngine - com.aispeech.export.engines2中的类
本地vad引擎
AILocalVadListener - com.aispeech.export.listeners中的接口
 
AILocalVprintEngine - com.aispeech.export.engines2中的类
本地声纹
AILocalVprintListener - com.aispeech.export.listeners中的接口
Created by wuwei on 2018/7/12.
AIResult - com.aispeech中的类
本类用于封装语音引擎的结果
封装包含以下信息: recordId录音ID resultType结果类型 AIConstant.AIENGINE_MESSAGE_TYPE_JSON表示结果为JSON字符串 AIConstant.AIENGINE_MESSAGE_TYPE_BIN表示结果为字节数组 TimeStamp时间戳 resultObject结果对象 isLast是否结果返回完毕
Usage1:
处理文本结果(json): public void onResults(AIResult results) { if (results.getResultType() == AIConstant.AIENGINE_MESSAGE_TYPE_JSON) { JSONResultParser parser = new JSONResultParser(results.getResultObject().toString()); String text = parser.getText(); ... } }
AIResult() - 类 的构造器com.aispeech.AIResult
 
AISampleRate - com.aispeech.lite中的类
采样率定义类
AITTSListener - com.aispeech.export.listeners中的接口
AITTSListener 接口用以接收 AILocalTTSEngine 和 AICloudTTSEngine 中发生的事件。
AIUpdateListener - com.aispeech.export.listeners中的接口
 
AIWakeupConfig - com.aispeech.export.config中的类
wakeup 引擎 init 时的参数设置。
AIWakeupConfig() - 类 的构造器com.aispeech.export.config.AIWakeupConfig
 
AIWakeupEngine - com.aispeech.export.engines2中的类
本地唤醒引擎
AIWakeupIntent - com.aispeech.export.intent中的类
wakeup 引擎 start 时的参数设置。
AIWakeupIntent() - 类 的构造器com.aispeech.export.intent.AIWakeupIntent
 
AIWakeupListener - com.aispeech.export.listeners中的接口
Created by nemo on 17-12-15.
ASRMode - com.aispeech.export中的枚举
识别引擎模式
asrPolicy - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
外部设置识别仲裁策略
asrSentence(String, AICloudASRSentenceConfig) - 类 中的方法com.aispeech.export.engines2.AICloudASRSentenceEngine
一句话识别
asrSentence(String, byte[], AICloudASRSentenceConfig) - 类 中的方法com.aispeech.export.engines2.AICloudASRSentenceEngine
一句话识别
Audio2RefSetting - com.aispeech.common中的类
直接获取带参考音的音频, 通过以下设置,可将带2路参考音的原始音频直接存储在 Audio2RefSetting.keyPcmSaveLocation
Audio2RefSetting() - 类 的构造器com.aispeech.common.Audio2RefSetting
 
AudioParam(String) - 类 的构造器com.aispeech.export.config.AICloudASRSentenceConfig.AudioParam
 
AudioParam(String) - 类 的构造器com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
audioSourceType_MIC - 类 中的静态变量com.aispeech.DUILiteConfig
MediaRecorder.AudioSource.MIC声音源
audioSourceType_VOICE_RECOGNITION - 类 中的静态变量com.aispeech.DUILiteConfig
MediaRecorder.AudioSource.VOICE_RECOGNITION声音源
AudioTool() - 类 的构造器com.aispeech.export.engines2.AICloudVprintEngine.AudioTool
 

B

BaseEngine - com.aispeech.base中的类
 
BaseEngine() - 类 的构造器com.aispeech.base.BaseEngine
 
BaseListener - com.aispeech.lite中的接口
 
build() - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
构建 AILocalSemanticConfig
build() - 类 中的方法com.aispeech.export.Vocab.Builder
创建 Vocab
Builder() - 类 的构造器com.aispeech.export.config.AILocalSemanticConfig.Builder
 
Builder() - 类 的构造器com.aispeech.export.Vocab.Builder
 
Builder() - 类 的构造器com.aispeech.lite.vprint.VprintConfig.Builder
 
Builder() - 类 的构造器com.aispeech.lite.vprint.VprintIntent.Builder
 
BuiltinWakeupWords - com.aispeech.lite中的类
 
BuiltinWakeupWords() - 类 的构造器com.aispeech.lite.BuiltinWakeupWords
 
bundleResults(int, String, byte[]) - 类 中的静态方法com.aispeech.AIResult
 
bundleResults(int, String, String) - 类 中的静态方法com.aispeech.AIResult
 
byte2HexFormatted(byte[], boolean) - 类 中的静态方法com.aispeech.export.tool.FileCopyHelper
byte转换成String

C

calculateBlockSize(long) - 类 中的静态方法com.aispeech.export.lasr.LasrSqlEntity
 
calculateSliceNum(long, int) - 类 中的静态方法com.aispeech.export.lasr.LasrSqlEntity
 
cancel() - 类 中的方法com.aispeech.export.engines2.AICloudASREngine
取消本次识别操作
cancel() - 类 中的方法com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
cancel() - 类 中的方法com.aispeech.export.engines2.AILocalASREngine
取消本次识别操作
cancel() - 类 中的方法com.aispeech.export.engines2.AILocalMdsEngine
 
cancel() - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
取消本次识别操作
cancel() - 类 中的方法com.aispeech.export.engines2.AILocalVprintEngine
取消声纹引擎,当不再接受内部消息时或切换模式前调用
cancelAllASR() - 类 中的方法com.aispeech.export.engines2.AICloudASRSentenceEngine
取消所有识别请求
cancelASR(String) - 类 中的方法com.aispeech.export.engines2.AICloudASRSentenceEngine
取消识别请求
cancelKernel() - 类 中的方法com.aispeech.echo.EchoKernel
 
cancelKernel() - 类 中的方法com.aispeech.speex.SpeexKernel
已过时。
cancelUploadFile() - 类 中的方法com.aispeech.export.engines2.AICloudLASREngine
取消文件上传。
checkAssetsFileCanRead(Context, String) - 类 中的静态方法com.aispeech.export.tool.FileCopyHelper
通过读 1 byte 来确定是否可以读取 assets 文件
checkFileMD5(String, String) - 类 中的静态方法com.aispeech.export.tool.FileCopyHelper
 
checkLibValid() - 类 中的静态方法com.aispeech.export.engines2.AILocalSemanticEngine
 
checkLibValid() - 类 中的静态方法com.aispeech.export.engines2.AILocalVprintEngine
 
checkLibValid() - 类 中的静态方法com.aispeech.speex.SpeexKernel
检查libduiutils.so是否存在
checkWords(String[]) - 类 中的方法com.aispeech.lite.BuiltinWakeupWords
 
clear() - 类 中的方法com.aispeech.common.NotifyLimitQueue
清空队列内容
clearObject() - 类 中的方法com.aispeech.lite.mds.MdsProcessor
 
clearObject() - 类 中的方法com.aispeech.lite.sevc.SevcProcessor
 
clearSpeakerResourceAndMD5() - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
 
clone() - 类 中的方法com.aispeech.DUILiteConfig
 
close() - 类 中的方法com.aispeech.export.lasr.LasrDatabaseManager
 
close() - 类 中的方法com.aispeech.lite.vprint.VprintDatabaseManager
 
CloudVprintKernel - com.aispeech.lite.vprint中的类
 
CloudVprintKernel() - 类 的构造器com.aispeech.lite.vprint.CloudVprintKernel
 
com.aispeech - 程序包 com.aispeech
 
com.aispeech.base - 程序包 com.aispeech.base
 
com.aispeech.common - 程序包 com.aispeech.common
 
com.aispeech.echo - 程序包 com.aispeech.echo
 
com.aispeech.export - 程序包 com.aispeech.export
 
com.aispeech.export.config - 程序包 com.aispeech.export.config
 
com.aispeech.export.engines2 - 程序包 com.aispeech.export.engines2
 
com.aispeech.export.intent - 程序包 com.aispeech.export.intent
 
com.aispeech.export.lasr - 程序包 com.aispeech.export.lasr
 
com.aispeech.export.listeners - 程序包 com.aispeech.export.listeners
 
com.aispeech.export.tool - 程序包 com.aispeech.export.tool
 
com.aispeech.lite - 程序包 com.aispeech.lite
 
com.aispeech.lite.aecagc - 程序包 com.aispeech.lite.aecagc
 
com.aispeech.lite.fasp - 程序包 com.aispeech.lite.fasp
 
com.aispeech.lite.mds - 程序包 com.aispeech.lite.mds
 
com.aispeech.lite.sevc - 程序包 com.aispeech.lite.sevc
 
com.aispeech.lite.speech - 程序包 com.aispeech.lite.speech
 
com.aispeech.lite.sspe - 程序包 com.aispeech.lite.sspe
 
com.aispeech.lite.vprint - 程序包 com.aispeech.lite.vprint
 
com.aispeech.speex - 程序包 com.aispeech.speex
 
copyAssetsFile(Context, String, String, boolean) - 类 中的静态方法com.aispeech.export.tool.FileCopyHelper
assets 里的文件复制到sd卡目录下,如果目标文件夹下有同名文件,可选择是否强制覆盖
copyAssetsFile(Context, String, String, String) - 类 中的静态方法com.aispeech.export.tool.FileCopyHelper
从assets目录中拷贝资源文件到SD下, 若有md5则会检查目标文件的md5,不相同则会删除目标文件,再复制。
copyAssetsFile(Context, String, String, String, boolean) - 类 中的静态方法com.aispeech.export.tool.FileCopyHelper
从assets目录中拷贝资源文件到SD下, 若有md5则会检查目标文件的md5,不相同则会删除目标文件,再复制。
copySDFile(String, String, String) - 类 中的静态方法com.aispeech.export.tool.FileCopyHelper
 
copySDFile(String, String, String, boolean) - 类 中的静态方法com.aispeech.export.tool.FileCopyHelper
 
copySDFile(String, String, boolean) - 类 中的静态方法com.aispeech.export.tool.FileCopyHelper
 
create() - 类 中的方法com.aispeech.lite.vprint.VprintConfig.Builder
 
create() - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
 
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AICloudASREngine
创建实例
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AICloudASRSentenceEngine
 
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AICloudTTSEngine
获取云端合成引擎实例
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AICloudVprintEngine
 
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AILocalASREngine
 
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AILocalAsrppEngine
 
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AILocalFaspEngine
 
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AILocalGrammarEngine
创建实例
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AILocalMdsEngine
 
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AILocalNREngine
创建实例
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AILocalSemanticEngine
 
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AILocalSevcEngine
 
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
创建前端信号处理引擎对象
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AILocalTTSEngine
 
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AILocalVadEngine
创建实例
createInstance() - 类 中的静态方法com.aispeech.export.engines2.AIWakeupEngine
唤醒引擎
createTableIfNotExists() - 类 中的方法com.aispeech.export.lasr.LasrDatabaseManager
 
createTableIfNotExists() - 类 中的方法com.aispeech.lite.vprint.VprintDatabaseManager
 
createTaskWithAudioId(String, AICloudLASRConfig.TaskParam) - 类 中的方法com.aispeech.export.engines2.AICloudLASREngine
创建识别任务,使用上传文件后得到的 audioId,只有文件上传完毕 audioId 才能使用
createTaskWithHttpFile(String, AICloudLASRConfig.TaskParam) - 类 中的方法com.aispeech.export.engines2.AICloudLASREngine
创建识别任务,使用http格式的音频文件
CREATOR - 异常错误 中的静态变量com.aispeech.AIError
 
CREATOR - 类 中的静态变量com.aispeech.AIResult
 

D

dataType - 类 中的变量com.aispeech.AIResult
 
DDSJSONResultParser - com.aispeech.common中的类
dds 识别服务解析结果
DDSJSONResultParser() - 类 的构造器com.aispeech.common.DDSJSONResultParser
 
DDSJSONResultParser.DDSResultParseBean - com.aispeech.common中的类
 
DDSResultParseBean() - 类 的构造器com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
delete(int) - 类 中的方法com.aispeech.export.lasr.LasrDatabaseManager
 
delete(String) - 类 中的方法com.aispeech.lite.vprint.VprintDatabaseManager
 
deleteAll() - 类 中的方法com.aispeech.export.lasr.LasrDatabaseManager
 
deleteAll() - 类 中的方法com.aispeech.lite.vprint.VprintDatabaseManager
 
describeContents() - 异常错误 中的方法com.aispeech.AIError
 
describeContents() - 类 中的方法com.aispeech.AIResult
 
destroy() - 类 中的方法com.aispeech.common.DDSJSONResultParser
 
destroy() - 类 中的方法com.aispeech.export.engines2.AICloudASREngine
销毁云端识别引擎
destroy() - 类 中的方法com.aispeech.export.engines2.AICloudASRSentenceEngine
释放资源
destroy() - 类 中的方法com.aispeech.export.engines2.AICloudLASREngine
destroy() - 类 中的方法com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
destroy() - 类 中的方法com.aispeech.export.engines2.AICloudTTSEngine
 
destroy() - 类 中的方法com.aispeech.export.engines2.AICloudVprintEngine.AudioTool
 
destroy() - 类 中的方法com.aispeech.export.engines2.AICloudVprintEngine
销毁,释放资源
destroy() - 类 中的方法com.aispeech.export.engines2.AILocalASREngine
销毁本地识别引擎
destroy() - 类 中的方法com.aispeech.export.engines2.AILocalAsrppEngine
销毁本地识别引擎
destroy() - 类 中的方法com.aispeech.export.engines2.AILocalFaspEngine
销毁引擎
destroy() - 类 中的方法com.aispeech.export.engines2.AILocalGrammarEngine
销毁本地语法编译引擎
destroy() - 类 中的方法com.aispeech.export.engines2.AILocalMdsEngine
销毁引擎 该方法会停止录音机和销毁录音机
destroy() - 类 中的方法com.aispeech.export.engines2.AILocalNREngine
销毁引擎
destroy() - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
销毁本地识别引擎
destroy() - 类 中的方法com.aispeech.export.engines2.AILocalSevcEngine
销毁引擎 该方法会停止录音机和销毁录音机
destroy() - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
销毁信号处理模块和唤醒引擎 该方法会停止录音机和销毁录音机
destroy() - 类 中的方法com.aispeech.export.engines2.AILocalTTSEngine
销毁合成引擎
destroy() - 类 中的方法com.aispeech.export.engines2.AILocalVadEngine
销毁本地vad引擎
destroy() - 类 中的方法com.aispeech.export.engines2.AILocalVprintEngine
销毁声纹引擎
destroy() - 类 中的方法com.aispeech.export.engines2.AIWakeupEngine
销毁唤醒内核和录音机
destroy() - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
DRIVE_MODE_ALL - 类 中的静态变量com.aispeech.common.AIConstant
驾驶模式:全模式
DRIVE_MODE_DEPUTY - 类 中的静态变量com.aispeech.common.AIConstant
驾驶模式:副驾模式
DRIVE_MODE_LOCATE - 类 中的静态变量com.aispeech.common.AIConstant
驾驶模式:定位模式,按照声源定位
DRIVE_MODE_MAIN - 类 中的静态变量com.aispeech.common.AIConstant
驾驶模式:主驾模式
dropTableIfExists() - 类 中的方法com.aispeech.export.lasr.LasrDatabaseManager
 
dropTableIfExists() - 类 中的方法com.aispeech.lite.vprint.VprintDatabaseManager
 
DUILITE_MSG_TYPE_TLV - 类 中的静态变量com.aispeech.common.AIConstant
声纹的数据类型,结构体,包含音频和其它信息
DUILiteConfig - com.aispeech中的类
sdk 配置类,包括设置产品的相关信息 apiKey, productId, productKey, productSecret,以及其它的全局配置
DUILiteConfig(String, String, String, String) - 类 的构造器com.aispeech.DUILiteConfig
 
DUILiteConfig.ExternalAudioRecordProvider - com.aispeech中的接口
外部传入录音机的provider
DUILiteSDK - com.aispeech中的类
DUILiteSDK 是整个sdk的入口,包括以下功能: 初始化配置信息 提供获取 sdk 信息的方法 auth 认证,只有认证成功后才能使用各个模块的功能
DUILiteSDK() - 类 的构造器com.aispeech.DUILiteSDK
 
DUILiteSDK.InitListener - com.aispeech中的接口
 

E

EchoKernel - com.aispeech.echo中的类
Created by wuwei on 18-6-19.
EchoKernel(EchoKernelListener) - 类 的构造器com.aispeech.echo.EchoKernel
 
EchoKernel(AIProfile, EchoKernelListener) - 类 的构造器com.aispeech.echo.EchoKernel
 
EchoKernelListener - com.aispeech.echo中的接口
Created by wuwei on 18-6-19.
equals(Object) - 类 中的方法com.aispeech.lite.AISampleRate
 
ERR_403_FORBIDDEN - 异常错误 中的静态变量com.aispeech.AIError
云端流量管控
ERR_AI_ENGINE - 异常错误 中的静态变量com.aispeech.AIError
无法启动引擎
ERR_ASR_PLUS_SERVER_ERR - 异常错误 中的静态变量com.aispeech.AIError
asr plus 服务器返回的错误码,当不是 0 2 7 8 9 99时,统一认为是错误,走 onError,具体错误原因由用户再解析服务器的信息
ERR_ASR_SENTENCE_AUDIO_PARAM_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_ASR_SENTENCE_FILE_NOT_EXIST_OR_FILELENGTH_0 - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_ASR_SENTENCE_FILE_OVER_SIZE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_ASR_SENTENCE_JSON_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_ASR_ERROR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_AUTH_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_FLOW_CONTROL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_INNER_ERR - 异常错误 中的静态变量com.aispeech.AIError
一句话识别
ERR_ASR_SENTENCE_SERVER_METHOD_ERR - 异常错误 中的静态变量com.aispeech.AIError
长语音实时识别
ERR_ASR_SENTENCE_SERVER_PARAM_LOST - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_SAVE_AUDIO - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_UNKONW_PATH - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_USE_UP - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_ASR_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_ASR_EXCEPTION - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_ASR_NOT_MATCH - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_CACHE_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_CANT_ENHANCE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_CONTEXT_NOT_MATCHED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_DELETE_PARAMS_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_DELETE_USER_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_GET_MODLE_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_HTTP_PARAMS_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_HTTP_VIDEO_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_JSON_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_MODE_NOT_SUPPORT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_MODEL_LOADED_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_MODEL_SERVER_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_MONGO_SAVE_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_MUL_START - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_CONTEXT_FROM_KERNEL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_DELETEDUSER - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_FILE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_KERNEL_LINKED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_SESSION - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_TASKS - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_USERS - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_OVER_PLS_COUNT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_PATH_NOT_SUPPORT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_PLAY_RECORDED_VIDEO - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_PLS_AUTH_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_PRE_REGISTER_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_QUEST_ERROR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_QUEST_NOT_SUPPORT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_REQUEST_TYPE_NOT_SUPPORT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_RESULT_NOT_MATCHED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_SPEAKER_BACK_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_TASKS_OUT_OF_TIME - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_VERIFY_PARAMS_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_VIDEO_LEAK - 异常错误 中的静态变量com.aispeech.AIError
云端声纹错误码
ERR_CODE_CLOUD_VPRINT_VIDEO_PARAMS - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_CONNECT_TIMEOUT - 异常错误 中的静态变量com.aispeech.AIError
网络li连接超时
ERR_DEFAULT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_403_FORBIDDEN - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_AI_ENGINE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_ASR_SENTENCE_ASR_ERROR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_ASR_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_ASR_EXCEPTION - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_ASR_NOT_MATCH - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_CACHE_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_CANT_ENHANCE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_CONTEXT_NOT_MATCHED - 异常错误 中的静态变量com.aispeech.AIError
云端声纹错误码
ERR_DESCRIPTION_CLOUD_VPRINT_DELETE_PARAMS_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_DELETE_USER_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_GET_MODLE_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_HTTP_PARAMS_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_HTTP_VIDEO_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_JSON_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_MODE_NOT_SUPPORT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_MODEL_LOADED_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_MODEL_SERVER_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_MONGO_SAVE_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_MUL_START - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_CONTEXT_FROM_KERNEL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_DELETEDUSER - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_FILE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_KERNEL_LINKED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_SESSION - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_TASKS - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_USERS - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_OVER_PLS_COUNT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_PATH_NOT_SUPPORT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_PLAY_RECORDED_VIDEO - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_PLS_AUTH_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_PRE_REGISTER_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_QUEST_ERROR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_QUEST_NOT_SUPPORT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_REQUEST_TYPE_NOT_SUPPORT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_RESULT_NOT_MATCHED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_SPEAKER_BACK_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_TASKS_OUT_OF_TIME - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_VERIFY_PARAMS_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_VIDEO_LEAK - 异常错误 中的静态变量com.aispeech.AIError
云端声纹错误描述
ERR_DESCRIPTION_CLOUD_VPRINT_VIDEO_PARAMS - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_CONNECT_TIMEOUT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_DEFAULT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_DEVICE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_DEVICE_ID_CONFLICT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_DNS - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_FDM_NOT_INIT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_GRAMMAR_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_NETWORK - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_QUEUE_FULL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_SDK_NOT_INIT - 异常错误 中的静态变量com.aispeech.AIError
通用错误描述
ERR_DESCRIPTION_ERR_SERVICE_PARAMETERS - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_TTS_CACHE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_INVALID_NET_BIN - 异常错误 中的静态变量com.aispeech.AIError
语义错误描述
ERR_DESCRIPTION_INVALID_RECORDER_TYPE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_KEYWORD_UNMATCH - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_403_FORBIDDEN - 异常错误 中的静态变量com.aispeech.AIError
长语音离线文件识别
ERR_DESCRIPTION_LASR_AUDIO_PARAM_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_FILE_DIFFERENT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_FILE_NOT_EXIST_OR_FILELENGTH_0 - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_FILE_OVER_SIZE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_JSON_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_ONLY_ONE_TASK - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_AUDIO_CUT_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_AUDIO_DOWNLOAD_FIAL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_AUDIO_SAVE_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_AUTH_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_CREATE_TASK_FAIL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_FILE_NO_EXIST - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_FLOW_CONTROL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_INNER_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_METHOD_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_PARAM_LOST - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_POSTPROCESSING_FAIL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_POSTPROCESSING_TIMEOUT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_QUERY_TASK_INFO - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_SAVE_AUDIO - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_SIGNA_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_UNKONW_PATH - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_UPDATE_INFO_FAILE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_URL_PARAM_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_USE_UP - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_MAX_SPEECH - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_NO_REGISTERED_WORD - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_NO_SPEAKER - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_NO_SPEECH - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_NULL_SEMANTIC - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_NULL_SEMANTIC_INPUT - 异常错误 中的静态变量com.aispeech.AIError
语义错误描述
ERR_DESCRIPTION_RECORDING - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_REGISTER_MODEL_EXPIRED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_REGISTER_SPK_FULL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_REGISTER_UPDATE_MODEL_FINISHED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_RES_PREPARE_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_SERVER_CLOSE_WEBSOCKET_1000 - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_SIGNAL_PROCESSING_NOT_STARTED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_SNR_LOW - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_SO_INVALID - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_SPEECH_CLIPPING - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_SPEECH_SPEED_FAST - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_SPEECH_SPEED_SLOW - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_SPK_REGISTER_SPEECH_LACK - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_SPK_REGISTERED_WORD - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_TIMEOUT_ASR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_TTS_AUDIO_TRACK - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_TTS_INVALID_REFTEXT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_TTS_MEDIAPLAYER - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_UNSUPPORT_GENDER - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_UNSUPPORT_WORD - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DESCRIPTION_VOICE_LOW - 异常错误 中的静态变量com.aispeech.AIError
声纹错误描述
ERR_DESCRIPTION_WAKEUP_NOT_SUPPORT_IN_RES - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DEVICE - 异常错误 中的静态变量com.aispeech.AIError
无法获取录音设备
ERR_DEVICE_ID_CONFLICT_ASR - 异常错误 中的静态变量com.aispeech.AIError
CloudTTS 和 CloudASR 等所有云端功能都有可能返回401,原因是deviceId 冲突导致认证失败,需设置唯一的 deviceId
ERR_DEVICE_ID_CONFLICT_TTS - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_DNS - 异常错误 中的静态变量com.aispeech.AIError
DNS解析失败
ERR_FDM_NO_INIT - 异常错误 中的静态变量com.aispeech.AIError
FDM kernel没有初始化
ERR_GRAMMAR_FAILED - 异常错误 中的静态变量com.aispeech.AIError
本地语法文件编译失败
ERR_INVALID_RECORDER_TYPE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_KEYWORD_UNMATCH - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_403_FORBIDDEN - 异常错误 中的静态变量com.aispeech.AIError
长语音实时识别
ERR_LASR_AUDIO_PARAM_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_CALL_CANCEL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_FILE_DIFFERENT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_FILE_NOT_EXIST_OR_FILELENGTH_0 - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_FILE_OVER_SIZE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_JSON_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_ONLY_ONE_TASK - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_AUDIO_CUT_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_AUDIO_DOWNLOAD_FIAL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_AUDIO_SAVE_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_AUTH_FAILED - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_CREATE_TASK_FAIL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_FILE_NO_EXIST - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_FLOW_CONTROL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_INNER_ERR - 异常错误 中的静态变量com.aispeech.AIError
长语音离线文件识别
ERR_LASR_SERVER_METHOD_ERR - 异常错误 中的静态变量com.aispeech.AIError
声纹错误描述
ERR_LASR_SERVER_PARAM_LOST - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_POSTPROCESSING_FAIL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_POSTPROCESSING_TIMEOUT - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_QUERY_TASK_INFO - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_SAVE_AUDIO - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_SIGNA_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_UNKONW_PATH - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_UPDATE_INFO_FAILE - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_URL_PARAM_ERR - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_LASR_SERVER_USE_UP - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_MAX_SPEECH - 异常错误 中的静态变量com.aispeech.AIError
音频时长超出阈值,对应着引擎的setMaxSpeechTimeS方法
ERR_NET_BIN_INVALID - 异常错误 中的静态变量com.aispeech.AIError
识别引擎内容更新失败
ERR_NETWORK - 异常错误 中的静态变量com.aispeech.AIError
网络错误
ERR_NO_REGISTERED_WORD - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_NO_SPEECH - 异常错误 中的静态变量com.aispeech.AIError
没有检测到语音
ERR_NO_SPKEAKER - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_NULL_SEMANTIC - 异常错误 中的静态变量com.aispeech.AIError
语义为空
ERR_NULL_SEMANTIC_INPUT - 异常错误 中的静态变量com.aispeech.AIError
语义输入文本空
ERR_QUEUE_FULL - 异常错误 中的静态变量com.aispeech.AIError
TTS播放队列已满
ERR_RECORDING - 异常错误 中的静态变量com.aispeech.AIError
录音失败
ERR_REGISTER_SPK_FULL - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_RES_PREPARE_FAILED - 异常错误 中的静态变量com.aispeech.AIError
资源准备失败,请检查是否存放在assets目录下
ERR_SDK_NOT_INIT - 异常错误 中的静态变量com.aispeech.AIError
SDK未初始化
ERR_SERVER_CLOSE_WEBSOCKET_1000 - 异常错误 中的静态变量com.aispeech.AIError
asr 服务器主动关闭 webSocket,code 1000
ERR_SERVICE_PARAMETERS - 异常错误 中的静态变量com.aispeech.AIError
设置识别服务器类型为custom须同时设置lmId
ERR_SIGNAL_PROCESSING_NOT_STARTED - 异常错误 中的静态变量com.aispeech.AIError
信号处理引擎还没有启动,请先启动信号处理引擎,再启动识别引擎
ERR_SNR_LOW - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_SO_INVALID - 异常错误 中的静态变量com.aispeech.AIError
动态库加载失败
ERR_SPEECH_CLIPPING - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_SPEECH_SPEED_FAST - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_SPEECH_SPEED_SLOW - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_SPK_REGISTERED_WORD - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_TIMEOUT_ASR - 异常错误 中的静态变量com.aispeech.AIError
asr 超时
ERR_TTS_AUDIO_TRACK - 异常错误 中的静态变量com.aispeech.AIError
TTS 用 AudioTrack 播放时出错
ERR_TTS_CACHE - 异常错误 中的静态变量com.aispeech.AIError
TTS缓存失败
ERR_TTS_INVALID_REFTEXT - 异常错误 中的静态变量com.aispeech.AIError
无效的合成文本
ERR_TTS_MEDIAPLAYER - 异常错误 中的静态变量com.aispeech.AIError
合成MediaPlayer播放器错误
ERR_UNSUPPORT_GENDER - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_UNSUPPORT_WORD - 异常错误 中的静态变量com.aispeech.AIError
 
ERR_VOICE_LOW - 异常错误 中的静态变量com.aispeech.AIError
声纹错误码
ERR_WAKEUP_NOT_SUPPORT_IN_RES - 异常错误 中的静态变量com.aispeech.AIError
一句话识别
error(String, String) - 接口 中的方法com.aispeech.DUILiteSDK.InitListener
 

F

failed() - 接口 中的方法com.aispeech.export.listeners.AIUpdateListener
上传失败回调
FaspKernel - com.aispeech.lite.fasp中的类
 
FaspKernel(FaspListener) - 类 的构造器com.aispeech.lite.fasp.FaspKernel
 
FaspListener - com.aispeech.lite.fasp中的接口
 
FaspProcessor - com.aispeech.lite.fasp中的类
 
FaspProcessor() - 类 的构造器com.aispeech.lite.fasp.FaspProcessor
 
feed(byte[]) - 类 中的方法com.aispeech.echo.EchoKernel
feed 音频数据给内核,只能是 pcm 音频数据
feed(byte[]) - 类 中的方法com.aispeech.speex.SpeexKernel
feed 原始单路pcm音频
feedData(byte[], int) - 类 中的方法com.aispeech.export.engines2.AICloudASREngine
传入数据,在不使用SDK录音机时调用
feedData(byte[], int) - 类 中的方法com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
feedData(byte[], int) - 类 中的方法com.aispeech.export.engines2.AILocalASREngine
传入数据,在不使用SDK内部录音机时调用
feedData(byte[], int) - 类 中的方法com.aispeech.export.engines2.AILocalAsrppEngine
传入数据,在不使用SDK内部录音机时调用
feedData(byte[], int) - 类 中的方法com.aispeech.export.engines2.AILocalFaspEngine
自行feed音频数据,不使用内部录音机时可用
feedData(byte[], int) - 类 中的方法com.aispeech.export.engines2.AILocalMdsEngine
传入数据,在不使用SDK录音机时调用
feedData(byte[], int) - 类 中的方法com.aispeech.export.engines2.AILocalNREngine
向引擎feed数据
feedData(byte[]) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
已过时。
feedData(byte[], int) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
传入数据,在不使用SDK内部录音机时调用
feedData(byte[], int) - 类 中的方法com.aispeech.export.engines2.AILocalSevcEngine
传入数据,在不使用SDK录音机时调用
feedData(byte[], int) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
传入数据,在不使用SDK录音机时调用
feedData(byte[], int) - 类 中的方法com.aispeech.export.engines2.AILocalVadEngine
往本地vad引擎feed数据
feedData(byte[], int) - 类 中的方法com.aispeech.export.engines2.AILocalVprintEngine
传入数据
feedData(int, byte[], int) - 类 中的方法com.aispeech.export.engines2.AILocalVprintEngine
 
feedData(byte[], int) - 类 中的方法com.aispeech.export.engines2.AIWakeupEngine
自行feed音频数据,不使用内部录音机时可用
feedData(byte[], int) - 类 中的方法com.aispeech.lite.fasp.FaspProcessor
 
feedRawAudio(byte[]) - 类 中的方法com.aispeech.lite.sspe.SspeKernel
 
FileCopyHelper - com.aispeech.export.tool中的类
 
forceRequestWakeupResult() - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
强制请求唤醒结果,即使没有唤醒也会给出唤醒词为null的结果
forceRequestWakeupResult() - 类 中的方法com.aispeech.export.engines2.AIWakeupEngine
强制请求唤醒结果,即使没有唤醒也会给出唤醒词为null的结果

G

generateAuthParams() - 类 中的静态方法com.aispeech.export.engines2.AICloudLASREngine
 
get(String) - 类 中的方法com.aispeech.lite.sevc.SevcKernel
 
get(String) - 类 中的方法com.aispeech.lite.sevc.SevcProcessor
 
getAcousticResources() - 类 中的方法com.aispeech.export.config.AILocalASRConfig
 
getAction() - 类 中的方法com.aispeech.export.engines2.AILocalVprintEngine
获取当前声纹模式
getAction() - 类 中的方法com.aispeech.export.Vocab.Builder
获取词库操作
getAction() - 类 中的方法com.aispeech.export.Vocab
 
getAction() - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
getActionByValue(String) - 枚举 中的静态方法com.aispeech.lite.vprint.VprintIntent.Action
 
getAecChannelNum() - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
getAecResource() - 类 中的方法com.aispeech.AIEchoConfig
 
getAecResource() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getAllText() - 类 中的方法com.aispeech.common.JSONResultParser
 
getAllTextAndCurrentVar() - 类 中的方法com.aispeech.common.JSONResultParser
 
getApiKey() - 类 中的方法com.aispeech.DUILiteConfig
 
getAsr() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getAsrErrorRate() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
文本半相关语音文本结果和custom_context的字错误率的百分比阈值 [0,100],结果向下取整,仅用于文本相关的注册和验证,默认值0
getAsrIntent() - 类 中的方法com.aispeech.export.intent.AILocalSemanticIntent
 
getAsrppResBin() - 类 中的方法com.aispeech.lite.vprint.VprintConfig
 
getAsrppResource() - 类 中的方法com.aispeech.export.config.AILocalAsrppConfig
 
getAudioAttributesContentType() - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
 
getAudioAttributesContentType() - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
 
getAudioAttributesUsage() - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
 
getAudioAttributesUsage() - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
 
getAudioId() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getAudioParam() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
getAudioParam() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getAudioRecorderType() - 类 中的方法com.aispeech.DUILiteConfig
 
getAudioRecorderType() - 类 中的静态方法com.aispeech.DUILiteSDK
 
getAudioSourceType() - 类 中的方法com.aispeech.DUILiteConfig
 
getAudioType() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
getAudioType() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getAudioType() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getAudioType() - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
 
getAuthParams(String) - 类 中的静态方法com.aispeech.DUILiteSDK
获取授权参数信息,用于请求云端服务
getAuthRetryTimesForNetworkErr() - 类 中的方法com.aispeech.DUILiteConfig
 
getAuthServer() - 类 中的方法com.aispeech.DUILiteConfig
 
getAuthState(String) - 类 中的静态方法com.aispeech.DUILiteSDK
获取授权文件状态
getAuthTimeout() - 类 中的方法com.aispeech.DUILiteConfig
 
getBeamformingResource() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getBfChannelNum() - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
getBlackWords() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getBlockSize() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getCacheDirectory() - 类 中的方法com.aispeech.export.config.AICloudTTSConfig
 
getCacheDirectory() - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
 
getCacheUploadMaxNumber() - 类 中的方法com.aispeech.DUILiteConfig
已过时。
废弃
getCallback() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getChannel() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
getChannel() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getChannels() - 类 中的方法com.aispeech.AIEchoConfig
 
getChannels() - 类 中的方法com.aispeech.export.config.AILocalMdsConfig
 
getChannels() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
 
getCheckLength() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getContents() - 类 中的方法com.aispeech.export.Vocab.Builder
获取词条列表
getContents() - 类 中的方法com.aispeech.export.Vocab
 
getContext() - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getContextId() - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getContextId() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
如果有contextId,服务端认为是同一个验证,会使用保存的cache和新的数据进行加强验证,非必须
getContextId() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getContextId() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
如果有contextId,服务端认为是同一个验证,会使用保存的cache和新的数据进行加强验证,仅用于实时验证
getCoreVersion() - 类 中的静态方法com.aispeech.DUILiteSDK
获取内核版本号
getCurrentState() - 类 中的方法com.aispeech.export.engines2.AICloudASREngine
获取当前的引擎状态
getCustomContent() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
文本(半)相关时输入的语音文本。
getCustomThreshold() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getCustomWakeupWord() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getData() - 类 中的方法com.aispeech.lite.vprint.VprintSqlEntity
 
getDcheck() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getDcheck() - 类 中的方法com.aispeech.export.config.WakeupWord
 
getDcheck() - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
 
getDebounceWnd() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
 
getDebugPath() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
 
getDesc() - 枚举 中的方法com.aispeech.export.config.AICloudVprintConfig.Mode
 
getDeviceId(Context) - 类 中的静态方法com.aispeech.DUILiteSDK
获取SDK使用的deviceId
getDeviceName() - 类 中的静态方法com.aispeech.DUILiteSDK
获取SDK生成的deviceName
getDeviceProfileDirPath() - 类 中的方法com.aispeech.DUILiteConfig
 
getDictResource() - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
 
getDm() - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getDoa() - 类 中的方法com.aispeech.export.intent.AILocalMdsIntent
 
getDomain() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
领域(comm/aihome/aitv/aicar/aiphone/airobot/aitranson-cn-16k/aitranson-en-16k),用于asrplus,和res对应,可不设置
getDomain() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getDomain() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
领域(comm/aihome/aitv/aicar/aiphone/airobot/aitranson-cn-16k/aitranson-en-16k) 用于注册和实时声纹验证,注册时非必需,实时声纹验证必需设置
getDomain() - 类 中的方法com.aispeech.export.intent.AILocalSemanticIntent
 
getDriveMode() - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
获取 驾驶模式,只有车载双麦模块有这个功能
getDumpWakeupAudioPath() - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
getDumpWakeupAudioPath() - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
 
getDumpWakeupTime() - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
getDumpWakeupTime() - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
 
getDynamicList() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getEchoChannelNum() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getEchoConfig() - 类 中的方法com.aispeech.DUILiteConfig
 
getEof() - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getEof() - 类 中的方法com.aispeech.common.JSONResultParser
获得是否终止位
getErrId() - 异常错误 中的方法com.aispeech.AIError
获取错误码
getErrId() - 类 中的方法com.aispeech.common.JSONResultParser
取得错误码
getError() - 异常错误 中的方法com.aispeech.AIError
获取错误简述
getError() - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getError() - 类 中的方法com.aispeech.common.JSONResultParser
取得错误描述
getEventMap() - 异常错误 中的方法com.aispeech.AIError
 
getExpandFnPath() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getExt() - 异常错误 中的方法com.aispeech.AIError
获取错误额外信息
getExternalAudioRecordProvider() - 类 中的静态方法com.aispeech.DUILiteConfig
 
getExtraParam() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
 
getExtraParam() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getExtraParam() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getExtraParameter() - 类 中的方法com.aispeech.DUILiteConfig
 
getFespxEngine() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getFespxEngine() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getFespxEngine() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getFespxEngine() - 类 中的方法com.aispeech.export.intent.AILocalAsrppIntent
 
getFespxProcessor() - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
getFileLen() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getFileLength() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getFileMD5String(String) - 类 中的静态方法com.aispeech.export.tool.FileCopyHelper
 
getFilesDir(Context) - 类 中的静态方法com.aispeech.export.tool.FileCopyHelper
获取资源目录
getFillerPenaltyScore() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getForwardAddresses() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getFrontBinResource() - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
 
getGroupId() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getGroupId() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getGroupId() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
users和groupId,二选一,或者2个都填(按最小集),仅用于离线声纹验证
getHandleName() - 接口 中的方法com.aispeech.lite.MessageProcess.Handle
 
getHost() - 类 中的方法com.aispeech.export.config.AICloudVprintConfig
 
getHotwords() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getHotWords() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getId() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getId() - 类 中的方法com.aispeech.lite.vprint.VprintSqlEntity
 
getInputJSON() - 异常错误 中的方法com.aispeech.AIError
 
getInputWavChan() - 类 中的方法com.aispeech.export.engines2.AILocalFaspEngine
 
getInputWavChan() - 类 中的方法com.aispeech.lite.fasp.FaspKernel
 
getInputWavChan() - 类 中的方法com.aispeech.lite.fasp.FaspProcessor
 
getInstance() - 类 中的静态方法com.aispeech.export.engines2.AICloudLASREngine
 
getInstance() - 类 中的静态方法com.aispeech.export.engines2.AILocalVprintEngine
 
getInstance() - 类 中的静态方法com.aispeech.lite.MessageProcess
 
getIntervalTime() - 类 中的方法com.aispeech.DUILiteConfig
 
getIntervalTimeThresh() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getIntervalTimeThresh() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getIp() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
 
getJso() - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getJSON() - 类 中的方法com.aispeech.common.JSONResultParser
获取JSON对象
getJsonLSR() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getLang() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
getLang() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getLang() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getLanguage() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getLanguage() - 枚举 中的方法com.aispeech.lite.Languages
 
getLmId() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
getLmid() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getLmId() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getLmList() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getLocalSaveAudioPath() - 类 中的方法com.aispeech.DUILiteConfig
 
getLocalSavedEnabled() - 类 中的静态方法com.aispeech.DUILiteSDK
 
getLocalSaveEnabled() - 类 中的方法com.aispeech.DUILiteConfig
 
getLocalVadEnable() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getLogFilePath() - 类 中的方法com.aispeech.DUILiteConfig
 
getLowThreshold() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getLowThreshold() - 类 中的方法com.aispeech.export.config.WakeupWord
 
getMac() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
 
getMajor() - 类 中的方法com.aispeech.export.config.WakeupWord
 
getMajors() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getMaxMessageQueueSize() - 类 中的方法com.aispeech.DUILiteConfig
 
getMaxMessageQueueSize() - 类 中的方法com.aispeech.export.config.AICloudASRConfig
 
getMaxMessageQueueSize() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getMaxSpeechTimeS() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getMaxSpeechTimeS() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getMaxSpeechTimeS() - 类 中的方法com.aispeech.export.intent.AILocalAsrppIntent
 
getMdsResource() - 类 中的方法com.aispeech.export.config.AILocalMdsConfig
 
getMdsResource() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
 
getMicNumber() - 类 中的方法com.aispeech.AIEchoConfig
 
getMicType() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getMinSpeechLength() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
最小有效音频长度,单位秒,当前服务配置: sti-sr 1s lti-sr 500ms sdk默认1s,不要使用小于服务器配置的值
getMinSpeechLength() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getMinSpeechLength() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
最小有效音频长度,单位秒,默认注册声纹,离线验证0.4s,验证声纹sti-sr 1s, lti-sr 500ms
getMode() - 类 中的方法com.aispeech.export.config.AICloudVprintConfig
 
getMode() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
获取引擎模式,默认ASRMode.MODE_ASR
getModelBin() - 类 中的方法com.aispeech.lite.vprint.VprintQueryData
 
getModelSize() - 类 中的方法com.aispeech.lite.vprint.VprintQueryData
 
getMp3Quality() - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
 
getName() - 类 中的方法com.aispeech.export.Vocab.Builder
获取词库名称
getName() - 类 中的方法com.aispeech.export.Vocab
 
getNbest() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getNearWakeupConfig() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getNegSelected() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
 
getNetbinResource() - 类 中的方法com.aispeech.export.config.AILocalASRConfig
 
getNewConf() - 类 中的方法com.aispeech.lite.mds.MdsKernel
 
getNewConf() - 类 中的方法com.aispeech.lite.sspe.SspeKernel
 
getNlu() - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getNoSpeechTimeOut() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getNoSpeechTimeOut() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getNoSpeechTimeOut() - 类 中的方法com.aispeech.export.intent.AILocalAsrppIntent
 
getOfflineProfileName() - 类 中的方法com.aispeech.DUILiteConfig
 
getOneShotCacheTime() - 类 中的方法com.aispeech.export.config.AIWakeupConfig
 
getOneShotCacheTime() - 类 中的静态方法com.aispeech.export.engines2.AIWakeupEngine
 
getOneshotOptimizationFilterWords() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getOrganization() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getOrganization() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getOrganization() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
用户所在的公司,项目,非必需
getOutChannelNum() - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
getOutputJSON() - 异常错误 中的方法com.aispeech.AIError
 
getPauseTime() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getPauseTime() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getPhraseFileId() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getPhraseHintsJsonArray() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getPinyin() - 类 中的方法com.aispeech.common.JSONResultParser
 
getPinyin() - 类 中的方法com.aispeech.export.intent.AILocalSemanticIntent
 
getPinyin() - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
 
getProductId() - 类 中的方法com.aispeech.DUILiteConfig
 
getProductKey() - 类 中的方法com.aispeech.DUILiteConfig
 
getProductSecret() - 类 中的方法com.aispeech.DUILiteConfig
 
getProgress() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getRecChannel() - 类 中的方法com.aispeech.AIEchoConfig
 
getRecordId() - 异常错误 中的方法com.aispeech.AIError
获取recordId
getRecordId() - 类 中的方法com.aispeech.AIResult
本次结果对应的start操作返回的recordId
getRecordId() - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getRecordId() - 类 中的方法com.aispeech.common.JSONResultParser
取得recordId
getRefText() - 类 中的方法com.aispeech.export.intent.AILocalSemanticIntent
 
getRemoteJudge() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
 
getRequestId() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
标记一次请求,可选, 如果不存在则服务端会生成一个 非必需
getRes() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getRes() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getResource() - 类 中的方法com.aispeech.export.config.AILocalFaspConfig
 
getResourceType() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getResultObject() - 类 中的方法com.aispeech.AIResult
获取结果内容
getResultType() - 类 中的方法com.aispeech.AIResult
 
getRightMarginFrame() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getRollBackTime() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getSampleBytes() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
getSampleBytes() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getSampleRate() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
getSampleRate() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getSaveAudioFilePath() - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
getSaveAudioFilePath() - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
 
getSaveAudioFilePath() - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
 
getSaveAudioPath() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getSaveAudioPath() - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
 
getSaveAudioPath() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getSaveAudioPath() - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
getSavedDirPath() - 类 中的方法com.aispeech.AIEchoConfig
 
getSdkVersion() - 类 中的静态方法com.aispeech.DUILiteSDK
 
getSelfCustomWakeupScore() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getSensitiveFileId() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getSensitivityLevel() - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
getServer() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getServer() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getServer() - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
 
getServerName() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
 
getServerName() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getServerName() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getSessionId() - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getSessionId() - 类 中的方法com.aispeech.common.JSONResultParser
取得sessionId
getSkillId() - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getSkillID() - 类 中的方法com.aispeech.export.intent.AILocalSemanticIntent
 
getSliceIndex() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getSliceNum() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getSnrThresh() - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
getSpeaker() - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
 
getSpeakerNumber() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getSpeakerRate() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getSpeakerResource() - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
 
getSpeakerResourceList() - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
 
getSpeakerResourceMD5Map() - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
 
getSpeechLen() - 类 中的方法com.aispeech.export.intent.AILocalMdsIntent
 
getSpeed() - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
 
getSpeed() - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
 
getSspeBinResource() - 类 中的方法com.aispeech.export.config.AILocalSevcConfig
 
getSspeResource() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getStartConf() - 类 中的方法com.aispeech.lite.mds.MdsKernel
 
getStateFrame() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getStreamType() - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
 
getStreamType() - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
 
getStringAudioType() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getSupportSampleRate() - 枚举 中的方法com.aispeech.export.config.AICloudVprintConfig.Mode
当前模式下支持的采样率
getTask() - 类 中的方法com.aispeech.export.intent.AILocalSemanticIntent
 
getTaskId() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getTaskType() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getText() - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getText() - 类 中的方法com.aispeech.common.JSONResultParser
获取text字段
getTextType() - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
 
getThreadAffinity() - 类 中的方法com.aispeech.DUILiteConfig
 
getThresh(String[]) - 类 中的方法com.aispeech.lite.BuiltinWakeupWords
getThresh() - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
getThreshLoud(String[]) - 类 中的方法com.aispeech.lite.BuiltinWakeupWords
getThreshold() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getThreshold() - 类 中的方法com.aispeech.export.config.WakeupWord
 
getThreshold() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getThreshold() - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
 
getThreshString(String[]) - 类 中的方法com.aispeech.lite.BuiltinWakeupWords
getThreshToUploadServer() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getTimestamp() - 异常错误 中的方法com.aispeech.AIError
错误发生时间戳
getTimestamp() - 类 中的方法com.aispeech.AIResult
返回结果的时间戳
getTimestamp() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getTimestamp() - 类 中的方法com.aispeech.lite.vprint.VprintSqlEntity
 
getTips() - 枚举 中的方法com.aispeech.lite.Languages
 
getTopic() - 类 中的方法com.aispeech.AIResult
 
getTopN() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
1:N按照score排序,输出前n个得分,若不配置该选项,会在result字段中返回所有得分,开启该选项后会在topN字段中返回得分排名靠前的最多N个得分.仅用于离线验证
getTrainNum() - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
getType() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getType() - 枚举 中的方法com.aispeech.lite.SemanticType
 
getUploadAudioDelayTime() - 类 中的方法com.aispeech.DUILiteConfig
已过时。
废弃
getUploadAudioLevel() - 类 中的方法com.aispeech.DUILiteConfig
 
getUploadAudioPath() - 类 中的方法com.aispeech.DUILiteConfig
 
getUploadOffset() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getUploadProgress() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getUploadUrl() - 类 中的方法com.aispeech.DUILiteConfig
 
getUri() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getUseDelimiter() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getUserDictResource() - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
 
getUserId() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getUserId() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
声纹ID,用户ID在系统中应该是唯一的 注册时非必需,不设置服务端会生成一个 注销时必须设置 仅用于注册和注销
getUserId() - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
getUsers() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getUsers() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getUsers() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
要对比的用户id列表。
getUuid() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
getVadEnable() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getVadPause() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
getVadPauseTime() - 类 中的方法com.aispeech.export.config.AILocalAsrppConfig
 
getVadResource() - 类 中的方法com.aispeech.export.config.AICloudASRConfig
 
getVadResource() - 类 中的方法com.aispeech.export.config.AILocalASRConfig
 
getVadResource() - 类 中的方法com.aispeech.export.config.AILocalAsrppConfig
 
getValue() - 枚举 中的方法com.aispeech.export.ASRMode
 
getValue() - 枚举 中的方法com.aispeech.export.config.AICloudVprintConfig.Mode
 
getValue() - 类 中的方法com.aispeech.lite.AISampleRate
获取Int类型的采样率值
getValue() - 枚举 中的方法com.aispeech.lite.vprint.VprintIntent.Action
 
getValueOf(String) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
getValueOf(String) - 类 中的方法com.aispeech.lite.mds.MdsKernel
 
getValueOf(String) - 类 中的方法com.aispeech.lite.sspe.SspeKernel
 
getVar() - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getVar() - 类 中的方法com.aispeech.common.JSONResultParser
取得已确定不变的识别结果(用于实时反馈)
getVocab(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
获取 ldm contents 同步方法 读取联系人需要在线程中调用
getVolume() - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
 
getVolume() - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
 
getVpCallbackLength() - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
获取vprintcut回调输出tlv数据包长度,资源需要带声纹。
getVprintCutSaveDir() - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
getVprintDatabasePath() - 类 中的方法com.aispeech.lite.vprint.VprintConfig
 
getVPrintJSON() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getVprintModelPath() - 类 中的方法com.aispeech.lite.vprint.VprintConfig
 
getVprintResBin() - 类 中的方法com.aispeech.lite.vprint.VprintConfig
 
getVprintWord() - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
getWaitingTimeout() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
getWakeupResource() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getWakeupResource() - 类 中的方法com.aispeech.export.config.AIWakeupConfig
 
getWakeupWord() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getWakeupWord() - 类 中的方法com.aispeech.export.config.WakeupWord
 
getWakeupword() - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
getWakeupwordList() - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
getWavFilepath() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
用于注册和验证声纹的音频文件路径,必需设置
getWeight() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
 
getWkpWnd() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
 
getWords() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
getWsPort() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
 

H

handleMessage(BaseProcessor.EngineMsg, Message) - 接口 中的方法com.aispeech.lite.MessageProcess.Handle
 
handlerInnerMsg(EngineMsg, Message) - 类 中的方法com.aispeech.lite.fasp.FaspProcessor
 
handlerInnerMsg(EngineMsg, Message) - 类 中的方法com.aispeech.lite.mds.MdsProcessor
 
handlerInnerMsg(EngineMsg, Message) - 类 中的方法com.aispeech.lite.sevc.SevcProcessor
 
haveVprintInfo() - 类 中的方法com.aispeech.common.JSONResultParser
 

I

IAsrPolicy - com.aispeech.export中的接口
识别的仲裁策略
init(BaseListener) - 类 中的方法com.aispeech.base.BaseEngine
 
init(Context, DUILiteConfig, DUILiteSDK.InitListener) - 类 中的静态方法com.aispeech.DUILiteSDK
初始化授权信息
init(AICloudASRConfig, AIASRListener) - 类 中的方法com.aispeech.export.engines2.AICloudASREngine
初始化云端识别引擎
init(AIASRSentenceListener) - 类 中的方法com.aispeech.export.engines2.AICloudASRSentenceEngine
初始化
init(String, AIASRSentenceListener) - 类 中的方法com.aispeech.export.engines2.AICloudASRSentenceEngine
初始化
init(Context, AILASRListener) - 类 中的方法com.aispeech.export.engines2.AICloudLASREngine
 
init(Context, String, AILASRListener) - 类 中的方法com.aispeech.export.engines2.AICloudLASREngine
 
init(AILASRRealtimeListener) - 类 中的方法com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
init(AICloudASRConfig, AILASRRealtimeListener) - 类 中的方法com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
init(AICloudTTSConfig, AITTSListener) - 类 中的方法com.aispeech.export.engines2.AICloudTTSEngine
 
init(AICloudVprintConfig, AICloudVprintListener) - 类 中的方法com.aispeech.export.engines2.AICloudVprintEngine
 
init(AILocalASRConfig, AIASRListener) - 类 中的方法com.aispeech.export.engines2.AILocalASREngine
初始化本地识别引擎
init(AILocalAsrppConfig, AILocalAsrppListener) - 类 中的方法com.aispeech.export.engines2.AILocalAsrppEngine
 
init(AILocalFaspConfig, AILocalFaspListener) - 类 中的方法com.aispeech.export.engines2.AILocalFaspEngine
 
init(String, AILocalGrammarListener) - 类 中的方法com.aispeech.export.engines2.AILocalGrammarEngine
初始化本地语法编译引擎 语法编译所需的资源 1.
init(AILocalMdsConfig, AILocalMdsListener) - 类 中的方法com.aispeech.export.engines2.AILocalMdsEngine
 
init(String, AILocalNRListener) - 类 中的方法com.aispeech.export.engines2.AILocalNREngine
初始化引擎,需设置 NR 资源 1.
init(AIASRListener) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
init(AILocalSemanticConfig, AIASRListener) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
初始化本地识别引擎
init(AILocalSevcConfig, AILocalSevcListener) - 类 中的方法com.aispeech.export.engines2.AILocalSevcEngine
 
init(AILocalSignalAndWakeupConfig, AILocalSignalAndWakeupListener) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
init(AILocalTTSConfig, AILocalTTSListener) - 类 中的方法com.aispeech.export.engines2.AILocalTTSEngine
初始化合成引擎
init(String, AILocalVadListener) - 类 中的方法com.aispeech.export.engines2.AILocalVadEngine
初始化本地vad引擎,本地vad资源 1.
init(String, int, AILocalVadListener) - 类 中的方法com.aispeech.export.engines2.AILocalVadEngine
初始化本地vad引擎,本地vad资源 1.
init(String, int, boolean, AILocalVadListener) - 类 中的方法com.aispeech.export.engines2.AILocalVadEngine
初始化本地vad引擎,本地vad资源 1.
init(VprintConfig, AILocalVprintListener) - 类 中的方法com.aispeech.export.engines2.AILocalVprintEngine
初始化声纹引擎
init(AIWakeupConfig, AIWakeupListener) - 类 中的方法com.aispeech.export.engines2.AIWakeupEngine
唤醒引擎初始化
init(SpeechListener, FaspConfig) - 类 中的方法com.aispeech.lite.fasp.FaspProcessor
 
init(SpeechListener, LocalMdsConfig) - 类 中的方法com.aispeech.lite.mds.MdsProcessor
 
init(SpeechListener, AIEngineConfig) - 类 中的方法com.aispeech.lite.sevc.SevcProcessor
 
init(AICloudVprintConfig.Mode, String, AIProfile, AICloudVprintListener) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
初始化
initEngine(LiteSoFunction, AIEngineConfig) - 类 中的方法com.aispeech.lite.mds.MdsKernel
 
initEngine(LiteSoFunction, LocalSignalProcessingConfig) - 类 中的方法com.aispeech.lite.sspe.SspeKernel
 
insert(LasrSqlEntity) - 类 中的方法com.aispeech.export.lasr.LasrDatabaseManager
 
insertOrUpdate(LasrSqlEntity) - 类 中的方法com.aispeech.export.lasr.LasrDatabaseManager
 
insertOrUpdate(VprintSqlEntity) - 类 中的方法com.aispeech.lite.vprint.VprintDatabaseManager
 
isAddExtraAudioWhenFeedNotContinuousAudio() - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
isAddExtraAudioWhenFeedNotContinuousAudio() - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
 
isAudioStandard() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.AudioParam
音频是否符合以下信息: 音频格式为 wav, ogg_speex, ogg_oups, mp3,并且音频 sampleRate 为 16000 Hz,channel 为 1。
isAuthorized(Context) - 类 中的静态方法com.aispeech.DUILiteSDK
检查是否授权成功(本地授权文件有效)
isAutoSetDriveMode() - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
isCallbackInThread() - 类 中的方法com.aispeech.DUILiteConfig
 
isCloudVadEnable() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isCloudVprintVadEnable() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isCloudVprintVadEnable() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
isEnableConfidence() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isEnableEmotion() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isEnableLanguageClassifier() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isEnableNumberConvert() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isEnableOptimization() - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
 
isEnablePunctuation() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isEnableSNTime() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isEnableSpeakerAntiSpoofing() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
语音活体检测,仅用于离线验证
isEnableTone() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isEnableVad() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
文本无关vad开关
isEncodedAudio() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isEncodedAudio() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
isEnhanceRegister() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
注册增强,仅用于注册
isHttpVerify() - 枚举 中的方法com.aispeech.export.config.AICloudVprintConfig.Mode
是否支持 Http 方式进行声纹验证
isIgnoreLogin() - 类 中的方法com.aispeech.DUILiteConfig
 
isInputContinuousAudio() - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
isInputContinuousAudio() - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
 
isLast() - 类 中的方法com.aispeech.AIResult
返回是否是最后的结果,配合返回结果为byte[]类型使用
isLocalFile() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
isLocalVadEnable() - 类 中的方法com.aispeech.export.config.AICloudASRConfig
 
isLogEnable() - 类 中的方法com.aispeech.DUILiteConfig
 
isMaxVolumeMode() - 类 中的方法com.aispeech.DUILiteConfig
获取当前大音量模式
isModeTextNoRelated(AICloudVprintConfig.Mode) - 类 中的方法com.aispeech.export.config.AICloudVprintConfig
 
isModTextRelated(AICloudVprintConfig.Mode) - 类 中的方法com.aispeech.export.config.AICloudVprintConfig
 
isMonitorUploadEnable() - 类 中的方法com.aispeech.DUILiteConfig
 
isNetWorkError() - 异常错误 中的方法com.aispeech.AIError
是否是网络错误
isOneshotOptimization() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isProductInfoValid() - 类 中的方法com.aispeech.DUILiteConfig
 
isQueryRegisterAudioJson(String) - 类 中的静态方法com.aispeech.export.engines2.AILocalVprintEngine
返回的json信息是否是查询注册音频接口回调的json
isRealback() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isRealBack() - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
 
isSaveOriginalAudio() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isSkip_saving() - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
为true不保存音频,默认false,非必需设置
isSspe() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isUpdateTrailProfileToOnlineProfile() - 类 中的方法com.aispeech.DUILiteConfig
 
isUploadFile() - 类 中的方法com.aispeech.export.engines2.AICloudLASREngine
是否正在上传文件
isUploadSucess() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
isUseBuiltInWakeupWords() - 类 中的方法com.aispeech.lite.BuiltinWakeupWords
 
isUseCache() - 类 中的方法com.aispeech.export.config.AICloudTTSConfig
 
isUseCache() - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
 
isUseCache() - 类 中的方法com.aispeech.export.engines2.AICloudTTSEngine
是否使用了缓存功能
isUseCache() - 类 中的方法com.aispeech.export.engines2.AILocalTTSEngine
是否使用了缓存功能
isUseConf() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
isUseCustomFeed() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isUseCustomFeed() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
isUseCustomFeed() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
isUseCustomFeed() - 类 中的方法com.aispeech.export.intent.AILocalAsrppIntent
 
isUseCustomFeed() - 类 中的方法com.aispeech.export.intent.AILocalMdsIntent
 
isUseCustomFeed() - 类 中的方法com.aispeech.export.intent.AILocalSevcIntent
 
isUseCustomFeed() - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
isUseCustomFeed() - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
 
isUseDatabaseStorage() - 类 中的方法com.aispeech.lite.vprint.VprintConfig
 
isUseDmAsr() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isUseFiller() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
isUseFullstop() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
isUseFullstop() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
isUseHoldConf() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
isUseInverseTxt() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
isUseItn() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
isUseOneShot() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isUseOneShot() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
isUseOneShot() - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
 
isUsePinyin() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
isUsePinyin() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
isUsePost() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
isUsePuctuation() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
isUseRealBack() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
isUseSegment() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
isUseSegment() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
isUseSegment() - 类 中的方法com.aispeech.export.Vocab
 
isUseSensitiveWdsNorm() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
isUseSSML() - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
 
isUseTProcess() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
isUseTxtSmooth() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
isUseTxtSmooth() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
isUseTxtSmooth() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
isUseVad() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
isUseVprint() - 类 中的方法com.aispeech.export.config.AICloudASRConfig
 
isUseXbnfRec() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
isVad() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isVadEnable() - 类 中的方法com.aispeech.export.config.AILocalASRConfig
 
isVadEnable() - 类 中的方法com.aispeech.export.config.AILocalAsrppConfig
 
isVadEnable() - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
 
isValid() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
isValid() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
isValid() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
isValid() - 类 中的方法com.aispeech.export.config.WakeupWord
 
isValid() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
isWakeupWordFilter() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
isWebSocketVerify() - 枚举 中的方法com.aispeech.export.config.AICloudVprintConfig.Mode
是否支持 WebSocket 方式进行声纹验证
isZipFile(File) - 类 中的静态方法com.aispeech.export.tool.FileCopyHelper
 

J

JSONResultParser - com.aispeech.common中的类
识别结果解析器
JSONResultParser(String) - 类 的构造器com.aispeech.common.JSONResultParser
 

K

KEY_CODE - 异常错误 中的静态变量com.aispeech.AIError
 
KEY_EXT - 异常错误 中的静态变量com.aispeech.AIError
 
KEY_FESPX_AEC_CHANNEL - 类 中的静态变量com.aispeech.common.AIConstant
获取aecChannelNum时传入的key
KEY_FESPX_BF_CHANNEL - 类 中的静态变量com.aispeech.common.AIConstant
获取bfChannelNum时传入的key
KEY_RECORD_ID - 异常错误 中的静态变量com.aispeech.AIError
 
KEY_SAMPLE_RATE - 类 中的静态变量com.aispeech.lite.AISampleRate
 
KEY_TEXT - 异常错误 中的静态变量com.aispeech.AIError
 
KEY_TIME - 异常错误 中的静态变量com.aispeech.AIError
 

L

languages - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
设置语种
Languages - com.aispeech.lite中的枚举
当前支持的语种定义,需参考内核标准对齐
LasrDatabaseManager - com.aispeech.export.lasr中的类
 
LasrDatabaseManager(Context) - 类 的构造器com.aispeech.export.lasr.LasrDatabaseManager
在app的包名下创建 LasrDatabaseManager.DB_NAME_DEFAULT 数据库
LasrDatabaseManager(Context, String) - 类 的构造器com.aispeech.export.lasr.LasrDatabaseManager
在app的包名下创建 dbName 数据库
LasrDatabaseManager(String) - 类 的构造器com.aispeech.export.lasr.LasrDatabaseManager
读取指定位置的数据库文件,如果该路径下没有文件,也可创建数据库
LasrSqlEntity - com.aispeech.export.lasr中的类
 
LasrSqlEntity() - 类 的构造器com.aispeech.export.lasr.LasrSqlEntity
 
LasrSqlEntity(int, String, long) - 类 的构造器com.aispeech.export.lasr.LasrSqlEntity
 
LasrSqlEntity(int, String, long, String, String, int, int) - 类 的构造器com.aispeech.export.lasr.LasrSqlEntity
 
LasrSqlEntity(int, String, int, String, long, String, String, int, int, int, String, int, String) - 类 的构造器com.aispeech.export.lasr.LasrSqlEntity
 
last - 类 中的变量com.aispeech.AIResult
 
LibVersion - com.aispeech.common中的类
 
LibVersion() - 类 的构造器com.aispeech.common.LibVersion
 
load(String) - 类 中的静态方法com.aispeech.common.Transformer
读取配置文件,需要预先加载

M

MAX_VOLUME_OFF - 类 中的静态变量com.aispeech.common.AIConstant
非大音量状态
MAX_VOLUME_ON - 类 中的静态变量com.aispeech.common.AIConstant
大音量状态
MdsKernel - com.aispeech.lite.mds中的类
 
MdsKernel(MdsKernelListener) - 类 的构造器com.aispeech.lite.mds.MdsKernel
 
MdsKernelListener - com.aispeech.lite.mds中的接口
 
MdsProcessor - com.aispeech.lite.mds中的类
 
MdsProcessor() - 类 的构造器com.aispeech.lite.mds.MdsProcessor
 
MessageProcess - com.aispeech.lite中的类
 
MessageProcess.Handle - com.aispeech.lite中的接口
 
MSG_INPUT_WAV_CHAN - 类 中的静态变量com.aispeech.lite.fasp.FaspKernel
 

N

NearWakeupConfig - com.aispeech.export.config中的类
就近唤醒的配置,包含 net 和 mds 的配置
NearWakeupConfig() - 类 的构造器com.aispeech.export.config.NearWakeupConfig
 
netBin - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
设置asr net.bin 资源,同 grammar 输出资源
newKernel() - 类 中的方法com.aispeech.echo.EchoKernel
初始化echo内核
newKernel() - 类 中的方法com.aispeech.speex.SpeexKernel
初始化speex内核
ngramBin - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
设置ngram离线通用识别资源
notifyEvent(String) - 类 中的方法com.aispeech.export.engines2.AILocalVprintEngine
传入事件信息,比如唤醒JSON字符串
NotifyLimitQueue<E> - com.aispeech.common中的类
带回调的定长队列
NotifyLimitQueue(int, NotifyLimitQueue.Listener<E>) - 类 的构造器com.aispeech.common.NotifyLimitQueue
 
NotifyLimitQueue.Listener<E> - com.aispeech.common中的接口
队列满对调
notifyWakeup() - 类 中的方法com.aispeech.export.engines2.AICloudASREngine
告知识别引擎已经唤醒,该接口在oneshot功能中使用,内部会记录唤醒的时间点, 之后在vad end的时候来判断到底用户说的是不是唤醒词+指令,还是只有唤醒词 请参考 oneshot demo 中的使用方法
notifyWakeup() - 类 中的方法com.aispeech.export.engines2.AILocalASREngine
告知识别引擎已经唤醒,该接口在oneshot功能中使用,内部会记录唤醒的时间点, 之后在vad end的时候来判断到底用户说的是不是唤醒词+指令,还是只有唤醒词 请参考 oneshot demo 中的使用方法
notifyWakeup() - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
告知识别引擎已经唤醒,该接口在oneshot功能中使用,内部会记录唤醒的时间点, 之后在vad end的时候来判断到底用户说的是不是唤醒词+指令,还是只有唤醒词
num() - 类 中的方法com.aispeech.lite.vprint.VprintQueryData
 

O

offer(E) - 类 中的方法com.aispeech.common.NotifyLimitQueue
入队
offlineProfileName - 类 中的静态变量com.aispeech.DUILiteConfig
assets目录下的离线授权文件名
取值:授权文件名 是否必需:否
onAecBufferReceived(byte[]) - 接口 中的方法com.aispeech.lite.aecagc.AecAgcKernelListener
aec之后的音频回调 在SDK子线程
onAgcDataReceived(byte[]) - 接口 中的方法com.aispeech.echo.EchoKernelListener
echo 内核的 VOIP 回调
onAgcDataReceived(byte[]) - 接口 中的方法com.aispeech.export.listeners.AILocalSevcListener
送agc模块后的音频 非主线程
onAgcDataReceived(byte[], int) - 接口 中的方法com.aispeech.export.listeners.AILocalSignalAndWakeupListener
送agc模块后的音频
onAsr(AIResult) - 接口 中的方法com.aispeech.export.IAsrPolicy
 
onAsrSentenceResult(String, String, AIError) - 接口 中的方法com.aispeech.export.listeners.AIASRSentenceListener
识别音频的回调
onBeginningOfSpeech() - 接口 中的方法com.aispeech.export.listeners.AIASRListener
检测到用户开始说话,在主UI线程
onBeginningOfSpeech() - 接口 中的方法com.aispeech.export.listeners.AILocalAsrppListener
检测到用户开始说话,在主UI线程
onBuildCompleted(String) - 接口 中的方法com.aispeech.export.listeners.AILocalGrammarListener
语法构建结束后执行,在主UI线程
onChs1DataReceived(int, byte[]) - 接口 中的方法com.aispeech.export.listeners.AILocalFaspListener
 
onChs1DataReceived(int, byte[]) - 接口 中的方法com.aispeech.lite.fasp.FaspListener
 
onChs2DataReceived(int, byte[]) - 接口 中的方法com.aispeech.export.listeners.AILocalFaspListener
 
onChs2DataReceived(int, byte[]) - 接口 中的方法com.aispeech.lite.fasp.FaspListener
 
onClosed(IWebsocket, int, String) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
onClosing(IWebsocket, int, String) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
onCompletion(String) - 接口 中的方法com.aispeech.export.listeners.AITTSListener
播放完毕后执行
onDoaResult(int) - 接口 中的方法com.aispeech.export.listeners.AILocalSignalAndWakeupListener
返回唤醒角度
onDoaResult(int) - 类 中的方法com.aispeech.lite.sspe.SspeKernel
 
onEndOfSpeech() - 接口 中的方法com.aispeech.export.listeners.AIASRListener
用户停止说话时调用,在主UI线程
onEndOfSpeech() - 接口 中的方法com.aispeech.export.listeners.AILocalAsrppListener
用户停止说话时调用,在主UI线程
onError(AIError) - 接口 中的方法com.aispeech.export.listeners.AIASRListener
发生错误时执行,在主UI线程
onError(int, String) - 接口 中的方法com.aispeech.export.listeners.AICloudVprintListener.AudioToolListener
录音异常的回调
onError(AIError) - 接口 中的方法com.aispeech.export.listeners.AICloudVprintListener
返回云端声纹错误码
onError(AIError) - 接口 中的方法com.aispeech.export.listeners.AILASRRealtimeListener
发生错误时执行,在主UI线程
onError(AIError) - 接口 中的方法com.aispeech.export.listeners.AILocalAsrppListener
发生错误时执行,在主UI线程
onError(AIError) - 接口 中的方法com.aispeech.export.listeners.AILocalFaspListener
发生错误时执行,在主UI线程
onError(AIError) - 接口 中的方法com.aispeech.export.listeners.AILocalGrammarListener
发生错误时执行,在主UI线程
onError(AIError) - 接口 中的方法com.aispeech.export.listeners.AILocalSevcListener
发生错误时执行 主UI线程
onError(AIError) - 接口 中的方法com.aispeech.export.listeners.AILocalSignalAndWakeupListener
发生错误时执行 主UI线程
onError(String, AIError) - 接口 中的方法com.aispeech.export.listeners.AILocalTTSListener
错误回调 在主UI线程
onError(AIError) - 接口 中的方法com.aispeech.export.listeners.AILocalVprintListener
发生错误时执行,在主UI线程
onError(String, AIError) - 接口 中的方法com.aispeech.export.listeners.AITTSListener
发生错误时执行
onError(AIError) - 接口 中的方法com.aispeech.export.listeners.AIWakeupListener
发生错误时执行,在主UI线程
onError(AIError) - 接口 中的方法com.aispeech.lite.BaseListener
error回调信息 在SDK子线程
onError(AIError) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
onFailure(IWebsocket, Throwable) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
onGotInputWavChan(int) - 接口 中的方法com.aispeech.export.listeners.AILocalFaspListener
 
onGotInputWavChan(int) - 接口 中的方法com.aispeech.lite.fasp.FaspListener
 
onInit(int) - 接口 中的方法com.aispeech.export.listeners.AIASRListener
识别引擎初始化结束后执行,在主UI线程
onInit(int, String) - 接口 中的方法com.aispeech.export.listeners.AIASRSentenceListener
初始化
onInit(int, String) - 接口 中的方法com.aispeech.export.listeners.AICloudVprintListener
初始化回调
onInit(int, String) - 接口 中的方法com.aispeech.export.listeners.AILASRListener
0.
onInit(int) - 接口 中的方法com.aispeech.export.listeners.AILASRRealtimeListener
识别引擎初始化结束后执行,在主UI线程
onInit(int) - 接口 中的方法com.aispeech.export.listeners.AILocalAsrppListener
本地性别识别引擎初始化结束后执行,在主UI线程
onInit(int) - 接口 中的方法com.aispeech.export.listeners.AILocalFaspListener
引擎初始化结束后执行,在主UI线程
onInit(int) - 接口 中的方法com.aispeech.export.listeners.AILocalGrammarListener
本地语法编译引擎初始化结束后执行,在主UI线程
onInit(int) - 接口 中的方法com.aispeech.export.listeners.AILocalSevcListener
引擎初始化结束后执行 主UI线程
onInit(int) - 接口 中的方法com.aispeech.export.listeners.AILocalSignalAndWakeupListener
本地信号处理和唤醒引擎初始化结束后执行 主UI线程
onInit(int) - 接口 中的方法com.aispeech.export.listeners.AILocalTTSListener
初始化的回调,在主UI线程
onInit(int) - 接口 中的方法com.aispeech.export.listeners.AILocalVprintListener
引擎初始化结束后执行,在主UI线程
onInit(int) - 接口 中的方法com.aispeech.export.listeners.AITTSListener
合成引擎初始化结束后执行
onInit(int) - 接口 中的方法com.aispeech.export.listeners.AIWakeupListener
本地唤醒引擎初始化结束后执行,在主UI线程
onInit(int) - 接口 中的方法com.aispeech.lite.BaseListener
初始化回调 在SDK子线程
onInit(int, String) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
onMessage(IWebsocket, String) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
onNearInformation(String) - 接口 中的方法com.aispeech.export.listeners.AILocalSignalAndWakeupListener
使用就近唤醒时,就近唤醒会回传一些中间信息
onNotOneShot() - 接口 中的方法com.aispeech.export.listeners.AIASRListener
在识别引擎开启oneshot功能时,来判断用户说的话不是连说(比如你好小乐来首歌)的回调 没开启oneshot功能时,这个回调方法不会被调用
onOpen(IWebsocket) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
onPop(E) - 接口 中的方法com.aispeech.common.NotifyLimitQueue.Listener
队列满回调
onProgress(int) - 接口 中的方法com.aispeech.export.listeners.AIASRSentenceListener
上传文件的进度
onProgress(int, int, boolean) - 接口 中的方法com.aispeech.export.listeners.AITTSListener
播放进度
onRawDataReceived(byte[], int) - 接口 中的方法com.aispeech.export.listeners.AIASRListener
录音机数据返回,在SDK内部子线程返回
onRawDataReceived(byte[], int) - 接口 中的方法com.aispeech.export.listeners.AILASRRealtimeListener
录音机数据返回,在SDK内部子线程返回
onRawDataReceived(byte[], int) - 接口 中的方法com.aispeech.export.listeners.AILocalAsrppListener
录音机数据返回,在SDK内部子线程返回
onRawDataReceived(byte[], int) - 接口 中的方法com.aispeech.export.listeners.AILocalFaspListener
 
onRawDataReceived(byte[], int) - 接口 中的方法com.aispeech.export.listeners.AILocalSignalAndWakeupListener
原始音频数据返回,多声道pcm数据 该回调在SDK内部子线程
onRawDataReceived(byte[], int) - 接口 中的方法com.aispeech.export.listeners.AIWakeupListener
录音机数据返回,在SDK内部子线程返回
onRawWakeupDataReceived(byte[], int) - 接口 中的方法com.aispeech.export.listeners.AIWakeupListener
唤醒点前特定时间长度的音频
onReady(String) - 接口 中的方法com.aispeech.export.listeners.AITTSListener
数据准备就绪,可以播放时执行
onReadyForSpeech() - 接口 中的方法com.aispeech.export.listeners.AIASRListener
当语音引擎就绪,用户可以说话时调用,在主UI线程
onReadyForSpeech() - 接口 中的方法com.aispeech.export.listeners.AILASRRealtimeListener
当语音引擎就绪,用户可以说话时调用,在主UI线程
onReadyForSpeech() - 接口 中的方法com.aispeech.export.listeners.AILocalAsrppListener
录音机启动时调用,在主UI线程
onReadyForSpeech() - 接口 中的方法com.aispeech.export.listeners.AILocalSignalAndWakeupListener
录音机启动时调用 主UI线程
onReadyForSpeech() - 接口 中的方法com.aispeech.export.listeners.AIWakeupListener
录音机启动时调用,在主UI线程
onRecordStart() - 接口 中的方法com.aispeech.export.listeners.AICloudVprintListener.AudioToolListener
录音开始的回调
onRecordStop() - 接口 中的方法com.aispeech.export.listeners.AICloudVprintListener.AudioToolListener
录音结束的回调
onRegister(int, String) - 接口 中的方法com.aispeech.export.listeners.AICloudVprintListener
注册回调
onRegister(int, String) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
onResultBufferReceived(byte[]) - 接口 中的方法com.aispeech.echo.EchoKernelListener
aec之后的音频回调 在SDK子线程
onResultBufferReceived(byte[], int) - 接口 中的方法com.aispeech.speex.SpeexKernelListener
经过speex模块处理后的ogg音频,在内部子线程,请勿在该回调做阻塞操作,否则会导致线程卡死
onResultDataReceived(byte[], int) - 接口 中的方法com.aispeech.export.listeners.AIASRListener
经过信号出路模块处理后的音频数据返回,1声道pcm数据
onResultDataReceived(byte[], int) - 接口 中的方法com.aispeech.export.listeners.AILASRRealtimeListener
经过信号出路模块处理后的音频数据返回,1声道pcm数据
onResultDataReceived(byte[], int) - 接口 中的方法com.aispeech.export.listeners.AILocalAsrppListener
经过信号出路模块处理后的音频数据返回,1声道pcm数据,在SDK内部子线程返回
onResultDataReceived(byte[], int, int) - 接口 中的方法com.aispeech.export.listeners.AILocalSignalAndWakeupListener
经过信号处理模块处理后的音频数据返回,1声道pcm数据 该回调在SDK内部子线程
onResultDataReceived(byte[], int) - 接口 中的方法com.aispeech.export.listeners.AIWakeupListener
经过信号出路模块处理后的音频数据返回,1声道pcm数据
onResults(AIResult) - 接口 中的方法com.aispeech.export.listeners.AIASRListener
收到结果时执行,请使用JSONResultParser解析,在主UI线程
onResults(AIResult) - 接口 中的方法com.aispeech.export.listeners.AILASRRealtimeListener
收到结果时执行,请使用JSONResultParser解析,在主UI线程 errno = 7,start响应成功 errno = 8, 表示本次返回为识别中间var结果 errno = 0,表示本次返回为识别中间rec结果 errno = 9,表示为客户端发完空帧后的最后一个rec,客户端可以断开链接 errno=10,客户端发送的数据错误 errno=11,服务异常,比如live模块初始化失败,没有可用的计算进程,计算进程退出,计算进程计算超时 errno 除了 0,7,8 外,收到其余code后 WebSocket 会断开
onResults(AIResult) - 接口 中的方法com.aispeech.export.listeners.AILocalAsrppListener
收到结果时执行,请使用JSONResultParser解析,在主UI线程
onResults(AIResult) - 接口 中的方法com.aispeech.export.listeners.AILocalVprintListener
收到结果时执行,请使用JSONResultParser解析,在主UI线程
onResults(AIResult) - 接口 中的方法com.aispeech.lite.mds.MdsKernelListener
当有结果返回时调用
onResults(AIResult) - 接口 中的方法com.aispeech.lite.vprint.VprintKernelListener
 
onRmsChanged(float) - 接口 中的方法com.aispeech.export.listeners.AIASRListener
音频音量发生改变时调用,在主UI线程
onRmsChanged(float) - 接口 中的方法com.aispeech.export.listeners.AILocalAsrppListener
音频音量发生改变时调用,在主UI线程
onSevcBufferReceived(byte[]) - 接口 中的方法com.aispeech.lite.sevc.SevcListener
Sevc之后返回的数据
onSpeechFinish(String) - 接口 中的方法com.aispeech.export.listeners.AILocalTTSListener
播放结束的回调 在主UI线程
onSpeechProgress(int, int, boolean) - 接口 中的方法com.aispeech.export.listeners.AILocalTTSListener
播放的进度 在主UI线程
onSpeechStart(String) - 接口 中的方法com.aispeech.export.listeners.AILocalTTSListener
开始播放的回调 在主UI线程
onSynthesizeDataArrived(String, byte[]) - 接口 中的方法com.aispeech.export.listeners.AILocalTTSListener
合成数据 ,在子线程,若需要更新UI控件需要做线程转换
onSynthesizeDataArrived(String, byte[]) - 接口 中的方法com.aispeech.export.listeners.AITTSListener
合成数据 ,在子线程,若需要更新UI控件需要做线程转换
onSynthesizeFinish(String) - 接口 中的方法com.aispeech.export.listeners.AILocalTTSListener
合成完成的回调 ,在子线程,若需要更新UI控件需要做线程转换
onSynthesizeFinish(String) - 接口 中的方法com.aispeech.export.listeners.AITTSListener
合成完成的回调 ,在子线程,若需要更新UI控件需要做线程转换
onSynthesizeStart(String) - 接口 中的方法com.aispeech.export.listeners.AILocalTTSListener
合成开始的回调,在子线程,若需要更新UI控件需要做线程转换
onSynthesizeStart(String) - 接口 中的方法com.aispeech.export.listeners.AITTSListener
合成开始的回调,在子线程,若需要更新UI控件需要做线程转换
onTaskCreate(String, String, AIError) - 接口 中的方法com.aispeech.export.listeners.AILASRListener
3.
onTaskProcess(String, int, AIError) - 接口 中的方法com.aispeech.export.listeners.AILASRListener
4.
onTaskResult(String, String, AIError) - 接口 中的方法com.aispeech.export.listeners.AILASRListener
5.
onUnregister(int, String) - 接口 中的方法com.aispeech.export.listeners.AICloudVprintListener
注销声纹的回调
onUnregister(int, String) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
onUploadFileProcess(String, int) - 接口 中的方法com.aispeech.export.listeners.AILASRListener
1.
onUploadFileResult(String, String, AIError) - 接口 中的方法com.aispeech.export.listeners.AILASRListener
2.成功上传文件,回调 audioId
onVerifyHttp(int, String) - 接口 中的方法com.aispeech.export.listeners.AICloudVprintListener
Http 方式验证的回调
onVerifyHttp(int, String) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
onVerifyWS(String) - 接口 中的方法com.aispeech.export.listeners.AICloudVprintListener
WebSocket 方式验证的回调
onVerifyWS(String) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
onVoipBufferReceived(byte[]) - 接口 中的方法com.aispeech.lite.aecagc.AecAgcKernelListener
agc之后的1路音频回调 在SDK子线程
onVprintCutDataReceived(int, byte[], int) - 接口 中的方法com.aispeech.export.listeners.AILocalSignalAndWakeupListener
音频裁剪用于声纹的音频或者字符串
onVprintCutDataReceived(int, byte[], int) - 接口 中的方法com.aispeech.export.listeners.AIWakeupListener
音频裁剪用于声纹的音频或者字符串
onWakeup(double, String) - 接口 中的方法com.aispeech.export.listeners.AILocalSignalAndWakeupListener
一次唤醒检测完毕后执行 主UI线程
onWakeup(String) - 接口 中的方法com.aispeech.export.listeners.AILocalSignalAndWakeupListener
一次唤醒检测完毕后执行 主UI线程
onWakeup(String, double, String) - 接口 中的方法com.aispeech.export.listeners.AIWakeupListener
一次唤醒检测完毕后执行,在主UI线程
onWakeup(AIResult) - 类 中的方法com.aispeech.lite.sspe.SspeKernel
 
openLog() - 类 中的方法com.aispeech.DUILiteConfig
已过时。
废弃
openLog(String) - 类 中的方法com.aispeech.DUILiteConfig
已过时。 
openLog(Context, String) - 类 中的静态方法com.aispeech.DUILiteSDK
打开sdk日志 日志打开,性能会受影响,调试时可打开日志, 默认日志关闭
openLog(Context, String, int) - 类 中的静态方法com.aispeech.DUILiteSDK
打开sdk日志 日志打开,性能会受影响,调试时可打开日志, 默认日志关闭
OPT_FAILED - 类 中的静态变量com.aispeech.common.AIConstant
表示操作失败
OPT_SUCCESS - 类 中的静态变量com.aispeech.common.AIConstant
表示操作成功

P

parse(String) - 类 中的方法com.aispeech.common.DDSJSONResultParser
 
parseConfig(String) - 类 中的方法com.aispeech.lite.BuiltinWakeupWords
json 格式如下: { "use_built_in_wakeupwords": true, "built_in_wakeupwords": { "words": ["ni hao xiao bu", "xiao bu xiao bu", "hei bu rui nuo"], "thresh": [0.2, 0.3, 0.4], "thresh2": [0.25, 0.35, 0.45] } }
pause() - 类 中的方法com.aispeech.export.engines2.AICloudTTSEngine
 
pause() - 类 中的方法com.aispeech.export.engines2.AILocalTTSEngine
暂停播放
PhraseHints - com.aispeech.lite.speech中的类
 
PhraseHints(String, String[]) - 类 的构造器com.aispeech.lite.speech.PhraseHints
 
processMaxSpeechError() - 类 中的方法com.aispeech.lite.fasp.FaspProcessor
 
processMaxSpeechError() - 类 中的方法com.aispeech.lite.mds.MdsProcessor
 
processMaxSpeechError() - 类 中的方法com.aispeech.lite.sevc.SevcProcessor
 
processNoSpeechError() - 类 中的方法com.aispeech.lite.fasp.FaspProcessor
 
processNoSpeechError() - 类 中的方法com.aispeech.lite.mds.MdsProcessor
 
processNoSpeechError() - 类 中的方法com.aispeech.lite.sevc.SevcProcessor
 
processWakeupWordInSetMethod(String) - 类 中的方法com.aispeech.lite.BuiltinWakeupWords
 
profile - 类 中的变量com.aispeech.lite.vprint.CloudVprintKernel
 
provideAudioRecord(int, int, int, int, int) - 接口 中的方法com.aispeech.DUILiteConfig.ExternalAudioRecordProvider
相关参数已经给出,参考AudioRecord的构造函数,外部只需要提供生成一个AudioRecord实例的方法,不需要引用这个实例
putExtraParam(String, Object) - 类 中的方法com.aispeech.export.config.NearWakeupConfig
设置额外的参数, key:value 的形式。
putExtraParam(String, Object) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置额外的参数,以 key:value 的形式发送给服务器。
putExtraParam(String, Object) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
设置额外的参数。

Q

query(boolean) - 类 中的方法com.aispeech.export.lasr.LasrDatabaseManager
 
query(String, boolean) - 类 中的方法com.aispeech.export.lasr.LasrDatabaseManager
 
query(String) - 类 中的方法com.aispeech.lite.vprint.VprintDatabaseManager
 
queryAll() - 类 中的方法com.aispeech.lite.vprint.VprintDatabaseManager
 
queryLatestUpload() - 类 中的方法com.aispeech.export.lasr.LasrDatabaseManager
查找最近上传但没有完全上传完的任务
queryModel() - 类 中的方法com.aispeech.export.engines2.AILocalVprintEngine
获取当前声纹模型中的注册信息,需要在init成功后调用生效。
queryRegisterAudio(String, String) - 类 中的方法com.aispeech.export.engines2.AILocalVprintEngine
查询已经注册的音频
queryTaskProcess(String) - 类 中的方法com.aispeech.export.engines2.AICloudLASREngine
 
queryTaskResult(String) - 类 中的方法com.aispeech.export.engines2.AICloudLASREngine
 

R

recordId - 类 中的变量com.aispeech.AIResult
 
refreshTimestamp() - 类 中的方法com.aispeech.lite.vprint.VprintSqlEntity
刷新时间戳
register(AICloudVprintIntent) - 类 中的方法com.aispeech.export.engines2.AICloudVprintEngine
1.
register(AICloudVprintIntent) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
1.
registerHandle(MessageProcess.Handle) - 类 中的方法com.aispeech.lite.MessageProcess
 
release() - 类 中的方法com.aispeech.export.engines2.AICloudTTSEngine
已过时。
废弃
releaseKernel() - 类 中的方法com.aispeech.echo.EchoKernel
 
releaseKernel() - 类 中的方法com.aispeech.speex.SpeexKernel
释放speex内核
removeWakeupword(List<WakeupWord>) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
removeWakeupword(WakeupWord...) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
移除唤醒词 mEngine.removeWakeupword(new WakeupWord("xiao bu xiao bu", 0.49f, 0.21f, 0, 0)); mEngine.removeWakeupword("xiao bu xiao bu");
removeWakeupword(String...) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
resetDriveMode() - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
resultObject - 类 中的变量com.aispeech.AIResult
 
resume() - 类 中的方法com.aispeech.export.engines2.AICloudTTSEngine
 
resume() - 类 中的方法com.aispeech.export.engines2.AILocalTTSEngine
继续播放
run() - 类 中的方法com.aispeech.echo.EchoKernel
 
run() - 类 中的方法com.aispeech.lite.aecagc.AecAgcKernel
 
run() - 类 中的方法com.aispeech.lite.fasp.FaspKernel
 
run() - 类 中的方法com.aispeech.lite.mds.MdsKernel
 
run() - 类 中的方法com.aispeech.lite.MessageProcess
 
run() - 类 中的方法com.aispeech.lite.sevc.SevcKernel
 
run() - 类 中的方法com.aispeech.lite.sspe.SspeKernel
 
run() - 类 中的方法com.aispeech.speex.SpeexKernel
 

S

SAMPLE_RATE_16K - 类 中的静态变量com.aispeech.lite.AISampleRate
16000采样率
SAMPLE_RATE_8K - 类 中的静态变量com.aispeech.lite.AISampleRate
8000采样率
SDK_VERSION - 类 中的静态变量com.aispeech.common.AIConstant
SDK版本
semanticType - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
指定语义引擎类型
SemanticType - com.aispeech.lite中的枚举
 
semDUILuaResFloder - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线DUI语义lua资源文件夹
semDUILuaResFloder - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
设置离线DUI语义lua资源文件夹
semDUIResCustomFloder - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线DUI Custom资源文件夹
semDUIResCustomFloder - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
设置离线DUI custom资源文件夹
semDUIResFloder - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线DUI资源文件夹
semDUIResFloder - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
设置离线DUI资源文件夹
semNaviLuaResFolder - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
设置离线语义lua资源文件夹
semNaviResFolder - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
离线导航语义资源文件夹
sendMessage(MessageProcess.Handle, Message) - 类 中的方法com.aispeech.lite.MessageProcess
 
set(Context, boolean, String) - 类 中的静态方法com.aispeech.common.Audio2RefSetting
 
setAcousticResources(String) - 类 中的方法com.aispeech.export.config.AILocalASRConfig
设置声学资源 1.
setAction(String) - 类 中的方法com.aispeech.export.Vocab.Builder
设置需要执行的词库操作
setAction(VprintIntent.Action) - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
设置声纹工作模式, 若不设置,会抛IllegalArgumentException异常
setAecChannelNum(int) - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
多麦模式下设置回声消除后音频通道数,从AILocalSignalAndWakeupEngine.getValueOf(String)获取
setAecChannelNum(int) - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
setAecResource(String) - 类 中的方法com.aispeech.AIEchoConfig
设置 ECHO 模式的 AEC 资源 1.
setAecResource(String) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置aec资源 1.
setAIEchoConfig(AIEchoConfig) - 类 中的方法com.aispeech.AIEchoConfig
 
setAiEchoConfig(AIEchoConfig) - 类 中的静态方法com.aispeech.echo.EchoKernel
 
setAllText(String) - 类 中的方法com.aispeech.common.JSONResultParser
 
setAsr(String) - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
setAsrErrorRate(float) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
文本半相关语音文本结果和custom_context的字错误率的百分比阈值 [0,100],结果向下取整,仅用于文本相关的注册和验证,默认值0
setAsrIntent(AILocalASRIntent) - 类 中的方法com.aispeech.export.intent.AILocalSemanticIntent
 
setAsrNetBin(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置识别网络资源名, 适用于识别网络资源放在assets目录下 须在init之前设置才生效
setAsrNetBinPath(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置识别网络资源自定义路径, 适用于通过语法构建引擎动态生成网络资源或者网络资源放在自定义路径 须在init之前设置才生效
setAsrPolicy(IAsrPolicy) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
设置识别仲裁策略
setAsrppResBin(String) - 类 中的方法com.aispeech.lite.vprint.VprintConfig.Builder
设置asr++资源 若在assets目录下,则指定文件名即可,如asrpp.bin 若在外部路径目录下,则需要指定绝对路径,如/sdcard/speech/asrpp.bin
setAsrppResource(String) - 类 中的方法com.aispeech.export.config.AILocalAsrppConfig
设置性别识别资源 1.
setAsrResBin(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置识别声学资源名 须在init之前设置才生效, 适用于识别声学资源放在assets目录下
setAsrResBinPath(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置识别声学资源名 须在init之前设置才生效, 适用于识别声学资源放在自定义目录下
setAudioAttributes(int, int) - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
设置音频属性,Android O 及以上系统使用,Android O 以前的系统请使用 AICloudTTSIntent.setStreamType(int) 方法
setAudioAttributes(int, int) - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
设置音频属性,Android O 及以上系统使用,Android O 以前的系统请使用 AILocalTTSIntent.setStreamType(int) 方法
setAudioId(String) - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
setAudioParam(AICloudASRSentenceConfig.AudioParam) - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
设置音频参数,包含 类型,采样率,取样字节数,通道数 等
setAudioParam(AICloudLASRConfig.AudioParam) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
音频参数
setAudioRecorderType(int) - 类 中的方法com.aispeech.DUILiteConfig
设置录音机采集数据的方式
setAudioSourceType(int) - 类 中的方法com.aispeech.DUILiteConfig
设置audioRecorder的声音源
setAudioType(String) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.AudioParam
音频类型
setAudioType(AICloudASRIntent.PCM_ENCODE_TYPE) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置 PCM 编码成其它格式,以减小传输大小。
setAudioType(AICloudLASRRealtimeIntent.PCM_ENCODE_TYPE) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
⾳频类型,支持:wav, ogg, ogg_opus, opus, mp3。
setAudioType(String) - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
设置合成音频格式,支持mp3AIConstant.TTS_AUDIO_TYPE_MP3
setAuthRetryTimesForNetworkErr(int) - 类 中的方法com.aispeech.DUILiteConfig
授权在网络错误时重试的次数
setAuthServer(String) - 类 中的方法com.aispeech.DUILiteConfig
设置DUI授权url地址
取值:字符串
是否必需:否
默认值:https://auth.dui.ai
setAuthTimeout(int) - 类 中的方法com.aispeech.DUILiteConfig
授权网络连接超时时间
单位:毫秒 默认值:5000ms
setAutoSetDriveMode(boolean) - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
车载双麦时才有效。
setBeamformingResource(String) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
beamforming 资源,beamforming 即波束成形,将多路音频数据 beamforming 成单声道音频,方便后续做唤醒,识别等 1.
setBfChannelNum(int) - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
多麦模式下设置增强后音频通道数,从AILocalSignalAndWakeupEngine.getValueOf(String)获取
setBfChannelNum(int) - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
setBlackWords(String[]) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置热词黑名单
setBlackWords(String) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
setBlockSize(int) - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
setCacheUploadMaxNumber(int) - 类 中的方法com.aispeech.DUILiteConfig
已过时。
废弃
setCallback(String) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
识别完成时的回调HTTP(s)地址。
setCallbackInThread(boolean) - 类 中的方法com.aispeech.DUILiteConfig
设置 sdk 的回调是否都在子线程里,默认 false
setChannel(int) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.AudioParam
可选,音频通道数,默认1
setChannel(int) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
音频通道数,default is 1 单声道
setChannels(int) - 类 中的方法com.aispeech.AIEchoConfig
音频总的通道数,1+1,默认为2
setChannels(int) - 类 中的方法com.aispeech.export.config.AILocalMdsConfig
输入音频通道数
setChannels(int) - 类 中的方法com.aispeech.export.config.NearWakeupConfig
输入音频通道数
setCheckLength(double) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
音频的时长(单位:秒), 用户校验剩余时长是否充足
setCloudVadEnable(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置是否开启服务端的vad功能,一般近场关闭,远场打开
setCloudVprintVadEnable(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
setCloudVprintVadEnable(boolean) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setComplexity(int) - 类 中的方法com.aispeech.speex.SpeexKernel
设置压缩的复杂度 可取值:2,3,4,5,默认为2
setContents(List<String>) - 类 中的方法com.aispeech.export.Vocab.Builder
设置需要操作的词条列表 若需要上传带同义词的词条,格式如下:"${词条取值}:${同义词1}[,${同义词2}]"。
setContext(String) - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setContextId(String) - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setContextId(String) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
如果有contextId,服务端认为是同一个验证,会使用保存的cache和新的数据进行加强验证,非必须
setContextId(String) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setContextId(String) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
如果有contextId,服务端认为是同一个验证,会使用保存的cache和新的数据进行加强验证,仅用于实时验证
setCustomContent(String) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
文本(半)相关时输入的语音文本。
setCustomThreshold(String[], Double[]) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
自定义单词置信度阈值
setCustomThreshold(Map<String, Double>) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
setCustomWakeupWord(List<String>, boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置自定义唤醒词和 是否过滤句首唤醒词,用于 oneshot 功能。
setCustomWakeupWord(List<String>) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置自定义唤醒词,可用于过滤和指定唤醒词识别比如 ["你好小乐","你好小白"]
setData(byte[]) - 类 中的方法com.aispeech.lite.vprint.VprintSqlEntity
声纹数据
setDcheck(int[]) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置唤醒是否开启校验,"1"表示开启校验,"0"表示不开启校验
setDcheck(int) - 类 中的方法com.aispeech.export.config.WakeupWord
设置唤醒是否开启校验
setDcheck(String[]) - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
设置唤醒是否开启校验,"1"表示开启校验,"0"表示不开启校验
setDebounceWnd(int) - 类 中的方法com.aispeech.export.config.NearWakeupConfig
防抖窗口期,单位毫秒,范围50-1000,默认450ms。
setDebugMode(int, String) - 类 中的静态方法com.aispeech.DUILiteSDK
已过时。 
setDebugMode(int) - 类 中的静态方法com.aispeech.DUILiteSDK
设置SDK日志级别,默认W-3 {V = 2 , D =3 , I = 4 , W = 5 , E = 6, A = 7}
setDebugPath(String) - 类 中的方法com.aispeech.export.config.NearWakeupConfig
中间音频、原始音频的存放路径
setDeviceProfileDirPath(String) - 类 中的方法com.aispeech.DUILiteConfig
授权文件保存目录的绝对路径
取值:绝对路径字符串, e.g.
setDictResource(String) - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
设置合成字典 1.
setDictResource(String, String) - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
设置assets目录下的合成字典资源名字和对应的md5文件
setDm(JSONObject) - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setDoa(int) - 类 中的方法com.aispeech.export.intent.AILocalMdsIntent
说话人角度(多通道输入时使用),可选,根据资源配置而定
setDomain(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置前一轮对话领域信息,start之前设置生效
setDomain(String) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
领域(comm/aihome/aitv/aicar/aiphone/airobot/aitranson-cn-16k/aitranson-en-16k),用于asrplus,和res对应,可不设置
setDomain(String) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setDomain(String) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
领域(comm/aihome/aitv/aicar/aiphone/airobot/aitranson-cn-16k/aitranson-en-16k) 用于注册和实时声纹验证,注册时非必需,实时声纹验证必需设置
setDomain(String) - 类 中的方法com.aispeech.export.intent.AILocalSemanticIntent
 
setDumpWakeupAudioPath(String) - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
设置dump唤醒音频保存的文件夹,比如/sdcard/speech/dumpwkp。
setDumpWakeupAudioPath(String) - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
设置dump唤醒音频保存的文件夹,比如/sdcard/speech/dumpwkp。
setDumpWakeupTime(int) - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
设置dump唤醒点回退音频的时间,默认5000ms。
setDumpWakeupTime(int) - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
设置dump唤醒点回退音频时长,默认5000ms。
setDynamicList(String) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
setDynamicList(List<String>) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置识别热词列表字符串,比如:"北京市,YOU ARE RIGHT,BLUCE,tfboys,天安门博物馆"
setDynamicParam(String) - 类 中的方法com.aispeech.export.engines2.AILocalFaspEngine
 
setDynamicParam(String) - 类 中的方法com.aispeech.export.engines2.AILocalSevcEngine
动态设置参数
setDynamicParam(String[], float[], int[]) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态调整参数 mEngine.setDynamicParam(new String[]{"ni hao xiao le"}, new float[]{0.45f}, new int[]{1})
setDynamicParam(String[], float[], float[], int[]) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态调整参数 mEngine.setDynamicParam(new String[]{"ni hao xiao le"}, new float[]{0.45f},new float[]{0.32f}, new int[]{1})
setDynamicParam(String[], float[], float[], int[], boolean) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态设置参数 mEngine.setDynamicParam(new String[]{"ni hao xiao le"}, new float[]{0.45f},new float[]{0.32f}, new int[]{1}, false)
setDynamicParam(Map<String, ?>) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态设置唤醒参数,可以在引擎初始化成功后动态设置 {@code Map dynamicParam = new HashMap<>(); dynamicParam.put("env", "words=ni hao xiao le;thresh=0.45;major=1;"); // maxVolumeState 用于设置大音量状态,需配置AEC资源。
setDynamicParam(String) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
setDynamicParam(String[], float[]) - 类 中的方法com.aispeech.export.engines2.AIWakeupEngine
动态调整参数,只能调整唤醒词的thresh
setDynamicParam(String) - 类 中的方法com.aispeech.export.engines2.AIWakeupEngine
动态调整参数,参数只能是 AIWakeupIntent 内的参数, 不同引擎可以动态设置的参数不一样,建议使用 AIWakeupEngine.setDynamicParam(String[], float[]) 方法
setDynamicParamEnv(Map<String, ?>) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态调整参数,可以用来设置唤醒词,阈值等 Map envMap = new HashMap(); envMap.put("words", new String[]{"ni hao xiao le"}); envMap.put("thresh", new float[]{0.45f}); mEngine.setDynamicParamEnv(envMap); 区别于AILocalSignalAndWakeupEngine.setDynamicParamEnv(Map) 此方法仅可用于设置唤醒词和唤醒词阈值
setDynamicParamEnv(Map<String, ?>) - 类 中的方法com.aispeech.export.engines2.AIWakeupEngine
动态调整参数,具体请参照 demo
setEchoChannelNum(int) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置参考音路数,默认为0 即不含参考音,配合aec资源使用
setEchoConfig(AIEchoConfig) - 类 中的方法com.aispeech.DUILiteConfig
设置 ECHO 模式的配置,其它模式下无影响
setEnableConfidence(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置置信度
setEnableEmotion(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
是否开启情感识别
setEnableLanguageClassifier(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
已过时。
无效参数,废弃
setEnableNumberConvert(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置是否启用识别结果汉字数字转阿拉伯数字功能
setEnableOptimization(boolean) - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
设置是否开启cpu优化 若某些机器合成速度慢,可以关闭cpu优化功能,设置为false
setEnablePunctuation(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置是否启用标点符号识别
setEnableSNTime(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置rec结果增加对齐信息,默认为false,关闭
setEnableSpeakerAntiSpoofing(boolean) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
语音活体检测,仅用于离线验证
setEnableTone(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置音调功能,默认为false,关闭
setEnableVad(boolean) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
文本无关vad开关,默认为true
setEnhanceRegister(boolean) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
注册增强,仅用于注册,默认false
setEof(int) - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setErrId(int) - 异常错误 中的方法com.aispeech.AIError
 
setErrId(String) - 异常错误 中的方法com.aispeech.AIError
 
setError(String) - 异常错误 中的方法com.aispeech.AIError
 
setError(JSONObject) - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setEventMap(Map<Object, Object>) - 异常错误 中的方法com.aispeech.AIError
 
setExpandFnPath(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
ExpandFn 文件路径,用于动态拆分net.bin文件 start 之前传入有效
setExpandFnPath(String) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
ExpandFn 文件路径,用于动态拆分net.bin文件 start 之前传入有效
setExt(String) - 异常错误 中的方法com.aispeech.AIError
 
setExternalAudioRecordProvider(DUILiteConfig.ExternalAudioRecordProvider) - 类 中的静态方法com.aispeech.DUILiteConfig
 
setExtraParam(Map<String, Object>) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置额外的参数
setExtraParameter(String, String) - 类 中的方法com.aispeech.DUILiteConfig
参数设置,主要用于设置devicename和deviceID,其中,devicename是设备计量的标识,可以根据需要自行设置 如果不设置,服务器会生成一个devicename。
setExtraParameter(String, int) - 类 中的方法com.aispeech.DUILiteConfig
参数设置 需在init前调用生效
setFespxEngine(IFespxEngine) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置关联 IFespxEngine 实例,只在使用内部录音机且多麦模式下才需要设置
setFespxEngine(IFespxEngine) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setFespxEngine(IFespxEngine) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置关联的信号处理引擎AILocalSignalAndWakeupEngine实例,只在使用内部录音机且多麦模式下才需要设置
setFespxEngine(IFespxEngine) - 类 中的方法com.aispeech.export.intent.AILocalAsrppIntent
设置关联的信号处理引擎AILocalSignalAndWakeupEngine实例,只在使用内部录音机且多麦模式下才需要设置
setFileLen(int) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
音频文件长度。
setFileLength(long) - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
setFillerPenaltyScore(float) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
setForwardAddresses(String) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
当参数不为空时,启动转发模式。
setFrontBinResource(String) - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
设置 FrontBinResource,包含文本归一化,分词的,韵律等 1.
setFrontBinResource(String, String) - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
设置assets目录下的合成前端资源的名字和对应的md5文件,包含文本归一化,分词的,韵律等
setGroupId(String) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
setGroupId(String) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setGroupId(String) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
users和groupId,二选一,或者2个都填(按最小集),仅用于离线声纹验证
setHost(String) - 类 中的方法com.aispeech.export.config.AICloudVprintConfig
 
setHotwords(List<String>) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
自定义的热词列表。
setHotWords(String[]) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置产品级热词,比如"你好小驰"设置之后,识别的同音词都会被识别为 你好小驰 ["你好小驰","思必驰"]
setId(int) - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
setId(String) - 类 中的方法com.aispeech.lite.vprint.VprintSqlEntity
声纹的id,就是用户名+唤醒词,例如:"小明你好小驰"
setIgnoreLogin(boolean) - 类 中的方法com.aispeech.DUILiteConfig
设置是否优化授权速度
setInputContinuousAudio(boolean) - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
设置是否输入实时的长音频,默认接受长音频为true(如果是一二级唤醒,即每个唤醒词独立且非实时,则需要设置为false,如果不设置会影响性能) 当设置为false时,每次送一段音频段都会给予是否唤醒的反馈,如果没有被唤醒,则抛出wakeupWord:null, confidence:0的信息
setInputContinuousAudio(boolean, boolean) - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
设置是否输入实时的长音频,默认接受长音频为true(如果是一二级唤醒,即每个唤醒词独立且非实时,则需要设置为false,如果不设置会影响性能) 当设置为false时,每次送一段音频段都会给予是否唤醒的反馈,如果没有被唤醒,则抛出wakeupWord:null, confidence:0的信息 当 inputContinuousAudio 设置为 false 时,可以设置 addExtraAudioWhenFeedNotContinuousAudio 为 true, 会在段音频尾部再加上一些音频,使本应能够唤醒的音频更容易唤醒 addExtraAudioWhenFeedNotContinuousAudio 设置只有双麦有效
setInputContinuousAudio(boolean) - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
设置是否输入实时的长音频,默认接受长音频为true(如果是一二级唤醒,即每个唤醒词独立且非实时,则需要设置为false,如果不设置会影响性能) 当设置为false时,每次送一段音频段都会给予是否唤醒的反馈,如果没有被唤醒,则抛出wakeupWord:null, confidence:0的信息
setInputContinuousAudio(boolean, boolean) - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
设置是否输入实时的长音频,默认接受长音频为true(如果是一二级唤醒,即每个唤醒词独立且非实时,则需要设置为false,如果不设置会影响性能) 当设置为false时,每次送一段音频段都会给予是否唤醒的反馈,如果没有被唤醒,则抛出wakeupWord:null, confidence:0的信息 当 inputContinuousAudio 设置为 false 时,可以设置 addExtraAudioWhenFeedNotContinuousAudio 为 true, 会在段音频尾部再加上一些音频,使本应能够唤醒的音频更容易唤醒
setInputJson(JSONObject) - 异常错误 中的方法com.aispeech.AIError
 
setIntervalTime(int) - 类 中的方法com.aispeech.DUILiteConfig
设置录音机录音间隔,单位ms
setIntervalTimeThresh(int) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
setIp(String) - 类 中的方法com.aispeech.export.config.NearWakeupConfig
设备ip地址(必须是真实联网IP地址,127.0.0.1不参与组网)
setJso(JSONObject) - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setLang(String) - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
识别的语言
setLang(String) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
语种支持。
setLang(String) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
en(英文在线)/cn(中文在线),不传此参数时默认使用中文,如需使用英文,请传参时设置lang=en 如果要使用纯英文,请设置AICloudLASRRealtimeIntent.setRes(String)为"aitranson",本参数设置为"en"即可实现
setLanguage(String) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
指定语种,默认中文("zh-cn")。
setLanguages(Languages) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
设置语种
setLanguages(Languages) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
已过时。
已过时 使用 AILocalASRConfig 统一配置 AILocalSemanticEngine.init(AILocalSemanticConfig, AIASRListener)
setLasrInfo(String, String, String) - 类 中的方法com.aispeech.export.engines2.AICloudASREngine
提供给实时长语音引擎使用
setLast(boolean) - 类 中的方法com.aispeech.AIResult
 
setLmId(String) - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
要使用的二路模型LMID。
setLmid(String) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
自训练模型文件LMID。
setLmId(String) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置识别lmid
setLmList(String[]) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置用户定制的语言模型列表
setLocalSaveAudioPath(String) - 类 中的方法com.aispeech.DUILiteConfig
设置全局音频文件的保存目录的绝对路径 设置则全局保存音频文件,单项功能如果设置文件保存路径,则以单项功能路径为准;如果单项功能没有设置,则使用全局变量操作
setLocalSaveAudioPath(String, boolean) - 类 中的方法com.aispeech.DUILiteConfig
设置全局音频文件的保存目录的绝对路径 设置则全局保存音频文件,单项功能如果设置文件保存路径,则以单项功能路径为准;如果单项功能没有设置,则使用全局变量操作
setLocalSavedEnabled(boolean) - 类 中的静态方法com.aispeech.DUILiteSDK
 
setLocalVadEnable(boolean) - 类 中的方法com.aispeech.export.config.AICloudASRConfig
设置是否启用本地vad,一般都会打开,
setLocalVadEnable(Boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置是否启用本地vad。
setLowThreshold(float[]) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置大音量场景下的预唤醒阈值,是否需要设置和唤醒资源有关系
setLowThreshold(float) - 类 中的方法com.aispeech.export.config.WakeupWord
设置大音量场景下的唤醒阈值,是否需要设置和唤醒资源有关系
setMac(String) - 类 中的方法com.aispeech.export.config.NearWakeupConfig
设备mac地址
setMajor(int) - 类 中的方法com.aispeech.export.config.WakeupWord
设置唤醒词的major,即主副唤醒词,主唤醒词唤醒后会回滚唤醒音频
setMaxMessageQueueSize(int) - 类 中的方法com.aispeech.DUILiteConfig
设置消息队列最大长度, 默认0, 0表示不限制长度, 建议大于100 动态库方法运行在一个单独的线程里,通过消息队列依次调用。
setMaxMessageQueueSize(int) - 类 中的方法com.aispeech.export.config.AICloudASRConfig
设置消息队列最大长度 默认-1 使用 DUILiteConfig#getMaxMessageQueueSize() 的配置 0表示不限制长度, 建议大于100 动态库方法运行在一个单独的线程里,通过消息队列依次调用。
setMaxMessageQueueSize(int) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置消息队列最大长度 默认-1 使用 DUILiteConfig#getMaxMessageQueueSize() 的配置 0表示不限制长度, 建议大于100 动态库方法运行在一个单独的线程里,通过消息队列依次调用。
setMaxSpeechTimeS(int) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置音频最大录音时长,达到该值将取消语音引擎并抛出异常
允许的最大录音时长 单位秒 0 表示无最大录音时长限制 默认大小为60S 须在start之前设置才生效
setMaxSpeechTimeS(int) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置音频最大录音时长,达到该值将取消语音引擎并抛出异常
允许的最大录音时长 单位秒 0 表示无最大录音时长限制 默认大小为60S
setMaxSpeechTimeS(int) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置音频最大录音时长,达到该值将取消语音引擎并抛出异常
允许的最大录音时长 单位秒,取值范围 1-60秒,默认60秒
setMaxSpeechTimeS(int) - 类 中的方法com.aispeech.export.intent.AILocalAsrppIntent
设置音频最大录音时长,达到该值将取消语音引擎并抛出异常
允许的最大录音时长 单位秒 0 表示无最大录音时长限制 默认大小为60S
setMaxVolumeMode(boolean) - 类 中的方法com.aispeech.DUILiteConfig
设置开启线性四麦大音量检测模式
setMdsResource(String) - 类 中的方法com.aispeech.export.config.AILocalMdsConfig
设置mds资源 1.
setMdsResource(String) - 类 中的方法com.aispeech.export.config.NearWakeupConfig
mds 资源 1.
setMicNumber(int) - 类 中的方法com.aispeech.AIEchoConfig
mic数,默认为1
setMicType(int) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置启用麦克风阵列类型。
setMinSpeechLength(float) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
最小有效音频长度,单位秒,当前服务配置: sti-sr 1s lti-sr 500ms sdk默认1s,不要使用小于服务器配置的值
setMinSpeechLength(float) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setMinSpeechLength(float) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
最小有效音频长度,单位秒,默认注册声纹,离线验证0.4s,验证声纹sti-sr 1s, lti-sr 500ms
setMode(AICloudVprintConfig.Mode) - 类 中的方法com.aispeech.export.config.AICloudVprintConfig
注册声纹的类型, default is 文本半相关(数字串)(dp-sr)
setMode(ASRMode) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置引擎模式
setModelBin(byte[][]) - 类 中的方法com.aispeech.lite.vprint.VprintQueryData
 
setModelSize(int[]) - 类 中的方法com.aispeech.lite.vprint.VprintQueryData
 
setMonitorUploadEnable(boolean) - 类 中的方法com.aispeech.DUILiteConfig
设置 SDK信息(异常监控信息/音频)是否上传,默认上传
setMp3Quality(String) - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
设置云端合成mp3码率,支持lowAIConstant.TTS_MP3_QUALITY_LOW 和highAIConstant.TTS_MP3_QUALITY_HIGH,默认为low码率
setName(String) - 类 中的方法com.aispeech.export.Vocab.Builder
设置词库名称 可以是自定义词库,比如“我的应用”。
setNbest(int) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置 nbest
setNearWakeupConfig(NearWakeupConfig) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
就近唤醒的配置,包含 net 和 mds 的配置
setNegSelected(boolean) - 类 中的方法com.aispeech.export.config.NearWakeupConfig
控制在决策失败时(即当前设备没有最优的snr值)是否抛出唤醒结果,默认值为false(remoteJudge开启时有效) 为false时,不抛出 为true时抛出,(fespx_cb输出)如果唤醒成功在结果中包含 {"nwtkType", "neglected" },唤醒失败时包含 { "nwtkType", "selected" }
setNetBin(String) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
设置本地net.bin 识别资源
setNetbinResource(String) - 类 中的方法com.aispeech.export.config.AILocalASRConfig
设置网络资源 1.
setNgramBin(String) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线通用识别资源
setNlu(JSONObject) - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setNoSpeechTimeOut(int) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置无语音超时时长,单位毫秒,默认值为5000ms ;如果达到该设置值时,自动停止录音并放弃请求识别内核 须在start之前设置才生效
setNoSpeechTimeOut(int) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置无语音超时时长,单位毫秒,默认值为5000ms ;如果达到该设置值时,自动停止录音 设置为0表示不进行语音超时判断
setNoSpeechTimeOut(int) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置无语音超时时长,单位毫秒,默认值为5000ms ;如果达到该设置值时,自动停止录音并放弃请求识别内核
setNoSpeechTimeOut(int) - 类 中的方法com.aispeech.export.intent.AILocalAsrppIntent
设置无语音超时时长,单位毫秒,默认值为5000ms ;如果达到该设置值时,自动停止录音并放弃请求识别内核
setOfflineProfileName(String) - 类 中的方法com.aispeech.DUILiteConfig
assets目录下的离线授权文件名
取值:授权文件名 是否必需:否
setOneShotCacheTime(int) - 类 中的方法com.aispeech.export.config.AIWakeupConfig
设置oneshot功能下需要缓存的音频时长,根据具体的硬件性能和唤醒词长度调节。
setOneshotOptimization(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
初始化前设置有效,oneshot 功能优化,当用户说 唤醒词+命令词 时,vad在唤醒词后即结束,导致asr识别结果是空, 可打开此功能,此功能会保留唤醒词后vad结束后的音频,即命令词的音频,然后重新asr识别
setOneshotOptimization(boolean, String[]) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
初始化前设置有效,oneshot 功能优化,当用户说 唤醒词+命令词 时,vad在唤醒词后即结束,导致asr识别结果是空, 可打开此功能,此功能会保留唤醒词后vad结束后的音频,即命令词的音频,然后重新asr识别。
setOrganization(String) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setOrganization(String) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
用户所在的公司,项目,非必需
setOutChannelNum(int) - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
设置声纹音频输入通道数,表示使用几个通道作为声纹输入,通常为1或回声消除后音频通道数, 单麦不需要设置,只在多麦模式下才需要设置,视项目而定,思必驰会给出具体值
setOutChannelNum(int) - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
setPauseTime(int) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置VAD右边界
setPauseTime(int) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置VAD右边界
setPauseTime(int) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置VAD右边界
setPhraseFileId(String) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
用户的热词文件ID。
setPhraseHints(PhraseHints[]) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置请求级热词,一般和用户的训练集一起搭配使用。
setPinyin(String) - 类 中的方法com.aispeech.export.intent.AILocalSemanticIntent
 
setProgress(int) - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
setQuality(int) - 类 中的方法com.aispeech.speex.SpeexKernel
设置压缩后ogg音频质量,取值范围:1~10,越大质量越好,cpu占用越高。
setRealback(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置是否使用实时反馈功能
setRealBack(boolean) - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
设置是否开启实时反馈,默认开启为true
setRecChannel(int) - 类 中的方法com.aispeech.AIEchoConfig
默认为1,即左通道为rec录音音频,右通道为play参考音频(播放音频) 若设置为2, 通道会互换,即左通道为play参考音频(播放音频),右通道为rec录音音频
setRecordId(String) - 异常错误 中的方法com.aispeech.AIError
 
setRecordId(String) - 类 中的方法com.aispeech.AIResult
 
setRecordId(String) - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setRecPinyinWhenLast(String, String) - 类 中的方法com.aispeech.common.JSONResultParser
语音结束时rec为空,把上一次的结果放进来
setRefText(String) - 类 中的方法com.aispeech.export.intent.AILocalSemanticIntent
 
setRemoteJudge(boolean) - 类 中的方法com.aispeech.export.config.NearWakeupConfig
(慎改)是否开启自组网服务(就近唤醒开关),默认值为 true 为 true 时设备之间会自动组网,并且自动选择,唤醒时自动决策出最优唤醒设备 为false时唤醒结果会抛出,(fespx_cb输出)同时在结果中新增一个"snr"值
setRequestId(String) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
标记一次请求,可选, 如果不存在则服务端会生成一个 非必需
setRes(String) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
资源场景支持
setRes(String) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
res=lasr-cn-en使用中英文混合,不设置res字段使用中文在线
setResource(String) - 类 中的方法com.aispeech.export.config.AILocalFaspConfig
 
setResourceType(String) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置识别引擎的资源类型,默认为comm
setResultObject(Object) - 类 中的方法com.aispeech.AIResult
 
setResultType(int) - 类 中的方法com.aispeech.AIResult
 
setRightMarginFrame(int) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
setRollBackTime(int) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
oneshot回退的时间,单位为ms(只有主唤醒词才会回退音频,即major为1)
setSampleBytes(int) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.AudioParam
可选,取样字节数,默认2
setSampleBytes(int) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
取样字节数,默认2(16bit)
setSampleRate(int) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.AudioParam
可选,音频文件的采样率。
setSampleRate(int) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
音频采样率,默认16000
setSampleRate(int) - 类 中的方法com.aispeech.speex.SpeexKernel
设置音频采样率:只支持8k和16K,默认为16k
setSaveAudioFilePath(String) - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
设置音频保存路径,会保存原始多声道音频和经过 beamforming 后的单声道音频 如果设置了就会保存,没设置不会保存
setSaveAudioFilePath(String) - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
设置合成的音频的全路径包含文件名
setSaveAudioFilePath(String) - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
设置音频保存路径,会保存原始单声道音频 如果设置了就会保存,全局DUILiteConfig.setLocalSaveAudioPath(String)没设置不会保存
setSaveAudioPath(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置保存的音频路径,最终的音频路径为path + local_semantic_+ recordId + ".pcm" 需要在start之前调用
setSaveAudioPath(String, boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置保存的音频路径,最终的音频路径为path + recordId + ".ogg"
setSaveAudioPath(String) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置保存的音频路径,最终的音频路径为path + recordId + ".ogg"
setSaveAudioPath(String) - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
设置合成音的保存路径
setSaveAudioPath(String) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置保存的音频路径,最终的音频路径为path + local_asr_+ recordId + ".pcm"
setSaveAudioPath(String) - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
设置保存feed进声纹模块音频的保存路径,供debug时候dump音频,不设置则不保存音频 比如"/sdcard/speech/"
setSavedDirPath(String) - 类 中的方法com.aispeech.AIEchoConfig
AEC保存的音频文件目录, aec之前的原始音频文件格式:echoSavedPath/echo_in_时间戳.pcm, aec之后的一路音频文件格式:echoSavedPath/echo_out_时间戳.pcm
setSelectRuleThreshold(double) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置 grammar 与 ngram 最终输出结果的决策阈值
setSelfCustomWakeupScore(int) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置自定义唤醒词得分, 默认为0
setSemanticType(SemanticType) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
设置语义引擎类型
setSemDUILuaResFolder(String) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
设置语义资源文件夹
setSemDUIResCustomFolder(String) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线DUI custom资源目录文件夹
setSemDUIResFolder(String) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线导DUI语义资源文件夹
setSemLuaFolder(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置语义lua资源所在文件夹, 适用于语义lua资源所在文件夹放在assets目录下 须在init之前设置才生效
setSemLuaFolderPath(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置语义lua资源所在文件夹自定义路径, 适用于语义lua资源所在文件夹放在自定义路径 须在init之前设置才生效
setSemNaviLuaResFolder(String) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
设置语义lua资源文件夹
setSemNaviResFolder(String) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线导航语义资源文件夹
setSemResFolder(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置语义资源文件夹,名 适用于语义资源文件夹放在assets目录下 须在init之前设置才生效
setSemResFolderPath(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置语义资源文件夹自定义路径, 适用于语义资源文件夹放在自定义路径 须在init之前设置才生效
setSensitiveFileId(String) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
用户的敏感词文件ID。
setSensitivityLevel(int) - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
敏感度设置,取值范围是 0-totalSensitivityLevel 。
setServer(String) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置服务器地址,默认不用设置
setServer(String) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
服务器地址
setServer(String) - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
设置云端tts合成请求地址
setServerName(String) - 类 中的方法com.aispeech.export.config.NearWakeupConfig
服务点名称,相同的服务名才能相互发现和连接。
setServerName(String) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setSessionId(String) - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setSkillId(String) - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setSkillID(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置SKILLID
setSkillID(String) - 类 中的方法com.aispeech.export.intent.AILocalSemanticIntent
 
setSkip_saving(boolean) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
为true不保存音频,默认false,非必需设置
setSliceIndex(int) - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
setSliceNum(int) - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
setSnrThresh(float) - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
设置注册时最小信噪比阈值,数值越大,环境静音要求越高
默认8.67,注册时若音频的snr值低于设置的阈值,则会抛AIError.ERR_DESCRIPTION_SNR_LOW
setSpeaker(String) - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
设置合成音类型
setSpeakerNumber(int) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
否 发音人个数,可选值:-1-8。
setSpeakerRate(int) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
说话人聚类使用的采样率。
setSpeechLen(int) - 类 中的方法com.aispeech.export.intent.AILocalMdsIntent
有效语音的长度,单位为毫秒(ms),可选
setSpeed(String) - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
设置合成音语速
setSpeed(float) - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
设置语音合成的速度
setSpeexSavedPath(String) - 类 中的方法com.aispeech.speex.SpeexKernel
设置SPEEX保存的音频文件目录 speex压缩之前的原始pcm音频文件格式:speexSavedPath/speex_in_时间戳.pcm speex压缩之后的ogg音频文件格式:speexSavedPath/speex_out_时间戳.ogg
setSspeBinResource(String) - 类 中的方法com.aispeech.export.config.AILocalSevcConfig
 
setSspeResource(String) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
sspe 资源, 包含 AEC BSS 等,不同项目含义有所差别 1.
setStateFrame(int) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
setStreamType(int) - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
设置音频流通道
setStreamType(int) - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
设置播放器的stream type,默认为AudioManager.STREAM_MUSIC
setTask(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置前一轮的对话task信息,start之前设置生效
setTask(String) - 类 中的方法com.aispeech.export.intent.AILocalSemanticIntent
 
setTaskId(String) - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
setTaskType(int) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
任务类型,1:机器转写任务(1小时音频,5分钟之内),默认值。
setText(String) - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setTextType(String) - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
设置合成的文本类型
setThreadAffinity(int) - 类 中的方法com.aispeech.DUILiteConfig
设置算法绑定线程开关,降低CPU占用,默认值:0
取值:具体的核id
setThresh(float) - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
默认不用设置
setThreshold(float[]) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置唤醒词对应阈值,是否需要设置和唤醒资源有关系
setThreshold(float) - 类 中的方法com.aispeech.export.config.WakeupWord
设置唤醒词对应阈值,是否需要设置和唤醒资源有关系
setThreshold(double) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置置信度阈值
setThreshToUploadServer(float) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
上传大数据的阈值,识别后的结果包含置信度,启动上传大数据功能后,如果达不到阈值就会上传大数据 默认为1,即启动上传大数据功能后,所有音频都可以上传大数据
setTimestamp(Long) - 异常错误 中的方法com.aispeech.AIError
 
setTimestamp(long) - 类 中的方法com.aispeech.AIResult
设置时间戳
setTimestamp(String) - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
setTimestamp(long) - 类 中的方法com.aispeech.lite.vprint.VprintSqlEntity
时间戳,精确到毫秒
setTopic(String) - 类 中的方法com.aispeech.AIResult
 
setTopN(int) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
1:N按照score排序,输出前n个得分,若不配置该选项,会在result字段中返回所有得分,开启该选项后会在topN字段中返回得分排名靠前的最多N个得分.仅用于离线验证
setTrainNum(int) - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
设置训练次数,只在VprintIntent.Action.REGISTERVprintIntent.Action.UPDATE模式才需要设置 若不设置,会抛IllegalArgumentException异常
setType(int) - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
setUpdateTrailProfileToOnlineProfile(boolean) - 类 中的方法com.aispeech.DUILiteConfig
当试用授权文件认证检查时,是否尝试更新为在线授权文件。
setUploadAudioLevel(int) - 类 中的方法com.aispeech.DUILiteConfig
已过时。
废弃,当前由服务端控制
setUploadAudioLevel(int, int) - 类 中的方法com.aispeech.DUILiteConfig
已过时。
废弃,当前由服务端控制上传等级
setUploadAudioPath(String) - 类 中的方法com.aispeech.DUILiteConfig
设置大数据上传唤醒音频的本地存储路径,如果不设置,默认存储在sd卡的cache目录
setUploadUrl(String) - 类 中的方法com.aispeech.DUILiteConfig
设置大数据上传url地址
取值:字符串
是否必需:否
默认值:https://log.aispeech.com
setUri(String) - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
setUseCache(boolean) - 类 中的方法com.aispeech.export.config.AICloudTTSConfig
设置是否使用缓存,默认为true
缓存TTS缓存信息和音频文件,存放在应用外部缓存目录下的 ttsCache 文件夹下。
setUseCache(boolean, String) - 类 中的方法com.aispeech.export.config.AICloudTTSConfig
设置是否使用缓存和缓存的文件夹
setUseCache(boolean) - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
设置是否使用缓存,默认为true
缓存TTS缓存信息和音频文件,存放在应用外部缓存目录下的 ttsCache 文件夹下。
setUseCache(boolean, String) - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
设置是否使用缓存和缓存的文件夹
setUseConf(boolean) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置是否开启置信度 须在start之前设置才生效
setUseConf(boolean) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置是否开启置信度
setUseCustomFeed(boolean) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
设置是否自定义feed 音频
setUseCustomFeed(boolean) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置是否自行feed数据,不使用内部录音机(包括MockRecord和AIAudioRecord), 需要在init之前调用, 默认为false
setUseCustomFeed(boolean, boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置是否自行feed数据,不使用内部录音机(包括MockRecord和AIAudioRecord) feed 的音频如果不是pcm音频,则不能使用 vad 功能
setUseCustomFeed(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置是否自行feed数据,不使用内部录音机(包括MockRecord和AIAudioRecord)
setUseCustomFeed(boolean) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
设置是否自行feed数据, default is false
setUseCustomFeed(boolean, boolean) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
设置是否自行feed数据,不使用内部录音机(包括MockRecord和AIAudioRecord) feed 的音频如果不是pcm音频,则不能使用 vad 功能
setUseCustomFeed(boolean) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置是否自行feed数据,不使用内部录音机(包括MockRecord和AIAudioRecord),默认为false
setUseCustomFeed(boolean) - 类 中的方法com.aispeech.export.intent.AILocalAsrppIntent
设置是否自行feed数据,不使用内部录音机(包括MockRecord和AIAudioRecord),默认为false
setUseCustomFeed(boolean) - 类 中的方法com.aispeech.export.intent.AILocalMdsIntent
设置是否自行feed数据,不使用内部录音机(包括MockRecord和AIAudioRecord),默认为false
setUseCustomFeed(boolean) - 类 中的方法com.aispeech.export.intent.AILocalSevcIntent
设置是否自行feed数据 默认false,使用内部录音机 true 用户调用 feedData 方法输入音频数据
setUseCustomFeed(boolean) - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
设置是否自行feed数据 默认false,使用内部录音机 true 用户调用 feedData 方法输入音频数据
setUseCustomFeed(boolean) - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
设置是否自行feed数据 默认false,使用内部录音机 true 用户调用 feedData 方法输入音频数据
setUseDatabaseStorage(boolean, String) - 类 中的方法com.aispeech.lite.vprint.VprintConfig.Builder
设置是否使用数据库方式存储声纹信息,以及数据库的路径 // 也直接查询数据库里的数据,可以和云端等其它地方的声纹数据合并等操作 VprintDatabaseManager dbManager = new VprintDatabaseManager("/sdcard/speech/vprint.db"); Log.d(TAG, "dbManager.queryAll() " + dbManager.queryAll().toString()); dbManager.close();
setUseDelimiter(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
添加识别结果分割符,如设置 "," 识别结果显示 : "打,开,天,窗" start 之前设置生效
setUseDelimiter(String) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
添加识别结果分割符,如设置 "," 识别结果显示 : "打,开,天,窗" start 之前设置生效
setUseDmAsr(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
setUseFiller(boolean) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置是否开启 Filler,用于减少误识别。
setUseFiller(boolean, float) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置是否开启 Filler,用于减少误识别。
setUseFormat(boolean) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
 
setUseFormat(boolean) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置是否开启语义格式归一化,默认 false
setUseFrameSplit(boolean) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置是否开启识别中间结果
setUseFullstop(boolean) - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
是否使用中文句号来进行分句。
setUseFullstop(boolean) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
是否以中文句号作为分句。
setUseHoldConf(boolean) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置是否开启ngram置信度
setUseInverseTxt(boolean) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
逆文本转换开关。
setUseItn(boolean) - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
开启后处理时,是否启用逆文本转换,即中文转阿拉伯数字,默认:false。
setUseMaxSpeechResult(boolean) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置是否使用录音超时之后的识别结果,默认返 AIError.ERR_MAX_SPEECH 开启后则尝试将录音识别结果返回 须在start之前设置才生效
setUseOneShot(boolean, int) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置是否使用oneshot功能,以及oneshot功能的唤醒词和命令词之间的时间间隔阈值, 如果小于该阈值,就认为不是oneshot,如果大于该阈值,就认为是oneshot
setUseOneShot(boolean) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
是否使用oneshot功能,default is false
true 使用one shot功能,唤醒后立马起识别
false 不使用oneshot,合成后启动识别,或只是启动识别
setUseOneShot(boolean) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
是否使用oneshot功能,default is false
true 使用one shot功能,唤醒后立马起识别
false 不使用oneshot,合成后启动识别,或只是启动识别
setUseOneShot(boolean, int) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置是否使用oneshot功能,以及oneshot功能的唤醒词和命令词之间的时间间隔阈值, 如果小于该阈值,就认为不是oneshot,如果大于该阈值,就认为是oneshot
setUseOneShot(boolean) - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
设置是否使用 oneshot 功能,default is false oneshot 功能即 唤醒词+命令词,如用户说:你好小弛,打开设置。
setUsePinyin(boolean) - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
开启后处理时,是否返回每个句子和词的拼音,默认:false。
setUsePinyin(boolean) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置是否开启拼音输出 须在start之前设置才生效
setUsePinyin(boolean) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置是否开启拼音输出
setUsePost(boolean) - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
是否启用所有后处理功能。
setUsePuctuation(boolean) - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
开启后处理时,是否启用标点符号,默认:true。
setUserDictResource(String) - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
用户自定义词典,用于修复离线合成问题,如多音字发音、停顿和数字字母符号读法错误等 非必需,正常情況用不着,这个只有有发音问题需要紧急修复可以改这个资源。
setUseRealBack(boolean) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置是否开启实时反馈
setUseRefText(boolean) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
是否启用离线语义纯语义模式,该模式下feed 文本,输出语义
setUseRefText(boolean) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置是否关闭识别并只传入语义文本功能,
setUserId(String) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置用户标示
setUserId(String) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
声纹ID,用户ID在系统中应该是唯一的 注册时非必需,不设置服务端会生成一个 注销时必须设置 仅用于注册和注销
setUserId(String) - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
设置用户名id 只在VprintIntent.Action.REGISTER,VprintIntent.Action.UPDATE, VprintIntent.Action.APPENDVprintIntent.Action.UNREGISTER模式才需要设置 若不设置,会抛IllegalArgumentException异常
setUsers(List<String>) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setUsers(List<String>) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
要对比的用户id列表。
setUseSegment(boolean) - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
是否返回详细的分词结果。
setUseSegment(boolean) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
是否返回每个分词的信息。
setUseSegment(boolean) - 类 中的方法com.aispeech.export.Vocab.Builder
设置是否分词
setUseSelectRule(boolean) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置是否使用SDK内部的 grammar 与 ngram 决策规则,默认 false
setUseSensitiveWdsNorm(boolean) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
是否使用内置敏感词
setUseSSML(boolean) - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
设置是否使用ssml 默认不使用为false
setUseTProcess(boolean) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
逆文本,将识别的中文数字改成阿拉伯数字
setUseTxtSmooth(boolean) - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
开启后处理时,是否启用口语顺滑,默认:false。
setUseTxtSmooth(boolean) - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
口语顺滑开关。
setUseTxtSmooth(boolean) - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
是否启用口语顺滑
setUseVad(boolean) - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
是否启用VAD功能。
setUseVad(boolean) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
设置是否启用离线vad
setUseVprint(boolean) - 类 中的方法com.aispeech.export.config.AICloudASRConfig
识别时是否需要声纹信息,默认false。
setUseXbnfRec(boolean) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置是否启用基于语法的语义识别 须在start之前设置才生效
setUseXbnfRec(boolean) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置是否启用基于语法的语义识别
setUuid(String) - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
setVad(boolean) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置前端信号处理内核是否使用vad功能
setVadEnable(boolean) - 类 中的方法com.aispeech.export.config.AILocalASRConfig
设置是否启用vad,默认为true
setVadEnable(boolean) - 类 中的方法com.aispeech.export.config.AILocalAsrppConfig
设置是否启用本地vad
setVadEnable(boolean) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置是否启用vad 须在init之前设置才生效
setVadEnable(Boolean) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置是否启用本地vad。
setVadEnable(boolean) - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
设置是否启动vad功能,需要资源配合。
setVadPause(int) - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
切割间隔时间 默认值:500,单位:毫秒。
setVadPauseTime(int) - 类 中的方法com.aispeech.export.config.AILocalAsrppConfig
设置VAD右边界
setVadRes(String) - 类 中的方法com.aispeech.export.config.AILocalSemanticConfig.Builder
设置vad资源
setVadRes(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置VAD资源名,适用于VAD资源放置在assets目录 须在init之前设置才生效
setVadResource(String) - 类 中的方法com.aispeech.export.config.AICloudASRConfig
设置本地vad资源 1.
setVadResource(String) - 类 中的方法com.aispeech.export.config.AILocalASRConfig
设置本地vad资源 1.
setVadResource(String) - 类 中的方法com.aispeech.export.config.AILocalAsrppConfig
设置本地vad资源 1.
setVadResPath(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
设置VAD资源名绝对路径,适用于VAD资源放置在自定义目录下 须在init之前设置才生效
setVar(String) - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setVolume(String) - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
设置音量大小
setVolume(int) - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
设置语音合成的音量
setVprintCutSaveDir(String) - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
设置保存唤醒内核给声纹的音频数据
setVprintInfo(String, List<String>, String) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置要验证的声纹信息
setVprintModelPath(String) - 类 中的方法com.aispeech.lite.vprint.VprintConfig.Builder
设置声纹模型保存路径,包含文件名,如/sdcard/speech/vprint.model
setVprintResBin(String) - 类 中的方法com.aispeech.lite.vprint.VprintConfig.Builder
设置声纹资源 若在assets目录下,则指定文件名即可,如vprint.bin 若在外部路径目录下,则需要指定绝对路径,如/sdcard/speech/vprint.bin
setVprintWord(String) - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
设置当前响应的唤醒词。
setVprintWord(String...) - 类 中的方法com.aispeech.lite.vprint.VprintIntent.Builder
 
setWaitingTimeout(int) - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
设置等待识别结果超时时间 单位毫秒,小于或等于0则不设置超时,默认5000ms.
setWakeupResource(String) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
唤醒资源 1.
setWakeupResource(String) - 类 中的方法com.aispeech.export.config.AIWakeupConfig
设置唤醒资源 1.
setWakeupWord(String[], int[]) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置唤醒词以及是否作为主唤醒词,主唤醒词为1,副唤醒词为0
setWakeupword(List<WakeupWord>) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
setWakeupword(WakeupWord...) - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置唤醒词信息config.setWakeupword(new WakeupWord("ni hao xiao le", 0.34f, 0.25f, 1, 0));
setWakeupWord(String) - 类 中的方法com.aispeech.export.config.WakeupWord
设置唤醒词,例:"ni hao xiao chi"
setWakeupword(List<WakeupWord>) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
setWakeupword(WakeupWord...) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态设置唤醒词 mEngine.setWakeupword(new WakeupWord("xiao bu xiao bu", 0.49f, 0.21f, 0, 0), new WakeupWord("xiao la hao ke", 0.38f, 0, 1, 0));
setWakeupWord(String[], float[]) - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
设置唤醒词列表
setWavFilepath(String) - 类 中的方法com.aispeech.export.intent.AICloudVprintIntent
用于注册和验证声纹的音频文件路径,必需设置
setWeight(double) - 类 中的方法com.aispeech.export.config.NearWakeupConfig
(慎改)选举权重,默认值1.0。
setWkpWnd(int) - 类 中的方法com.aispeech.export.config.NearWakeupConfig
单次决策窗口期,单位毫秒,范围50-800,默认350ms。
setWords(String[]) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
设置词表
setWords(String) - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
直接按照内核既定格式设置词表如: \"打开副屏,打开今日头条\"
setWsPort(int) - 类 中的方法com.aispeech.export.config.NearWakeupConfig
(慎改)服务绑定的端口号
SevcKernel - com.aispeech.lite.sevc中的类
输入多路数据,输出一路数据。
SevcKernel(SevcListener) - 类 的构造器com.aispeech.lite.sevc.SevcKernel
 
SevcListener - com.aispeech.lite.sevc中的接口
 
SevcProcessor - com.aispeech.lite.sevc中的类
 
SevcProcessor() - 类 的构造器com.aispeech.lite.sevc.SevcProcessor
 
showErrorMessage(ProfileState) - 类 中的方法com.aispeech.base.BaseEngine
 
size() - 类 中的方法com.aispeech.common.NotifyLimitQueue
队列容量
speak(AICloudTTSIntent, String, String) - 类 中的方法com.aispeech.export.engines2.AICloudTTSEngine
 
speak(AILocalTTSIntent, String, String) - 类 中的方法com.aispeech.export.engines2.AILocalTTSEngine
合成并播放
SpeexKernel - com.aispeech.speex中的类
pcm 转 ogg
SpeexKernel(SpeexKernelListener) - 类 的构造器com.aispeech.speex.SpeexKernel
 
SpeexKernelListener - com.aispeech.speex中的接口
 
SspeKernel - com.aispeech.lite.sspe中的类
 
SspeKernel(FespxKernelListener) - 类 的构造器com.aispeech.lite.sspe.SspeKernel
 
start(AICloudASRIntent) - 类 中的方法com.aispeech.export.engines2.AICloudASREngine
启动录音,开始语音识别
start(AICloudLASRRealtimeIntent) - 类 中的方法com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
start(AILocalASRIntent) - 类 中的方法com.aispeech.export.engines2.AILocalASREngine
启动录音,开始语音识别
start(AILocalAsrppIntent) - 类 中的方法com.aispeech.export.engines2.AILocalAsrppEngine
启动录音,开始语音识别
start(boolean) - 类 中的方法com.aispeech.export.engines2.AILocalFaspEngine
 
start(AILocalMdsIntent) - 类 中的方法com.aispeech.export.engines2.AILocalMdsEngine
启动引擎
start() - 类 中的方法com.aispeech.export.engines2.AILocalNREngine
启动本地nr引擎
start() - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
已过时。
已过时, 不推荐使用
start(AILocalSemanticIntent) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
识别+语义模式启动引擎
start(AILocalSevcIntent) - 类 中的方法com.aispeech.export.engines2.AILocalSevcEngine
启动引擎
start(AILocalSignalAndWakeupIntent) - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
启动信号处理模块和唤醒引擎
start() - 类 中的方法com.aispeech.export.engines2.AILocalVadEngine
启动本地vad引擎
start(VprintIntent) - 类 中的方法com.aispeech.export.engines2.AILocalVprintEngine
启动声纹引擎
start(AIWakeupIntent) - 类 中的方法com.aispeech.export.engines2.AIWakeupEngine
开启唤醒,如果使用内部录音机的话一并开启
start(SpeechParams) - 类 中的方法com.aispeech.lite.fasp.FaspProcessor
 
start(SpeechParams) - 类 中的方法com.aispeech.lite.mds.MdsProcessor
 
start(SpeechParams) - 类 中的方法com.aispeech.lite.sevc.SevcProcessor
 
startBuild(String, String) - 类 中的方法com.aispeech.export.engines2.AILocalGrammarEngine
构建语法,生成或更新本地识别需要的资源,如果资源文件不存在,则生成,如果存在,则覆盖
startKernel() - 类 中的方法com.aispeech.echo.EchoKernel
启动echo内核
startKernel() - 类 中的方法com.aispeech.speex.SpeexKernel
启动speex内核
startRecord(AICloudVprintConfig.Mode, String, AICloudVprintListener.AudioToolListener) - 类 中的方法com.aispeech.export.engines2.AICloudVprintEngine.AudioTool
 
startWithRecording() - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
启动录音,开始语音识别
startWithText(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
startWithText(String, String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
启动引擎,输入文本和拼音,拼音可从识别结果中获取
stop() - 类 中的方法com.aispeech.export.engines2.AICloudASREngine
停止录音,等待识别结果
stop() - 类 中的方法com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
stop() - 类 中的方法com.aispeech.export.engines2.AICloudTTSEngine
 
stop() - 类 中的方法com.aispeech.export.engines2.AILocalASREngine
停止录音,等待识别结果
stop() - 类 中的方法com.aispeech.export.engines2.AILocalAsrppEngine
停止录音,等待识别结果
stop() - 类 中的方法com.aispeech.export.engines2.AILocalFaspEngine
停止引擎
stop() - 类 中的方法com.aispeech.export.engines2.AILocalMdsEngine
停止引擎 该方法会停止接收录音数据和停止引擎,程序退出时可以调用
stop() - 类 中的方法com.aispeech.export.engines2.AILocalNREngine
停止引擎
stop() - 类 中的方法com.aispeech.export.engines2.AILocalSevcEngine
停止引擎 该方法会停止接收录音数据和停止引擎,程序退出时可以调用
stop() - 类 中的方法com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
停止信号处理模块和唤醒引擎 该方法会停止接收录音数据和停止信号处理,唤醒,程序退出时可以调用
stop() - 类 中的方法com.aispeech.export.engines2.AILocalTTSEngine
停止合成和播放
stop() - 类 中的方法com.aispeech.export.engines2.AILocalVadEngine
停止本地vad引擎
stop() - 类 中的方法com.aispeech.export.engines2.AILocalVprintEngine
停止声纹引擎,该接口只在通用声纹模式下需要调用,唤醒+声纹不需要调用
stop() - 类 中的方法com.aispeech.export.engines2.AIWakeupEngine
关闭唤醒,如果使用内部录音机的话一并关闭
stopKernel() - 类 中的方法com.aispeech.echo.EchoKernel
 
stopKernel() - 类 中的方法com.aispeech.speex.SpeexKernel
停止speex内核
stopRecord() - 类 中的方法com.aispeech.export.engines2.AICloudVprintEngine.AudioTool
 
stopRecording() - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
停止录音,等待识别结果
stringToJSON(String) - 异常错误 中的方法com.aispeech.AIError
 
success() - 接口 中的方法com.aispeech.DUILiteSDK.InitListener
 
success() - 接口 中的方法com.aispeech.export.listeners.AIUpdateListener
上传成功回调
switchToSpeaker(String) - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
切换发音人,需在 addSpeakerResource 方法设置过 1.
switchVoip(boolean) - 类 中的方法com.aispeech.lite.aecagc.AecAgcKernel
开关voip功能,默认为开。
synthesize(AICloudTTSIntent, String, String) - 类 中的方法com.aispeech.export.engines2.AICloudTTSEngine
只合成,不播放,同时抛出实时合成音频流
synthesize(AILocalTTSIntent, String, String) - 类 中的方法com.aispeech.export.engines2.AILocalTTSEngine
只合成,不播放,同时抛出实时合成音频流

T

TAG - 类 中的静态变量com.aispeech.export.engines2.AICloudASREngine
 
TAG - 类 中的静态变量com.aispeech.export.engines2.AICloudTTSEngine
 
TAG - 类 中的静态变量com.aispeech.export.engines2.AILocalASREngine
 
TAG - 类 中的静态变量com.aispeech.export.engines2.AILocalAsrppEngine
 
TAG - 类 中的静态变量com.aispeech.export.engines2.AILocalGrammarEngine
 
TAG - 类 中的静态变量com.aispeech.export.engines2.AILocalNREngine
 
TAG - 类 中的静态变量com.aispeech.export.engines2.AILocalSemanticEngine
 
TAG - 类 中的静态变量com.aispeech.export.engines2.AILocalTTSEngine
 
TAG - 类 中的静态变量com.aispeech.export.engines2.AILocalVadEngine
 
TAG - 类 中的静态变量com.aispeech.export.engines2.AILocalVprintEngine
 
TAG - 类 中的静态变量com.aispeech.lite.sevc.SevcProcessor
 
TAG - 类 中的静态变量com.aispeech.lite.sspe.SspeKernel
 
TAG - 类 中的静态变量com.aispeech.speex.SpeexKernel
 
TaskParam(AICloudLASRConfig.AudioParam, int) - 类 的构造器com.aispeech.export.config.AICloudLASRConfig.TaskParam
构造方法
timestamp - 类 中的变量com.aispeech.AIResult
 
toAISampleRate(int) - 类 中的静态方法com.aispeech.lite.AISampleRate
将数值转换为采样率实例
toJSON() - 异常错误 中的方法com.aispeech.AIError
将AIError信息转换为JSON格式内容
toJson() - 类 中的方法com.aispeech.export.config.AICloudASRSentenceConfig
 
toJSON() - 类 中的方法com.aispeech.lite.speech.PhraseHints
 
toMdsJson() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
mds 配置 { "resBinPath": ".
toNetJson() - 类 中的方法com.aispeech.export.config.NearWakeupConfig
网络设置,默认配置如下 { "remoteJudge": 1, "negSelected": 0, "interface": "eth0", // "ip": "127.0.0.1", "mac": "BE-91-80-2F-66-61", "server_name": "nearwakeup:1", "type": "ethernet", // "weight": 1, "ws_port": 35791, "wkpWnd": 350, "debounceWnd": 450 }
topic - 类 中的变量com.aispeech.AIResult
 
toString() - 类 中的方法com.aispeech.AIEchoConfig
 
toString() - 异常错误 中的方法com.aispeech.AIError
 
toString() - 类 中的方法com.aispeech.AIResult
 
toString() - 类 中的方法com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
toString() - 类 中的方法com.aispeech.common.JSONResultParser
 
toString() - 类 中的方法com.aispeech.DUILiteConfig
 
toString() - 类 中的方法com.aispeech.export.config.AICloudASRConfig
 
toString() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
toString() - 类 中的方法com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
toString() - 类 中的方法com.aispeech.export.config.AICloudTTSConfig
 
toString() - 枚举 中的方法com.aispeech.export.config.AICloudVprintConfig.Mode
 
toString() - 类 中的方法com.aispeech.export.config.AICloudVprintConfig
 
toString() - 类 中的方法com.aispeech.export.config.AILocalASRConfig
 
toString() - 类 中的方法com.aispeech.export.config.AILocalAsrppConfig
 
toString() - 类 中的方法com.aispeech.export.config.AILocalFaspConfig
 
toString() - 类 中的方法com.aispeech.export.config.AILocalMdsConfig
 
toString() - 类 中的方法com.aispeech.export.config.AILocalSevcConfig
 
toString() - 类 中的方法com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
toString() - 类 中的方法com.aispeech.export.config.AILocalTTSConfig
 
toString() - 类 中的方法com.aispeech.export.config.AIWakeupConfig
 
toString() - 类 中的方法com.aispeech.export.config.WakeupWord
 
toString() - 类 中的方法com.aispeech.export.intent.AICloudASRIntent
 
toString() - 类 中的方法com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
toString() - 类 中的方法com.aispeech.export.intent.AICloudTTSIntent
 
toString() - 类 中的方法com.aispeech.export.intent.AILocalASRIntent
 
toString() - 类 中的方法com.aispeech.export.intent.AILocalAsrppIntent
 
toString() - 类 中的方法com.aispeech.export.intent.AILocalMdsIntent
 
toString() - 类 中的方法com.aispeech.export.intent.AILocalSevcIntent
 
toString() - 类 中的方法com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
toString() - 类 中的方法com.aispeech.export.intent.AILocalTTSIntent
 
toString() - 类 中的方法com.aispeech.export.intent.AIWakeupIntent
 
toString() - 类 中的方法com.aispeech.export.lasr.LasrSqlEntity
 
toString() - 类 中的方法com.aispeech.export.Vocab
 
toString() - 类 中的方法com.aispeech.lite.BuiltinWakeupWords
 
toString() - 类 中的方法com.aispeech.lite.speech.PhraseHints
 
toString() - 类 中的方法com.aispeech.lite.vprint.VprintConfig
 
toString() - 类 中的方法com.aispeech.lite.vprint.VprintIntent
 
toString() - 类 中的方法com.aispeech.lite.vprint.VprintSqlEntity
 
toVprintQueryData(List<VprintSqlEntity>) - 类 中的静态方法com.aispeech.lite.vprint.VprintQueryData
 
Transformer - com.aispeech.common中的类
离线语义格式转换
Transformer() - 类 的构造器com.aispeech.common.Transformer
 
transGrammmer(JSONObject) - 类 中的静态方法com.aispeech.common.Transformer
转换grammar 部分的语义格式
transNgram(JSONObject, String) - 类 中的静态方法com.aispeech.common.Transformer
转换ngram 部分的离线语义
TTS_AUDIO_TYPE_MP3 - 类 中的静态变量com.aispeech.common.AIConstant
云端合成音频类型:mp3格式
TTS_MP3_QUALITY_HIGH - 类 中的静态变量com.aispeech.common.AIConstant
云端合成mp3码率:高质量
TTS_MP3_QUALITY_LOW - 类 中的静态变量com.aispeech.common.AIConstant
云端合成mp3码率:低质量
type - 类 中的静态变量com.aispeech.common.LibVersion
 
TYPE_COMMON_CIRCLE4 - 类 中的静态变量com.aispeech.DUILiteConfig
环形4麦模式SDK,获取四通道音频
TYPE_COMMON_CIRCLE6 - 类 中的静态变量com.aispeech.DUILiteConfig
环形6麦模式SDK,获取六通道音频
TYPE_COMMON_DUAL - 类 中的静态变量com.aispeech.DUILiteConfig
家居双麦模式SDK,获取双通道音频
TYPE_COMMON_ECHO - 类 中的静态变量com.aispeech.DUILiteConfig
echo模式SDK,获取双通道音频(包含一路参考音)
TYPE_COMMON_FESPCAR - 类 中的静态变量com.aispeech.DUILiteConfig
车载双麦模式SDK,获取双通道音频
TYPE_COMMON_LINE4 - 类 中的静态变量com.aispeech.DUILiteConfig
线性4麦模式SDK,获取四通道音频
TYPE_COMMON_LINE6 - 类 中的静态变量com.aispeech.DUILiteConfig
线性6麦模式SDK,获取六通道音频
TYPE_COMMON_MIC - 类 中的静态变量com.aispeech.DUILiteConfig
普通单麦模式SDK,获取单通道音频
TYPE_COMMON_SHAPE_L4 - 类 中的静态变量com.aispeech.DUILiteConfig
L形状4麦模式SDK,获取4路音频
TYPE_HTTP_FILE - 类 中的静态变量com.aispeech.export.lasr.LasrSqlEntity
 
TYPE_LOCAL_FILE - 类 中的静态变量com.aispeech.export.lasr.LasrSqlEntity
 
TYPE_TINYCAP_CIRCLE4 - 类 中的静态变量com.aispeech.DUILiteConfig
线性四麦通过TinyCap方式录音,获取4+2音频
TYPE_TINYCAP_DUAL - 类 中的静态变量com.aispeech.DUILiteConfig
家居双麦通过TinyCap方式录音,获取2+2音频
TYPE_TINYCAP_LINE4 - 类 中的静态变量com.aispeech.DUILiteConfig
线性四麦通过TinyCap方式录音,获取4+2音频

U

unregister(String, String) - 类 中的方法com.aispeech.export.engines2.AICloudVprintEngine
已过时。
unregister(AICloudVprintIntent) - 类 中的方法com.aispeech.export.engines2.AICloudVprintEngine
 
unregister(AICloudVprintIntent) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
5.
unregisterHandle(MessageProcess.Handle) - 类 中的方法com.aispeech.lite.MessageProcess
 
unZip(File) - 类 中的静态方法com.aispeech.export.tool.FileCopyHelper
unzip zipfile under destDir, support subdir
update(LasrSqlEntity) - 类 中的方法com.aispeech.export.lasr.LasrDatabaseManager
 
update(int, String) - 类 中的方法com.aispeech.export.lasr.LasrDatabaseManager
 
update(VprintSqlEntity) - 类 中的方法com.aispeech.lite.vprint.VprintDatabaseManager
 
update(String, byte[]) - 类 中的方法com.aispeech.lite.vprint.VprintDatabaseManager
 
updateContents(List<String>) - 类 中的方法com.aispeech.export.Vocab
更新content内容
updateNetBinPath(String, AIUpdateListener) - 类 中的方法com.aispeech.export.engines2.AILocalASREngine
更新编译 xbnf 后的 netBin
updateNetBinPath(String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
已过时。
该接口不支持结果回调,请使用新接口 AILocalSemanticEngine.updateNetBinPath(AIUpdateListener, String)
updateNetBinPath(AIUpdateListener, String) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
更新 netBin
updateTrails(ProfileState, String) - 类 中的方法com.aispeech.base.BaseEngine
 
updateVocabs(AIUpdateListener, Vocab...) - 类 中的方法com.aispeech.export.engines2.AILocalSemanticEngine
更新 ldm 词库
UPLOAD_AUDIO_LEVEL_ALL - 类 中的静态变量com.aispeech.DUILiteConfig
上传唤醒和预唤醒音频
UPLOAD_AUDIO_LEVEL_NONE - 类 中的静态变量com.aispeech.DUILiteConfig
音频都不上传
UPLOAD_AUDIO_LEVEL_PREWAKEUP - 类 中的静态变量com.aispeech.DUILiteConfig
只上传预唤醒音频
UPLOAD_AUDIO_LEVEL_WAKEUP - 类 中的静态变量com.aispeech.DUILiteConfig
只上传唤醒音频
uploadAudioFile(String, AICloudLASRConfig.AudioParam) - 类 中的方法com.aispeech.export.engines2.AICloudLASREngine
创建上传音频任务 5H之内的音频, 文件最大500M
uploadResume() - 类 中的方法com.aispeech.export.engines2.AICloudLASREngine
恢复上传,从数据库里取最近上传失败的任务
useCustomFeed - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
是否客户自定义feed 引擎
useFormat - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig.Builder
离线语义归一化
useFormat - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
离线语义归一化
useJniVersion - 类 中的静态变量com.aispeech.common.LibVersion
 
useRefText - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
纯语义模式
useVad - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
是否启用内置vad

V

vadRes - 类 中的变量com.aispeech.export.config.AILocalSemanticConfig
设置内置vad资源路径或名称(assets路径下)
valueOf(String) - 枚举 中的静态方法com.aispeech.export.ASRMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.aispeech.export.config.AICloudVprintConfig.Mode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.aispeech.export.intent.AICloudASRIntent.PCM_ENCODE_TYPE
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.aispeech.export.intent.AICloudLASRRealtimeIntent.PCM_ENCODE_TYPE
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.aispeech.lite.Languages
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.aispeech.lite.SemanticType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.aispeech.lite.vprint.VprintIntent.Action
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.aispeech.export.ASRMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.aispeech.export.config.AICloudVprintConfig.Mode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.aispeech.export.intent.AICloudASRIntent.PCM_ENCODE_TYPE
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.aispeech.export.intent.AICloudLASRRealtimeIntent.PCM_ENCODE_TYPE
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.aispeech.lite.Languages
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.aispeech.lite.SemanticType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.aispeech.lite.vprint.VprintIntent.Action
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verifyCancelWS() - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
verifyFeedWS(byte[], int) - 类 中的方法com.aispeech.export.engines2.AICloudVprintEngine
通过webSocket送音频数据给云端声纹,一般用于云端声纹实时验证 AICloudVprintConfig.Mode#TEXT_NO_RELATED_LONG_TIME AICloudVprintConfig.Mode#TEXT_NO_RELATED_SHORT_TIME
verifyFeedWS(byte[], int) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
verifyHttp(AICloudVprintIntent) - 类 中的方法com.aispeech.export.engines2.AICloudVprintEngine
2.
verifyHttp(AICloudVprintIntent) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
4.
verifyStartWS(AICloudVprintIntent) - 类 中的方法com.aispeech.export.engines2.AICloudVprintEngine
通过webSocket连接验证声纹,一般用于云端声纹实时验证 AICloudVprintConfig.Mode#TEXT_NO_RELATED_LONG_TIME AICloudVprintConfig.Mode#TEXT_NO_RELATED_SHORT_TIME
verifyStartWS(AICloudVprintIntent) - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
verifyStopWS() - 类 中的方法com.aispeech.export.engines2.AICloudVprintEngine
通过webSocket停止声纹验证,一般用于云端声纹实时验证 AICloudVprintConfig.Mode#TEXT_NO_RELATED_LONG_TIME AICloudVprintConfig.Mode#TEXT_NO_RELATED_SHORT_TIME
verifyStopWS() - 类 中的方法com.aispeech.lite.vprint.CloudVprintKernel
 
version - 类 中的静态变量com.aispeech.common.LibVersion
 
Vocab - com.aispeech.export中的类
词库操作类 可以对词库的词条进行增删改。
Vocab.Builder - com.aispeech.export中的类
 
VP_APPEND - 类 中的静态变量com.aispeech.common.AIConstant
声纹功能模式:追加模型
VP_REGISTER - 类 中的静态变量com.aispeech.common.AIConstant
声纹功能模式:注册模型
VP_TEST - 类 中的静态变量com.aispeech.common.AIConstant
声纹功能模式:测试/签到
VP_UNREGISTER - 类 中的静态变量com.aispeech.common.AIConstant
声纹功能模式:删除模型
VP_UNREGISTER_ALL - 类 中的静态变量com.aispeech.common.AIConstant
声纹功能模式:删除模型中全部记录
VP_UPDATE - 类 中的静态变量com.aispeech.common.AIConstant
声纹功能模式:覆盖更新已有的模型
VprintConfig - com.aispeech.lite.vprint中的类
 
VprintConfig.Builder - com.aispeech.lite.vprint中的类
 
VprintDatabaseManager - com.aispeech.lite.vprint中的类
声纹数据库管理类
VprintDatabaseManager(String) - 类 的构造器com.aispeech.lite.vprint.VprintDatabaseManager
读取指定位置的数据库文件,如果该路径下没有文件,也可创建数据库
VprintIntent - com.aispeech.lite.vprint中的类
 
VprintIntent.Action - com.aispeech.lite.vprint中的枚举
 
VprintIntent.Builder - com.aispeech.lite.vprint中的类
 
VprintKernelListener - com.aispeech.lite.vprint中的接口
声纹模块回调接口
VprintQueryData - com.aispeech.lite.vprint中的类
 
VprintQueryData(int[], byte[][]) - 类 的构造器com.aispeech.lite.vprint.VprintQueryData
 
VprintSqlEntity - com.aispeech.lite.vprint中的类
声纹信息数据库存储实体类
VprintSqlEntity() - 类 的构造器com.aispeech.lite.vprint.VprintSqlEntity
 
VprintSqlEntity(String, byte[], long) - 类 的构造器com.aispeech.lite.vprint.VprintSqlEntity
 

W

WakeupWord - com.aispeech.export.config中的类
 
WakeupWord() - 类 的构造器com.aispeech.export.config.WakeupWord
 
WakeupWord(String, float, int) - 类 的构造器com.aispeech.export.config.WakeupWord
设置唤醒词
WakeupWord(String, float, int, int) - 类 的构造器com.aispeech.export.config.WakeupWord
设置唤醒词
WakeupWord(String, float, float, int) - 类 的构造器com.aispeech.export.config.WakeupWord
设置唤醒词
WakeupWord(String, float, float, int, int) - 类 的构造器com.aispeech.export.config.WakeupWord
设置唤醒词
writeToParcel(Parcel, int) - 异常错误 中的方法com.aispeech.AIError
 
writeToParcel(Parcel, int) - 类 中的方法com.aispeech.AIResult
 
A B C D E F G H I J K L M N O P Q R S T U V W 
跳过导航链接