Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractCostInterceptor - Class in com.aispeech.export.interceptor
 
AbstractCostInterceptor() - Constructor for class com.aispeech.export.interceptor.AbstractCostInterceptor
 
add(JSONObject) - Method in class com.aispeech.export.Slots
add slot
addBrackets(String) - Static method in class com.aispeech.common.DynamicDecodeUtil
xbnf语法中对每个英文添加括号(或者空格)
addContent(String, String) - Method in class com.aispeech.export.widget.feedback.FeedbackWidget
设置k,v对
addContentWidget(ContentFeedbackWidget) - Method in class com.aispeech.export.widget.feedback.ListFeedbackWidget
增加列表项数据 ContentCallbackWidget
addContentWidget(ContentFeedbackWidget) - Method in class com.aispeech.export.widget.feedback.MediaFeedbackWidget
增加列表项数据 ContentCallbackWidget
addExtra(String, String) - Method in class com.aispeech.export.widget.feedback.ContentFeedbackWidget
增加自定义参数的k,v对
addExtra(String, String) - Method in class com.aispeech.export.widget.feedback.FeedbackWidget
增加自定义参数的k,v对
addExtra(String, Object) - Method in class com.aispeech.export.widget.feedback.FeedbackWidget
增加自定义参数的k,v对
addExtra(String, String) - Method in class com.aispeech.export.widget.feedback.ListFeedbackWidget
增加自定义参数的k,v对
addExtra(String, String) - Method in class com.aispeech.export.widget.feedback.MediaFeedbackWidget
增加自定义参数的k,v对
addExtra(String, String) - Method in class com.aispeech.export.widget.feedback.TextFeedbackWidget
增加自定义参数的k,v对
addExtra(String, String) - Method in class com.aispeech.export.widget.feedback.WebFeedbackWidget
增加自定义参数的k,v对
addFloatArry(float[], float) - Static method in class com.aispeech.common.ArrayUtils
float[] 数组最后添加一项
addGrammarBean(AILocalGrammarIntent.GrammarBean) - Method in class com.aispeech.export.intent.AILocalGrammarIntent
 
addIntArry(int[], int) - Static method in class com.aispeech.common.ArrayUtils
int[] 数组最后添加一项
addInterceptor(IInterceptor) - Method in class com.aispeech.export.interceptor.SpeechInterceptor
 
addInterceptors(IInterceptor...) - Method in class com.aispeech.export.interceptor.SpeechInterceptor
 
addLiteConfig(String, String) - Method in class com.aispeech.DUILiteConfig.Builder
 
addOrUpdateWakeupword(List<WakeupWord>) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
addOrUpdateWakeupword(WakeupWord...) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态更新唤醒词
addSkillId(String) - Method in class com.aispeech.export.itn.Advanced
 
addSlot(String) - Method in class com.aispeech.export.itn.Advanced
 
addSpeakerResource(String[]) - Method in class com.aispeech.export.config.AILocalTTSConfig
设置 发音人资源,若只需要一个发音人,则设置一个即可。设置多个时第1个即为使用的发音人
addSpeakerResource(String) - Method in class com.aispeech.export.config.AILocalTTSConfig
 
addSpeakerResource(String[], String[]) - Method in class com.aispeech.export.config.AILocalTTSConfig
设置assets目录下的后端发音人资源名和对应的md5文件,若只需要一个发音人,则设置一个即可,初始化时默认以第一个资源名加载进内核
addStringArray(String[], String) - Static method in class com.aispeech.common.ArrayUtils
String[]数组最后添加一项
addVocab(String) - Method in class com.aispeech.export.itn.Advanced
 
addWidget(FeedbackWidget) - Method in class com.aispeech.export.widget.feedback.FeedbackWidget
增加widget
Advanced - Class in com.aispeech.export.itn
词库还原的高级配置项
Advanced() - Constructor for class com.aispeech.export.itn.Advanced
 
AecAgcKernel - Class in com.aispeech.lite.aecagc
 
AecAgcKernel(AecAgcKernelListener) - Constructor for class com.aispeech.lite.aecagc.AecAgcKernel
 
AecAgcKernelListener - Interface in com.aispeech.lite.aecagc
 
AIASRListener - Interface in com.aispeech.export.listeners
AIASRListener 接口用以接收 AICloudASREngine 和 AILocalASREngine 中发生的事件。 关注和需要处理相关事件的类须实现该接口,当相关事件发生时,有关方法将会被回调。 所有这些回调方法的触发都是在UI线程中执行的,请不要执行任何阻塞操作。
AIAsrPlusIntent - Class in com.aispeech.export.intent
 
AIAsrPlusIntent() - Constructor for class com.aispeech.export.intent.AIAsrPlusIntent
 
AIASRSentenceListener - Interface in com.aispeech.export.listeners
 
AICloudASRConfig - Class in com.aispeech.export.config
 
AICloudASRConfig() - Constructor for class com.aispeech.export.config.AICloudASRConfig
 
AICloudASRConfig.Builder - Class in com.aispeech.export.config
 
AICloudASREngine - Class in com.aispeech.export.engines2
云端识别引擎
AICloudASRIntent - Class in com.aispeech.export.intent
 
AICloudASRIntent() - Constructor for class com.aispeech.export.intent.AICloudASRIntent
 
AICloudASRIntent.PCM_ENCODE_TYPE - Enum in com.aispeech.export.intent
音频编码类型
AICloudASRSentenceConfig - Class in com.aispeech.export.config
 
AICloudASRSentenceConfig() - Constructor for class com.aispeech.export.config.AICloudASRSentenceConfig
 
AICloudASRSentenceConfig.AudioParam - Class in com.aispeech.export.config
 
AICloudASRSentenceEngine - Class in com.aispeech.export.engines2
一句话识别,可以识别1分钟5M以内的音频
AICloudDMConfig - Class in com.aispeech.export.config
云端对话引擎初始化参数
AICloudDMConfig.Builder - Class in com.aispeech.export.config
 
AICloudDMEngine - Class in com.aispeech.export.engines2
云端对话引擎
AICloudDMIntent - Class in com.aispeech.export.intent
云端对话引擎启动参数
AICloudDMIntent() - Constructor for class com.aispeech.export.intent.AICloudDMIntent
 
AICloudDMListener - Interface in com.aispeech.export.listeners
云端对话回调监听
AICloudLASRConfig - Class in com.aispeech.export.config
长语音识别,根据需要识别的音频文件配置参数
AICloudLASRConfig() - Constructor for class com.aispeech.export.config.AICloudLASRConfig
 
AICloudLASRConfig.AudioParam - Class in com.aispeech.export.config
音频参数
AICloudLASRConfig.TaskParam - Class in com.aispeech.export.config
 
AICloudLASREngine - Class in com.aispeech.export.engines2
长语音音频文件识别,整个流程如下,如果识别文件以http开头,则直接从第三步开始: 创建上传音频文件的任务 分片上传音频文件 创建识别任务 查询识别进度 查询识别结果
AICloudLASRRealtimeEngine - Class in com.aispeech.export.engines2
长语音实时识别
AICloudLASRRealtimeIntent - Class in com.aispeech.export.intent
 
AICloudLASRRealtimeIntent() - Constructor for class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
AICloudLASRRealtimeIntent.PCM_ENCODE_TYPE - Enum in com.aispeech.export.intent
音频编码类型,和 云端 asr 的 PCM_ENCODE_TYPE 相差一个 OGG_OPUS
AICloudSemanticConfig - Class in com.aispeech.export.config
 
AICloudSemanticConfig.Builder - Class in com.aispeech.export.config
 
AICloudSemanticEngine - Class in com.aispeech.export.engines2
Deprecated.
不再维护, 推荐使用 AICloudDMEngine
AICloudSemanticIntent - Class in com.aispeech.export.intent
云端语义引擎启动参数
AICloudSemanticIntent() - Constructor for class com.aispeech.export.intent.AICloudSemanticIntent
 
AICloudTTSConfig - Class in com.aispeech.export.config
 
AICloudTTSConfig() - Constructor for class com.aispeech.export.config.AICloudTTSConfig
 
AICloudTTSConfig.Builder - Class in com.aispeech.export.config
 
AICloudTTSEngine - Class in com.aispeech.export.engines2
云端TTS
AICloudTTSIntent - Class in com.aispeech.export.intent
 
AICloudTTSIntent() - Constructor for class com.aispeech.export.intent.AICloudTTSIntent
 
AICloudVoiceCopyConfig - Class in com.aispeech.export.config
云端声音复刻配置信息
AICloudVoiceCopyConfig.Builder - Class in com.aispeech.export.config
 
AICloudVoiceCopyListener - Interface in com.aispeech.export.listeners
云端声音复刻监听接口
AICloudVprintConfig - Class in com.aispeech.export.config
 
AICloudVprintConfig() - Constructor for class com.aispeech.export.config.AICloudVprintConfig
 
AICloudVprintConfig.Mode - Enum in com.aispeech.export.config
 
AICloudVprintEngine - Class in com.aispeech.export.engines2
在提交同一个用户的声纹采样时:
AICloudVprintEngine.AudioTool - Class in com.aispeech.export.engines2
录制wav音频文件的工具类
AICloudVprintIntent - Class in com.aispeech.export.intent
 
AICloudVprintIntent() - Constructor for class com.aispeech.export.intent.AICloudVprintIntent
 
AICloudVprintIntent.Audio - Class in com.aispeech.export.intent
音频的格式 "audio":{ "audioType": "wav", // 必选 "sampleRate": 16000, // 必选 "channel": 1, // 必选 "sampleBytes": 2 // 必选 }
AICloudVprintIntent.Builder - Class in com.aispeech.export.intent
 
AICloudVprintIntent.Env - Class in com.aispeech.export.intent
 
AICloudVprintListener - Interface in com.aispeech.export.listeners
 
AICloudVprintListener.AudioToolListener - Interface in com.aispeech.export.listeners
 
AIConstant - Class in com.aispeech.common
对外常量类
AIConstant() - Constructor for class com.aispeech.lite.voicecopy.CloudVoiceCopyKernel.AIConstant
 
AIConstant.DOA - Interface in com.aispeech.common
 
AIConstant.Nlu - Interface in com.aispeech.common
 
AIDmaspConfig - Class in com.aispeech.export.config
 
AIDmaspConfig.Builder - Class in com.aispeech.export.config
 
AIDmaspConfig.WakeupWord - Class in com.aispeech.export.config
唤醒词
AIDmaspEngine - Class in com.aispeech.export.engines2
Deprecated.
废弃,参考AIFespCarEngine
AIDmaspIntent - Class in com.aispeech.export.intent
 
AIDmaspIntent() - Constructor for class com.aispeech.export.intent.AIDmaspIntent
 
AIDmaspListener - Interface in com.aispeech.export.listeners
Created by nemo on 17-12-15.
AIEchoConfig - Class in com.aispeech
 
AIEchoConfig() - Constructor for class com.aispeech.AIEchoConfig
 
AIEchoConfig(String, int, int, int, String) - Constructor for class com.aispeech.AIEchoConfig
设置 ECHO 模式的配置信息
AIEchoConfig(String, int, int, int, int, String) - Constructor for class com.aispeech.AIEchoConfig
设置 ECHO 模式的配置信息
AIEmotionTTSListener - Interface in com.aispeech.export.listeners
AITTSListener 接口用以接收 AILocalTTSEngine 和 AICloudTTSEngine 中发生的事件。 关注和需要处理相关事件的类须实现该接口,当相关事件发生时,有关方法将会被回调。 所有这些回调方法的触发都是在UI线程中执行的,请不要执行任何阻塞操作。
AIENGINE_MESSAGE_TYPE_BIN - Static variable in class com.aispeech.common.AIConstant
结果类型BINARY
AIENGINE_MESSAGE_TYPE_JSON - Static variable in class com.aispeech.common.AIConstant
结果类型JSON
AIError - Exception in com.aispeech
错误信息类
AIError(String) - Constructor for exception com.aispeech.AIError
构造函数
AIError(String, String) - Constructor for exception com.aispeech.AIError
构造函数
AIError(int) - Constructor for exception com.aispeech.AIError
构造函数
AIError(int, String) - Constructor for exception com.aispeech.AIError
构造函数
AIError(int, String, String) - Constructor for exception com.aispeech.AIError
构造函数
AIError(int, String, String, long) - Constructor for exception com.aispeech.AIError
构造函数
AIError() - Constructor for exception com.aispeech.AIError
 
AIFespCarConfig - Class in com.aispeech.export.config
Created by wanbing on 2021/9/6 11:38
AIFespCarConfig.Builder - Class in com.aispeech.export.config
 
AIFespCarConfig.WakeupWord - Class in com.aispeech.export.config
唤醒词
AIFespCarEngine - Class in com.aispeech.export.engines2
Created by wanbing on 2021/9/6 11:57
AIFespCarIntent - Class in com.aispeech.export.intent
 
AIFespCarIntent() - Constructor for class com.aispeech.export.intent.AIFespCarIntent
 
AIFespCarListener - Interface in com.aispeech.export.listeners
Created by wanbing on 2021/9/6 10:52 AIFespxCarListener 接口用以接收 AIFespxCarEngine中发生的事件。 关注和需要处理相关事件的类须实现该接口,当相关事件发生时,有关方法将会被回调。 所有这些回调方法的触发都是在UI线程中执行的,请不要执行任何阻塞操作。
AILASRListener - Interface in com.aispeech.export.listeners
音频文件识别的回调,1-5对应音频识别的过程
AILASRRealtimeListener - Interface in com.aispeech.export.listeners
 
AILocalAntiSpoofingEngine - Class in com.aispeech.export.engines2
 
AILocalAntiSpoofListener - Interface in com.aispeech.export.listeners
Created by wuwei on 2018/7/12.
AILocalASRConfig - Class in com.aispeech.export.config
 
AILocalASRConfig() - Constructor for class com.aispeech.export.config.AILocalASRConfig
 
AILocalASRConfig.Builder - Class in com.aispeech.export.config
 
AILocalASREngine - Class in com.aispeech.export.engines2
本地识别
AILocalASRIntent - Class in com.aispeech.export.intent
 
AILocalASRIntent() - Constructor for class com.aispeech.export.intent.AILocalASRIntent
 
AILocalAsrppConfig - Class in com.aispeech.export.config
LocalAsrpp init 的配置信息
AILocalAsrppConfig() - Constructor for class com.aispeech.export.config.AILocalAsrppConfig
 
AILocalAsrppEngine - Class in com.aispeech.export.engines2
本地 性别、年龄、情绪 识别
AILocalAsrppIntent - Class in com.aispeech.export.intent
LocalAsrpp start 的配置信息
AILocalAsrppIntent() - Constructor for class com.aispeech.export.intent.AILocalAsrppIntent
 
AILocalAsrppListener - Interface in com.aispeech.export.listeners
 
AILocalEchoEngine - Class in com.aispeech.export.engines2
 
AILocalEchoEngine() - Constructor for class com.aispeech.export.engines2.AILocalEchoEngine
 
AILocalEchoIntent - Class in com.aispeech.export.intent
 
AILocalEchoIntent() - Constructor for class com.aispeech.export.intent.AILocalEchoIntent
 
AILocalEchoListener - Interface in com.aispeech.export.engines2.listeners
 
AILocalFaspConfig - Class in com.aispeech.export.config
 
AILocalFaspConfig() - Constructor for class com.aispeech.export.config.AILocalFaspConfig
 
AILocalFaspEngine - Class in com.aispeech.export.engines2
双麦降噪
AILocalFaspListener - Interface in com.aispeech.export.listeners
 
AILocalGrammarConfig - Class in com.aispeech.export.config
ProjectName: duilite-for-car-android Author: huwei Describe: Since 2021/2/5 14:20 Copyright(c) 2019 苏州思必驰信息科技有限公司 www.aispeech.com
AILocalGrammarConfig() - Constructor for class com.aispeech.export.config.AILocalGrammarConfig
 
AILocalGrammarConfig.Builder - Class in com.aispeech.export.config
 
AILocalGrammarEngine - Class in com.aispeech.export.engines2
本地语法编译
AILocalGrammarIntent - Class in com.aispeech.export.intent
ProjectName: duilite-for-car-android Author: huwei Describe: Since 2021/2/5 14:25 Copyright(c) 2019 苏州思必驰信息科技有限公司 www.aispeech.com
AILocalGrammarIntent() - Constructor for class com.aispeech.export.intent.AILocalGrammarIntent
 
AILocalGrammarIntent.GrammarBean - Class in com.aispeech.export.intent
 
AILocalGrammarListener - Interface in com.aispeech.export.listeners
AILocalGrammarListener 接口用以接收 AILocalGrammarEngine 中发生的事件。 关注和需要处理相关事件的类须实现该接口,当相关事件发生时,有关方法将会被回调。 所有这些回调方法的触发都是在UI线程中执行的,请不要执行任何阻塞操作。
AILocalHotWordConfig - Class in com.aispeech.export.config
本地热词初始化参数
AILocalHotWordConfig.Builder - Class in com.aispeech.export.config
 
AILocalHotWordIntent - Class in com.aispeech.export.intent
本地热词启动参数
AILocalHotWordIntent() - Constructor for class com.aispeech.export.intent.AILocalHotWordIntent
 
AILocalHotWordsEngine - Class in com.aispeech.export.engines2
本地热词引擎
AILocalHotWordsListener - Interface in com.aispeech.export.listeners
本地热词引擎回调
AILocalLASREngine - Class in com.aispeech.export.engines2
 
AILocalLASRIntent - Class in com.aispeech.export.intent
 
AILocalLASRIntent() - Constructor for class com.aispeech.export.intent.AILocalLASRIntent
 
AILocalMdsConfig - Class in com.aispeech.export.config
 
AILocalMdsConfig() - Constructor for class com.aispeech.export.config.AILocalMdsConfig
 
AILocalMdsEngine - Class in com.aispeech.export.engines2
多设备选择(mds,multiple device selection),用于在存在多个语音采集设备的场景中,选择最优输入设备。
AILocalMdsIntent - Class in com.aispeech.export.intent
 
AILocalMdsIntent() - Constructor for class com.aispeech.export.intent.AILocalMdsIntent
 
AILocalMdsListener - Interface in com.aispeech.export.listeners
 
AILocalMultiGrammarIntent - Class in com.aispeech.export.intent
Description: Author: junlong.huang CreateTime: 2023/3/21
AILocalMultiGrammarIntent() - Constructor for class com.aispeech.export.intent.AILocalMultiGrammarIntent
 
AILocalNREngine - Class in com.aispeech.export.engines2
本地降噪
AILocalNRListener - Interface in com.aispeech.export.listeners
降噪的回调类,feed音频后,经过降噪处理过的音频从 onBufferReceived 方法输出
AILocalSemanticConfig - Class in com.aispeech.export.config
离线语义引擎初始化参数
AILocalSemanticConfig.Builder - Class in com.aispeech.export.config
 
AILocalSemanticEngine - Class in com.aispeech.export.engines2
离线语义引擎
AILocalSemanticIntent - Class in com.aispeech.export.intent
离线语义引擎启动参数
AILocalSemanticIntent() - Constructor for class com.aispeech.export.intent.AILocalSemanticIntent
 
AILocalSemanticListener - Class in com.aispeech.export.listeners
语义事件监听器
AILocalSemanticListener() - Constructor for class com.aispeech.export.listeners.AILocalSemanticListener
 
AILocalSevcConfig - Class in com.aispeech.export.config
 
AILocalSevcConfig() - Constructor for class com.aispeech.export.config.AILocalSevcConfig
 
AILocalSevcEngine - Class in com.aispeech.export.engines2
 
AILocalSevcIntent - Class in com.aispeech.export.intent
 
AILocalSevcIntent() - Constructor for class com.aispeech.export.intent.AILocalSevcIntent
 
AILocalSevcListener - Interface in com.aispeech.export.listeners
 
AILocalSignalAndWakeupConfig - Class in com.aispeech.export.config
 
AILocalSignalAndWakeupConfig() - Constructor for class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
AILocalSignalAndWakeupEngine - Class in com.aispeech.export.engines2
多麦唤醒
AILocalSignalAndWakeupIntent - Class in com.aispeech.export.intent
 
AILocalSignalAndWakeupIntent() - Constructor for class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
AILocalSignalAndWakeupListener - Interface in com.aispeech.export.listeners
AILocalWakeupListener 接口用以接收 AILocalSignalAndWakeupEngine 中发生的事件。 关注和需要处理相关事件的类须实现该接口,当相关事件发生时,有关方法将会被回调。 所有这些回调方法的触发都是在UI线程中执行的,请不要执行任何阻塞操作。
AILocalTTSConfig - Class in com.aispeech.export.config
 
AILocalTTSConfig() - Constructor for class com.aispeech.export.config.AILocalTTSConfig
 
AILocalTTSConfig.Builder - Class in com.aispeech.export.config
 
AILocalTTSEngine - Class in com.aispeech.export.engines2
本地合成
AILocalTTSIntent - Class in com.aispeech.export.intent
 
AILocalTTSIntent() - Constructor for class com.aispeech.export.intent.AILocalTTSIntent
 
AILocalTTSListener - Interface in com.aispeech.export.listeners
Created by yu on 2018/5/4.
AILocalVadConfig - Class in com.aispeech.export.config
ProjectName: duilite-for-car-android Author: huwei Describe: Since 2021/2/26 10:15 Copyright(c) 2019 苏州思必驰信息科技有限公司 www.aispeech.com
AILocalVadConfig() - Constructor for class com.aispeech.export.config.AILocalVadConfig
 
AILocalVadConfig.Builder - Class in com.aispeech.export.config
 
AILocalVadEngine - Class in com.aispeech.export.engines2
本地vad引擎
AILocalVadIntent - Class in com.aispeech.export.intent
 
AILocalVadIntent() - Constructor for class com.aispeech.export.intent.AILocalVadIntent
 
AILocalVadListener - Interface in com.aispeech.export.listeners
 
AILocalVprintEngine - Class in com.aispeech.export.engines2
本地声纹
AILocalVprintListener - Interface in com.aispeech.export.listeners
Created by wuwei on 2018/7/12.
AILocalVprintLiteEngine - Class in com.aispeech.export.engines2
本地声纹
AILocalVprintLiteListener - Interface in com.aispeech.export.listeners
Created by wuwei on 2018/7/12.
AILocalWakeupIncrementConfig - Class in com.aispeech.export.config
 
AILocalWakeupIncrementConfig.Builder - Class in com.aispeech.export.config
 
AILocalWakeupIncrementEngine - Class in com.aispeech.export.engines2
 
AILocalWakeupIncrementIntent - Class in com.aispeech.export.intent
 
AILocalWakeupIncrementIntent() - Constructor for class com.aispeech.export.intent.AILocalWakeupIncrementIntent
 
AILocalWakeupIncrementListener - Interface in com.aispeech.export.listeners
本地热词引擎回调
AIOneshotConfig - Class in com.aispeech.export.config
oneshot config
AIOneshotConfig.Builder - Class in com.aispeech.export.config
 
AIResult - Class in com.aispeech
本类用于封装语音引擎的结果
封装包含以下信息: recordId录音ID resultType结果类型 AIConstant.AIENGINE_MESSAGE_TYPE_JSON表示结果为JSON字符串 AIConstant.AIENGINE_MESSAGE_TYPE_BIN表示结果为字节数组 TimeStamp时间戳 resultObject结果对象 isLast是否结果返回完毕
Usage1:
处理文本结果(json):
AIResult() - Constructor for class com.aispeech.AIResult
 
AISampleRate - Class in com.aispeech.lite
采样率定义类
AITTSListener - Interface in com.aispeech.export.listeners
AITTSListener 接口用以接收 AILocalTTSEngine 和 AICloudTTSEngine 中发生的事件。 关注和需要处理相关事件的类须实现该接口,当相关事件发生时,有关方法将会被回调。 所有这些回调方法的触发都是在UI线程中执行的,请不要执行任何阻塞操作。
AIType - Enum in com.aispeech.lite
 
AIUpdateListener - Interface in com.aispeech.export.listeners
 
AIVersionInfoListener - Interface in com.aispeech.export.listeners
获取sdk版本+内核版本信息回调
AIWakeupConfig - Class in com.aispeech.export.config
PerjectName: duilite-for-car-android Author: huwei Describe: Since 2020/11/9 09:40 Copyright(c) 2019 苏州思必驰信息科技有限公司 www.aispeech.com
AIWakeupConfig() - Constructor for class com.aispeech.export.config.AIWakeupConfig
 
AIWakeupConfig.Builder - Class in com.aispeech.export.config
 
AIWakeupEngine - Class in com.aispeech.export.engines2
本地唤醒引擎
AIWakeupIntent - Class in com.aispeech.export.intent
wakeup 引擎 start 时的参数设置。
AIWakeupIntent() - Constructor for class com.aispeech.export.intent.AIWakeupIntent
 
AIWakeupListener - Interface in com.aispeech.export.listeners
Created by nemo on 17-12-15.
ALIGNMENT - Static variable in class com.aispeech.lite.dm.Protocol
 
ALIGNMENT_PINYIN - Static variable in class com.aispeech.lite.dm.Protocol
 
ALIGNMENT_WORD - Static variable in class com.aispeech.lite.dm.Protocol
 
AntiSpoofConfig - Class in com.aispeech.export.config
 
AntiSpoofConfig.Builder - Class in com.aispeech.export.config
 
AntiSpoofIntent - Class in com.aispeech.export.intent
 
AntiSpoofIntent.Builder - Class in com.aispeech.export.intent
 
ArrayUtils - Class in com.aispeech.common
PerjectName: duilite-for-car-android Author: huwei Describe: Since 2020/11/3 12:01 Copyright(c) 2019 苏州思必驰信息科技有限公司 www.aispeech.com
ArrayUtils() - Constructor for class com.aispeech.common.ArrayUtils
 
AsrInterceptor - Class in com.aispeech.export.interceptor
ASR 消息拦截器
AsrInterceptor() - Constructor for class com.aispeech.export.interceptor.AsrInterceptor
 
asrPolicy - Variable in class com.aispeech.export.config.AILocalSemanticConfig
外部设置识别仲裁策略
asrRes - Variable in class com.aispeech.export.config.AILocalHotWordConfig
设置识别声学资源名
asrRes - Variable in class com.aispeech.export.config.AILocalWakeupIncrementConfig
设置识别声学资源名
asrSentence(String, AICloudASRSentenceConfig) - Method in class com.aispeech.export.engines2.AICloudASRSentenceEngine
一句话识别
asrSentence(String, byte[], AICloudASRSentenceConfig) - Method in class com.aispeech.export.engines2.AICloudASRSentenceEngine
一句话识别
async(MultiModal) - Method in class com.aispeech.export.engines2.AICloudDMEngine
同步多模态数据
async(MultiModal) - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
async(MultiModal) - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
async(MultiModal) - Method in interface com.aispeech.lite.dm.IDmProcessor
上传多模态数据
Audio() - Constructor for class com.aispeech.export.intent.AICloudVprintIntent.Audio
 
Audio2RefSetting - Class in com.aispeech.common
直接获取带参考音的音频, 通过以下设置,可将带2路参考音的原始音频直接存储在 Audio2RefSetting.keyPcmSaveLocation
Audio2RefSetting() - Constructor for class com.aispeech.common.Audio2RefSetting
 
AUDIO_TYPE_ASR0 - Static variable in interface com.aispeech.lite.sspe.SspeConstant
 
AUDIO_TYPE_ASR1 - Static variable in interface com.aispeech.lite.sspe.SspeConstant
 
AUDIO_TYPE_ASR2 - Static variable in interface com.aispeech.lite.sspe.SspeConstant
 
AUDIO_TYPE_ASR3 - Static variable in interface com.aispeech.lite.sspe.SspeConstant
 
AUDIO_TYPE_VAD0 - Static variable in interface com.aispeech.lite.sspe.SspeConstant
 
AUDIO_TYPE_VAD1 - Static variable in interface com.aispeech.lite.sspe.SspeConstant
 
AudioData(int, byte[]) - Constructor for class com.aispeech.common.AudioHelper.AudioData
 
AudioHelper - Class in com.aispeech.common
 
AudioHelper() - Constructor for class com.aispeech.common.AudioHelper
 
AudioHelper.AudioData - Class in com.aispeech.common
 
AudioParam(String) - Constructor for class com.aispeech.export.config.AICloudASRSentenceConfig.AudioParam
 
AudioParam(String) - Constructor for class com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
audioSource - Variable in class com.aispeech.export.config.RecorderConfig
audio source
audioSource - Variable in class com.aispeech.export.config.RecorderConfig.Builder
 
audioSourceType_MIC - Static variable in class com.aispeech.DUILiteConfig
MediaRecorder.AudioSource.MIC声音源
audioSourceType_VOICE_RECOGNITION - Static variable in class com.aispeech.DUILiteConfig
MediaRecorder.AudioSource.VOICE_RECOGNITION声音源
AudioTool() - Constructor for class com.aispeech.export.engines2.AICloudVprintEngine.AudioTool
 
AuthConfig - Class in com.aispeech.export.config
授权初始化配置
AuthConfig() - Constructor for class com.aispeech.export.config.AuthConfig
 
AuthConfig.Builder - Class in com.aispeech.export.config
 
authFailTimes - Static variable in class com.aispeech.DUILiteSDK
授权失败次数 授权失败一次+1,最大是12 授权成功置0
AuthTask() - Constructor for class com.aispeech.DUILiteSDK.AuthTask
 
AuthType - Enum in com.aispeech.lite
授权类型

B

BaseCarSspeKernel - Class in com.aispeech.lite.sspe
Description: Author: junlong.huang CreateTime: 2023/3/29
BaseCarSspeKernel(String, FespxKernelListener) - Constructor for class com.aispeech.lite.sspe.BaseCarSspeKernel
 
BaseCarSspeKernel.CarDoaCallbackImpl - Class in com.aispeech.lite.sspe
 
BaseCarSspeKernel.CarWakeupCallbackImpl - Class in com.aispeech.lite.sspe
唤醒信息回调
BaseConfig - Class in com.aispeech.lite.base
Description: 所有config的基类 用于实现一些通用的配置 Author: junlong.huang CreateTime: 2023/2/15
BaseConfig() - Constructor for class com.aispeech.lite.base.BaseConfig
 
BaseConfig.Builder - Class in com.aispeech.lite.base
 
BaseEngine - Class in com.aispeech.lite.base
Description: 定义为所有引擎的基类,用于下沉通用逻辑 Author: junlong.huang CreateTime: 2023/2/15
BaseEngine() - Constructor for class com.aispeech.lite.base.BaseEngine
 
BaseInnerEngine - Class in com.aispeech.base
 
BaseInnerEngine() - Constructor for class com.aispeech.base.BaseInnerEngine
 
BaseInnerEngine.CallbackMsg - Enum in com.aispeech.base
对外回调消息定义,可以自由定义
BaseIntent - Class in com.aispeech.lite.base
Description: 抽离公共Intent基类 Author: junlong.huang CreateTime: 2023/5/22
BaseIntent() - Constructor for class com.aispeech.lite.base.BaseIntent
 
BaseListener - Interface in com.aispeech.lite
 
BaseMultibfCallback - Class in com.aispeech.lite.sspe
Description: Author: junlong.huang CreateTime: 2023/1/30
BaseMultibfCallback() - Constructor for class com.aispeech.lite.sspe.BaseMultibfCallback
 
BaseSspeKernel - Class in com.aispeech.lite.sspe
 
BaseSspeKernel(String, FespxKernelListener) - Constructor for class com.aispeech.lite.sspe.BaseSspeKernel
 
begin(int) - Method in class com.aispeech.lite.hotword.ssl.Counter
首帧vad,开启vad计数窗口期
BIN_SUFFIX - Static variable in class com.aispeech.export.widget.Scene
 
blackWordsThreshold - Variable in class com.aispeech.export.config.AIDmaspConfig
 
build() - Method in class com.aispeech.export.config.AICloudASRConfig.Builder
 
build() - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
 
build() - Method in class com.aispeech.export.config.AICloudSemanticConfig.Builder
 
build() - Method in class com.aispeech.export.config.AICloudTTSConfig.Builder
 
build() - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
 
build() - Method in class com.aispeech.export.config.AILocalGrammarConfig.Builder
 
build() - Method in class com.aispeech.export.config.AILocalHotWordConfig.Builder
 
build() - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
构建 AILocalSemanticConfig
build() - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
 
build() - Method in class com.aispeech.export.config.AILocalVadConfig.Builder
 
build() - Method in class com.aispeech.export.config.AILocalWakeupIncrementConfig.Builder
 
build() - Method in class com.aispeech.export.config.AIWakeupConfig.Builder
 
build() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
build() - Method in class com.aispeech.export.ProductContext.Builder
 
build() - Method in class com.aispeech.export.SkillContext.Builder
 
Build() - Method in class com.aispeech.export.widget.Scene.Builder
 
build(T) - Method in class com.aispeech.lite.base.BaseConfig.Builder
 
build() - Static method in class com.aispeech.lite.dm.Task
 
build() - Method in class com.aispeech.lite.dm.update.UpdaterImpl.Builder
 
build(List<LocalGrammarParams>) - Method in class com.aispeech.lite.wakeupincrement.WakeupIncrementProcessor
触发编译
Builder() - Constructor for class com.aispeech.DUILiteConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AICloudASRConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AICloudDMConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AICloudSemanticConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AICloudTTSConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AICloudVoiceCopyConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AIDmaspConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AIFespCarConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AILocalASRConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AILocalGrammarConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AILocalHotWordConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AILocalSemanticConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AILocalTTSConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AILocalVadConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AILocalWakeupIncrementConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AIOneshotConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AIWakeupConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AntiSpoofConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.AuthConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.EchoConfig.Builder
Deprecated.
 
Builder() - Constructor for class com.aispeech.export.config.RecorderConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.UploadConfig.Builder
 
Builder() - Constructor for class com.aispeech.export.config.VprintConfig.Builder
Deprecated.
 
Builder() - Constructor for class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
Builder() - Constructor for class com.aispeech.export.intent.AntiSpoofIntent.Builder
 
Builder() - Constructor for class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
 
Builder() - Constructor for class com.aispeech.export.ProductContext.Builder
 
Builder() - Constructor for class com.aispeech.export.SkillContext.Builder
 
Builder() - Constructor for class com.aispeech.export.widget.Scene.Builder
 
Builder() - Constructor for class com.aispeech.lite.base.BaseConfig.Builder
 
Builder() - Constructor for class com.aispeech.lite.dm.update.UpdaterImpl.Builder
 
Builder() - Constructor for class com.aispeech.lite.vprint.VprintConfig.Builder
 
Builder() - Constructor for class com.aispeech.lite.vprint.VprintIntent.Builder
 
Builder() - Constructor for class com.aispeech.lite.vprintlite.VprintLiteConfig.Builder
 
Builder() - Constructor for class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
 
buildGrammar(AILocalGrammarIntent) - Method in class com.aispeech.export.engines2.AILocalGrammarEngine
构建语法,生成或更新本地识别需要的资源,如果资源文件不存在,则生成,如果存在,则覆盖
BuildGrammarResult - Class in com.aispeech.export.bean
Description: Author: junlong.huang CreateTime: 2023/3/22
BuildGrammarResult(String, boolean, String, AIError) - Constructor for class com.aispeech.export.bean.BuildGrammarResult
 
buildGrammars(AILocalMultiGrammarIntent) - Method in class com.aispeech.export.engines2.AILocalGrammarEngine
 
buildinLuaResFolder - Variable in class com.aispeech.export.config.AILocalSemanticConfig
内置语义lua资源文件夹路径
buildinResFolder - Variable in class com.aispeech.export.config.AILocalSemanticConfig
内置语义资源文件夹路径
BUILTIN_WAKEUPWORD_E2E - Static variable in class com.aispeech.common.AIConstant
内置唤醒参数 E2E高低唤醒阈值
BUILTIN_WAKEUPWORD_THRESH2 - Static variable in class com.aispeech.common.AIConstant
内置唤醒参数 双唤醒阈值
builtInSemanticSkillID - Variable in class com.aispeech.export.config.AILocalSemanticConfig
外部设置是否开启内置语义
BuiltinWakeupWords - Class in com.aispeech.lite
 
BuiltinWakeupWords() - Constructor for class com.aispeech.lite.BuiltinWakeupWords
 
bundleResults(int, String, byte[]) - Static method in class com.aispeech.AIResult
 
bundleResults(int, String, String) - Static method in class com.aispeech.AIResult
 
BUTTONS - Static variable in class com.aispeech.export.widget.callback.ContentCallbackWidget
按钮数据项
byte2HexFormatted(byte[], boolean) - Static method in class com.aispeech.export.tool.FileCopyHelper
byte转换成String

C

Cache - Class in com.aispeech.lite.dm.cache
cache 任务
Cache() - Constructor for class com.aispeech.lite.dm.cache.Cache
 
Cache.TaskIterator - Class in com.aispeech.lite.dm.cache
Task 迭代器
cachedDriveMode - Variable in class com.aispeech.lite.sspe.BaseMultibfCallback
 
cachedWakeupData - Variable in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
CacheLastAsrResult - Class in com.aispeech.lite.dm.cache
缓存识别结果
CacheLastAsrResult(String, String, String, String, int, String, String) - Constructor for class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
CacheUtil - Class in com.aispeech.common
 
CacheUtil(CacheUtil.CacheType) - Constructor for class com.aispeech.common.CacheUtil
 
CacheUtil.CacheType - Enum in com.aispeech.common
 
calculateBlockSize(long) - Static method in class com.aispeech.export.lasr.LasrSqlEntity
 
calculateSliceNum(long, int) - Static method in class com.aispeech.export.lasr.LasrSqlEntity
 
CALLBACK - Static variable in interface com.aispeech.export.interceptor.IInterceptor.FlowType
 
callbackInMainLooper(BaseInnerEngine.CallbackMsg, Object) - Method in class com.aispeech.base.BaseInnerEngine
子类实现
callbackInMainLooper(BaseInnerEngine.CallbackMsg, Object) - Method in class com.aispeech.export.engines2.AILocalNREngine
 
CallbackWidget - Class in com.aispeech.export.widget.callback
对话控件
CallbackWidget(JSONObject, int, String, String, String) - Constructor for class com.aispeech.export.widget.callback.CallbackWidget
 
CallbackWidgetType - Enum in com.aispeech.export.widget.callback
 
cancel() - Method in class com.aispeech.export.engines2.AICloudASREngine
取消本次识别操作
cancel() - Method in class com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
cancel() - Method in class com.aispeech.export.engines2.AICloudSemanticEngine
Deprecated.
取消本次识别操作
cancel() - Method in class com.aispeech.export.engines2.AILocalAntiSpoofingEngine
取消引擎
cancel() - Method in class com.aispeech.export.engines2.AILocalASREngine
取消本次识别操作
cancel() - Method in class com.aispeech.export.engines2.AILocalHotWordsEngine
停止热词引擎
cancel() - Method in class com.aispeech.export.engines2.AILocalMdsEngine
 
cancel() - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
取消本次识别操作
cancel() - Method in class com.aispeech.export.engines2.AILocalVprintEngine
取消声纹引擎,当不再接受内部消息时或切换模式前调用
cancel() - Method in class com.aispeech.export.engines2.AILocalVprintLiteEngine
取消声纹引擎,当不再接受内部消息时或切换模式前调用
cancel() - Method in class com.aispeech.export.engines2.AILocalWakeupIncrementEngine
停止热词引擎
cancel() - Method in interface com.aispeech.export.function.IAILocalVprintLite
 
cancel() - Method in interface com.aispeech.export.function.IASR
停止引擎并取消当前结果上抛,区别与stop
cancel() - Method in class com.aispeech.lite.base.BaseEngine
 
cancel(String) - Method in class com.aispeech.lite.dm.Timer
取消计时器
cancelAllASR() - Method in class com.aispeech.export.engines2.AICloudASRSentenceEngine
取消所有识别请求
cancelASR(String) - Method in class com.aispeech.export.engines2.AICloudASRSentenceEngine
取消识别请求
cancelKernel() - Method in class com.aispeech.echo.EchoKernel
 
cancelKernel() - Method in class com.aispeech.lite.dmasp.DmaspKernel
 
cancelKernel() - Method in class com.aispeech.lite.vprintlite.VprintLiteKernel
 
cancelKernel() - Method in class com.aispeech.speex.SpeexKernel
Deprecated.
cancelUploadFile() - Method in class com.aispeech.export.engines2.AICloudLASREngine
取消文件上传。调用本方法后需要等 AILASRListener.onUploadFileResult(java.lang.String, java.lang.String, com.aispeech.AIError) 方法回调 AIError.ERR_LASR_CALL_CANCEL 错误码之后才能说明文件上传的请求已经被取消掉
CAR_DOA_COPILOT - Static variable in interface com.aispeech.lite.function.ICarFunction
副驾驶方位 doa
CAR_DOA_LEFT_BACKSEAT - Static variable in interface com.aispeech.lite.function.ICarFunction
左后 doa
CAR_DOA_MAIN - Static variable in interface com.aispeech.lite.function.ICarFunction
主驾驶方位 doa
CAR_DOA_RIGHT_BACKSEAT - Static variable in interface com.aispeech.lite.function.ICarFunction
右后 doa
CarDoaCallbackImpl() - Constructor for class com.aispeech.lite.sspe.BaseCarSspeKernel.CarDoaCallbackImpl
 
CarFourMicSspeKernel - Class in com.aispeech.lite.sspe
Description: Author: junlong.huang CreateTime: 2023/2/27
CarFourMicSspeKernel(FespxKernelListener) - Constructor for class com.aispeech.lite.sspe.CarFourMicSspeKernel
 
CarFunctionHelper - Class in com.aispeech.lite.function
Description: Author: junlong.huang CreateTime: 2023/2/23
CarFunctionHelper() - Constructor for class com.aispeech.lite.function.CarFunctionHelper
 
CarTwoMicSspeKernel - Class in com.aispeech.lite.sspe
Description: Author: junlong.huang CreateTime: 2023/2/27
CarTwoMicSspeKernel(FespxKernelListener) - Constructor for class com.aispeech.lite.sspe.CarTwoMicSspeKernel
 
CarWakeupCallbackImpl() - Constructor for class com.aispeech.lite.sspe.BaseCarSspeKernel.CarWakeupCallbackImpl
 
changeChannel(byte[], int, int[]) - Static method in class com.aispeech.common.AudioHelper
调换音频通道
check() - Method in class com.aispeech.export.config.AuthConfig.Builder
check 授权配置
checkAssetsFileCanRead(Context, String) - Static method in class com.aispeech.export.tool.FileCopyHelper
通过读 1 byte 来确定是否可以读取 assets 文件
checkFileMD5(String, String) - Static method in class com.aispeech.export.tool.FileCopyHelper
 
checkLibValid() - Static method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
检查唤醒内核是否准备好,外部可以不关注
checkLibValid() - Static method in class com.aispeech.export.engines2.AILocalEchoEngine
 
checkLibValid() - Static method in class com.aispeech.export.engines2.AILocalHotWordsEngine
检查so是否加载成功
checkLibValid() - Static method in class com.aispeech.export.engines2.AILocalSemanticEngine
 
checkLibValid() - Static method in class com.aispeech.export.engines2.AILocalVprintEngine
 
checkLibValid() - Static method in class com.aispeech.export.engines2.AILocalVprintLiteEngine
 
checkLibValid() - Static method in class com.aispeech.export.engines2.AILocalWakeupIncrementEngine
检查so是否加载成功
checkLibValid() - Static method in class com.aispeech.speex.SpeexKernel
检查libduiutils.so是否存在
checkPinyin(String[]) - Static method in class com.aispeech.common.PinYinUtils
检查拼音是否合法
checkPinyin(String) - Static method in class com.aispeech.common.PinYinUtils
检查拼音是否合法
checkWords(String[]) - Method in class com.aispeech.lite.BuiltinWakeupWords
 
CInfoListener - Interface in com.aispeech.lite.dm.update
cinfo 服务监听器
CInfoV1Impl - Class in com.aispeech.lite.dm.update
cinfo v1 实现类 wiki https://wiki.aispeech.com.cn/display/DUISYS/CInfoServer
CInfoV1Impl(String, String, String, String, String, CInfoListener) - Constructor for class com.aispeech.lite.dm.update.CInfoV1Impl
构造函数
CInfoV2Impl - Class in com.aispeech.lite.dm.update
Deprecated.
请使用 dds 同一个 websocket,保证云端服务的时序
CInfoV2Impl(String, String, String, String, String, boolean, CInfoListener) - Constructor for class com.aispeech.lite.dm.update.CInfoV2Impl
Deprecated.
 
ClassUtil - Class in com.aispeech.util
类描述:获取类信息 修改备注:
ClassUtil() - Constructor for class com.aispeech.util.ClassUtil
 
clear() - Method in class com.aispeech.common.CacheUtil
 
clear() - Method in class com.aispeech.common.LimitAudioQueue
重置长度标注位
clear() - Method in class com.aispeech.common.NotifyLimitQueue
清空队列内容
clear() - Method in class com.aispeech.lite.dm.cache.Cache
清空队列
clear() - Method in class com.aispeech.lite.dm.Timer
清空task map
clear() - Method in class com.aispeech.lite.hotword.ssl.Counter
清空计数器
clearCache() - Method in class com.aispeech.lite.dm.dispather.Dispatcher
清空缓存的任务
clearEncodeData() - Method in class com.aispeech.export.itn.Convert
 
clearId() - Method in class com.aispeech.lite.dm.Session
清空对话id
clearMessage() - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
clearObject() - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
clearObject() - Method in class com.aispeech.lite.dmasp.DmaspProcessor
 
clearObject() - Method in class com.aispeech.lite.echo.LocalEchoProcessor
 
clearObject() - Method in class com.aispeech.lite.hotword.HotWordsProcessor
 
clearObject() - Method in class com.aispeech.lite.mds.MdsProcessor
 
clearObject() - Method in class com.aispeech.lite.sevc.SevcProcessor
 
clearObject() - Method in class com.aispeech.lite.vprintlite.VprintLiteProcessor
 
clearSpeakerResourceAndMD5() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
clone() - Method in class com.aispeech.DUILiteConfig
 
clone() - Method in class com.aispeech.lite.oneshot.OneshotCache
 
close() - Method in class com.aispeech.common.FileSaveUtil
 
close() - Method in class com.aispeech.export.lasr.LasrDatabaseManager
 
close() - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
close() - Method in class com.aispeech.lite.dm.CloudDmProcessor
外部主动结束对话流程
close() - Method in interface com.aispeech.lite.dm.IDmProcessor
关闭对话
close() - Method in class com.aispeech.lite.vprint.VprintDatabaseManager
 
closeGlobalAudioSave() - Static method in class com.aispeech.DUILiteSDK
关闭全局音频存储
closeVadCalcVolume() - Static method in class com.aispeech.DUILiteSDK
关闭vad音量计算反馈 所有引擎中Listener.onRmsChanged将不在被回调 默认开启
CLOUD_ASR - Static variable in class com.aispeech.lite.Engines
 
CLOUD_ASR_FIRST - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
CLOUD_ASR_RESULT - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
CLOUD_SEMANTIC - Static variable in class com.aispeech.lite.Engines
 
CLOUD_TTS - Static variable in class com.aispeech.lite.Engines
 
CLOUD_TTS_PLAY_FIRST - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
CLOUD_TTS_SPEAK_DEFAULT - Static variable in class com.aispeech.common.AIConstant
云端合成默认音色
CLOUD_TTS_SYNTHESIS_END - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
CLOUD_TTS_SYNTHESIS_FIRST - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
CloudDmFullDuplexProcessor - Class in com.aispeech.lite.dm
全双工对话processor
CloudDmFullDuplexProcessor() - Constructor for class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
CloudDmKernel - Class in com.aispeech.lite.dm
dds 协议 https://wiki.aispeech.com.cn/pages/viewpage.action?pageId=1220387
CloudDmKernel(CloudAsrKernelListener) - Constructor for class com.aispeech.lite.dm.CloudDmKernel
 
CloudDmProcessor - Class in com.aispeech.lite.dm
DDS云端识别 processor
CloudDmProcessor() - Constructor for class com.aispeech.lite.dm.CloudDmProcessor
 
CloudVoiceCopyKernel - Class in com.aispeech.lite.voicecopy
云端声音复刻内核
CloudVoiceCopyKernel() - Constructor for class com.aispeech.lite.voicecopy.CloudVoiceCopyKernel
 
CloudVoiceCopyKernel.AIConstant - Class in com.aispeech.lite.voicecopy
 
CloudVprintKernel - Class in com.aispeech.lite.vprint
 
CloudVprintKernel() - Constructor for class com.aispeech.lite.vprint.CloudVprintKernel
 
com.aispeech - package com.aispeech
 
com.aispeech.base - package com.aispeech.base
 
com.aispeech.common - package com.aispeech.common
 
com.aispeech.echo - package com.aispeech.echo
 
com.aispeech.export - package com.aispeech.export
 
com.aispeech.export.bean - package com.aispeech.export.bean
 
com.aispeech.export.config - package com.aispeech.export.config
 
com.aispeech.export.engines2 - package com.aispeech.export.engines2
 
com.aispeech.export.engines2.listeners - package com.aispeech.export.engines2.listeners
 
com.aispeech.export.exception - package com.aispeech.export.exception
 
com.aispeech.export.function - package com.aispeech.export.function
 
com.aispeech.export.intent - package com.aispeech.export.intent
 
com.aispeech.export.interceptor - package com.aispeech.export.interceptor
 
com.aispeech.export.itn - package com.aispeech.export.itn
 
com.aispeech.export.lasr - package com.aispeech.export.lasr
 
com.aispeech.export.listeners - package com.aispeech.export.listeners
 
com.aispeech.export.tool - package com.aispeech.export.tool
 
com.aispeech.export.widget - package com.aispeech.export.widget
 
com.aispeech.export.widget.callback - package com.aispeech.export.widget.callback
 
com.aispeech.export.widget.feedback - package com.aispeech.export.widget.feedback
 
com.aispeech.lite - package com.aispeech.lite
 
com.aispeech.lite.aecagc - package com.aispeech.lite.aecagc
 
com.aispeech.lite.base - package com.aispeech.lite.base
 
com.aispeech.lite.dm - package com.aispeech.lite.dm
 
com.aispeech.lite.dm.cache - package com.aispeech.lite.dm.cache
 
com.aispeech.lite.dm.dispather - package com.aispeech.lite.dm.dispather
 
com.aispeech.lite.dm.update - package com.aispeech.lite.dm.update
 
com.aispeech.lite.dmasp - package com.aispeech.lite.dmasp
 
com.aispeech.lite.echo - package com.aispeech.lite.echo
 
com.aispeech.lite.fasp - package com.aispeech.lite.fasp
 
com.aispeech.lite.function - package com.aispeech.lite.function
 
com.aispeech.lite.hotword - package com.aispeech.lite.hotword
 
com.aispeech.lite.hotword.ssl - package com.aispeech.lite.hotword.ssl
 
com.aispeech.lite.hotword.ssl.n - package com.aispeech.lite.hotword.ssl.n
 
com.aispeech.lite.mds - package com.aispeech.lite.mds
 
com.aispeech.lite.oneshot - package com.aispeech.lite.oneshot
 
com.aispeech.lite.sevc - package com.aispeech.lite.sevc
 
com.aispeech.lite.speech - package com.aispeech.lite.speech
 
com.aispeech.lite.sspe - package com.aispeech.lite.sspe
 
com.aispeech.lite.voicecopy - package com.aispeech.lite.voicecopy
 
com.aispeech.lite.vprint - package com.aispeech.lite.vprint
 
com.aispeech.lite.vprintlite - package com.aispeech.lite.vprintlite
 
com.aispeech.lite.wakeupincrement - package com.aispeech.lite.wakeupincrement
 
com.aispeech.speex - package com.aispeech.speex
 
com.aispeech.util - package com.aispeech.util
 
COMBINATION_POSITION_COPILOT - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
 
COMBINATION_POSITION_COPILOT - Static variable in interface com.aispeech.lite.function.ICarFunction
 
COMBINATION_POSITION_ENTIRE - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
 
COMBINATION_POSITION_ENTIRE - Static variable in interface com.aispeech.lite.function.ICarFunction
 
COMBINATION_POSITION_LEFT_BACKSEAT - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
 
COMBINATION_POSITION_LEFT_BACKSEAT - Static variable in interface com.aispeech.lite.function.ICarFunction
 
COMBINATION_POSITION_MAIN - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
 
COMBINATION_POSITION_MAIN - Static variable in interface com.aispeech.lite.function.ICarFunction
 
COMBINATION_POSITION_RIGHT_BACKSEAT - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
 
COMBINATION_POSITION_RIGHT_BACKSEAT - Static variable in interface com.aispeech.lite.function.ICarFunction
 
Command - Class in com.aispeech.export
command实体类
Command.RunSequence - Class in com.aispeech.export
 
COMMAND_FIRST - Static variable in class com.aispeech.export.Command.RunSequence
先执行动作,后播报nlg
concat(String[], String[]) - Static method in class com.aispeech.common.ArrayUtils
拼接两个数组
concat(float[], float[]) - Static method in class com.aispeech.common.ArrayUtils
 
concat(int[], int[]) - Static method in class com.aispeech.common.ArrayUtils
 
concatAll(T[], T[]...) - Static method in class com.aispeech.common.ArrayUtils
 
CONFIG_KEY_ZOOM_AUDIO_FLAG - Static variable in class com.aispeech.DUILiteConfig
支持指定 asr 或者 vad 外部配置是否缩放声音能量幅值 默认都放大
CONFIG_KEY_ZOOM_AUDIO_RATE - Static variable in class com.aispeech.DUILiteConfig
支持外部配置是否缩放声音能量幅值 取值: [0,5.0]
CONFIG_VAL_ZOOM_AUDIO_FLAG_ASR - Static variable in class com.aispeech.DUILiteConfig
 
CONFIG_VAL_ZOOM_AUDIO_FLAG_VAD - Static variable in class com.aispeech.DUILiteConfig
 
CONFIG_VAL_ZOOM_AUDIO_FLAG_VAD_OUT - Static variable in class com.aispeech.DUILiteConfig
支持指定 vad out音频 外部配置是否缩放声音能量幅值 默认不放大
CONTENT - Static variable in class com.aispeech.export.widget.callback.ListCallbackWidget
列表项数据,必选
CONTENT - Static variable in class com.aispeech.export.widget.callback.MediaCallbackWidget
列表项数据,必选
ContentCallbackWidget - Class in com.aispeech.export.widget.callback
内容控件
ContentCallbackWidget(JSONObject, int, String, String, String) - Constructor for class com.aispeech.export.widget.callback.ContentCallbackWidget
 
ContentFeedbackWidget - Class in com.aispeech.export.widget.feedback
内容控件类,图文并茂展示内容,如wikipedia
ContentFeedbackWidget() - Constructor for class com.aispeech.export.widget.feedback.ContentFeedbackWidget
ContentWidget构造方法
CONTEXT_ID - Static variable in class com.aispeech.lite.dm.Protocol
 
Convert - Class in com.aispeech.export.itn
create by wanzhicheng on 20210416
copyAssetsFile(Context, String, String, boolean) - Static method in class com.aispeech.export.tool.FileCopyHelper
assets 里的文件复制到sd卡目录下,如果目标文件夹下有同名文件,可选择是否强制覆盖
copyAssetsFile(Context, String, String, String) - Static method in class com.aispeech.export.tool.FileCopyHelper
从assets目录中拷贝资源文件到SD下, 若有md5则会检查目标文件的md5,不相同则会删除目标文件,再复制。
copyAssetsFile(Context, String, String, String, boolean) - Static method in class com.aispeech.export.tool.FileCopyHelper
从assets目录中拷贝资源文件到SD下, 若有md5则会检查目标文件的md5,不相同则会删除目标文件,再复制。 如果是zip文件也可选择是否解压,解压只在复制文件成功后才会操作。如果目标文件已经存在,无需复制,也不会进行解压操作。
copyAssetsRes(AIEngineConfig) - Method in class com.aispeech.lite.oneshot.OneshotKernel
拷贝assets目录下的制定资源
copySDFile(String, String, String) - Static method in class com.aispeech.export.tool.FileCopyHelper
 
copySDFile(String, String, String, boolean) - Static method in class com.aispeech.export.tool.FileCopyHelper
 
copySDFile(String, String, boolean) - Static method in class com.aispeech.export.tool.FileCopyHelper
 
Counter - Class in com.aispeech.lite.hotword.ssl
计数器类
Counter(int) - Constructor for class com.aispeech.lite.hotword.ssl.Counter
 
create() - Method in class com.aispeech.DUILiteConfig.Builder
 
create() - Method in class com.aispeech.export.config.AICloudVoiceCopyConfig.Builder
 
create() - Method in class com.aispeech.export.config.AIDmaspConfig.Builder
 
create() - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
create() - Method in class com.aispeech.export.config.AIOneshotConfig.Builder
 
create() - Method in class com.aispeech.export.config.AntiSpoofConfig.Builder
 
create() - Method in class com.aispeech.export.config.AuthConfig.Builder
 
create() - Method in class com.aispeech.export.config.EchoConfig.Builder
Deprecated.
 
create() - Method in class com.aispeech.export.config.RecorderConfig.Builder
 
create() - Method in class com.aispeech.export.config.UploadConfig.Builder
 
create() - Method in class com.aispeech.export.config.VprintConfig.Builder
Deprecated.
 
create() - Method in class com.aispeech.export.intent.AntiSpoofIntent.Builder
 
create() - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
 
create() - Method in class com.aispeech.lite.vprint.VprintConfig.Builder
 
create() - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
 
create() - Method in class com.aispeech.lite.vprintlite.VprintLiteConfig.Builder
 
create() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
 
createCallbackHandler() - Method in class com.aispeech.base.BaseInnerEngine
创建主线程消息队列
createFileWriter() - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
createInstance() - Static method in class com.aispeech.export.engines2.AICloudASREngine
创建实例
createInstance() - Static method in class com.aispeech.export.engines2.AICloudASRSentenceEngine
 
createInstance() - Static method in class com.aispeech.export.engines2.AICloudDMEngine
创建引擎实例,支持多实例
createInstance() - Static method in class com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
createInstance() - Static method in class com.aispeech.export.engines2.AICloudSemanticEngine
Deprecated.
创建实例
createInstance() - Static method in class com.aispeech.export.engines2.AICloudTTSEngine
获取云端合成引擎实例
createInstance() - Static method in class com.aispeech.export.engines2.AICloudVprintEngine
 
createInstance() - Static method in class com.aispeech.export.engines2.AILocalAntiSpoofingEngine
 
createInstance() - Static method in class com.aispeech.export.engines2.AILocalASREngine
 
createInstance() - Static method in class com.aispeech.export.engines2.AILocalAsrppEngine
 
createInstance() - Static method in class com.aispeech.export.engines2.AILocalFaspEngine
 
createInstance() - Static method in class com.aispeech.export.engines2.AILocalGrammarEngine
创建实例
createInstance() - Static method in class com.aispeech.export.engines2.AILocalHotWordsEngine
创建实例引擎
createInstance() - Static method in class com.aispeech.export.engines2.AILocalLASREngine
 
createInstance() - Static method in class com.aispeech.export.engines2.AILocalMdsEngine
 
createInstance() - Static method in class com.aispeech.export.engines2.AILocalNREngine
创建实例
createInstance() - Static method in class com.aispeech.export.engines2.AILocalSemanticEngine
 
createInstance() - Static method in class com.aispeech.export.engines2.AILocalSevcEngine
 
createInstance() - Static method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
创建前端信号处理引擎对象
createInstance() - Static method in class com.aispeech.export.engines2.AILocalTTSEngine
 
createInstance() - Static method in class com.aispeech.export.engines2.AILocalVadEngine
创建实例
createInstance() - Static method in class com.aispeech.export.engines2.AILocalVprintLiteEngine
多实例对象
createInstance() - Static method in class com.aispeech.export.engines2.AILocalWakeupIncrementEngine
创建实例引擎
createInstance() - Static method in class com.aispeech.export.engines2.AIWakeupEngine
唤醒引擎
createInstance() - Static method in class com.aispeech.export.Slots
 
createTableIfNotExists() - Method in class com.aispeech.export.lasr.LasrDatabaseManager
 
createTableIfNotExists() - Method in class com.aispeech.lite.vprint.VprintDatabaseManager
 
createTaskWithAudioId(String, AICloudLASRConfig.TaskParam) - Method in class com.aispeech.export.engines2.AICloudLASREngine
创建识别任务,使用上传文件后得到的 audioId,只有文件上传完毕 audioId 才能使用
createTaskWithHttpFile(String, AICloudLASRConfig.TaskParam) - Method in class com.aispeech.export.engines2.AICloudLASREngine
创建识别任务,使用http格式的音频文件
CREATOR - Static variable in exception com.aispeech.AIError
 
CREATOR - Static variable in class com.aispeech.AIResult
 
CURRENT_PAGE - Static variable in class com.aispeech.export.widget.callback.ListCallbackWidget
当前处于的页面数,必选
CURRENT_PAGE - Static variable in class com.aispeech.export.widget.callback.MediaCallbackWidget
当前处于的页面数,必选
currentWakeupWord - Variable in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
CustomCallbackWidget - Class in com.aispeech.export.widget.callback
自定义控件
CustomCallbackWidget(JSONObject, int, String, String, String) - Constructor for class com.aispeech.export.widget.callback.CustomCallbackWidget
 
customIntercept(String, String, JSONObject, String) - Method in class com.aispeech.export.interceptor.AsrInterceptor
自定义拦截处理逻辑
customIntercept(String, String, JSONObject, String) - Method in class com.aispeech.export.interceptor.NluInterceptor
自定义拦截处理逻辑
customIntercept(String, String, JSONObject, String) - Method in class com.aispeech.export.interceptor.TTSInterceptor
自定义拦截处理逻辑
customIntercept(String, String, JSONObject, String) - Method in class com.aispeech.export.interceptor.VadInterceptor
自定义拦截处理逻辑
customIntercept(String, String, JSONObject, String) - Method in class com.aispeech.export.interceptor.WakeupInterceptor
自定义拦截处理逻辑
customize(String, String) - Method in class com.aispeech.lite.voicecopy.CloudVoiceCopyKernel
更新任务相关的自定义信息

D

dataType - Variable in class com.aispeech.AIResult
 
dcheck - Variable in class com.aispeech.export.config.AIDmaspConfig.WakeupWord
设置唤醒是否开启校验,"1"表示开启校验,"0"表示不开启校验,如 [1,0,0]
dcheck - Variable in class com.aispeech.export.config.AIFespCarConfig.WakeupWord
设置唤醒是否开启校验,"1"表示开启校验,"0"表示不开启校验,如 [1,0,0]
DDS - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Layer
 
DDS_DMS - Static variable in class com.aispeech.lite.Engines
 
DDSJSONResultParser - Class in com.aispeech.common
dds 识别服务解析结果
DDSJSONResultParser() - Constructor for class com.aispeech.common.DDSJSONResultParser
 
DDSJSONResultParser.DDSResultParseBean - Class in com.aispeech.common
 
DDSResultParseBean() - Constructor for class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
deal(JSONObject, String) - Method in class com.aispeech.lite.dm.dispather.Dispatcher
解析云端DM返回结果
decode(String) - Method in class com.aispeech.export.itn.Convert
 
DEFAULT_VALID_TIME_THRESH - Static variable in class com.aispeech.lite.dmasp.DmaspProcessor
 
delete(int) - Method in class com.aispeech.export.lasr.LasrDatabaseManager
 
delete(String) - Method in class com.aispeech.lite.voicecopy.CloudVoiceCopyKernel
删除音色
delete(String) - Method in class com.aispeech.lite.vprint.VprintDatabaseManager
 
deleteAll() - Method in class com.aispeech.export.lasr.LasrDatabaseManager
 
deleteAll() - Method in class com.aispeech.lite.vprint.VprintDatabaseManager
 
deleteLocalResFile() - Method in class com.aispeech.export.engines2.AILocalTTSEngine
 
describeContents() - Method in exception com.aispeech.AIError
 
describeContents() - Method in class com.aispeech.AIResult
 
destroy() - Method in class com.aispeech.common.DDSJSONResultParser
 
destroy() - Method in class com.aispeech.export.engines2.AICloudASREngine
销毁云端识别引擎
destroy() - Method in class com.aispeech.export.engines2.AICloudASRSentenceEngine
释放资源
destroy() - Method in class com.aispeech.export.engines2.AICloudDMEngine
销毁云端识别引擎
destroy() - Method in class com.aispeech.export.engines2.AICloudLASREngine
destroy() - Method in class com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
destroy() - Method in class com.aispeech.export.engines2.AICloudSemanticEngine
Deprecated.
销毁云端识别引擎
destroy() - Method in class com.aispeech.export.engines2.AICloudTTSEngine
 
destroy() - Method in class com.aispeech.export.engines2.AICloudVprintEngine.AudioTool
 
destroy() - Method in class com.aispeech.export.engines2.AICloudVprintEngine
销毁,释放资源
destroy() - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
销毁唤醒内核
destroy() - Method in class com.aispeech.export.engines2.AIFespCarEngine
销毁信号处理模块和唤醒引擎 该方法会停止录音机和销毁录音机
destroy() - Method in class com.aispeech.export.engines2.AILocalAntiSpoofingEngine
销毁引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalASREngine
销毁本地识别引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalAsrppEngine
销毁本地识别引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalEchoEngine
 
destroy() - Method in class com.aispeech.export.engines2.AILocalFaspEngine
销毁引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalGrammarEngine
销毁本地语法编译引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalHotWordsEngine
销毁引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalLASREngine
销毁引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalMdsEngine
销毁引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalNREngine
销毁引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
销毁本地识别引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalSevcEngine
销毁引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
销毁信号处理模块和唤醒引擎 该方法会停止录音机和销毁录音机
destroy() - Method in class com.aispeech.export.engines2.AILocalTTSEngine
销毁合成引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalVadEngine
销毁本地vad引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalVprintEngine
销毁声纹引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalVprintLiteEngine
销毁声纹引擎
destroy() - Method in class com.aispeech.export.engines2.AILocalWakeupIncrementEngine
销毁引擎
destroy() - Method in class com.aispeech.export.engines2.AIWakeupEngine
销毁唤醒内核和录音机
destroy() - Method in interface com.aispeech.export.function.IAILocalVprintLite
 
destroy() - Method in interface com.aispeech.export.function.IEngine
 
destroy() - Method in class com.aispeech.lite.base.BaseEngine
 
destroy() - Method in class com.aispeech.lite.voicecopy.CloudVoiceCopyKernel
释放复刻资源
destroy() - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
destroySync() - Method in class com.aispeech.export.engines2.AILocalVadEngine
销毁本地引擎 -- 同步方法
DiskLogAdapter - Class in com.aispeech.common
Description: 保存重要的日志信息,如授权失败等 线程与IO线程共用 Author: junlong.huang CreateTime: 2023/2/8
DISPATCH_SKILL_LIST - Static variable in class com.aispeech.export.Setting
全双工锁定技能调度列表
Dispatcher - Class in com.aispeech.lite.dm.dispather
 
Dispatcher(DispatcherListener, boolean, boolean) - Constructor for class com.aispeech.lite.dm.dispather.Dispatcher
 
Dispatcher(DispatcherListener, boolean) - Constructor for class com.aispeech.lite.dm.dispather.Dispatcher
 
Dispatcher(DispatcherListener) - Constructor for class com.aispeech.lite.dm.dispather.Dispatcher
 
DispatcherListener - Interface in com.aispeech.lite.dm.dispather
 
DM - Static variable in class com.aispeech.lite.dm.Protocol
dds 服务返回字段
DM_API - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_ASR_DISCARD - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_COMMAND - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_COMMAND_API_DISCARD - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_COMMAND_PARAM - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_COMMAND_PARAMS_TYPE - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_DATA_FROM - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_DATA_FROM_NATIVE - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_END_SKILL_DM - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_INPUT - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_INTENT_ID - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_INTENT_NAME - Static variable in class com.aispeech.lite.dm.Protocol
dm 结构内字串
DM_NLG - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_NLU_DISCARD - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_OUTPUT - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
DM_OUTPUT - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_PARAM - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_PARAM_CONTACT_EXT - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_PARAM_CONTACT_EXT_PY - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_PARAM_CONTACT_NAME - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_PARAM_CONTACT_PY - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_PINYIN - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_RUN_SEQUENCE - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_SHOULD_END_SESSION - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_STATUS - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_TASK - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_TASK_ID - Static variable in class com.aispeech.lite.dm.Protocol
 
DM_WIDGET - Static variable in class com.aispeech.lite.dm.Protocol
 
DMASP - Static variable in class com.aispeech.lite.Engines
 
DMASP_CAR_DOA_COPILOT - Static variable in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
副驾驶方位 doa
DMASP_CAR_DOA_LEFT_BACKSEAT - Static variable in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
左后 doa
DMASP_CAR_DOA_MAIN - Static variable in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
主驾驶方位 doa
DMASP_CAR_DOA_RIGHT_BACKSEAT - Static variable in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
右后 doa
DMASP_CAR_DRIVE_MODE_COPILOT - Static variable in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
副驾驶模式,指向副驾驶方位
DMASP_CAR_DRIVE_MODE_ENTIRE - Static variable in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
全车模式,无指向
DMASP_CAR_DRIVE_MODE_FREE_COMBINTION - Static variable in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
自由自核模式,无指向
DMASP_CAR_DRIVE_MODE_MAIN - Static variable in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
主驾模式,指向主驾驶方位
DMASP_CAR_DRIVE_MODE_POSITIONING - Static variable in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
定位模式,指向唤醒方位
DmaspKernel - Class in com.aispeech.lite.dmasp
Created by wuwei on 18-6-19.
DmaspKernel(LocalDmaspConfig, DmaspKernelListener) - Constructor for class com.aispeech.lite.dmasp.DmaspKernel
 
DmaspKernelListener - Interface in com.aispeech.lite.dmasp
Created by wuwei on 18-6-19.
DmaspProcessor - Class in com.aispeech.lite.dmasp
Created by wuwei on 2018/3/29.
DmaspProcessor() - Constructor for class com.aispeech.lite.dmasp.DmaspProcessor
 
DmInfo - Class in com.aispeech.export
dm 暴露给外部信息
DmInfo() - Constructor for class com.aispeech.export.DmInfo
 
DOA - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
doa2DriveMode(int) - Method in class com.aispeech.lite.dmasp.DmaspKernel
依照唤醒角度自动设置主副驾模式
DoaInterceptor - Class in com.aispeech.export.interceptor
唤醒消息拦截器
DoaInterceptor() - Constructor for class com.aispeech.export.interceptor.DoaInterceptor
 
doCallbackResultData(byte[], byte[]) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
doCallbackResultData(byte[], int, int) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
doInterceptor(String, JSONObject) - Method in class com.aispeech.export.interceptor.SpeechInterceptor
 
DRIVE_MODE_ALL - Static variable in class com.aispeech.common.AIConstant
驾驶模式:全模式
DRIVE_MODE_DEPUTY - Static variable in class com.aispeech.common.AIConstant
驾驶模式:副驾模式
DRIVE_MODE_LOCATE - Static variable in class com.aispeech.common.AIConstant
驾驶模式:定位模式,按照声源定位
DRIVE_MODE_MAIN - Static variable in class com.aispeech.common.AIConstant
驾驶模式:主驾模式
DRIVEMODE_COPILOT - Static variable in interface com.aispeech.lite.function.ICarFunction
副驾模式
DRIVEMODE_ENTIRE - Static variable in interface com.aispeech.lite.function.ICarFunction
全车模式
DRIVEMODE_FREE_COMBINTION - Static variable in interface com.aispeech.lite.function.ICarFunction
自由组合 0001:主驾 0010:副驾 0100:左后 1000:右后 1111:主+副+左后+右后
DRIVEMODE_MAIN - Static variable in interface com.aispeech.lite.function.ICarFunction
主驾模式
DRIVEMODE_POSITIONING - Static variable in interface com.aispeech.lite.function.ICarFunction
定位模式
dropTableIfExists() - Method in class com.aispeech.export.lasr.LasrDatabaseManager
 
dropTableIfExists() - Method in class com.aispeech.lite.vprint.VprintDatabaseManager
 
DUILITE_MSG_TYPE_KWS_BINARY - Static variable in class com.aispeech.common.AIConstant
结果类型KWS_BINARY,文本相关
DUILITE_MSG_TYPE_TLV - Static variable in class com.aispeech.common.AIConstant
声纹的数据类型,结构体,包含音频和其它信息
DUILiteConfig - Class in com.aispeech
sdk 配置类,包括设置产品的相关信息 apiKey, productId, productKey, productSecret,以及其它的全局配置
DUILiteConfig(String, String, String, String) - Constructor for class com.aispeech.DUILiteConfig
 
DUILiteConfig(String, String, String, String, String, boolean) - Constructor for class com.aispeech.DUILiteConfig
 
DUILiteConfig.Builder - Class in com.aispeech
 
DUILiteConfig.ExternalAudioRecordProvider - Interface in com.aispeech
外部传入录音机的provider
DUILiteSDK - Class in com.aispeech
DUILiteSDK 是整个sdk的入口,包括以下功能: 初始化配置信息 提供获取 sdk 信息的方法 auth 认证,只有认证成功后才能使用各个模块的功能
DUILiteSDK() - Constructor for class com.aispeech.DUILiteSDK
 
DUILiteSDK.AuthTask - Class in com.aispeech
 
DUILiteSDK.InitListener - Interface in com.aispeech
 
DUILiteSDK.UploadDeviceInfoTask - Class in com.aispeech
 
DynamicDecodeUtil - Class in com.aispeech.common
 
DynamicDecodeUtil() - Constructor for class com.aispeech.common.DynamicDecodeUtil
 
dynamicParams - Variable in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
DynamicParamUtils - Class in com.aispeech.common
 
DynamicParamUtils() - Constructor for class com.aispeech.common.DynamicParamUtils
 

E

ECHO - Static variable in class com.aispeech.lite.Engines
 
EchoConfig - Class in com.aispeech.export.config
Deprecated.
废弃,使用AIEchoConfig
EchoConfig.Builder - Class in com.aispeech.export.config
Deprecated.
 
EchoKernel - Class in com.aispeech.echo
Created by wuwei on 18-6-19.
EchoKernel(EchoKernelListener) - Constructor for class com.aispeech.echo.EchoKernel
 
EchoKernel(AIProfile, EchoKernelListener) - Constructor for class com.aispeech.echo.EchoKernel
 
EchoKernelListener - Class in com.aispeech.echo
Created by wuwei on 18-6-19.
EchoKernelListener() - Constructor for class com.aispeech.echo.EchoKernelListener
 
enableDulWakeup(String[], String[]) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置双唤醒,双唤醒即基于当前唤醒模型,对不同的唤醒词做更好的响应。普通的唤醒词对某些唤醒词响应较好,如对 "你好小驰"响应比较好,则对"小吃小吃"识别不是那么完美,双唤醒主要用于更好的兼容不同的唤醒词 设置的数量必须和唤醒词保持数量一致AIWakeupIntent.setWakeupWord(String[], float[])
enableDulWakeup(String[], String[]) - Method in class com.aispeech.export.intent.AIWakeupIntent
设置双唤醒,双唤醒即基于当前唤醒模型,对不同的唤醒词做更好的响应。普通的唤醒词对某些唤醒词响应较好,如对 "你好小驰"响应比较好,则对"小吃小吃"识别不是那么完美,双唤醒主要用于更好的兼容不同的唤醒词 设置的数量必须和唤醒词保持数量一致AIWakeupIntent.setWakeupWord(String[], float[])
enableDulWakeupWithE2E(String[], String[], float[], float[]) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
E2E提供两个计算网络,使用双计算网络综合计算,综合最后的结果对特定的唤醒词达到提高唤醒率与降低误唤醒率的 作用。 Note:E2E仅支持资源内内置的唤醒词 设置的数量必须和唤醒词数量保持一致AIWakeupIntent.setWakeupWord(String[], float[]) 同时,E2E要求同时设置普通唤醒词和E2E的唤醒词,E2E唤醒词用下划线做拼音之间的连接,如"ni_hao_xiao_chi", 即如果唤醒词为 “你好小驰”,则需要同时配置普通网络模型的唤醒词"ni hao xiao chi",并将其网络模型设置为主网络 即,"0";同时,设置E2E网络模型唤醒词"ni_hao_xiao_chi",网络模型设置为"1",这样才完成了一个基本的E2E 双唤醒设置,可参考如下示例 setWakeupWord(new String[]{"ni hao xiao chi", "ni_hao_xiao_chi"}, new float[]{0.5f, 0.6f}); enableDulWakeupWithE2E(new String[] {"0","1"}, new String[] {"1", "1"}, new float[] {0.9f, 0.8f}, new float[] {0.1f, 0.2f});
enableDulWakeupWithE2E(String[], String[], float[], float[]) - Method in class com.aispeech.export.intent.AIWakeupIntent
E2E提供两个计算网络,使用双计算网络综合计算,综合最后的结果对特定的唤醒词达到提高唤醒率与降低误唤醒率的 作用。 Note:E2E仅支持资源内内置的唤醒词 设置的数量必须和唤醒词数量保持一致AIWakeupIntent.setWakeupWord(String[], float[]) 同时,E2E要求同时设置普通唤醒词和E2E的唤醒词,E2E唤醒词用下划线做拼音之间的连接,如"ni_hao_xiao_chi", 即如果唤醒词为 “你好小驰”,则需要同时配置普通网络模型的唤醒词"ni hao xiao chi",并将其网络模型设置为主网络 即,"0";同时,设置E2E网络模型唤醒词"ni_hao_xiao_chi",网络模型设置为"1",这样才完成了一个基本的E2E 双唤醒设置,可参考如下示例 setWakeupWord(new String[]{"ni hao xiao chi", "ni_hao_xiao_chi"}, new float[]{0.5f, 0.6f}); enableDulWakeupWithE2E(new String[] {"0","1"}, new String[] {"1", "1"}, new float[] {0.9f, 0.8f}, new float[] {0.1f, 0.2f});
enableInterimResult(boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置是否开启识别中间结果
enableNluFormatV2 - Variable in class com.aispeech.export.config.AILocalSemanticConfig.Builder
nlu格式兼容,后续版本将改为默认 true 开启,返回、ngram、select等字段: {"grammar":{},"ngram":{},"select",{},"nlu":{}} 关闭,返回nlu字段: {"nlu":{}}
enableNluFormatV2 - Variable in class com.aispeech.export.config.AILocalSemanticConfig
nlu格式兼容: 开启,返回、ngram、select等字段: {"grammar":{},"ngram":{},"select",{}} 关闭,返回nlu字段: {"nlu":{}}
encode(String) - Method in class com.aispeech.export.itn.Convert
将小写英文转换成大写英文 将阿拉伯数字转换成中文数字 将特殊符号过滤掉
encode(String, boolean) - Method in class com.aispeech.export.itn.Convert
将小写英文转换成大写英文 将阿拉伯数字转换成中文数字 将特殊符号过滤掉
encodeNumber(String) - Method in class com.aispeech.export.itn.Convert
将阿拉伯数字转换成中文数字
encodeOnlyNumber(String, boolean) - Method in class com.aispeech.export.itn.Convert
将小写英文转换成大写英文 将阿拉伯数字转换成中文数字 将特殊符号过滤掉
encodeVocab(String, List<String>, boolean) - Method in class com.aispeech.export.itn.Convert
加工多个词库
encodeVocab(String) - Method in class com.aispeech.export.itn.Convert
加工单个词
encodeVocabs(Vocab[]) - Method in class com.aispeech.export.itn.Convert
加工多个词库
encryptCustomDeviceName() - Method in class com.aispeech.export.config.AuthConfig
 
end() - Method in class com.aispeech.lite.hotword.ssl.Counter
窗口期结束,不允许再计数
engine - Variable in class com.aispeech.lite.sspe.BaseSspeKernel
 
EngineListener - Interface in com.aispeech.lite.speech
引擎对外回调集类
Engines - Class in com.aispeech.lite
Description: 引擎标识类,按位标识,使用int方便配置多模块,& 和 | 操作简单 Author: junlong.huang CreateTime: 2022/8/22
Engines() - Constructor for class com.aispeech.lite.Engines
 
Env() - Constructor for class com.aispeech.export.intent.AICloudVprintIntent.Env
 
EOF - Static variable in class com.aispeech.lite.dm.Protocol
 
equals(Object) - Method in class com.aispeech.lite.AISampleRate
 
ERR_403_FORBIDDEN - Static variable in exception com.aispeech.AIError
云端流量管控
ERR_AI_ENGINE - Static variable in exception com.aispeech.AIError
无法启动引擎
ERR_ASR_PLUS_SERVER_ERR - Static variable in exception com.aispeech.AIError
asr plus 服务器返回的错误码,当不是 0 2 7 8 9 99时,统一认为是错误,走 onError,具体错误原因由用户再解析服务器的信息
ERR_ASR_SENTENCE_AUDIO_PARAM_ERR - Static variable in exception com.aispeech.AIError
 
ERR_ASR_SENTENCE_FILE_NOT_EXIST_OR_FILELENGTH_0 - Static variable in exception com.aispeech.AIError
 
ERR_ASR_SENTENCE_FILE_OVER_SIZE - Static variable in exception com.aispeech.AIError
 
ERR_ASR_SENTENCE_JSON_ERR - Static variable in exception com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_ASR_ERROR - Static variable in exception com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_AUTH_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_FLOW_CONTROL - Static variable in exception com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_INNER_ERR - Static variable in exception com.aispeech.AIError
一句话识别
ERR_ASR_SENTENCE_SERVER_METHOD_ERR - Static variable in exception com.aispeech.AIError
长语音实时识别
ERR_ASR_SENTENCE_SERVER_PARAM_LOST - Static variable in exception com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_SAVE_AUDIO - Static variable in exception com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_UNKONW_PATH - Static variable in exception com.aispeech.AIError
 
ERR_ASR_SENTENCE_SERVER_USE_UP - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_ASR_ERR - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_ASR_EXCEPTION - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_ASR_NOT_MATCH - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_CACHE_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_CANT_ENHANCE - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_CONTEXT_NOT_MATCHED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_DELETE_PARAMS_ERR - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_DELETE_USER_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_GET_MODLE_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_HTTP_PARAMS_ERR - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_HTTP_VIDEO_ERR - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_JSON_ERR - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_MODE_NOT_SUPPORT - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_MODEL_LOADED_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_MODEL_SERVER_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_MONGO_SAVE_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_MUL_START - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_CONTEXT_FROM_KERNEL - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_DELETEDUSER - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_FILE - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_KERNEL_LINKED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_SESSION - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_TASKS - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_NO_USERS - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_OVER_PLS_COUNT - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_PATH_NOT_SUPPORT - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_PLAY_RECORDED_VIDEO - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_PLS_AUTH_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_PRE_REGISTER_ERR - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_QUEST_ERROR - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_QUEST_NOT_SUPPORT - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_REQUEST_TYPE_NOT_SUPPORT - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_RESULT_NOT_MATCHED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_SPEAKER_BACK_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_TASKS_OUT_OF_TIME - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_VERIFY_PARAMS_ERR - Static variable in exception com.aispeech.AIError
 
ERR_CODE_CLOUD_VPRINT_VIDEO_LEAK - Static variable in exception com.aispeech.AIError
云端声纹错误码
ERR_CODE_CLOUD_VPRINT_VIDEO_PARAMS - Static variable in exception com.aispeech.AIError
 
ERR_CODE_VPRINT_LITE_CACHE_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_VPRINT_LITE_CANT_ENHANCE - Static variable in exception com.aispeech.AIError
 
ERR_CODE_VPRINT_LITE_CONTEXT_NOT_MATCHED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_VPRINT_LITE_MODEL_LOADED_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_VPRINT_LITE_MODEL_SERVER_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_CODE_VPRINT_LITE_NO_REGISTER_SPEAKER - Static variable in exception com.aispeech.AIError
 
ERR_CODE_VPRINT_LITE_VIDEO_LEAK - Static variable in exception com.aispeech.AIError
vprintlite 错误码
ERR_CONNECT_TIMEOUT - Static variable in exception com.aispeech.AIError
网络li连接超时
ERR_DEFAULT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_403_FORBIDDEN - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_AI_ENGINE - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_ASR_SENTENCE_ASR_ERROR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CALL_SEQUENCE - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_ASR_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_ASR_EXCEPTION - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_ASR_NOT_MATCH - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_CACHE_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_CANT_ENHANCE - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_CONTEXT_NOT_MATCHED - Static variable in exception com.aispeech.AIError
云端声纹错误码
ERR_DESCRIPTION_CLOUD_VPRINT_DELETE_PARAMS_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_DELETE_USER_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_GET_MODLE_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_HTTP_PARAMS_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_HTTP_VIDEO_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_JSON_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_MODE_NOT_SUPPORT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_MODEL_LOADED_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_MODEL_SERVER_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_MONGO_SAVE_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_MUL_START - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_CONTEXT_FROM_KERNEL - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_DELETEDUSER - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_FILE - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_KERNEL_LINKED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_SESSION - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_TASKS - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_NO_USERS - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_OVER_PLS_COUNT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_PATH_NOT_SUPPORT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_PLAY_RECORDED_VIDEO - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_PLS_AUTH_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_PRE_REGISTER_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_QUEST_ERROR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_QUEST_NOT_SUPPORT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_REQUEST_TYPE_NOT_SUPPORT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_RESULT_NOT_MATCHED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_SPEAKER_BACK_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_TASKS_OUT_OF_TIME - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_VERIFY_PARAMS_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CLOUD_VPRINT_VIDEO_LEAK - Static variable in exception com.aispeech.AIError
云端声纹错误描述
ERR_DESCRIPTION_CLOUD_VPRINT_VIDEO_PARAMS - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_CONNECT_TIMEOUT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_DEFAULT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_DEVICE - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_DEVICE_ID_CONFLICT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_DNS - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_FDM_NOT_INIT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_GRAMMAR_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_INVALID_DM_RESULT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_NETWORK - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_QUEUE_FULL - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_SDK_NOT_INIT - Static variable in exception com.aispeech.AIError
通用错误描述
ERR_DESCRIPTION_ERR_SERVICE_PARAMETERS - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_ERR_TTS_CACHE - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_INVALID_DM_RECORDER_ID - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_INVALID_NET_BIN - Static variable in exception com.aispeech.AIError
语义错误描述
ERR_DESCRIPTION_INVALID_RECORDER_TYPE - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_KEYWORD_UNMATCH - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_403_FORBIDDEN - Static variable in exception com.aispeech.AIError
长语音离线文件识别
ERR_DESCRIPTION_LASR_AUDIO_PARAM_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_FILE_DIFFERENT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_FILE_NOT_EXIST_OR_FILELENGTH_0 - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_FILE_OVER_SIZE - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_JSON_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_ONLY_ONE_TASK - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_AUDIO_CUT_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_AUDIO_DOWNLOAD_FIAL - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_AUDIO_SAVE_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_AUTH_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_CREATE_TASK_FAIL - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_FILE_NO_EXIST - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_FLOW_CONTROL - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_INNER_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_METHOD_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_PARAM_LOST - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_POSTPROCESSING_FAIL - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_POSTPROCESSING_TIMEOUT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_QUERY_TASK_INFO - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_SAVE_AUDIO - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_SIGNA_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_UNKONW_PATH - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_UPDATE_INFO_FAILE - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_URL_PARAM_ERR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_LASR_SERVER_USE_UP - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_MAX_SPEECH - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_NATIVE_API_TIMEOUT - Static variable in exception com.aispeech.AIError
云端对话错误描述
ERR_DESCRIPTION_NO_REGISTERED_WORD - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_NO_SPEAKER - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_NO_SPEECH - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_NULL_SEMANTIC - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_NULL_SEMANTIC_INPUT - Static variable in exception com.aispeech.AIError
语义错误描述
ERR_DESCRIPTION_PARM_ERROR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_RECORDING - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_REGISTER_MODEL_EXPIRED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_REGISTER_SPK_FULL - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_REGISTER_UPDATE_MODEL_FINISHED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_RES_PREPARE_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_SEMANTIC_UPDAYE_NAVI - Static variable in exception com.aispeech.AIError
内置语义更新失败
ERR_DESCRIPTION_SERVER_CLOSE_WEBSOCKET_1000 - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_SIGNAL_PROCESSING_NOT_STARTED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_SNR_LOW - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_SO_INVALID - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_SPEECH_CLIPPING - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_SPEECH_SPEED_FAST - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_SPEECH_SPEED_SLOW - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_SPK_REGISTER_SPEECH_LACK - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_SPK_REGISTERED_WORD - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_TIMEOUT_ASR - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_TTS_AUDIO_TRACK - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_TTS_INVALID_REFTEXT - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_TTS_MEDIAPLAYER - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_TTS_NO_SUPPORT_PHONEME - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_TTS_PARAMETERS - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_TTS_PRODUCT_ID - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_TTS_VOICE_SERVER - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_UNSUPPORT_GENDER - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_UNSUPPORT_WORD - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_VOICE_LOW - Static variable in exception com.aispeech.AIError
声纹错误描述
ERR_DESCRIPTION_VPRINT_LITE_CACHE_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_VPRINT_LITE_CANT_ENHANCE - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_VPRINT_LITE_CONTEXT_NOT_MATCHED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_VPRINT_LITE_MODEL_LOADED_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_VPRINT_LITE_MODEL_SERVER_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_VPRINT_LITE_NO_REGISTER_SPEAKER - Static variable in exception com.aispeech.AIError
 
ERR_DESCRIPTION_VPRINT_LITE_VIDEO_LEAK - Static variable in exception com.aispeech.AIError
vprintlite 错误码描述
ERR_DESCRIPTION_WAKEUP_NOT_SUPPORT_IN_RES - Static variable in exception com.aispeech.AIError
 
ERR_DEVICE - Static variable in exception com.aispeech.AIError
无法获取录音设备
ERR_DEVICE_ID_CONFLICT_ASR - Static variable in exception com.aispeech.AIError
CloudTTS 和 CloudASR 等所有云端功能都有可能返回401,原因是deviceId 冲突导致认证失败,需设置唯一的 deviceId
ERR_DEVICE_ID_CONFLICT_TTS - Static variable in exception com.aispeech.AIError
 
ERR_DNS - Static variable in exception com.aispeech.AIError
DNS解析失败
ERR_FDM_NO_INIT - Static variable in exception com.aispeech.AIError
FDM kernel没有初始化
ERR_GRAMMAR_FAILED - Static variable in exception com.aispeech.AIError
本地语法文件编译失败
ERR_INTERFACE_CALL_SEQUENCE - Static variable in exception com.aispeech.AIError
接口调用顺序错误
ERR_INTERFACE_PARAM_ERROR - Static variable in exception com.aispeech.AIError
接口参数错误
ERR_INVALID_DM_RECORDER_ID - Static variable in exception com.aispeech.AIError
对话服务返回recorder id 结果不一致
ERR_INVALID_DM_RESULT - Static variable in exception com.aispeech.AIError
对话服务返回的结果无效
ERR_INVALID_RECORDER_TYPE - Static variable in exception com.aispeech.AIError
 
ERR_KEYWORD_UNMATCH - Static variable in exception com.aispeech.AIError
 
ERR_LASR_403_FORBIDDEN - Static variable in exception com.aispeech.AIError
长语音实时识别
ERR_LASR_AUDIO_PARAM_ERR - Static variable in exception com.aispeech.AIError
 
ERR_LASR_CALL_CANCEL - Static variable in exception com.aispeech.AIError
 
ERR_LASR_FILE_DIFFERENT - Static variable in exception com.aispeech.AIError
 
ERR_LASR_FILE_NOT_EXIST_OR_FILELENGTH_0 - Static variable in exception com.aispeech.AIError
 
ERR_LASR_FILE_OVER_SIZE - Static variable in exception com.aispeech.AIError
 
ERR_LASR_JSON_ERR - Static variable in exception com.aispeech.AIError
 
ERR_LASR_ONLY_ONE_TASK - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_AUDIO_CUT_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_AUDIO_DOWNLOAD_FIAL - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_AUDIO_SAVE_ERR - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_AUTH_FAILED - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_CREATE_TASK_FAIL - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_FILE_NO_EXIST - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_FLOW_CONTROL - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_INNER_ERR - Static variable in exception com.aispeech.AIError
长语音离线文件识别
ERR_LASR_SERVER_METHOD_ERR - Static variable in exception com.aispeech.AIError
声纹错误描述
ERR_LASR_SERVER_PARAM_LOST - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_POSTPROCESSING_FAIL - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_POSTPROCESSING_TIMEOUT - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_QUERY_TASK_INFO - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_SAVE_AUDIO - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_SIGNA_ERR - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_UNKONW_PATH - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_UPDATE_INFO_FAILE - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_URL_PARAM_ERR - Static variable in exception com.aispeech.AIError
 
ERR_LASR_SERVER_USE_UP - Static variable in exception com.aispeech.AIError
 
ERR_MAX_SPEECH - Static variable in exception com.aispeech.AIError
音频时长超出阈值,对应着引擎的setMaxSpeechTimeS方法
ERR_NATIVE_API_TIMEOUT - Static variable in exception com.aispeech.AIError
native api 响应结果超时
ERR_NET_BIN_INVALID - Static variable in exception com.aispeech.AIError
识别引擎内容更新失败
ERR_NETWORK - Static variable in exception com.aispeech.AIError
网络错误
ERR_NO_REGISTERED_WORD - Static variable in exception com.aispeech.AIError
 
ERR_NO_SPEECH - Static variable in exception com.aispeech.AIError
没有检测到语音
ERR_NO_SPKEAKER - Static variable in exception com.aispeech.AIError
 
ERR_NULL_SEMANTIC - Static variable in exception com.aispeech.AIError
语义为空
ERR_NULL_SEMANTIC_INPUT - Static variable in exception com.aispeech.AIError
语义输入文本空
ERR_QUEUE_FULL - Static variable in exception com.aispeech.AIError
TTS播放队列已满
ERR_RECORDING - Static variable in exception com.aispeech.AIError
录音失败
ERR_REGISTER_SPK_FULL - Static variable in exception com.aispeech.AIError
 
ERR_RES_PREPARE_FAILED - Static variable in exception com.aispeech.AIError
资源准备失败,请检查是否存放在assets目录下
ERR_RETRY_INIT - Static variable in exception com.aispeech.AIError
请求401,请重新尝试初始化
ERR_RETRY_INIT_MSG - Static variable in exception com.aispeech.AIError
 
ERR_SDK_NOT_INIT - Static variable in exception com.aispeech.AIError
SDK未初始化
ERR_SEMANTIC_UPDAYE_NAVI - Static variable in exception com.aispeech.AIError
内置语义更新失败
ERR_SERVER_CLOSE_WEBSOCKET_1000 - Static variable in exception com.aispeech.AIError
asr 服务器主动关闭 webSocket,code 1000
ERR_SERVICE_PARAMETERS - Static variable in exception com.aispeech.AIError
设置识别服务器类型为custom须同时设置lmId
ERR_SIGNAL_PROCESSING_NOT_STARTED - Static variable in exception com.aispeech.AIError
信号处理引擎还没有启动,请先启动信号处理引擎,再启动识别引擎
ERR_SNR_LOW - Static variable in exception com.aispeech.AIError
 
ERR_SO_INVALID - Static variable in exception com.aispeech.AIError
动态库加载失败
ERR_SPEECH_CLIPPING - Static variable in exception com.aispeech.AIError
 
ERR_SPEECH_SPEED_FAST - Static variable in exception com.aispeech.AIError
 
ERR_SPEECH_SPEED_SLOW - Static variable in exception com.aispeech.AIError
 
ERR_SPK_REGISTERED_WORD - Static variable in exception com.aispeech.AIError
 
ERR_TIMEOUT_ASR - Static variable in exception com.aispeech.AIError
asr 超时
ERR_TTS_AUDIO_TRACK - Static variable in exception com.aispeech.AIError
TTS 用 AudioTrack 播放时出错
ERR_TTS_CACHE - Static variable in exception com.aispeech.AIError
TTS缓存失败
ERR_TTS_INVALID_REFTEXT - Static variable in exception com.aispeech.AIError
无效的合成文本
ERR_TTS_MEDIAPLAYER - Static variable in exception com.aispeech.AIError
合成MediaPlayer播放器错误
ERR_TTS_NO_SUPPORT_PHONEME - Static variable in exception com.aispeech.AIError
当前音色不支持音素
ERR_TTS_PARAMETERS - Static variable in exception com.aispeech.AIError
tts错误,请求参数错误
ERR_TTS_PRODUCT_ID - Static variable in exception com.aispeech.AIError
tts错误,产品ID和voiceId无法匹配
ERR_UNSUPPORT_GENDER - Static variable in exception com.aispeech.AIError
 
ERR_UNSUPPORT_WORD - Static variable in exception com.aispeech.AIError
 
ERR_VOICE_LOW - Static variable in exception com.aispeech.AIError
声纹错误码
ERR_VOICE_SERVER_TTS - Static variable in exception com.aispeech.AIError
CloudTTS 云端功能都有可能返回400,原因是请求参数错误
ERR_WAKEUP_NOT_SUPPORT_IN_RES - Static variable in exception com.aispeech.AIError
一句话识别
error(String, String) - Method in interface com.aispeech.DUILiteSDK.InitListener
 
Error - Class in com.aispeech.lite.dm
对话错误
Error(String, String) - Constructor for class com.aispeech.lite.dm.Error
 
ERROR - Static variable in class com.aispeech.lite.dm.Protocol
 
ERROR_ID - Static variable in class com.aispeech.lite.dm.Protocol
 
ERROR_MSG - Static variable in class com.aispeech.lite.dm.Protocol
 
EXCLUDE_DISPATCH_SKILL_LIST - Static variable in class com.aispeech.export.Setting
指定技能调度黑名单列表,DM中控调度时,对于指定的技能不参与调度
expandPath - Variable in class com.aispeech.export.config.AILocalWakeupIncrementConfig
ExpandPath 生成slot.bin的路径
extra - Variable in class com.aispeech.export.widget.callback.CallbackWidget
自定义参数,由webhook或者localhook透传出来,作为附加信息使用,非必选
EXTRA - Static variable in class com.aispeech.export.widget.callback.CallbackWidget
自定义参数

F

failed() - Method in interface com.aispeech.export.listeners.AIUpdateListener
上传失败回调
FaspKernel - Class in com.aispeech.lite.fasp
 
FaspKernel(FaspListener) - Constructor for class com.aispeech.lite.fasp.FaspKernel
 
FaspListener - Interface in com.aispeech.lite.fasp
 
FaspProcessor - Class in com.aispeech.lite.fasp
 
FaspProcessor() - Constructor for class com.aispeech.lite.fasp.FaspProcessor
 
feed(byte[]) - Method in class com.aispeech.common.CacheUtil
 
feed(byte[], int) - Method in class com.aispeech.common.FileSaveUtil
feed数据
feed(byte[], int, int) - Method in class com.aispeech.common.FileSaveUtil
 
feed(byte[]) - Method in class com.aispeech.echo.EchoKernel
feed 音频数据给内核,只能是 pcm 音频数据
feed(byte[]) - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
设置不使用内部录音机时可用,自行feed音频数据
feed(byte[]) - Method in class com.aispeech.export.engines2.AILocalASREngine
传入数据,在不使用SDK内部录音机时调用
feed(byte[]) - Method in class com.aispeech.export.engines2.AILocalEchoEngine
 
feed(byte[]) - Method in interface com.aispeech.export.function.IASR
feed 音频
feed(byte[]) - Method in interface com.aispeech.export.function.IEcho
 
feed(byte[]) - Method in class com.aispeech.lite.dmasp.DmaspKernel
 
feed(byte[]) - Method in interface com.aispeech.lite.hotword.ssl.ISSL
feed 4 通道音频
feed(byte[], byte[], byte[], byte[]) - Method in interface com.aispeech.lite.hotword.ssl.n.INRms
feed 音频
feed(byte[], byte[], byte[], byte[]) - Method in interface com.aispeech.lite.hotword.ssl.n.INVad
feed 音频,4通道音频
feed(byte[], byte[], byte[], byte[]) - Method in class com.aispeech.lite.hotword.ssl.n.NRmsEngine
 
feed(byte[], byte[], byte[], byte[]) - Method in class com.aispeech.lite.hotword.ssl.n.NVadEngine
 
feed(byte[]) - Method in class com.aispeech.lite.hotword.ssl.SSLByVadEngine
 
feed(byte[]) - Method in class com.aispeech.lite.oneshot.OneshotKernel
feed音频
feed(byte[], int) - Method in class com.aispeech.lite.vprintlite.VprintLiteKernel
 
feed(byte[]) - Method in class com.aispeech.speex.SpeexKernel
feed 原始单路pcm音频
feedback(FeedbackWidget) - Method in class com.aispeech.export.engines2.AICloudDMEngine
回复对话结果
feedback(FeedbackWidget) - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
feedback(FeedbackWidget) - Method in class com.aispeech.lite.dm.CloudDmProcessor
回复对话数据
feedback(FeedbackWidget) - Method in interface com.aispeech.lite.dm.IDmProcessor
回复对话数据
feedback2PRIVCloud(String, String) - Method in class com.aispeech.export.engines2.AICloudDMEngine
终端回复对话结果(注意:该接口仅供私有云来调用)
feedback2PRIVCloud(String, String) - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
feedback2PRIVCloud(String, String) - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
feedback2PRIVCloud(String, String) - Method in interface com.aispeech.lite.dm.IDmProcessor
终端回复对话结果(注意:该接口仅供私有云来调用)
FeedbackWidget - Class in com.aispeech.export.widget.feedback
 
FeedbackWidget(String) - Constructor for class com.aispeech.export.widget.feedback.FeedbackWidget
DuiWidget构造方法
FeedbackWidget.WidgetArray<O> - Class in com.aispeech.export.widget.feedback
 
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AICloudASREngine
传入数据,在不使用SDK录音机时调用
feedData(byte[]) - Method in class com.aispeech.export.engines2.AICloudDMEngine
传入数据,在不使用SDK录音机时调用
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
feedData(byte[]) - Method in class com.aispeech.export.engines2.AICloudSemanticEngine
Deprecated.
传入数据,在不使用SDK录音机时调用
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AIFespCarEngine
传入数据,在不使用SDK录音机时调用
feedData(byte[], int, AntiSpoofIntent) - Method in class com.aispeech.export.engines2.AILocalAntiSpoofingEngine
传入数据
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AILocalASREngine
传入数据,在不使用SDK内部录音机时调用
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AILocalAsrppEngine
传入数据,在不使用SDK内部录音机时调用
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AILocalFaspEngine
自行feed音频数据,不使用内部录音机时可用
feedData(byte[]) - Method in class com.aispeech.export.engines2.AILocalHotWordsEngine
传入数据,在不使用SDK内部录音机时调用
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AILocalLASREngine
传入数据,在不使用SDK录音机时调用
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AILocalMdsEngine
传入数据,在不使用SDK录音机时调用
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AILocalNREngine
向引擎feed数据
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AILocalSevcEngine
传入数据,在不使用SDK录音机时调用
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
传入数据,在不使用SDK录音机时调用
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AILocalVadEngine
往本地vad引擎feed数据
feedData(byte[], byte[]) - Method in class com.aispeech.export.engines2.AILocalVadEngine
往本地vad引擎feed数据,支持feed双路数据
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AILocalVprintEngine
传入数据
feedData(int, byte[], int) - Method in class com.aispeech.export.engines2.AILocalVprintEngine
传入数据
feedData(byte[], int, VprintLiteIntent) - Method in class com.aispeech.export.engines2.AILocalVprintLiteEngine
传入数据
feedData(byte[]) - Method in class com.aispeech.export.engines2.AILocalWakeupIncrementEngine
传入数据,在不使用SDK内部录音机时调用
feedData(byte[], int) - Method in class com.aispeech.export.engines2.AIWakeupEngine
自行feed音频数据,不使用内部录音机时可用
feedData(byte[], int, VprintLiteIntent) - Method in interface com.aispeech.export.function.IAILocalVprintLite
 
feedData(byte[], int) - Method in interface com.aispeech.lite.dm.IDmProcessor
自定义feed音频
feedData(byte[], int) - Method in class com.aispeech.lite.dmasp.DmaspProcessor
自定义feed音频
feedData(byte[], int) - Method in class com.aispeech.lite.fasp.FaspProcessor
 
feedKWS(Bundle) - Method in class com.aispeech.lite.vprintlite.VprintLiteKernel
 
feedKWS(byte[], int, String) - Method in class com.aispeech.lite.vprintlite.VprintLiteProcessor
 
feedRawAudio(byte[]) - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
feedTLV(byte[]) - Method in class com.aispeech.lite.vprintlite.VprintLiteKernel
 
feedTLV(byte[], int) - Method in class com.aispeech.lite.vprintlite.VprintLiteProcessor
 
feedTypeCustom(byte[]) - Method in class com.aispeech.common.FileSaveUtil
标记位其他类型的文件,无开头
feedTypeCustom(byte[], int) - Method in class com.aispeech.common.FileSaveUtil
 
feedTypeIn(byte[]) - Method in class com.aispeech.common.FileSaveUtil
标记位输入音频文件,以in_开头
feedTypeIn(byte[], int) - Method in class com.aispeech.common.FileSaveUtil
 
feedTypeOut(byte[]) - Method in class com.aispeech.common.FileSaveUtil
标记位输出音频文件,以out_开头
feedTypeOut(byte[], int) - Method in class com.aispeech.common.FileSaveUtil
 
FESP - Static variable in class com.aispeech.lite.Engines
 
FESP_CAR_DOA_COPILOT - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
副驾驶方位 doa
FESP_CAR_DOA_LEFT_BACKSEAT - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
左后 doa
FESP_CAR_DOA_MAIN - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
主驾驶方位 doa
FESP_CAR_DOA_RIGHT_BACKSEAT - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
右后 doa
FESP_CAR_DRIVE_MODE_COPILOT - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
副驾驶模式,beamforming 指向副驾驶方位
FESP_CAR_DRIVE_MODE_ENTIRE - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
全车模式,beamforming无指向
FESP_CAR_DRIVE_MODE_FREE_COMBINATION - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
自由自核模式,无指向
FESP_CAR_DRIVE_MODE_MAIN - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
主驾模式,beamforming指向主驾驶方位
FESP_CAR_DRIVE_MODE_POSITIONING - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
定位模式,beamforming 全指向
FESP_CAR_MIC_FOUR - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
Fesp引擎类型 四麦
FESP_CAR_MIC_TWO - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
Fesp引擎类型 双麦
FESPCAR_DOUBLEVAD_DATARECEIVED_ENABLE - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
双vad根据驾驶模式抛出音频,全车模式抛出混音开关
FESPCAR_MIXING_DATARECEIVED_ENABLE - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
直接抛出混合音频,与驾驶模式无关
FESPCAR_SINGLEVAD_DATARECEIVED_ENABLE - Static variable in class com.aispeech.export.engines2.AIFespCarEngine
单根据驾驶模式抛出音频,全车模式抛出混音开关
FILE_TYPE_PCM - Static variable in class com.aispeech.common.FileSaveUtil
 
FILE_TYPE_TXT - Static variable in class com.aispeech.common.FileSaveUtil
 
FileCopyHelper - Class in com.aispeech.export.tool
 
FileSaveScenes - Class in com.aispeech.lite
Description: 文件保存的场景 暂留 20 - 25位 Author: junlong.huang CreateTime: 2023/2/9
FileSaveScenes() - Constructor for class com.aispeech.lite.FileSaveScenes
 
FileSaveUtil - Class in com.aispeech.common
文件保存工具类
FileSaveUtil(String) - Constructor for class com.aispeech.common.FileSaveUtil
 
FileSaveUtil() - Constructor for class com.aispeech.common.FileSaveUtil
 
FileSaveUtil.InnerThread - Class in com.aispeech.common
 
filter(Long) - Static method in class com.aispeech.common.TimeFilter
 
FILTER_SKILL_LIST - Static variable in class com.aispeech.export.Setting
调度后过滤;技能都参与调度,命中技能在该名单中,则过滤该skillid,如:闲聊
filterWithDriveMode(int, int, int, String) - Static method in class com.aispeech.lite.function.CarFunctionHelper
主驾模式,不响应副驾唤醒 副驾模式,不响应主驾唤醒 自由组合模式,根据doa与传入的mask 决定是否唤醒 全车模式和定位模式未定位时可以全局响应唤醒 新增全车模式也需要根据mask 进行判定是否唤醒
flush() - Method in class com.aispeech.common.FileSaveUtil
 
forceRequestWakeupResult() - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
强制请求唤醒结果,即使没有唤醒也会给出唤醒词为null的结果
forceRequestWakeupResult() - Method in class com.aispeech.export.engines2.AIWakeupEngine
强制请求唤醒结果,即使没有唤醒也会给出唤醒词为null的结果
FULL_DUPLEX_FILTER_SWITCH - Static variable in class com.aispeech.export.Setting
全双工过滤策略开关
FULL_DUPLEX_SESSION_TIMEOUT - Static variable in class com.aispeech.export.Setting
全双工对话超时时间

G

generateAuthParams() - Static method in class com.aispeech.export.engines2.AICloudLASREngine
 
get(String) - Method in class com.aispeech.lite.sevc.SevcKernel
 
get(String) - Method in class com.aispeech.lite.sevc.SevcProcessor
 
getAcousticResources() - Method in class com.aispeech.export.config.AILocalASRConfig
 
getAction() - Method in class com.aispeech.export.engines2.AILocalVprintEngine
获取当前声纹模式
getAction() - Method in class com.aispeech.export.engines2.AILocalVprintLiteEngine
获取当前声纹模式
getAction() - Method in interface com.aispeech.export.function.IAILocalVprintLite
 
getAction() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
getAction() - Method in class com.aispeech.lite.vprint.VprintIntent
 
getAction() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
 
getActionByValue(String) - Static method in enum com.aispeech.export.intent.VprintIntent.Action
Deprecated.
 
getActionByValue(String) - Static method in enum com.aispeech.lite.vprint.VprintIntent.Action
 
getActionByValue(String) - Static method in enum com.aispeech.lite.vprintlite.VprintLiteIntent.Action
 
getActiveDecoders() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getAdvanced() - Method in class com.aispeech.export.itn.Convert
获取词库还原的高级配置
getAecChannelNum() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
getAecChannelNum() - Method in class com.aispeech.lite.vprint.VprintIntent
 
getAecResource() - Method in class com.aispeech.AIEchoConfig
 
getAecResource() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getAecResource() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getAecResource() - Method in class com.aispeech.export.config.EchoConfig
Deprecated.
 
getAIError() - Method in class com.aispeech.export.bean.BuildGrammarResult
 
getAIType() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getAliasKey() - Method in class com.aispeech.export.config.AICloudDMConfig
 
getAliasKey() - Method in class com.aispeech.export.config.AICloudSemanticConfig
 
getAliasKey() - Method in class com.aispeech.export.intent.AICloudVprintIntent
获取当前云端声纹使用的资源版本
getAliasKey() - Method in class com.aispeech.lite.dm.update.UpdaterImpl.Builder
 
getAllClassByInterface(Class, String, String) - Static method in class com.aispeech.util.ClassUtil
 
getAllText() - Method in class com.aispeech.common.JSONResultParser
 
getAllTextAndCurrentVar() - Method in class com.aispeech.common.JSONResultParser
 
getAntiSpoofResBin() - Method in class com.aispeech.export.config.AntiSpoofConfig
 
getAntiSpoofSaveDir() - Method in class com.aispeech.export.intent.AntiSpoofIntent
 
getApi() - Method in class com.aispeech.export.Command
 
getApi() - Method in class com.aispeech.export.NativeApi
 
getApiKey() - Method in class com.aispeech.DUILiteConfig
 
getApiKey() - Method in class com.aispeech.export.config.AICloudVoiceCopyConfig
 
getApp() - Method in class com.aispeech.export.intent.AICloudVprintIntent
 
getAsr() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getAsrErrorRate() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
getAsrErrorRate() - Method in class com.aispeech.export.intent.AICloudVprintIntent
文本半相关语音文本结果和custom_context的字错误率的百分比阈值 [0,100],结果向下取整,仅用于文本相关的注册和验证,默认值0
getAsrErrorRate() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
 
getAsrIntent() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
getAsrppResBin() - Method in class com.aispeech.export.config.VprintConfig
Deprecated.
 
getAsrppResBin() - Method in class com.aispeech.lite.vprint.VprintConfig
 
getAsrppResource() - Method in class com.aispeech.export.config.AILocalAsrppConfig
 
getAudio() - Method in class com.aispeech.export.intent.AICloudVprintIntent
 
getAudioAttributes() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getAudioAttributes() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getAudioAttributesContentType() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getAudioAttributesContentType() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getAudioAttributesUsage() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getAudioAttributesUsage() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getAudioId() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getAudioParam() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
getAudioParam() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getAudioRecorderType() - Method in class com.aispeech.DUILiteConfig
 
getAudioRecorderType() - Static method in class com.aispeech.DUILiteSDK
 
getAudioSource() - Method in class com.aispeech.export.config.RecorderConfig
 
getAudioSourceType() - Method in class com.aispeech.DUILiteConfig
 
getAudioType() - Method in class com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
getAudioType() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getAudioType() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getAudioType() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getAudioType() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Audio
 
getAuthConfig() - Method in class com.aispeech.DUILiteConfig
 
getAuthParams(String) - Static method in class com.aispeech.DUILiteSDK
获取授权参数信息,用于请求云端服务
getAuthRetryTimesForNetworkErr() - Method in class com.aispeech.DUILiteConfig
 
getAuthServer() - Method in class com.aispeech.DUILiteConfig
 
getAuthServer() - Method in class com.aispeech.export.config.AuthConfig
 
getAuthState(String) - Static method in class com.aispeech.DUILiteSDK
获取授权文件状态
getAuthTimeout() - Method in class com.aispeech.DUILiteConfig
 
getAuthTimeout() - Method in class com.aispeech.export.config.AuthConfig
 
getAuthType() - Static method in class com.aispeech.DUILiteSDK
只试用于试用授权和在线授权切换 当试用授权授权成功之后,在试用授权状态,链接网络之后要主动授权一次,如果授权失败,还在试用授权类型 获取当前授权后类型,用于判断是否提示网络问题还是授权问题
getBackResBinArray() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
getBeamformingResource() - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
getBeamformingResource() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getBeamformingResource() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getBfChannelNum() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
getBfChannelNum() - Method in class com.aispeech.lite.vprint.VprintIntent
 
getBlackWords() - Method in class com.aispeech.export.config.AIDmaspConfig.Builder
 
getBlackWords() - Method in class com.aispeech.export.config.AIDmaspConfig
 
getBlackWords() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getBlackWords() - Method in class com.aispeech.export.intent.AILocalHotWordIntent
获取黑名单
getBlackWords() - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
获取黑名单
getBlockSize() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getBoolean(Context, String, boolean) - Static method in class com.aispeech.common.SharedPreferencesUtil
读取boolean标识从sharedPreferences中
getBoost() - Method in class com.aispeech.lite.speech.Phrase
 
getBoundary() - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
getBoundary() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getButtons() - Method in class com.aispeech.export.widget.callback.ContentCallbackWidget
 
getCacheAudioTime() - Method in class com.aispeech.export.config.AIOneshotConfig.Builder
 
getCacheAudioTime() - Method in class com.aispeech.export.config.AIOneshotConfig
 
getCacheData() - Method in class com.aispeech.common.CacheUtil
 
getCacheDirectory() - Method in class com.aispeech.export.config.AICloudTTSConfig
 
getCacheDirectory() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
getCacheSize() - Method in class com.aispeech.export.config.AICloudTTSConfig
 
getCacheSize() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
getCacheUploadMaxNumber() - Method in class com.aispeech.DUILiteConfig
Deprecated.
废弃
getCacheUploadMaxNumber() - Method in class com.aispeech.export.config.UploadConfig
 
getCacheWordCount() - Method in class com.aispeech.export.config.AICloudTTSConfig
 
getCacheWordCount() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
getCallback() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getCcThreshold() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getChannel() - Method in class com.aispeech.common.AudioHelper.AudioData
 
getChannel() - Method in class com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
getChannel() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getChannel() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Audio
 
getChannels() - Method in class com.aispeech.AIEchoConfig
 
getChannels() - Method in class com.aispeech.export.config.AILocalMdsConfig
 
getChannels() - Method in class com.aispeech.export.config.EchoConfig
Deprecated.
 
getChannels() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getCheckLength() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getCInfoServerAddress() - Method in class com.aispeech.export.config.AICloudDMConfig
 
getCloudVadPauseTime() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getCloudWakeupCheckTimeout() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getCnWakeupWord() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getCommand() - Method in class com.aispeech.lite.dm.Task
 
getCommonWakeupWord() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getConnectTimeout() - Method in class com.aispeech.export.config.AICloudDMConfig
 
getConnectTimeout() - Method in class com.aispeech.export.config.AICloudSemanticConfig
 
getConstantContent() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getConstantContent() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
 
getContent() - Method in class com.aispeech.export.intent.AILocalGrammarIntent
 
getContent() - Method in class com.aispeech.export.intent.AILocalGrammarIntent.GrammarBean
 
getContent() - Method in class com.aispeech.export.widget.callback.ListCallbackWidget
 
getContent() - Method in class com.aispeech.export.widget.callback.MediaCallbackWidget
 
getContext() - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getContextId() - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getContextId() - Method in class com.aispeech.export.intent.AICloudASRIntent
如果有contextId,服务端认为是同一个验证,会使用保存的cache和新的数据进行加强验证,非必须
getContextId() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getContextId() - Method in class com.aispeech.export.intent.AICloudVprintIntent
如果有contextId,服务端认为是同一个验证,会使用保存的cache和新的数据进行加强验证,仅用于实时验证
getCoreVersion() - Static method in class com.aispeech.DUILiteSDK
获取内核版本号
getCurrentPage() - Method in class com.aispeech.export.widget.callback.ListCallbackWidget
 
getCurrentPage() - Method in class com.aispeech.export.widget.callback.MediaCallbackWidget
 
getCurrentState() - Method in class com.aispeech.export.engines2.AICloudASREngine
获取当前的引擎状态
getCustomAudioList() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
getCustomContent() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
getCustomContent() - Method in class com.aispeech.export.intent.AICloudVprintIntent
文本(半)相关时输入的语音文本。使用文本(半)相关时必需设置
getCustomContent() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
 
getCustomDeviceId() - Method in class com.aispeech.export.config.AuthConfig
 
getCustomDeviceName() - Method in class com.aispeech.export.config.AuthConfig
 
getCustomNet() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getCustomNet() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
getCustomThreshold() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getCustomThreshold() - Method in class com.aispeech.export.intent.AILocalHotWordIntent
获取自定义的词表
getCustomThreshold() - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
获取自定义的词表
getCustomWakeupScore() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getCustomWakeupScore() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getCustomWakeupWord() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getData() - Method in class com.aispeech.common.AudioHelper.AudioData
 
getData() - Method in class com.aispeech.lite.vprint.VprintSqlEntity
 
getDcheck() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getDcheck() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getDcheck() - Method in class com.aispeech.export.config.WakeupWord
 
getDcheck() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
getDebounceWnd() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getDebugPath() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getDesc() - Method in enum com.aispeech.export.config.AICloudVprintConfig.Mode
 
getDeviceId(Context) - Static method in class com.aispeech.DUILiteSDK
获取SDK使用的deviceId
getDeviceName() - Static method in class com.aispeech.DUILiteSDK
获取SDK生成的deviceName
getDeviceProfileDirPath() - Method in class com.aispeech.DUILiteConfig
 
getDeviceProfileDirPath() - Method in class com.aispeech.export.config.AuthConfig
 
getDictResource() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
getDm() - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getDmaspChannelCount() - Method in class com.aispeech.export.config.AIDmaspConfig.Builder
 
getDmaspChannelCount() - Method in class com.aispeech.export.config.AIDmaspConfig
 
getDmaspResource() - Method in class com.aispeech.export.config.AIDmaspConfig.Builder
 
getDmaspResource() - Method in class com.aispeech.export.config.AIDmaspConfig
 
getDmAsrJson() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getDMError() - Method in class com.aispeech.lite.dm.Task
 
getDoa() - Method in class com.aispeech.export.intent.AILocalMdsIntent
 
getDoaByDriveMode() - Method in class com.aispeech.lite.dmasp.DmaspKernel
通过驾驶模式获取对应音频线路 定位模式 返回缓存的唤醒线路
getDomain() - Method in class com.aispeech.export.intent.AICloudASRIntent
领域(comm/aihome/aitv/aicar/aiphone/airobot/aitranson-cn-16k/aitranson-en-16k),用于asrplus,和res对应,可不设置
getDomain() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getDomain() - Method in class com.aispeech.export.intent.AICloudVprintIntent
领域(comm/aihome/aitv/aicar/aiphone/airobot/aitranson-cn-16k/aitranson-en-16k) 用于注册和实时声纹验证,注册时非必需,实时声纹验证必需设置
getDomain() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
getDriveMode() - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
获取 驾驶模式
getDriveMode() - Method in class com.aispeech.export.engines2.AIFespCarEngine
获取 驾驶模式,只有车载双麦模块有这个功能
getDriveMode() - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
获取 驾驶模式,只有车载双麦模块有这个功能
getDriveMode() - Method in class com.aispeech.lite.dmasp.DmaspKernel
获取 驾驶模式,
getDriveMode() - Method in class com.aispeech.lite.dmasp.DmaspProcessor
 
getDriveMode() - Method in interface com.aispeech.lite.function.ICarFunction
 
getDriveMode() - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
获取 驾驶模式,只有 fespCar 模块有这个功能
getDumpWakeupAudioPath() - Method in class com.aispeech.export.intent.AIDmaspIntent
 
getDumpWakeupAudioPath() - Method in class com.aispeech.export.intent.AIFespCarIntent
 
getDumpWakeupAudioPath() - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
getDumpWakeupAudioPath() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
getDumpWakeupTime() - Method in class com.aispeech.export.intent.AIDmaspIntent
 
getDumpWakeupTime() - Method in class com.aispeech.export.intent.AIFespCarIntent
 
getDumpWakeupTime() - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
getDumpWakeupTime() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
getDynamicList() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getDynamicParam(Map<String, ?>) - Static method in class com.aispeech.common.DynamicParamUtils
设置唤醒env热更新/smode/nlms模式切换,可以在引擎初始化成功后动态设置
getEbnf() - Method in class com.aispeech.export.bean.BuildGrammarResult
 
getEchoChannelNum() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getEchoConfig() - Method in class com.aispeech.DUILiteConfig
 
getEnableNbestConfi() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getEnableNet() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getEnableNet() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
getEnableRealBackFastend() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getEnableRuleCorrect() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getEnableSeparateNBest() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getEnableTxtSmooth() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getEnableWordConfi() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getEnglishThreshold() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getEnglishThreshold() - Method in class com.aispeech.export.intent.AILocalHotWordIntent
 
getEnglishThreshold() - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
 
getEnv() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getEnv() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getEof() - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getEof() - Method in class com.aispeech.common.JSONResultParser
获得是否终止位
getEof() - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
getErrId() - Method in exception com.aispeech.AIError
获取错误码
getErrId() - Method in class com.aispeech.common.JSONResultParser
取得错误码
getErrId() - Method in class com.aispeech.export.DmInfo
 
getErrId() - Method in class com.aispeech.lite.dm.Error
 
getErrMsg() - Method in class com.aispeech.lite.dm.Error
 
getError() - Method in exception com.aispeech.AIError
获取错误简述
getError() - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getError() - Method in class com.aispeech.common.JSONResultParser
取得错误描述
getEventMap() - Method in exception com.aispeech.AIError
 
getExpandFnJson(ArrayList<String>) - Method in class com.aispeech.export.widget.Scene
生成ExpandFnJson 内容
getExpandFnJsonPath() - Method in class com.aispeech.export.widget.Scene
 
getExpandFnPath() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getExt() - Method in exception com.aispeech.AIError
获取错误额外信息
getExternalAudioRecordProvider() - Static method in class com.aispeech.DUILiteConfig
 
getExtra() - Method in class com.aispeech.export.widget.callback.CallbackWidget
 
getExtraParam() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getExtraParam() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getExtraParam() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getExtraParameter() - Method in class com.aispeech.DUILiteConfig
 
getFespCallBackResultData() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getFespxEngine() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getFespxEngine() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getFespxEngine() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getFespxEngine() - Method in class com.aispeech.export.intent.AILocalAsrppIntent
 
getFespxEngine() - Method in class com.aispeech.export.intent.AILocalLASRIntent
 
getFespxProcessor() - Method in class com.aispeech.export.engines2.AIFespCarEngine
 
getFespxProcessor() - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
getFileLen() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getFileLength() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getFileMD5String(String) - Static method in class com.aispeech.export.tool.FileCopyHelper
 
getFilesDir(Context) - Static method in class com.aispeech.export.tool.FileCopyHelper
获取资源目录
getFileSuffix(String) - Static method in class com.aispeech.common.FileSaveUtil
 
getFillerPenaltyScore() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getFillerPenaltyScore() - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
 
getForwardAddresses() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getFrontBinResource() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
getGrammarBeanList() - Method in class com.aispeech.export.intent.AILocalGrammarIntent
 
getGramSlotPath() - Method in class com.aispeech.export.widget.Scene
 
getGroupId() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getGroupId() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getGroupId() - Method in class com.aispeech.export.intent.AICloudVprintIntent
users和groupId,二选一,或者2个都填(按最小集),仅用于离线声纹验证
getHandleName() - Method in interface com.aispeech.lite.MessageProcess.Handle
 
getHighThreshold() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getHost() - Method in class com.aispeech.export.config.AICloudVoiceCopyConfig
 
getHost() - Method in class com.aispeech.export.config.AICloudVprintConfig
 
getHotwords() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getHotWords() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getHotwords() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
getHotwordsMax() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
getId() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getId() - Method in class com.aispeech.lite.dm.Session
 
getId() - Method in class com.aispeech.lite.vprint.VprintSqlEntity
 
getIgnoreEmptyResultCounts() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getIllegalPingyinCheck() - Method in class com.aispeech.DUILiteConfig
 
getImageUrl() - Method in class com.aispeech.export.widget.callback.ContentCallbackWidget
 
getInput() - Method in class com.aispeech.export.SkillIntent
获取输入信息
getInputJSON() - Method in exception com.aispeech.AIError
 
getInputObj(String, String, JSONObject) - Static method in class com.aispeech.export.interceptor.AbstractCostInterceptor
构造拦截器输入对象
getInputWavChan() - Method in class com.aispeech.export.engines2.AILocalFaspEngine
 
getInputWavChan() - Method in class com.aispeech.lite.fasp.FaspKernel
 
getInputWavChan() - Method in class com.aispeech.lite.fasp.FaspProcessor
 
getInstance() - Static method in class com.aispeech.common.DiskLogAdapter
 
getInstance() - Static method in class com.aispeech.common.FileSaveUtil.InnerThread
 
getInstance() - Static method in class com.aispeech.export.engines2.AICloudLASREngine
 
getInstance() - Static method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
4mic 唤醒引擎
getInstance() - Static method in class com.aispeech.export.engines2.AIFespCarEngine
创建前端信号处理引擎对象
getInstance() - Static method in class com.aispeech.export.engines2.AILocalVprintEngine
 
getInstance() - Static method in class com.aispeech.export.interceptor.SpeechInterceptor
 
getInstance() - Static method in class com.aispeech.export.itn.Convert
 
getInstance() - Static method in class com.aispeech.export.itn.JChineseConvertor
 
getInstance() - Static method in class com.aispeech.lite.MessageProcess
 
getInstance() - Static method in class com.aispeech.util.LiteSdkCoreVersionUtil
 
getInt(Context, String, int) - Static method in class com.aispeech.common.SharedPreferencesUtil
读取int标识从sharedPreferences中
getIntent() - Method in class com.aispeech.export.MultiModal
获取意图名称
getIntentName() - Method in class com.aispeech.export.Command
 
getIntentName() - Method in class com.aispeech.export.NativeApi
 
getIntentName() - Method in class com.aispeech.export.SkillIntent
获取意图名称
getIntentName() - Method in class com.aispeech.export.widget.callback.CallbackWidget
 
getIntentName() - Method in class com.aispeech.lite.dm.Task
 
getIntervalTime() - Method in class com.aispeech.DUILiteConfig
 
getIntervalTime() - Method in class com.aispeech.export.config.RecorderConfig
 
getIntervalTimeThresh() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getIntervalTimeThresh() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getIp() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getIPAddress(Context) - Static method in class com.aispeech.export.config.NearWakeupConfig
 
getIsIgnoreThreshold() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getIsIgnoreThreshold() - Method in class com.aispeech.export.intent.AILocalHotWordIntent
 
getIsIgnoreThreshold() - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
 
getItemsPerPage() - Method in class com.aispeech.export.widget.callback.ListCallbackWidget
 
getItemsPerPage() - Method in class com.aispeech.export.widget.callback.MediaCallbackWidget
 
getItnLuaResFolderName() - Method in class com.aispeech.export.config.AILocalASRConfig
 
getJso() - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getJSON() - Method in class com.aispeech.common.JSONResultParser
获取JSON对象
getJsonLSR() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getKey() - Method in class com.aispeech.export.Setting
 
getKey() - Method in class com.aispeech.lite.dm.cache.Item
 
getKeys() - Method in class com.aispeech.export.config.AICloudDMConfig
 
getLabel() - Method in class com.aispeech.export.widget.callback.ContentCallbackWidget
 
getLang() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
getLang() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getLang() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getLanguage() - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
getLanguage() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getLanguage() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
getLanguage() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getLanguage() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getLanguage() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getLanguage() - Method in enum com.aispeech.lite.Languages
 
getLanguages() - Method in class com.aispeech.export.config.AILocalASRConfig
 
getLanguages() - Method in class com.aispeech.export.config.AIWakeupConfig
 
getLAsrParamJson() - Method in class com.aispeech.export.intent.AILocalLASRIntent
 
getLength(Object) - Static method in class com.aispeech.common.ArrayUtils
 
getLength() - Method in class com.aispeech.common.CacheUtil
 
getLicenceId() - Method in class com.aispeech.export.config.AuthConfig
 
getLinkUrl() - Method in class com.aispeech.export.widget.callback.ContentCallbackWidget
 
getLmargin() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getLmId() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
getLmid() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getLmId() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getLmList() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getLocalSaveAudioPath() - Method in class com.aispeech.DUILiteConfig
 
getLocalSavedEnabled() - Static method in class com.aispeech.DUILiteSDK
Deprecated.
getLocalSaveEnabled() - Method in class com.aispeech.DUILiteConfig
 
getLocalTTSCustomAudio(Context) - Static method in class com.aispeech.common.SharedPrefsUtil
 
getLocalVadEnable() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getLogFilePath() - Method in class com.aispeech.DUILiteConfig
 
getLogLevel() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getLong(Context, String, long) - Static method in class com.aispeech.common.SharedPreferencesUtil
long标识从sharedPreferences中
getLooper() - Method in class com.aispeech.common.FileSaveUtil.InnerThread
 
getLowThreshold() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getLowThreshold() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getLowThreshold() - Method in class com.aispeech.export.config.WakeupWord
 
getMac() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getMajor() - Method in class com.aispeech.export.config.WakeupWord
 
getMajors() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getMajors() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getMajors() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
getMaxMessageQueueSize() - Method in class com.aispeech.DUILiteConfig
 
getMaxMessageQueueSize() - Method in class com.aispeech.export.config.AICloudASRConfig
 
getMaxMessageQueueSize() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getMaxSpeechTime() - Method in class com.aispeech.export.intent.AILocalHotWordIntent
获取单词允许最大录音时长,单位 s
getMaxSpeechTime() - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
获取单词允许最大录音时长,单位 s
getMaxSpeechTimeS() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getMaxSpeechTimeS() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getMaxSpeechTimeS() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置音频最大录音时长
getMaxSpeechTimeS() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getMaxSpeechTimeS() - Method in class com.aispeech.export.intent.AILocalAsrppIntent
 
getMaxWaitingTimeout() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
getMdsResource() - Method in class com.aispeech.export.config.AILocalMdsConfig
 
getMdsResource() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getMicNumber() - Method in class com.aispeech.AIEchoConfig
 
getMicNumber() - Method in class com.aispeech.export.config.EchoConfig
Deprecated.
 
getMicType() - Method in class com.aispeech.AIEchoConfig
 
getMicType() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getMicType() - Method in class com.aispeech.export.config.EchoConfig
Deprecated.
 
getMiddleTime() - Method in class com.aispeech.export.config.AIOneshotConfig.Builder
 
getMiddleTime() - Method in class com.aispeech.export.config.AIOneshotConfig
 
getMinSpeechLength() - Method in class com.aispeech.export.intent.AICloudASRIntent
最小有效音频长度,单位秒,当前服务配置: sti-sr 1s lti-sr 500ms sdk默认1s,不要使用小于服务器配置的值
getMinSpeechLength() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getMinSpeechLength() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
getMinSpeechLength() - Method in class com.aispeech.export.intent.AICloudVprintIntent
最小有效音频长度,单位秒,默认注册声纹,离线验证0.4s,验证声纹sti-sr 1s, lti-sr 500ms
getMode() - Method in class com.aispeech.export.config.AICloudVprintConfig
 
getMode() - Method in class com.aispeech.export.intent.AILocalASRIntent
获取引擎模式,默认ASRMode.MODE_ASR
getModelBin() - Method in class com.aispeech.lite.vprint.VprintQueryData
 
getModelSize() - Method in class com.aispeech.lite.vprint.VprintQueryData
 
getMonitorPeriod() - Method in class com.aispeech.AIEchoConfig
 
getMonitorPeriod() - Method in class com.aispeech.export.config.EchoConfig
Deprecated.
 
getMp3Quality() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getMsgByValue(int) - Static method in enum com.aispeech.base.BaseInnerEngine.CallbackMsg
 
getName() - Method in class com.aispeech.export.interceptor.DoaInterceptor
 
getName() - Method in interface com.aispeech.export.interceptor.IInterceptor
 
getName() - Method in class com.aispeech.export.interceptor.WakeupInterceptor
 
getName() - Method in enum com.aispeech.export.widget.callback.CallbackWidgetType
 
getName() - Method in class com.aispeech.export.widget.Scene
 
getName() - Method in class com.aispeech.lite.speech.Phrase
 
getNativeApi() - Method in class com.aispeech.lite.dm.Task
 
getNativeApiTimeout() - Method in class com.aispeech.export.config.AICloudDMConfig
 
getNbest() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getNearWakeupConfig() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getNegSelected() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getNetBinPath() - Method in class com.aispeech.export.widget.Scene
 
getNetbinResource() - Method in class com.aispeech.export.config.AILocalASRConfig
 
getNetPath() - Method in class com.aispeech.export.widget.Scene
 
getNewConf() - Method in class com.aispeech.lite.mds.MdsKernel
 
getNewConf() - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
getNgramConf() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getNgramSlotRes() - Method in class com.aispeech.export.config.AILocalASRConfig
 
getNlg() - Method in class com.aispeech.export.Speaker
 
getNlu() - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getNoSpeechTime() - Method in class com.aispeech.export.intent.AILocalHotWordIntent
获取NoSpeechTime
getNoSpeechTime() - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
获取NoSpeechTime
getNoSpeechTimeOut() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getNoSpeechTimeOut() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getNoSpeechTimeOut() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置无语音超时时长
getNoSpeechTimeOut() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getNoSpeechTimeOut() - Method in class com.aispeech.export.intent.AILocalAsrppIntent
 
getNumBinPath() - Method in class com.aispeech.export.config.AILocalASRConfig
 
getOfflineProfileName() - Method in class com.aispeech.DUILiteConfig
 
getOfflineProfileName() - Method in class com.aispeech.export.config.AuthConfig
 
getOmitConf() - Method in class com.aispeech.export.intent.AILocalHotWordIntent
 
getOmitTime() - Method in class com.aispeech.export.intent.AILocalHotWordIntent
 
getOneshotCache() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getOneshotCache() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getOneshotCacheByte() - Method in class com.aispeech.common.CacheUtil
 
getOneShotCacheTime() - Method in class com.aispeech.export.config.AIWakeupConfig
 
getOneShotCacheTime() - Static method in class com.aispeech.export.engines2.AIWakeupEngine
 
getOneshotConfig() - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
getOneshotConfig() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getOneshotConfig() - Method in class com.aispeech.export.config.AIWakeupConfig
 
getOneshotOptimizationFilterWords() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getOption() - Method in class com.aispeech.export.ProductContext.Builder
获取配置操作
getOption() - Method in class com.aispeech.export.ProductContext
获取配置操作
getOption() - Method in class com.aispeech.export.SkillContext.Builder
 
getOption() - Method in class com.aispeech.export.SkillContext
 
getOrganization() - Method in class com.aispeech.export.intent.AIAsrPlusIntent
 
getOrganization() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getOrganization() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getOrganization() - Method in class com.aispeech.export.intent.AICloudVprintIntent
用户所在的公司,项目,非必需
getOutChannelNum() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
getOutChannelNum() - Method in class com.aispeech.lite.vprint.VprintIntent
 
getOutputJSON() - Method in exception com.aispeech.AIError
 
getOutputPath() - Method in class com.aispeech.export.bean.BuildGrammarResult
 
getOutputPath() - Method in class com.aispeech.export.intent.AILocalGrammarIntent
 
getOutputPath() - Method in class com.aispeech.export.intent.AILocalGrammarIntent.GrammarBean
 
getParam() - Method in class com.aispeech.export.Command
 
getParam() - Method in class com.aispeech.export.NativeApi
 
getPauseTime() - Method in class com.aispeech.export.config.AILocalVadConfig
 
getPauseTime() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getPauseTime() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getPauseTime() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
vad pause time
getPauseTime() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getPauseTime() - Method in class com.aispeech.export.intent.AILocalVadIntent
 
getPhraseFileId() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getPhraseHintsJsonArray() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getPhraseParams() - Method in class com.aispeech.export.intent.AILocalLASRIntent
 
getPhrasesList() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getPinyin() - Method in class com.aispeech.common.JSONResultParser
 
getPinyin() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
getPinyin() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
getPinyin() - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
getPitchChange() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getPlayerState() - Method in class com.aispeech.export.MultiModal
获取客户端播报状态
getPlaySampleRate() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getPreUploadRollbackTime() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getProductId() - Method in class com.aispeech.DUILiteConfig
 
getProductId() - Method in class com.aispeech.export.config.AICloudVoiceCopyConfig
 
getProductKey() - Method in class com.aispeech.DUILiteConfig
 
getProductSecret() - Method in class com.aispeech.DUILiteConfig
 
getProgress() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getRanges() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getRecChannel() - Method in class com.aispeech.AIEchoConfig
 
getRecChannel() - Method in class com.aispeech.export.config.EchoConfig
Deprecated.
 
getRecommendations() - Method in class com.aispeech.export.widget.callback.CallbackWidget
 
getRecorderConfig() - Method in class com.aispeech.DUILiteConfig
 
getRecorderType() - Method in class com.aispeech.export.config.RecorderConfig
 
getRecordId() - Method in exception com.aispeech.AIError
获取recordId
getRecordId() - Method in class com.aispeech.AIResult
本次结果对应的start操作返回的recordId
getRecordId() - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getRecordId() - Method in class com.aispeech.common.JSONResultParser
取得recordId
getRecordId() - Method in class com.aispeech.export.DmInfo
 
getRecordId() - Method in class com.aispeech.export.SkillIntent
获取录音id
getRecordId() - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
getRecordId() - Method in class com.aispeech.lite.dm.Task
 
getRecWords() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
 
getRefText() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getRefText() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
识别文本
getRefText() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
getRememberToken() - Method in class com.aispeech.export.config.AICloudVoiceCopyConfig
 
getRemoteJudge() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getRequestId() - Method in class com.aispeech.export.intent.AICloudVprintIntent
标记一次请求,可选, 如果不存在则服务端会生成一个 非必需
getRequestId() - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
getRequestId() - Method in class com.aispeech.lite.dm.Task
 
getRes() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getRes() - Method in class com.aispeech.export.config.AILocalGrammarConfig
 
getRes() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getRes() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getResBin() - Method in class com.aispeech.export.config.AIOneshotConfig.Builder
 
getResBin() - Method in class com.aispeech.export.config.AIOneshotConfig
 
getResEnd() - Method in class com.aispeech.export.intent.AntiSpoofIntent
 
getResEnd() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
 
getResource() - Method in class com.aispeech.export.config.AILocalFaspConfig
 
getResourceType() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getResourceType() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
 
getResStart() - Method in class com.aispeech.export.intent.AntiSpoofIntent
 
getResStart() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
 
getResultJSONObject() - Method in class com.aispeech.AIResult
获取结果内容
getResultObject() - Method in class com.aispeech.AIResult
获取结果内容
getResultType() - Method in class com.aispeech.AIResult
 
getRightMarginFrame() - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
getRightMarginFrame() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getRightMarginFrame() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getRmargin() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getRollBackTime() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getRunSequence() - Method in class com.aispeech.export.Command
 
getSampleBytes() - Method in class com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
getSampleBytes() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getSampleBytes() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Audio
 
getSampleRate() - Method in class com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
getSampleRate() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getSampleRate() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getSampleRate() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Audio
 
getSaveAudioFilePath() - Method in class com.aispeech.export.intent.AIDmaspIntent
 
getSaveAudioFilePath() - Method in class com.aispeech.export.intent.AIFespCarIntent
 
getSaveAudioFilePath() - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
getSaveAudioFilePath() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getSaveAudioFilePath() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
getSaveAudioMaxNumber() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getSaveAudioPath() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getSaveAudioPath() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getSaveAudioPath() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
音频保存路径
getSaveAudioPath() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getSaveAudioPath() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getSaveAudioPath() - Method in class com.aispeech.export.intent.AILocalHotWordIntent
获取音频保存路径
getSaveAudioPath() - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
获取音频保存路径
getSaveAudioPath() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
getSaveAudioPath() - Method in class com.aispeech.lite.vprint.VprintIntent
 
getSavedDirPath() - Method in class com.aispeech.AIEchoConfig
 
getSavedDirPath() - Method in class com.aispeech.export.config.EchoConfig
Deprecated.
 
getSdkInfo(AIVersionInfoListener) - Static method in class com.aispeech.DUILiteSDK
 
getSdkInfo(AIVersionInfoListener) - Method in class com.aispeech.util.LiteSdkCoreVersionUtil
 
getSdkVersion() - Static method in class com.aispeech.DUILiteSDK
 
getSegment() - Method in class com.aispeech.export.widget.callback.ListCallbackWidget
 
getSelfCustomWakeupScore() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getSemanticThreshold() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
getSensitiveFileId() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getSensitivityLevel() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
getSensitivityLevel() - Method in class com.aispeech.lite.vprint.VprintIntent
 
getServer() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getServer() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getServer() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getServerAddress() - Method in class com.aispeech.export.config.AICloudDMConfig
 
getServerAddress() - Method in class com.aispeech.export.config.AICloudSemanticConfig
 
getServerName() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getServerName() - Method in class com.aispeech.export.intent.AIAsrPlusIntent
 
getServerName() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getServerName() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getSessionId() - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getSessionId() - Method in class com.aispeech.common.JSONResultParser
取得sessionId
getSessionId() - Method in class com.aispeech.export.DmInfo
 
getSessionId() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getSessionId() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
session Id
getSessionId() - Method in class com.aispeech.export.MultiModal
获取会话id
getSessionId() - Method in class com.aispeech.export.SkillIntent
获取会话id
getSessionId() - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
getSessionId() - Method in class com.aispeech.lite.dm.Task
 
getSettings() - Method in class com.aispeech.export.ProductContext.Builder
 
getSettings() - Method in class com.aispeech.export.ProductContext
获取配置内容
getSettings() - Method in class com.aispeech.export.SkillContext.Builder
 
getSettings() - Method in class com.aispeech.export.SkillContext
 
getSize() - Method in enum com.aispeech.common.CacheUtil.CacheType
 
getSkill() - Method in class com.aispeech.export.DmInfo
 
getSkill() - Method in class com.aispeech.export.SkillIntent
获取技能名称
getSkillId() - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getSkillId() - Method in class com.aispeech.export.Command
 
getSkillId() - Method in class com.aispeech.export.DmInfo
 
getSkillId() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
skill id
getSkillID() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
getSkillId() - Method in class com.aispeech.export.MultiModal
获取技能id
getSkillId() - Method in class com.aispeech.export.NativeApi
 
getSkillId() - Method in class com.aispeech.export.SkillContext.Builder
 
getSkillId() - Method in class com.aispeech.export.SkillContext
 
getSkillId() - Method in class com.aispeech.export.SkillIntent
获取技能id
getSkillId() - Method in class com.aispeech.export.widget.callback.CallbackWidget
 
getSkillId() - Method in class com.aispeech.lite.dm.Task
 
getSleepTime() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getSliceIndex() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getSliceNum() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getSlots() - Method in class com.aispeech.export.MultiModal
获取语义槽
getSlots() - Method in class com.aispeech.export.SkillIntent
获取语义槽
getSlots() - Method in class com.aispeech.export.widget.Scene
 
getSnrRate() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
getSnrThresh() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
getSnrThresh() - Method in class com.aispeech.lite.vprint.VprintIntent
 
getSpeak() - Method in class com.aispeech.lite.dm.Task
 
getSpeaker() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getSpeakerNumber() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getSpeakerRate() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getSpeakerResource() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getSpeakerResourceList() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
getSpeakerResourceMD5Map() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
getSpeakingStyle() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getSpeakUrl() - Method in class com.aispeech.export.Speaker
 
getSpeechState() - Method in class com.aispeech.export.intent.AntiSpoofIntent
 
getSpeechState() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
 
getSpeed() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getSpeed() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getSspeBinResource() - Method in class com.aispeech.export.config.AILocalSevcConfig
 
getSspeCallbacks() - Method in class com.aispeech.lite.sspe.BaseSspeKernel
先抽离方法,方便后续拓展
getSspeCallbacks() - Method in class com.aispeech.lite.sspe.CarFourMicSspeKernel
 
getSspeCallbacks() - Method in class com.aispeech.lite.sspe.CarTwoMicSspeKernel
 
getSspeCallbacks() - Method in class com.aispeech.lite.sspe.SspeKernel
 
getSspeKernel(FespxKernelListener, int) - Method in class com.aispeech.lite.sspe.SspeKernelFactory
 
getSspeResource() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getSspeResource() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getSspeType() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getStateFrame() - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
getStateFrame() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getStateFrame() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getStreamType() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getStreamType() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getString(Context, String, String) - Static method in class com.aispeech.common.SharedPreferencesUtil
读取String标识从sharedPreferences中
getStringAudioType() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getStrWakeupWords() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getSubTitle() - Method in class com.aispeech.export.widget.callback.ContentCallbackWidget
 
getSubwordWakeup() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getSupportSampleRate() - Method in enum com.aispeech.export.config.AICloudVprintConfig.Mode
当前模式下支持的采样率
getTag() - Method in class com.aispeech.export.engines2.AICloudASREngine
 
getTag() - Method in class com.aispeech.export.engines2.AICloudASRSentenceEngine
 
getTag() - Method in class com.aispeech.export.engines2.AICloudDMEngine
 
getTag() - Method in class com.aispeech.export.engines2.AICloudLASREngine
 
getTag() - Method in class com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
getTag() - Method in class com.aispeech.export.engines2.AICloudTTSEngine
 
getTag() - Method in class com.aispeech.export.engines2.AICloudVprintEngine
 
getTag() - Method in class com.aispeech.export.engines2.AIFespCarEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalAntiSpoofingEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalASREngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalAsrppEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalEchoEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalFaspEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalGrammarEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalHotWordsEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalLASREngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalMdsEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalSevcEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalTTSEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalVadEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalVprintEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalVprintLiteEngine
 
getTag() - Method in class com.aispeech.export.engines2.AILocalWakeupIncrementEngine
 
getTag() - Method in class com.aispeech.export.engines2.AIWakeupEngine
 
getTag() - Method in class com.aispeech.lite.base.BaseEngine
 
getTagSuffix() - Method in class com.aispeech.lite.base.BaseConfig
 
getTask() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
task name
getTask() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
getTask() - Method in class com.aispeech.export.MultiModal
获取任务名称
getTaskId() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getTaskName() - Method in class com.aispeech.export.Command
 
getTaskName() - Method in class com.aispeech.export.NativeApi
 
getTaskName() - Method in class com.aispeech.export.SkillIntent
获取任务名称
getTaskName() - Method in class com.aispeech.export.widget.callback.CallbackWidget
 
getTaskName() - Method in class com.aispeech.lite.dm.Task
 
getTaskType() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
getText() - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getText() - Method in class com.aispeech.common.JSONResultParser
获取text字段
getText() - Method in class com.aispeech.export.widget.callback.TextCallbackWidget
 
getText() - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
getText() - Method in class com.aispeech.lite.voicecopy.CloudVoiceCopyKernel
获取复刻对应的录音文本
getTextType() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getThreadAffinity() - Method in class com.aispeech.DUILiteConfig
 
getThresh() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
getThresh(String[]) - Method in class com.aispeech.lite.BuiltinWakeupWords
getThresh() - Method in class com.aispeech.lite.vprint.VprintIntent
 
getThreshHigh() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getThreshHigh() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
getThreshLoud(String[]) - Method in class com.aispeech.lite.BuiltinWakeupWords
getThreshLow() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getThreshLow() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
getThreshold() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getThreshold() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getThreshold() - Method in class com.aispeech.export.config.WakeupWord
 
getThreshold() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getThreshold() - Method in class com.aispeech.export.intent.AILocalHotWordIntent
获取热词置信度阈值
getThreshold() - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
获取热词置信度阈值
getThreshold() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
getThreshString(String[]) - Method in class com.aispeech.lite.BuiltinWakeupWords
getTimestamp() - Method in exception com.aispeech.AIError
错误发生时间戳
getTimestamp() - Method in class com.aispeech.AIResult
返回结果的时间戳
getTimestamp() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getTimestamp() - Method in class com.aispeech.lite.vprint.VprintSqlEntity
 
getTips() - Method in enum com.aispeech.lite.Languages
 
getTitle() - Method in class com.aispeech.export.widget.callback.ContentCallbackWidget
 
getToken() - Method in class com.aispeech.export.config.AICloudVoiceCopyConfig
 
getTopic() - Method in class com.aispeech.AIResult
 
getTopic() - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
getTopN() - Method in class com.aispeech.export.intent.AICloudVprintIntent
1:N按照score排序,输出前n个得分,若不配置该选项,会在result字段中返回所有得分,开启该选项后会在topN字段中返回得分排名靠前的最多N个得分.仅用于离线验证
getTopN() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
 
getTotalPages() - Method in class com.aispeech.export.widget.callback.ListCallbackWidget
 
getTotalPages() - Method in class com.aispeech.export.widget.callback.MediaCallbackWidget
 
getTrainNum() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
getTrainNum() - Method in class com.aispeech.lite.vprint.VprintIntent
 
getTtsCacheDir() - Method in class com.aispeech.DUILiteConfig
 
getTtsDynamicParam(String, int) - Static method in class com.aispeech.common.TTSDynamicParamUtils
动态参数
getType() - Method in class com.aispeech.export.config.AuthConfig
 
getType() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
AI type
getType() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getType() - Method in class com.aispeech.export.widget.callback.CallbackWidget
 
getType() - Method in enum com.aispeech.export.widget.callback.CallbackWidgetType
 
getType() - Method in enum com.aispeech.lite.SemanticType
 
getuId() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
 
getUploadAudioDelayTime() - Method in class com.aispeech.DUILiteConfig
Deprecated.
废弃
getUploadAudioDelayTime() - Method in class com.aispeech.export.config.UploadConfig
 
getUploadAudioLevel() - Method in class com.aispeech.DUILiteConfig
 
getUploadAudioLevel() - Method in class com.aispeech.export.config.UploadConfig
 
getUploadAudioMaxLength() - Method in class com.aispeech.export.config.UploadConfig
 
getUploadAudioPath() - Method in class com.aispeech.DUILiteConfig
 
getUploadAudioPath() - Method in class com.aispeech.export.config.UploadConfig
 
getUploadAudioTime() - Method in class com.aispeech.export.config.UploadConfig
 
getUploadConfig() - Method in class com.aispeech.DUILiteConfig
 
getUploadOffset() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getUploadProgress() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getUploadUrl() - Method in class com.aispeech.DUILiteConfig
 
getUploadUrl() - Method in class com.aispeech.export.config.UploadConfig
 
getUri() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getUrl() - Method in class com.aispeech.export.widget.callback.WebCallbackWidget
 
getUseDelimiter() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getUserDictResource() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
getUseRecUppercase() - Method in class com.aispeech.export.intent.AILocalLASRIntent
 
getUseRefTextLength() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
getUserId() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getUserId() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getUserId() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
 
getUserId() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getUserId() - Method in class com.aispeech.export.intent.AICloudVprintIntent
声纹ID,用户ID在系统中应该是唯一的 注册时非必需,不设置服务端会生成一个 注销时必须设置 仅用于注册和注销
getUserId() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
getUserId() - Method in class com.aispeech.lite.vprint.VprintIntent
 
getUsers() - Method in class com.aispeech.export.intent.AIAsrPlusIntent
 
getUsers() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getUsers() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getUsers() - Method in class com.aispeech.export.intent.AICloudVprintIntent
要对比的用户id列表。若users列表为空,择选取organization所有的id做1:N比对,仅用于验证
getUseTimeStamp() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getUuid() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
getV1Host() - Method in class com.aispeech.lite.dm.update.UpdaterImpl.Builder
 
getVadCacheByte() - Method in class com.aispeech.common.CacheUtil
 
getVadCacheByte(int) - Method in class com.aispeech.common.CacheUtil
 
getVadEnable() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getVadPause() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
getVadPauseTime() - Method in class com.aispeech.export.config.AILocalASRConfig
 
getVadPauseTime() - Method in class com.aispeech.export.config.AILocalAsrppConfig
 
getVadRes() - Method in class com.aispeech.export.config.AICloudDMConfig
 
getVadRes() - Method in class com.aispeech.export.config.AICloudSemanticConfig
 
getVadResource() - Method in class com.aispeech.export.config.AICloudASRConfig
 
getVadResource() - Method in class com.aispeech.export.config.AILocalASRConfig
 
getVadResource() - Method in class com.aispeech.export.config.AILocalAsrppConfig
 
getVadResource() - Method in class com.aispeech.export.config.AILocalVadConfig
 
getValue() - Method in enum com.aispeech.export.config.AICloudVprintConfig.Mode
 
getValue() - Method in enum com.aispeech.export.intent.VprintIntent.Action
Deprecated.
 
getValue() - Method in class com.aispeech.export.Setting
 
getValue() - Method in class com.aispeech.lite.AISampleRate
获取Int类型的采样率值
getValue() - Method in class com.aispeech.lite.dm.cache.Item
 
getValue() - Method in enum com.aispeech.lite.oneshot.OneshotKernel.EngineState
 
getValue() - Method in enum com.aispeech.lite.vprint.VprintIntent.Action
 
getValue() - Method in enum com.aispeech.lite.vprintlite.VprintLiteIntent.Action
 
getValueOf(String) - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
get value
getValueOf(String) - Method in class com.aispeech.export.engines2.AIFespCarEngine
get value
getValueOf(String) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
getValueOf(String) - Method in class com.aispeech.lite.dmasp.DmaspKernel
 
getValueOf(String) - Method in class com.aispeech.lite.dmasp.DmaspProcessor
 
getValueOf(String) - Method in class com.aispeech.lite.mds.MdsKernel
 
getValueOf(String) - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
getValues() - Method in class com.aispeech.export.config.AICloudDMConfig
 
getVar() - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
getVar() - Method in class com.aispeech.common.JSONResultParser
取得已确定不变的识别结果(用于实时反馈)
getVocab(String) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
获取 ldm contents 同步方法 读取联系人需要在线程中调用
getVocabsCfgPath() - Method in class com.aispeech.export.SemanticVocabsCfg
 
getVocabsTextPath() - Method in class com.aispeech.export.SemanticVocabsCfg
 
getVolume() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getVolume() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
getVpCallbackLength() - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
获取vprintcut回调输出tlv数据包长度,资源需要带声纹。 每次输出时该长度固定,输入声纹时也需要保持该长度
getVprintCutSaveDir() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
getVprintCutSaveDir() - Method in class com.aispeech.lite.vprint.VprintIntent
 
getVprintDatabasePath() - Method in class com.aispeech.export.config.VprintConfig
Deprecated.
 
getVprintDatabasePath() - Method in class com.aispeech.lite.vprint.VprintConfig
 
getVPrintJSON() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
getVprintLiteSaveDir() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
 
getVprintModelPath() - Method in class com.aispeech.export.config.VprintConfig
Deprecated.
 
getVprintModelPath() - Method in class com.aispeech.lite.vprint.VprintConfig
 
getVprintModelPath() - Method in class com.aispeech.lite.vprintlite.VprintLiteConfig
 
getVprintResBin() - Method in class com.aispeech.export.config.VprintConfig
Deprecated.
 
getVprintResBin() - Method in class com.aispeech.lite.vprint.VprintConfig
 
getVprintResBin() - Method in class com.aispeech.lite.vprintlite.VprintLiteConfig
 
getVprintType() - Method in class com.aispeech.lite.vprintlite.VprintLiteConfig
 
getVprintWord() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
getVprintWord() - Method in class com.aispeech.lite.vprint.VprintIntent
 
getWaitingTimeout() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getWaitingTimeout() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
getWakeupResource() - Method in class com.aispeech.export.config.AIDmaspConfig.Builder
 
getWakeupResource() - Method in class com.aispeech.export.config.AIDmaspConfig
 
getWakeupResource() - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
getWakeupResource() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getWakeupResource() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getWakeupResource() - Method in class com.aispeech.export.config.AIWakeupConfig
 
getWakeupWord() - Method in class com.aispeech.export.config.AIDmaspConfig.Builder
 
getWakeupWord() - Method in class com.aispeech.export.config.AIDmaspConfig
 
getWakeupWord() - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
getWakeupWord() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getWakeupWord() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
getWakeupWord() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getWakeupWord() - Method in class com.aispeech.export.config.WakeupWord
 
getWakeupword() - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
getWakeupWord() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
getWakeupWordArray() - Method in class com.aispeech.export.config.AIFespCarConfig
 
getWakeupwordList() - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
getWakeupWords() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
getWakeupWords() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
唤醒词信息
getWakeupWords() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getWakeupWordsParams(String[], float[], int[], boolean) - Static method in class com.aispeech.common.DynamicParamUtils
动态调整参数,具体请参照 demo
getWavFilepath() - Method in class com.aispeech.export.intent.AICloudVprintIntent
用于注册和验证声纹的音频文件路径,必需设置
getWebSocketHost() - Method in class com.aispeech.lite.dm.update.UpdaterImpl.Builder
 
getWeight() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getWidget() - Method in class com.aispeech.export.widget.callback.CustomCallbackWidget
 
getWidget() - Method in class com.aispeech.lite.dm.Task
 
getWidgetTypeByInt(int) - Static method in enum com.aispeech.export.widget.callback.CallbackWidgetType
 
getWkpWnd() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getWords() - Method in class com.aispeech.export.config.AIOneshotConfig.Builder
 
getWords() - Method in class com.aispeech.export.config.AIOneshotConfig
 
getWords() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
getWords() - Method in class com.aispeech.export.intent.AILocalHotWordIntent
获取词表
getWords() - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
获取词表
getWords() - Method in class com.aispeech.lite.speech.Phrase
 
getWsPort() - Method in class com.aispeech.export.config.NearWakeupConfig
 
getWssDMCustomParams() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
GrammarBean(String, String) - Constructor for class com.aispeech.export.intent.AILocalGrammarIntent.GrammarBean
 
grammerRes - Variable in class com.aispeech.export.config.AILocalWakeupIncrementConfig
设置grammer编译资源

H

handleCustomMessage(Message) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
handleCustomMessage(Message) - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
handleIntercept(String, String, JSONObject) - Method in class com.aispeech.export.interceptor.AbstractCostInterceptor
自定义拦截处理逻辑
handleIntercept(String, String, JSONObject) - Method in class com.aispeech.export.interceptor.AsrInterceptor
 
handleIntercept(String, String, JSONObject) - Method in class com.aispeech.export.interceptor.DoaInterceptor
 
handleIntercept(String, String, JSONObject) - Method in class com.aispeech.export.interceptor.NluInterceptor
 
handleIntercept(String, String, JSONObject) - Method in class com.aispeech.export.interceptor.TTSInterceptor
 
handleIntercept(String, String, JSONObject) - Method in class com.aispeech.export.interceptor.VadInterceptor
 
handleIntercept(String, String, JSONObject) - Method in class com.aispeech.export.interceptor.WakeupInterceptor
 
handleMessage(BaseProcessor.EngineMsg, Message) - Method in interface com.aispeech.lite.MessageProcess.Handle
 
handleMsgRelease() - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
handleMsgRelease() - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
handleMsgRelease() - Method in class com.aispeech.lite.sspe.CarFourMicSspeKernel
 
handleMsgRelease() - Method in class com.aispeech.lite.sspe.CarTwoMicSspeKernel
 
handleMsgStart(Message) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
handleMsgStart(Message) - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
handleMsgStart(Message) - Method in class com.aispeech.lite.sspe.CarFourMicSspeKernel
 
handleMsgStart(Message) - Method in class com.aispeech.lite.sspe.CarTwoMicSspeKernel
 
handleMsgStop() - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
handleMsgStop() - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
handleMsgStop() - Method in class com.aispeech.lite.sspe.CarFourMicSspeKernel
 
handleMsgStop() - Method in class com.aispeech.lite.sspe.CarTwoMicSspeKernel
 
handlerInnerMsg(EngineMsg, Message) - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
下行数据流处理线程
handlerInnerMsg(EngineMsg, Message) - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
handlerInnerMsg(EngineMsg, Message) - Method in class com.aispeech.lite.dmasp.DmaspProcessor
处理内部消息
handlerInnerMsg(EngineMsg, Message) - Method in class com.aispeech.lite.echo.LocalEchoProcessor
 
handlerInnerMsg(EngineMsg, Message) - Method in class com.aispeech.lite.fasp.FaspProcessor
 
handlerInnerMsg(EngineMsg, Message) - Method in class com.aispeech.lite.hotword.HotWordsProcessor
 
handlerInnerMsg(EngineMsg, Message) - Method in class com.aispeech.lite.mds.MdsProcessor
 
handlerInnerMsg(EngineMsg, Message) - Method in class com.aispeech.lite.sevc.SevcProcessor
 
handlerInnerMsg(EngineMsg, Message) - Method in class com.aispeech.lite.vprintlite.VprintLiteProcessor
处理内部消息
handlerInnerMsg(EngineMsg, Message) - Method in class com.aispeech.lite.wakeupincrement.WakeupIncrementProcessor
 
hasCache() - Method in class com.aispeech.lite.dm.dispather.Dispatcher
Dispatcher 中是否包含有未执行任务
hasEnglish(String) - Static method in class com.aispeech.common.DynamicDecodeUtil
 
hasNext() - Method in class com.aispeech.lite.dm.cache.Cache.TaskIterator
 
hasNext() - Method in interface com.aispeech.lite.dm.cache.Iterator
if has next
hasNext() - Method in class com.aispeech.lite.oneshot.OneshotCache.OneshotIterator
 
haveVprintInfo() - Method in class com.aispeech.common.JSONResultParser
 
HOT_WORDS - Static variable in class com.aispeech.lite.Engines
 
HotWordsProcessor - Class in com.aispeech.lite.hotword
热词引擎processor
HotWordsProcessor() - Constructor for class com.aispeech.lite.hotword.HotWordsProcessor
 

I

IAILocalVprintLite - Interface in com.aispeech.export.function
约束型接口,版本发布后请勿修改或者删除原方法,可添加新内容 Created by wanbing on 2021/9/28 16:22
IASR - Interface in com.aispeech.export.function
 
IAsrPolicy - Interface in com.aispeech.export
识别的仲裁策略
IBaseListener - Interface in com.aispeech.lite.speech
Description: 基础的初始化和错误接口 Author: junlong.huang CreateTime: 2022/10/25
ICarFunction - Interface in com.aispeech.lite.function
Created by wanbing on 2021/9/7 17:28
ICInfo - Interface in com.aispeech.lite.dm.update
cinfo 接口定义
ICloudListener - Interface in com.aispeech.export.listeners
 
IConfig - Interface in com.aispeech.export.function
 
IDmProcessor - Interface in com.aispeech.lite.dm
dm processor 实现接口
IEcho - Interface in com.aispeech.export.function
 
IEngine<S extends IConfig,T extends IIntent,U extends EngineListener> - Interface in com.aispeech.export.function
 
IIntent - Interface in com.aispeech.export.function
 
IInterceptor - Interface in com.aispeech.export.interceptor
 
IInterceptor.FlowType - Interface in com.aispeech.export.interceptor
 
IInterceptor.Layer - Interface in com.aispeech.export.interceptor
 
IInterceptor.Name - Interface in com.aispeech.export.interceptor
 
IListener - Interface in com.aispeech.export.listeners
 
IllegalPinyinException - Exception in com.aispeech.export.exception
非法拼音
IllegalPinyinException() - Constructor for exception com.aispeech.export.exception.IllegalPinyinException
 
IllegalPinyinException(String) - Constructor for exception com.aispeech.export.exception.IllegalPinyinException
 
IMAGE_URL - Static variable in class com.aispeech.export.widget.callback.ContentCallbackWidget
图片资源地址
implVadCk - Variable in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
increment(int) - Method in class com.aispeech.lite.hotword.ssl.Counter
计数器自增
init(EngineListener) - Method in class com.aispeech.base.BaseInnerEngine
 
init(String, String) - Method in class com.aispeech.common.FileSaveUtil
 
init(String) - Method in class com.aispeech.common.FileSaveUtil
 
init(Context, DUILiteConfig, DUILiteSDK.InitListener) - Static method in class com.aispeech.DUILiteSDK
初始化授权信息
init(AICloudASRConfig, AIASRListener) - Method in class com.aispeech.export.engines2.AICloudASREngine
初始化云端识别引擎
init(AIASRSentenceListener) - Method in class com.aispeech.export.engines2.AICloudASRSentenceEngine
初始化
init(String, AIASRSentenceListener) - Method in class com.aispeech.export.engines2.AICloudASRSentenceEngine
初始化
init(AICloudDMConfig, AICloudDMListener) - Method in class com.aispeech.export.engines2.AICloudDMEngine
初始化云端识别引擎。
init(Context, AILASRListener) - Method in class com.aispeech.export.engines2.AICloudLASREngine
 
init(Context, String, AILASRListener) - Method in class com.aispeech.export.engines2.AICloudLASREngine
 
init(AILASRRealtimeListener) - Method in class com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
init(AICloudASRConfig, AILASRRealtimeListener) - Method in class com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
init(AICloudSemanticConfig, AIASRListener) - Method in class com.aispeech.export.engines2.AICloudSemanticEngine
Deprecated.
初始化云端识别引擎。
init(AICloudTTSConfig, AITTSListener) - Method in class com.aispeech.export.engines2.AICloudTTSEngine
 
init(AICloudVprintConfig, AICloudVprintListener) - Method in class com.aispeech.export.engines2.AICloudVprintEngine
 
init(AIDmaspConfig, AIDmaspListener) - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
 
init(AIFespCarConfig, AIFespCarListener) - Method in class com.aispeech.export.engines2.AIFespCarEngine
 
init(AntiSpoofConfig, AILocalAntiSpoofListener) - Method in class com.aispeech.export.engines2.AILocalAntiSpoofingEngine
 
init(AILocalASRConfig, AIASRListener) - Method in class com.aispeech.export.engines2.AILocalASREngine
初始化本地识别引擎
init(AILocalAsrppConfig, AILocalAsrppListener) - Method in class com.aispeech.export.engines2.AILocalAsrppEngine
 
init(EchoConfig, AILocalEchoListener) - Method in class com.aispeech.export.engines2.AILocalEchoEngine
 
init(AILocalFaspConfig, AILocalFaspListener) - Method in class com.aispeech.export.engines2.AILocalFaspEngine
 
init(String, AILocalGrammarListener) - Method in class com.aispeech.export.engines2.AILocalGrammarEngine
初始化本地语法编译引擎
init(AILocalHotWordConfig, AILocalHotWordsListener) - Method in class com.aispeech.export.engines2.AILocalHotWordsEngine
初始化引擎
init(String, AIASRListener) - Method in class com.aispeech.export.engines2.AILocalLASREngine
 
init(AILocalMdsConfig, AILocalMdsListener) - Method in class com.aispeech.export.engines2.AILocalMdsEngine
 
init(String, AILocalNRListener) - Method in class com.aispeech.export.engines2.AILocalNREngine
初始化引擎,需设置 NR 资源
init(AIASRListener) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
init(AILocalSemanticConfig, AIASRListener) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
初始化本地识别引擎
init(AILocalSemanticConfig, AILocalSemanticListener) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
 
init(AILocalSevcConfig, AILocalSevcListener) - Method in class com.aispeech.export.engines2.AILocalSevcEngine
 
init(AILocalSignalAndWakeupConfig, AILocalSignalAndWakeupListener) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
init(AILocalTTSConfig, AILocalTTSListener) - Method in class com.aispeech.export.engines2.AILocalTTSEngine
初始化合成引擎
init(AILocalTTSConfig, AITTSListener) - Method in class com.aispeech.export.engines2.AILocalTTSEngine
初始化合成引擎
init(AILocalVadConfig, AILocalVadListener) - Method in class com.aispeech.export.engines2.AILocalVadEngine
 
init(String, AILocalVadListener) - Method in class com.aispeech.export.engines2.AILocalVadEngine
初始化本地vad引擎,本地vad资源
init(String, int, AILocalVadListener) - Method in class com.aispeech.export.engines2.AILocalVadEngine
初始化本地vad引擎,本地vad资源
init(String, int, boolean, AILocalVadListener) - Method in class com.aispeech.export.engines2.AILocalVadEngine
初始化本地vad引擎,本地vad资源
init(String, int, boolean, boolean, AILocalVadListener) - Method in class com.aispeech.export.engines2.AILocalVadEngine
初始化本地vad引擎,本地vad资源
init(VprintConfig, AILocalVprintListener) - Method in class com.aispeech.export.engines2.AILocalVprintEngine
初始化声纹引擎
init(VprintLiteConfig, AILocalVprintLiteListener) - Method in class com.aispeech.export.engines2.AILocalVprintLiteEngine
初始化声纹引擎
init(AILocalWakeupIncrementConfig, AILocalWakeupIncrementListener) - Method in class com.aispeech.export.engines2.AILocalWakeupIncrementEngine
初始化引擎
init(AIWakeupConfig, AIWakeupListener) - Method in class com.aispeech.export.engines2.AIWakeupEngine
唤醒引擎初始化
init(VprintLiteConfig, AILocalVprintLiteListener) - Method in interface com.aispeech.export.function.IAILocalVprintLite
 
init(S, U) - Method in interface com.aispeech.export.function.IEngine
 
init() - Method in class com.aispeech.lite.base.BaseEngine
 
init(SpeechListener, CloudDMConfig, LocalVadConfig) - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
init(SpeechListener, CloudDMConfig, LocalVadConfig) - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
init(SpeechListener, CloudDMConfig, LocalVadConfig) - Method in interface com.aispeech.lite.dm.IDmProcessor
初始化
init(SpeechListener, LocalDmaspConfig) - Method in class com.aispeech.lite.dmasp.DmaspProcessor
 
init(SpeechListener) - Method in class com.aispeech.lite.echo.LocalEchoProcessor
 
init(SpeechListener, FaspConfig) - Method in class com.aispeech.lite.fasp.FaspProcessor
 
init(SpeechListener, LocalAsrConfig, SSLConfig) - Method in class com.aispeech.lite.hotword.HotWordsProcessor
初始化
init(SSLConfig, SSLListener) - Method in interface com.aispeech.lite.hotword.ssl.ISSL
初始化
init(int) - Method in interface com.aispeech.lite.hotword.ssl.n.INRms
初始化
init(LocalVadConfig, NVadListener) - Method in interface com.aispeech.lite.hotword.ssl.n.INVad
初始化
init(int) - Method in class com.aispeech.lite.hotword.ssl.n.NRmsEngine
 
init(LocalVadConfig, NVadListener) - Method in class com.aispeech.lite.hotword.ssl.n.NVadEngine
 
init(SSLConfig, SSLListener) - Method in class com.aispeech.lite.hotword.ssl.SSLByVadEngine
 
init(int) - Method in interface com.aispeech.lite.hotword.ssl.SSLListener
初始化结果
init(SpeechListener, LocalMdsConfig) - Method in class com.aispeech.lite.mds.MdsProcessor
 
init(SpeechListener, AIEngineConfig) - Method in class com.aispeech.lite.sevc.SevcProcessor
 
init(AICloudVoiceCopyConfig, AICloudVoiceCopyListener) - Method in class com.aispeech.lite.voicecopy.CloudVoiceCopyKernel
初始化声音复刻内核
init(AICloudVprintConfig.Mode, String, AIProfile, AICloudVprintListener) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
初始化
init(SpeechListener, LocalVprintLiteConfig) - Method in class com.aispeech.lite.vprintlite.VprintLiteProcessor
 
init(SpeechListener, LocalAsrConfig, SSLConfig, LocalGrammarConfig) - Method in class com.aispeech.lite.wakeupincrement.WakeupIncrementProcessor
初始化
INIT_INTERVAL - Static variable in class com.aispeech.common.AIConstant
SDK初始化防抖时间间隔
initEngine(LiteSoFunction, AIEngineConfig) - Method in class com.aispeech.lite.mds.MdsKernel
 
initEngine(LiteSoFunction, LocalSignalProcessingConfig) - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
initTAG() - Method in class com.aispeech.lite.base.BaseEngine
 
innerRelease() - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
INRms - Interface in com.aispeech.lite.hotword.ssl.n
 
insert(LasrSqlEntity) - Method in class com.aispeech.export.lasr.LasrDatabaseManager
 
insertOrUpdate(LasrSqlEntity) - Method in class com.aispeech.export.lasr.LasrDatabaseManager
 
insertOrUpdate(VprintSqlEntity) - Method in class com.aispeech.lite.vprint.VprintDatabaseManager
 
intentName - Variable in class com.aispeech.export.widget.callback.CallbackWidget
intent 名称
intercept(JSONObject) - Method in class com.aispeech.export.interceptor.AbstractCostInterceptor
 
intercept(JSONObject) - Method in interface com.aispeech.export.interceptor.IInterceptor
 
INTERVAL - Static variable in class com.aispeech.lite.oneshot.OneshotKernel
 
intervalTime - Variable in class com.aispeech.export.config.RecorderConfig.Builder
 
intervalTime - Variable in class com.aispeech.export.config.RecorderConfig
录音机采集数据间隔
INVad - Interface in com.aispeech.lite.hotword.ssl.n
NVadEngine
isAddExtraAudioWhenFeedNotContinuousAudio() - Method in class com.aispeech.export.intent.AIFespCarIntent
 
isAddExtraAudioWhenFeedNotContinuousAudio() - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
isAddExtraAudioWhenFeedNotContinuousAudio() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
isAudioAdoptAEC() - Method in class com.aispeech.export.config.NearWakeupConfig
 
isAudioStandard() - Method in class com.aispeech.export.config.AICloudLASRConfig.AudioParam
音频是否符合以下信息: 音频格式为 wav, ogg_speex, ogg_oups, mp3,并且音频 sampleRate 为 16000 Hz,channel 为 1。
isAuthorized(Context) - Static method in class com.aispeech.DUILiteSDK
检查是否授权成功(本地授权文件有效)
isAutoHoldBeamforming() - Method in class com.aispeech.export.intent.AIFespCarIntent
Deprecated.
该方法不再使用
isAutoSetDriveMode() - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
isAutoSetDriveMode() - Method in class com.aispeech.lite.dmasp.DmaspKernel
 
isAutoSetDriveMode() - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
isBuildMulti() - Method in class com.aispeech.export.intent.AILocalGrammarIntent
 
isBuildSuccess() - Method in class com.aispeech.export.bean.BuildGrammarResult
 
isCacheUploadEnable() - Method in class com.aispeech.DUILiteConfig
 
isCacheUploadEnable() - Method in class com.aispeech.export.config.UploadConfig
 
isCallbackInThread() - Method in class com.aispeech.DUILiteConfig
 
isCallBackResultData(int) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
判断该场景是否开启了音频回调
isCloudVadEnable() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isCloudVprintVadEnable() - Method in class com.aispeech.export.intent.AIAsrPlusIntent
 
isCloudVprintVadEnable() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isCloudVprintVadEnable() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
isCombinationEnable(int, int) - Static method in class com.aispeech.lite.function.CarFunctionHelper
根据传入的音区,判断唤醒的doa是否可以抛出唤醒 目前支持全车模式(音区锁定功能)和 自由组合模式
isConnected() - Method in class com.aispeech.export.engines2.AICloudDMEngine
返回当前连接状态
isConnected() - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
isConnected() - Method in class com.aispeech.lite.dm.CloudDmKernel
 
isConnected() - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
isConnected() - Method in interface com.aispeech.lite.dm.IDmProcessor
返回当前连接状态
isDefaultScene() - Method in class com.aispeech.export.widget.Scene
 
isDoaInCoPilot(int) - Static method in class com.aispeech.lite.function.CarFunctionHelper
副驾唤醒
isDoaInMain(int) - Static method in class com.aispeech.lite.function.CarFunctionHelper
主驾唤醒
isDriveModeEntire() - Method in class com.aispeech.lite.dmasp.DmaspKernel
当前是否为全车模式
isDriveModePositioning() - Method in class com.aispeech.lite.dmasp.DmaspKernel
当前是否为定位模式
isDynamicAlignment() - Method in class com.aispeech.export.config.AIDmaspConfig.Builder
 
isDynamicAlignment() - Method in class com.aispeech.export.config.AIDmaspConfig
 
ISemantic - Interface in com.aispeech.export.function
 
isEmpty() - Method in class com.aispeech.export.Slots
 
isEmpty() - Method in class com.aispeech.export.Speaker
 
isEmpty() - Method in class com.aispeech.lite.dm.cache.Cache
 
isEnableAlignment() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableAlignment() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
isEnableAudioDetection() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableAudioDetection() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
isEnableBCDDiscard() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
isEnableCloudVAD() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
isEnableConfidence() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableDialectProcess() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableDialectProcessNlurec() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableDoubleVad() - Method in class com.aispeech.export.config.AICloudASRConfig
 
isEnableDoubleVad() - Method in class com.aispeech.export.config.AILocalASRConfig
 
isEnableEmotion() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableEmotion() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
isEnableFirstDec() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableFirstDecForce() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableLanguageClassifier() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableNBest() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
是否启用语义的nbest 结果
isEnableNumberConvert() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableNumberConvert() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
isEnableNumberConvert() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
是否开启识别结果中文转阿拉伯数字
isEnableOptimization() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
isEnablePunctuation() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnablePunctuation() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
isEnablePunctuation() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
是否启用标点符号
isEnableRecUppercase() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableRecUppercase() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
isEnableRecUppercase() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
 
isEnableSensitiveWdsNorm() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableShowText() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
isEnableSNTime() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableSpeakerAntiSpoofing() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
isEnableSpeakerAntiSpoofing() - Method in class com.aispeech.export.intent.AICloudVprintIntent
语音活体检测,仅用于离线验证
isEnableTone() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEnableTone() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
isEnableVAD() - Method in class com.aispeech.export.intent.AICloudDMIntent
返回是否使用识别服务内置的vad模块检测
isEnableVad() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
isEnableVad() - Method in class com.aispeech.export.intent.AICloudVprintIntent
文本无关vad开关
isEnableVocabsConvert() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
isEnableVocabsConvert() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
 
isEncodedAudio() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isEncodedAudio() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
isEncryptCustomDeviceName() - Method in class com.aispeech.DUILiteConfig
 
isEndSkillDm() - Method in class com.aispeech.export.DmInfo
 
isEndSkillDm() - Method in class com.aispeech.lite.dm.Task
 
isEnhanceRegister() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
isEnhanceRegister() - Method in class com.aispeech.export.intent.AICloudVprintIntent
注册增强,仅用于注册
isEnhanceRegister() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
 
isFourHost() - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
isFourHost() - Method in class com.aispeech.export.config.AIFespCarConfig
 
isFullDuplex() - Method in class com.aispeech.lite.dm.update.UpdaterImpl.Builder
 
isGlobalAudioSave() - Static method in class com.aispeech.DUILiteSDK
是否开启全局音频保存
isHttpVerify() - Method in enum com.aispeech.export.config.AICloudVprintConfig.Mode
是否支持 Http 方式进行声纹验证
isIgnoreEmptyResult() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isIgnoreLogin() - Method in class com.aispeech.DUILiteConfig
 
isIllegalPinyin(String) - Static method in class com.aispeech.common.PinYinUtils
 
isImplAgcCk() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isImplBfCk() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isImplDoaCk() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isImplEchoCk() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isImplEchoVoipCk() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isImplInputCk() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isImplMultiBfCk() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isImplOutputCk() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isImplSevcDoaCk() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isImplSevcNoiseCk() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isImplVadCk() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isImplVprintCutCk() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isImplWakeupCk() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isInputContinuousAudio() - Method in class com.aispeech.export.intent.AIFespCarIntent
 
isInputContinuousAudio() - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
isInputContinuousAudio() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
isIpAddress(String) - Static method in class com.aispeech.export.config.NearWakeupConfig
校验字符串是否是合法IP
isItnUpperCase() - Method in class com.aispeech.export.config.AILocalASRConfig
 
isLast() - Method in class com.aispeech.AIResult
返回是否是最后的结果,配合返回结果为byte[]类型使用
isLocalFile() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
isLocalVadEnable() - Method in class com.aispeech.export.config.AICloudASRConfig
 
isLogEnable() - Method in class com.aispeech.DUILiteConfig
 
isMaxVolumeMode() - Method in class com.aispeech.DUILiteConfig
获取当前大音量模式
isModeTextNoRelated(AICloudVprintConfig.Mode) - Method in class com.aispeech.export.config.AICloudVprintConfig
 
isModTextRelated(AICloudVprintConfig.Mode) - Method in class com.aispeech.export.config.AICloudVprintConfig
 
isMonitorEnable() - Method in class com.aispeech.AIEchoConfig
 
isMonitorEnable() - Method in class com.aispeech.export.config.EchoConfig
Deprecated.
 
isMonitorUploadEnable() - Method in class com.aispeech.DUILiteConfig
 
isNeedCopyFeedData() - Method in class com.aispeech.lite.base.BaseIntent
 
isNeedCopyResultData() - Method in class com.aispeech.lite.base.BaseIntent
 
isNetWorkError() - Method in exception com.aispeech.AIError
是否是网络错误
isOmitCheck() - Method in class com.aispeech.export.intent.AILocalHotWordIntent
 
isOneshotOptimization() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isPreWakeupOn() - Method in class com.aispeech.export.config.AIWakeupConfig
 
isProcessDoaInformation() - Method in class com.aispeech.export.intent.AIFespCarIntent
 
isProductInfoValid() - Method in class com.aispeech.DUILiteConfig
 
isQueryRegisterAudioJson(String) - Static method in class com.aispeech.export.engines2.AILocalVprintEngine
返回的json信息是否是查询注册音频接口回调的json
isRealback() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isRealBack() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
isReturnPhone() - Method in class com.aispeech.export.intent.AICloudTTSIntent
当前是否开启了音素返回,需注意,部分音色不支持音素,所以虽然打开了音素,但是不会有音素信息返回
isRoute() - Method in class com.aispeech.export.config.AICloudDMConfig
 
isSaveOriginalAudio() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isSavingEngineAudioEnable(int) - Static method in class com.aispeech.DUILiteSDK
该引擎的是否保存音频
isSavingEngineAudioEnable(int) - Static method in class com.aispeech.lite.Engines
判断改引擎是否开启了音频保存 Engines
isSavingFile(int) - Static method in class com.aispeech.lite.FileSaveScenes
判断该场景是否开启了文件保存 Engines
isShouldEndSession() - Method in class com.aispeech.lite.dm.Task
 
isSkip_saving() - Method in class com.aispeech.export.intent.AICloudVprintIntent
为true不保存音频,默认false,非必需设置
ISSL - Interface in com.aispeech.lite.hotword.ssl
SSL means sound source locate
isSlotBinFileExists() - Method in class com.aispeech.export.widget.Scene
 
isSspe() - Method in class com.aispeech.export.config.AIFespCarConfig
 
isSspe() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isStopped - Variable in class com.aispeech.lite.sspe.BaseSspeKernel
 
isUpdateTrailProfileToOnlineProfile() - Method in class com.aispeech.DUILiteConfig
 
isUpdateTrailProfileToOnlineProfile() - Method in class com.aispeech.export.config.AuthConfig
 
isUploadEnable() - Method in class com.aispeech.export.config.UploadConfig
 
isUploadFile() - Method in class com.aispeech.export.engines2.AICloudLASREngine
是否正在上传文件
isUploadLogEnable() - Method in class com.aispeech.export.config.UploadConfig
 
isUploadSucess() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
isUseAux() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
isUseBuiltInWakeupWords() - Method in class com.aispeech.lite.BuiltinWakeupWords
 
isUseCache() - Method in class com.aispeech.export.config.AICloudTTSConfig
 
isUseCache() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
isUseCache() - Method in class com.aispeech.export.engines2.AICloudTTSEngine
是否使用了缓存功能
isUseCache() - Method in class com.aispeech.export.engines2.AILocalTTSEngine
是否使用了缓存功能
isUseConf() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
isUseContinuousRecognition() - Method in class com.aispeech.export.intent.AILocalHotWordIntent
是否支持连续识别,默认打开
isUseContinuousRecognition() - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
是否支持连续识别,默认打开
isUseCustomFeed() - Method in class com.aispeech.export.config.AICloudSemanticConfig
 
isUseCustomFeed() - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
isUseCustomFeed() - Method in class com.aispeech.lite.base.BaseIntent
 
isUseDatabaseStorage() - Method in class com.aispeech.export.config.VprintConfig
Deprecated.
 
isUseDatabaseStorage() - Method in class com.aispeech.lite.vprint.VprintConfig
 
isUseDmAsr() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isUseDoubleVad() - Method in class com.aispeech.DUILiteConfig
支持外部配置是否启用信号处理双VAD 设置sspe信号处理返回多路音频,以及VAD加载多路音频 取值: true or false 是否使用双VAD
isUseDoubleVad() - Method in class com.aispeech.export.config.AILocalVadConfig
 
isUseE2EFusion() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
isUseFiller() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
isUseFiller() - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
 
isUseFrameSplit() - Method in class com.aispeech.export.intent.AILocalASRIntent
Deprecated. 
isUseFullDuplex() - Method in class com.aispeech.export.config.AICloudDMConfig
 
isUseFullDuplexNoSpeechTimeOut() - Method in class com.aispeech.export.config.AICloudDMConfig
 
isUseFullMode() - Method in class com.aispeech.export.config.AILocalVadConfig
 
isUseFullstop() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
isUseFullstop() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
isUseHarshDiscard() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
isUseHoldConf() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
isUseInverseTxt() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
isUseItn() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
isUseItn() - Method in class com.aispeech.export.config.AILocalASRConfig
 
isUseOneShot() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isUseOneShot() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
isUseOneShot() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
isUseOneshotJson() - Method in class com.aispeech.export.intent.AILocalASRIntent
是否使用one_shot_json配置
isUseParagraph() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
isUsePhrase() - Method in class com.aispeech.export.intent.AILocalLASRIntent
 
isUsePinyin() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
isUsePinyin() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
isUsePinyin() - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
isUsePost() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
isUsePuctuation() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
isUseRawRec() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
isUseRealback() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
isUseRealBack() - Method in class com.aispeech.export.intent.AICloudSemanticIntent
是否启用实时识别
isUseRealBack() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
isUseRefText() - Method in class com.aispeech.export.config.AICloudDMConfig
 
isUseRefText() - Method in class com.aispeech.export.config.AICloudSemanticConfig
 
isUseSegment() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
isUseSegment() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
isUseSensitiveWdsNorm() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
isUseSpeechDns() - Method in class com.aispeech.DUILiteConfig
 
isUseSSML() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
isUseStopCallback() - Method in class com.aispeech.export.config.AICloudTTSConfig
 
isUseStopCallback() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
isUseStreamType() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
isUseStreamType() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
isUseStrongWakeupVisible() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isUseTProcess() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
isUseTprocess() - Method in class com.aispeech.export.intent.AILocalLASRIntent
 
isUseTxtSmooth() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
isUseTxtSmooth() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
isUseTxtSmooth() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
isUseTxtSmooth() - Method in class com.aispeech.export.intent.AILocalLASRIntent
 
isUseVad() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
isUseVad() - Method in class com.aispeech.export.config.AICloudDMConfig
 
isUseVad() - Method in class com.aispeech.export.config.AICloudSemanticConfig
 
isUseVprint() - Method in class com.aispeech.export.config.AICloudASRConfig
 
isUseXbnfRec() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
isVad() - Method in class com.aispeech.export.config.AIFespCarConfig
 
isVad() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
isVadEnable() - Method in class com.aispeech.export.config.AILocalASRConfig
 
isVadEnable() - Method in class com.aispeech.export.config.AILocalAsrppConfig
 
isVadEnable() - Method in class com.aispeech.export.intent.AICloudDMIntent
 
isVadEnable() - Method in class com.aispeech.export.intent.AILocalVadIntent
 
isVadEnable() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
isValid() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
isValid() - Method in class com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
isValid() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
isValid() - Method in class com.aispeech.export.config.WakeupWord
 
isValid() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
isValid() - Method in class com.aispeech.lite.oneshot.OneshotCache
 
isWakeuped - Variable in class com.aispeech.lite.sspe.BaseSspeKernel
 
isWakeupSsp() - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
获取唤醒资源是否带VAD状态流
isWakeupSsp() - Method in class com.aispeech.lite.dmasp.DmaspKernel
获取唤醒资源是否带VAD状态流
isWakeupSsp() - Method in class com.aispeech.lite.dmasp.DmaspProcessor
获取唤醒资源是否带VAD状态流
isWakeupWordFilter() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
isWebSocketVerify() - Method in enum com.aispeech.export.config.AICloudVprintConfig.Mode
是否支持 WebSocket 方式进行声纹验证
isZipFile(File) - Static method in class com.aispeech.export.tool.FileCopyHelper
 
Item - Class in com.aispeech.lite.dm.cache
pending task item
Item(String, Object) - Constructor for class com.aispeech.lite.dm.cache.Item
 
ITEMS_PERPAGE - Static variable in class com.aispeech.export.widget.callback.ListCallbackWidget
每页显示条目数,必选
ITEMS_PERPAGE - Static variable in class com.aispeech.export.widget.callback.MediaCallbackWidget
每页显示条目数,必选
iterator() - Method in class com.aispeech.lite.dm.cache.Cache
 
Iterator - Interface in com.aispeech.lite.dm.cache
 
iterator() - Method in class com.aispeech.lite.oneshot.OneshotCache
 
IUpdater - Interface in com.aispeech.lite.dm.update
 

J

JChineseConvertor - Class in com.aispeech.export.itn
 
JSON_SUFFIX - Static variable in class com.aispeech.export.widget.Scene
 
jsonObject - Variable in class com.aispeech.export.SemanticVocabsCfg
 
JSONResultParser - Class in com.aispeech.common
识别结果解析器
JSONResultParser(String) - Constructor for class com.aispeech.common.JSONResultParser
 
jsonToXbnfStr(String) - Static method in class com.aispeech.common.DynamicDecodeUtil
 

K

KEY - Static variable in interface com.aispeech.export.interceptor.IInterceptor.FlowType
 
KEY - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Layer
 
KEY_CFG - Static variable in class com.aispeech.export.SemanticVocabsCfg
 
KEY_CODE - Static variable in exception com.aispeech.AIError
 
KEY_COMMAND - Static variable in class com.aispeech.lite.dm.cache.Cache
key of command
KEY_EXT - Static variable in exception com.aispeech.AIError
 
KEY_FESPX_AEC_CHANNEL - Static variable in class com.aispeech.common.AIConstant
获取aecChannelNum时传入的key
KEY_FESPX_BF_CHANNEL - Static variable in class com.aispeech.common.AIConstant
获取bfChannelNum时传入的key
KEY_GET_DOA - Static variable in class com.aispeech.common.AIConstant
获取aecChannelNum时传入的key
KEY_RECORD_ID - Static variable in exception com.aispeech.AIError
 
KEY_SAMPLE_RATE - Static variable in class com.aispeech.lite.AISampleRate
 
KEY_SHOULD_END_SESSION - Static variable in class com.aispeech.lite.dm.cache.Cache
key of shouldEndSession
KEY_SHOULD_LISTEN - Static variable in class com.aispeech.lite.dm.cache.Cache
key of should listen
KEY_SOURCE - Static variable in interface com.aispeech.common.AIConstant.Nlu
 
KEY_TEXT - Static variable in exception com.aispeech.AIError
 
KEY_TEXT - Static variable in class com.aispeech.export.SemanticVocabsCfg
 
KEY_TIME - Static variable in exception com.aispeech.AIError
 

L

LABEL - Static variable in class com.aispeech.export.widget.callback.ContentCallbackWidget
标签数据
languages - Variable in class com.aispeech.export.config.AILocalHotWordConfig
设置热词语种,默认中文
languages - Variable in class com.aispeech.export.config.AILocalSemanticConfig
设置语种
languages - Variable in class com.aispeech.export.config.AILocalWakeupIncrementConfig
设置热词语种,默认中文
Languages - Enum in com.aispeech.lite
当前支持的语种定义,需参考内核标准对齐
LasrDatabaseManager - Class in com.aispeech.export.lasr
 
LasrDatabaseManager(Context) - Constructor for class com.aispeech.export.lasr.LasrDatabaseManager
在app的包名下创建 LasrDatabaseManager.DB_NAME_DEFAULT 数据库
LasrDatabaseManager(Context, String) - Constructor for class com.aispeech.export.lasr.LasrDatabaseManager
在app的包名下创建 dbName 数据库
LasrDatabaseManager(String) - Constructor for class com.aispeech.export.lasr.LasrDatabaseManager
读取指定位置的数据库文件,如果该路径下没有文件,也可创建数据库
LasrSqlEntity - Class in com.aispeech.export.lasr
 
LasrSqlEntity() - Constructor for class com.aispeech.export.lasr.LasrSqlEntity
 
LasrSqlEntity(int, String, long) - Constructor for class com.aispeech.export.lasr.LasrSqlEntity
 
LasrSqlEntity(int, String, long, String, String, int, int) - Constructor for class com.aispeech.export.lasr.LasrSqlEntity
 
LasrSqlEntity(int, String, int, String, long, String, String, int, int, int, String, int, String) - Constructor for class com.aispeech.export.lasr.LasrSqlEntity
 
last - Variable in class com.aispeech.AIResult
 
LibVersion - Class in com.aispeech.common
 
LibVersion() - Constructor for class com.aispeech.common.LibVersion
 
LimitAudioQueue - Class in com.aispeech.common
一个缓存byte[]的数据结构,特点如下: 1.data容器保证加入数据和取出数据的顺序一致; 2.有最大容量限制,空余容量不足时塞入数据,最早加入的数据将被移除; 3.详见容器数据变化过程便于理解;
LimitAudioQueue(int, int) - Constructor for class com.aispeech.common.LimitAudioQueue
 
LINK_URL - Static variable in class com.aispeech.export.widget.callback.ContentCallbackWidget
跳转地址
ListCallbackWidget - Class in com.aispeech.export.widget.callback
列表控件
ListCallbackWidget(JSONObject, int, String, String, String) - Constructor for class com.aispeech.export.widget.callback.ListCallbackWidget
 
ListFeedbackWidget - Class in com.aispeech.export.widget.feedback
列表控件类,展示多条候选结果
ListFeedbackWidget() - Constructor for class com.aispeech.export.widget.feedback.ListFeedbackWidget
ListWidget构造方法
LITE - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Layer
 
LiteSdkCoreVersionUtil - Class in com.aispeech.util
 
load(String) - Static method in class com.aispeech.common.Transformer
读取配置文件,需要预先加载
load() - Method in class com.aispeech.export.itn.JChineseConvertor
 
LOCAL_ASR - Static variable in class com.aispeech.lite.Engines
 
LOCAL_ASR_FIRST - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
LOCAL_ASR_RESULT - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
LOCAL_ITN_RESULT - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
LOCAL_NLU_AIDUI_OUTPUT - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
LOCAL_NLU_DUI_OUTPUT - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
LOCAL_NLU_OUTPUT - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
LOCAL_SEMANTIC_BCDV2 - Static variable in class com.aispeech.lite.FileSaveScenes
 
LOCAL_TTS_PLAY_FIRST - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
LOCAL_TTS_SYNTHESIS_END - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
LOCAL_TTS_SYNTHESIS_FIRST - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
LocalEchoProcessor - Class in com.aispeech.lite.echo
Description: Author: junlong.huang CreateTime: 2022/8/25
LocalEchoProcessor() - Constructor for class com.aispeech.lite.echo.LocalEchoProcessor
 
LOCATION - Static variable in class com.aispeech.export.Setting
定位信息
log(int, String, String) - Method in class com.aispeech.common.DiskLogAdapter
 
LYRA - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Layer
 

M

majors - Variable in class com.aispeech.export.config.AIDmaspConfig.WakeupWord
设置唤醒词的major,主唤醒词为1,副唤醒词为0,如 [1,0,0]
majors - Variable in class com.aispeech.export.config.AIFespCarConfig.WakeupWord
设置唤醒词的major,主唤醒词为1,副唤醒词为0,如 [1,0,0]
MAX_VOLUME_OFF - Static variable in class com.aispeech.common.AIConstant
非大音量状态
MAX_VOLUME_ON - Static variable in class com.aispeech.common.AIConstant
大音量状态
mBaseProcessor - Variable in class com.aispeech.lite.base.BaseEngine
 
mCachedWakeUpDoa - Variable in class com.aispeech.lite.sspe.BaseCarSspeKernel
定位模式下/自由组合模式,通过唤醒角度doa来自动设置主驾或者副驾模式 对话完成后需要重新复位,设置为-1
mcdmFeed(float[], int, int) - Method in class com.aispeech.export.engines2.AILocalMdsEngine
用户通过此方法传入mds的算法值,决策出哪个是最优设备
mcdmFeed(float[], int, int) - Method in class com.aispeech.lite.mds.MdsKernel
用户通过此方法传入mds的算法值,决策出哪个是最优设备
mcdmFeed(float[], int, int) - Method in class com.aispeech.lite.mds.MdsProcessor
用户通过此方法传入mds的算法值,决策出哪个是最优设备
mConfig - Variable in class com.aispeech.lite.sspe.BaseSspeKernel
 
mDriveMode - Variable in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
mDriveMode - Variable in class com.aispeech.lite.sspe.BaseMultibfCallback
 
MdsKernel - Class in com.aispeech.lite.mds
 
MdsKernel(MdsKernelListener) - Constructor for class com.aispeech.lite.mds.MdsKernel
 
MdsKernelListener - Interface in com.aispeech.lite.mds
 
MdsProcessor - Class in com.aispeech.lite.mds
 
MdsProcessor() - Constructor for class com.aispeech.lite.mds.MdsProcessor
 
MediaCallbackWidget - Class in com.aispeech.export.widget.callback
多媒体控件
MediaCallbackWidget(JSONObject, int, String, String, String) - Constructor for class com.aispeech.export.widget.callback.MediaCallbackWidget
 
MediaFeedbackWidget - Class in com.aispeech.export.widget.feedback
媒体控件类,用于展示多媒体信息
MediaFeedbackWidget() - Constructor for class com.aispeech.export.widget.feedback.MediaFeedbackWidget
MediaWidget实例
mErrorProcessor - Variable in class com.aispeech.lite.oneshot.OneshotKernel
 
MessageProcess - Class in com.aispeech.lite
 
MessageProcess.Handle - Interface in com.aispeech.lite
 
mHasDoaOut - Variable in class com.aispeech.lite.sspe.BaseSspeKernel
 
mHasVpOut - Variable in class com.aispeech.lite.sspe.BaseSspeKernel
 
mHasWkpOut - Variable in class com.aispeech.lite.sspe.BaseSspeKernel
 
mInAudioFileNeedCreated - Variable in class com.aispeech.lite.sspe.BaseSspeKernel
 
mixMultChannel(int, byte[]...) - Static method in class com.aispeech.common.AudioHelper
按采样点交替混合多路音频
mixRawAudioBytes(byte[][]) - Static method in class com.aispeech.common.AudioHelper
多路音频混合叠加成一路
mListener - Variable in class com.aispeech.lite.sspe.BaseSspeKernel
 
mOutAudioFileNeedCreated - Variable in class com.aispeech.lite.sspe.BaseSspeKernel
 
mOutListener - Variable in class com.aispeech.lite.dm.CloudDmProcessor
 
mQueue - Variable in class com.aispeech.lite.oneshot.OneshotKernel
 
mRangesWords - Variable in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
MSG_FEED_DATA_KWS - Static variable in class com.aispeech.lite.vprintlite.VprintLiteKernel
 
MSG_FEED_DATA_TLV - Static variable in class com.aispeech.lite.vprintlite.VprintLiteKernel
 
MSG_INPUT_WAV_CHAN - Static variable in class com.aispeech.lite.fasp.FaspKernel
 
MultiModal - Class in com.aispeech.export
description:多模态数据 author: WangBaoBao created on: 2020/11/18 11:34
MultiModal() - Constructor for class com.aispeech.export.MultiModal
 
mWakeupChannelMask - Variable in class com.aispeech.lite.sspe.BaseCarSspeKernel
自由组合模式,默认只有主驾
mWakeupProcessor - Variable in class com.aispeech.lite.sspe.BaseSspeKernel
 

N

NativeApi - Class in com.aispeech.export
native api
NearWakeupConfig - Class in com.aispeech.export.config
就近唤醒的配置,包含 net 和 mds 的配置
NearWakeupConfig() - Constructor for class com.aispeech.export.config.NearWakeupConfig
 
needCopyFeedData - Variable in class com.aispeech.lite.base.BaseIntent
自行feed数据的时候,是否需要对数据进行拷贝,默认会进行拷贝
needCopyResultData - Variable in class com.aispeech.lite.base.BaseIntent
对外抛出的数据是否进行拷贝,默认拷贝
needUpdateCacheDoa() - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
netBin - Variable in class com.aispeech.export.config.AILocalSemanticConfig
设置asr net.bin 资源,同 grammar 输出资源
newInstance() - Static method in class com.aispeech.export.engines2.AILocalEchoEngine
 
newInstance(String) - Static method in class com.aispeech.lite.MessageProcess
对于一些耗时的消息 可以使用单独的processor进行处理
newKernel() - Method in class com.aispeech.echo.EchoKernel
初始化echo内核
newKernel() - Method in class com.aispeech.lite.dmasp.DmaspKernel
初始化Dmasp内核
newKernel(OneshotConfig) - Method in class com.aispeech.lite.oneshot.OneshotKernel
创建引擎
newKernel() - Method in class com.aispeech.speex.SpeexKernel
初始化speex内核
next() - Method in class com.aispeech.lite.dm.cache.Cache.TaskIterator
 
next() - Method in interface com.aispeech.lite.dm.cache.Iterator
Iterate the mQueue
next() - Method in class com.aispeech.lite.oneshot.OneshotCache.OneshotIterator
 
ngramBin - Variable in class com.aispeech.export.config.AILocalSemanticConfig
设置ngram离线通用识别资源
nlg - Variable in class com.aispeech.export.Speaker
播报文本,必选
NLG_FIRST - Static variable in class com.aispeech.export.Command.RunSequence
先播报后执行动作
NLU - Static variable in class com.aispeech.lite.dm.Protocol
Deprecated.
NluInterceptor - Class in com.aispeech.export.interceptor
NLU 消息拦截器
NluInterceptor() - Constructor for class com.aispeech.export.interceptor.NluInterceptor
 
notifyDialogEnd() - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
定位模式下通知引擎回正 beamforming 指向,定位模式下需要外部在结束对话状态后通知到引擎内部
notifyDialogEnd() - Method in class com.aispeech.export.engines2.AIFespCarEngine
定位模式下通知引擎回正 beamforming 指向,定位模式下需要外部在结束对话状态后通知到引擎内部,和 AIFespCarIntent.setAutoHoldBeamforming(boolean) 配置搭配使用
notifyEvent(String) - Method in class com.aispeech.export.engines2.AILocalVprintEngine
传入事件信息,比如唤醒JSON字符串
notifyEvent(String) - Method in interface com.aispeech.export.function.IAILocalVprintLite
 
NotifyLimitQueue<E> - Class in com.aispeech.common
带回调的定长队列
NotifyLimitQueue(int, NotifyLimitQueue.Listener<E>) - Constructor for class com.aispeech.common.NotifyLimitQueue
 
NotifyLimitQueue.Listener<E> - Interface in com.aispeech.common
队列满对调
notifyNlgEnd() - Method in class com.aispeech.export.engines2.AICloudDMEngine
外部通知引擎NLG播报已完成
notifyNlgEnd() - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
notifyNlgEnd() - Method in class com.aispeech.lite.dm.CloudDmProcessor
外部通知引擎内部,nlg播报完成
notifyNlgEnd() - Method in class com.aispeech.lite.dm.dispather.Dispatcher
nlg end
notifyNlgEnd() - Method in interface com.aispeech.lite.dm.IDmProcessor
nlg end notify
notifySSL(int) - Method in interface com.aispeech.lite.hotword.ssl.n.INVad
外部通知SSL定位结果,此时vad引擎需要开始外抛过了vad的音频
notifySSL(int) - Method in class com.aispeech.lite.hotword.ssl.n.NVadEngine
 
notifyVadEnd() - Method in class com.aispeech.export.engines2.AICloudDMEngine
停止录音,等待对话结果 , 使用外部 VAD 场景,在 VAD_END 时调用
notifyVadStart() - Method in class com.aispeech.export.engines2.AICloudDMEngine
开始录音, 使用外部 VAD 场景,在 VAD_START 时调用
notifyWakeup() - Method in class com.aispeech.export.engines2.AICloudASREngine
告知识别引擎已经唤醒,该接口在oneshot功能中使用,内部会记录唤醒的时间点, 之后在vad end的时候来判断到底用户说的是不是唤醒词+指令,还是只有唤醒词
notifyWakeup() - Method in class com.aispeech.export.engines2.AICloudDMEngine
告知识别引擎已经唤醒,该接口在oneshot功能中使用,内部会记录唤醒的时间点, 之后在vad end的时候来判断到底用户说的是不是唤醒词+指令,还是只有唤醒词
notifyWakeup() - Method in class com.aispeech.export.engines2.AILocalASREngine
告知识别引擎已经唤醒,该接口在oneshot功能中使用,内部会记录唤醒的时间点, 之后在vad end的时候来判断到底用户说的是不是唤醒词+指令,还是只有唤醒词
notifyWakeup(String) - Method in class com.aispeech.lite.oneshot.OneshotKernel
通知主唤醒词唤醒消息
NRmsEngine - Class in com.aispeech.lite.hotword.ssl.n
n rms封装
NRmsEngine() - Constructor for class com.aispeech.lite.hotword.ssl.n.NRmsEngine
 
num() - Method in class com.aispeech.lite.vprint.VprintQueryData
 
NVadEngine - Class in com.aispeech.lite.hotword.ssl.n
nvad 引擎封装
NVadEngine() - Constructor for class com.aispeech.lite.hotword.ssl.n.NVadEngine
 
NVadListener - Interface in com.aispeech.lite.hotword.ssl.n
 

O

offer(byte[]) - Method in class com.aispeech.common.LimitAudioQueue
塞入数据
offer(E) - Method in class com.aispeech.common.NotifyLimitQueue
入队
offer(T) - Method in class com.aispeech.lite.oneshot.OneshotCache
 
offlineProfileName - Static variable in class com.aispeech.DUILiteConfig
assets目录下的离线授权文件名
onAecBufferReceived(byte[]) - Method in interface com.aispeech.lite.aecagc.AecAgcKernelListener
aec之后的音频回调 在SDK子线程
onAgcDataReceived(byte[]) - Method in class com.aispeech.echo.EchoKernelListener
echo 内核的 VOIP 回调
onAgcDataReceived(byte[]) - Method in interface com.aispeech.export.listeners.AILocalSevcListener
送agc模块后的音频 非主线程
onAgcDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
送agc模块后的音频
onAsr(AIResult) - Method in interface com.aispeech.export.IAsrPolicy
Deprecated.
onAsr(boolean, String) - Method in interface com.aispeech.export.listeners.AICloudDMListener
显示识别文本
onAsr(int, String) - Method in interface com.aispeech.lite.dm.dispather.DispatcherListener
识别结果回调
onAsrResult(AIResult) - Method in interface com.aispeech.export.IAsrPolicy
识别仲裁结果
onAsrSentenceResult(String, String, AIError) - Method in interface com.aispeech.export.listeners.AIASRSentenceListener
识别音频的回调
onBegin(int, String) - Method in interface com.aispeech.lite.hotword.ssl.n.NVadListener
vad begin
onBeginningOfSpeech() - Method in interface com.aispeech.export.listeners.AIASRListener
检测到用户开始说话,在主UI线程
onBeginningOfSpeech() - Method in interface com.aispeech.export.listeners.AICloudDMListener
检测到用户开始说话,在主UI线程
onBeginningOfSpeech() - Method in interface com.aispeech.export.listeners.AILocalAsrppListener
检测到用户开始说话,在主UI线程
onBufferReceived(byte[]) - Method in interface com.aispeech.lite.hotword.ssl.n.NVadListener
经过vad模块处理后的pcm音频,在内部子线程,请勿在该回调做阻塞操作,否则会导致线性卡死
onBufferReceived(byte[]) - Method in interface com.aispeech.lite.hotword.ssl.SSLKernelListener
经过vad模块处理后的pcm音频,在内部子线程,请勿在该回调做阻塞操作,否则会导致线性卡死
onBufferReceived(byte[]) - Method in interface com.aispeech.lite.hotword.ssl.SSLListener
经过vad模块处理后的pcm音频
onBufferReceived(byte[]) - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
onBuildCompleted(String) - Method in interface com.aispeech.export.listeners.AILocalGrammarListener
语法构建结束后执行,在主UI线程
onBuildMultiCompleted(List<BuildGrammarResult>) - Method in interface com.aispeech.export.listeners.AILocalGrammarListener
语法构建结束后执行,在主UI线程
onCall(Command) - Method in interface com.aispeech.export.listeners.AICloudDMListener
command 执行回调
onCancel() - Method in class com.aispeech.base.BaseInnerEngine
 
onCancel() - Method in interface com.aispeech.lite.speech.IBaseListener
cancel 接口调用,引擎清除对外回调消息队列
onChs1DataReceived(int, byte[]) - Method in interface com.aispeech.export.listeners.AILocalFaspListener
 
onChs1DataReceived(int, byte[]) - Method in interface com.aispeech.lite.fasp.FaspListener
 
onChs2DataReceived(int, byte[]) - Method in interface com.aispeech.export.listeners.AILocalFaspListener
 
onChs2DataReceived(int, byte[]) - Method in interface com.aispeech.lite.fasp.FaspListener
 
onClose() - Method in class com.aispeech.lite.dm.CloudDmKernel
 
onClose() - Method in interface com.aispeech.lite.dm.dispather.DispatcherListener
close 回调
onClosed(IWebsocket, int, String) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
onClosing(IWebsocket, int, String) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
onCommand(Command) - Method in interface com.aispeech.lite.dm.dispather.DispatcherListener
对话命令回调
onCompletion(String) - Method in interface com.aispeech.export.listeners.AITTSListener
播放完毕后执行
onConnect(boolean) - Method in interface com.aispeech.export.listeners.ICloudListener
连接状态回调
onCustomize(int, String, IOException) - Method in interface com.aispeech.export.listeners.AICloudVoiceCopyListener
更新任务相关的自定义信息回调
onDelete(int, String, IOException) - Method in interface com.aispeech.export.listeners.AICloudVoiceCopyListener
删除音色资源回调
onDisplay(CallbackWidgetType, CallbackWidget) - Method in interface com.aispeech.export.listeners.AICloudDMListener
展示内容
onDmResult(DmInfo) - Method in interface com.aispeech.export.listeners.AICloudDMListener
dm 结果回调
onDoa(int) - Method in interface com.aispeech.export.listeners.AILocalHotWordsListener
开启ssl功能后,该接口才会回调
onDoa(int, int) - Method in interface com.aispeech.lite.dmasp.DmaspKernelListener
唤醒的doa角度
onDoaResult(int, int) - Method in interface com.aispeech.export.listeners.AIDmaspListener
返回唤醒角度
onDoaResult(int) - Method in interface com.aispeech.export.listeners.AIFespCarListener
返回唤醒角度
onDoaResult(int, int) - Method in interface com.aispeech.export.listeners.AIFespCarListener
返回角度信息
onDoaResult(int) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
返回唤醒角度
onDoaResult(int, int) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
onDoaResult(int, int) - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
onEchoDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
带回路的资源消除回路后的音频数据
onEchoVoipDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
输出经过回声消除的送给VoIP使用的音频数据
onEmotion(String, String, String) - Method in interface com.aispeech.export.listeners.AIEmotionTTSListener
合成文本情感标签回调
onEnd(String) - Method in interface com.aispeech.export.listeners.AICloudDMListener
对话结束
onEnd(String) - Method in interface com.aispeech.lite.hotword.ssl.n.NVadListener
 
onEnd(String) - Method in interface com.aispeech.lite.hotword.ssl.SSLListener
vad end 标志,在内部子线程,请勿在该回调做阻塞操作,否则会导致线性卡死
onEndOfSpeech() - Method in interface com.aispeech.export.listeners.AIASRListener
用户停止说话时调用,在主UI线程
onEndOfSpeech() - Method in interface com.aispeech.export.listeners.AICloudDMListener
用户停止说话时调用,在主UI线程
onEndOfSpeech() - Method in interface com.aispeech.export.listeners.AILocalAsrppListener
用户停止说话时调用,在主UI线程
onError(AIError) - Method in class com.aispeech.base.BaseInnerEngine
 
onError(AIError) - Method in interface com.aispeech.export.listeners.AIASRListener
发生错误时执行,在主UI线程
onError(int, String) - Method in interface com.aispeech.export.listeners.AICloudVprintListener.AudioToolListener
录音异常的回调
onError(AIError) - Method in interface com.aispeech.export.listeners.AICloudVprintListener
返回云端声纹错误码
onError(AIError) - Method in interface com.aispeech.export.listeners.AIFespCarListener
发生错误时执行 主UI线程
onError(AIError) - Method in interface com.aispeech.export.listeners.AILASRRealtimeListener
发生错误时执行,在主UI线程
onError(AIError) - Method in interface com.aispeech.export.listeners.AILocalAntiSpoofListener
发生错误时执行,在主UI线程
onError(AIError) - Method in interface com.aispeech.export.listeners.AILocalAsrppListener
发生错误时执行,在主UI线程
onError(AIError) - Method in interface com.aispeech.export.listeners.AILocalFaspListener
发生错误时执行,在主UI线程
onError(AIError) - Method in interface com.aispeech.export.listeners.AILocalGrammarListener
发生错误时执行,在主UI线程
onError(AIError) - Method in interface com.aispeech.export.listeners.AILocalSevcListener
发生错误时执行 主UI线程
onError(AIError) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
发生错误时执行 主UI线程
onError(String, AIError) - Method in interface com.aispeech.export.listeners.AILocalTTSListener
错误回调 在主UI线程
onError(AIError) - Method in interface com.aispeech.export.listeners.AILocalVprintListener
发生错误时执行,在主UI线程
onError(AIError) - Method in interface com.aispeech.export.listeners.AILocalVprintLiteListener
发生错误时执行,在主UI线程
onError(String, AIError) - Method in interface com.aispeech.export.listeners.AITTSListener
发生错误时执行
onError(AIError) - Method in interface com.aispeech.export.listeners.IListener
当错误发生时调用,在主UI线程
onError(AIError) - Method in interface com.aispeech.lite.BaseListener
发生错误时执行,在主UI线程
onError(String) - Method in class com.aispeech.lite.dm.CloudDmKernel
 
onError(Error) - Method in interface com.aispeech.lite.dm.dispather.DispatcherListener
error 回调
onError(AIError) - Method in interface com.aispeech.lite.hotword.ssl.n.NVadListener
vad模块内部错误信息,在内部子线程,请勿在该回调做阻塞操作,否则会导致线性卡死
onError(AIError) - Method in interface com.aispeech.lite.hotword.ssl.SSLListener
vad模块内部错误信息,在内部子线程,请勿在该回调做阻塞操作,否则会导致线性卡死
onError(AIError) - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
onError(AIError) - Method in interface com.aispeech.lite.oneshot.OneshotListener
error回调信息 在SDK子线程
onError(AIError) - Method in interface com.aispeech.lite.speech.IBaseListener
当错误发生时调用
onError(AIError) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
OneshotCache<T> - Class in com.aispeech.lite.oneshot
定长的环形队列
OneshotCache(int) - Constructor for class com.aispeech.lite.oneshot.OneshotCache
 
OneshotCache.OneshotIterator - Class in com.aispeech.lite.oneshot
 
OneshotIterator() - Constructor for class com.aispeech.lite.oneshot.OneshotCache.OneshotIterator
 
OneshotKernel - Class in com.aispeech.lite.oneshot
oneshot processor
OneshotKernel(OneshotListener) - Constructor for class com.aispeech.lite.oneshot.OneshotKernel
 
OneshotKernel.EngineState - Enum in com.aispeech.lite.oneshot
类说明: 引擎内部状态列表
OneshotListener - Interface in com.aispeech.lite.oneshot
 
OneshotWordsUtils - Class in com.aispeech.common
 
OneshotWordsUtils() - Constructor for class com.aispeech.common.OneshotWordsUtils
 
onFailure(IWebsocket, Throwable) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
onGotInputWavChan(int) - Method in interface com.aispeech.export.listeners.AILocalFaspListener
 
onGotInputWavChan(int) - Method in interface com.aispeech.lite.fasp.FaspListener
 
onGramResults(String) - Method in interface com.aispeech.export.listeners.AILocalWakeupIncrementListener
 
onInit(int) - Method in class com.aispeech.base.BaseInnerEngine
 
onInit(int) - Method in interface com.aispeech.export.listeners.AIASRListener
识别引擎初始化结束后执行,在主UI线程
onInit(int, String) - Method in interface com.aispeech.export.listeners.AIASRSentenceListener
初始化
onInit(int, String) - Method in interface com.aispeech.export.listeners.AICloudVoiceCopyListener
初始化结果回调
onInit(int, String) - Method in interface com.aispeech.export.listeners.AICloudVprintListener
初始化回调
onInit(int) - Method in interface com.aispeech.export.listeners.AIFespCarListener
本地信号处理和唤醒引擎初始化结束后执行 主UI线程
onInit(int, String) - Method in interface com.aispeech.export.listeners.AILASRListener
0.
onInit(int) - Method in interface com.aispeech.export.listeners.AILASRRealtimeListener
识别引擎初始化结束后执行,在主UI线程
onInit(int) - Method in interface com.aispeech.export.listeners.AILocalAntiSpoofListener
引擎初始化结束后执行,在主UI线程
onInit(int) - Method in interface com.aispeech.export.listeners.AILocalAsrppListener
本地性别识别引擎初始化结束后执行,在主UI线程
onInit(int) - Method in interface com.aispeech.export.listeners.AILocalFaspListener
引擎初始化结束后执行,在主UI线程
onInit(int) - Method in interface com.aispeech.export.listeners.AILocalGrammarListener
本地语法编译引擎初始化结束后执行,在主UI线程
onInit(int) - Method in interface com.aispeech.export.listeners.AILocalSevcListener
引擎初始化结束后执行 主UI线程
onInit(int) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
本地信号处理和唤醒引擎初始化结束后执行 主UI线程
onInit(int) - Method in interface com.aispeech.export.listeners.AILocalTTSListener
初始化的回调,在主UI线程
onInit(int) - Method in interface com.aispeech.export.listeners.AILocalVprintListener
引擎初始化结束后执行,在主UI线程
onInit(int) - Method in interface com.aispeech.export.listeners.AILocalVprintLiteListener
引擎初始化结束后执行,在主UI线程
onInit(int) - Method in interface com.aispeech.export.listeners.AITTSListener
合成引擎初始化结束后执行
onInit(int) - Method in interface com.aispeech.export.listeners.IListener
初始化完成后的回调函数,在主UI线程
onInit(int) - Method in interface com.aispeech.lite.BaseListener
本地唤醒引擎初始化结束后执行,在主UI线程
onInit(int) - Method in interface com.aispeech.lite.hotword.ssl.n.NVadListener
初始化回调
onInit(int) - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
onInit(int) - Method in interface com.aispeech.lite.oneshot.OneshotListener
初始化回调 在SDK子线程
onInit(int) - Method in interface com.aispeech.lite.speech.IBaseListener
初始化完成后的回调函数
onInit(int, String) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
onInputDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AILocalSevcListener
算法内核的原始输入音频
onInputDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
算法内核的原始输入音频
onInputDataReceived(byte[], int) - Method in interface com.aispeech.lite.sevc.SevcListener
输送给算法内核的音频数据
onIntercept(String, String, JSONObject, int) - Method in class com.aispeech.export.interceptor.DoaInterceptor
自定义拦截处理逻辑
onListen() - Method in interface com.aispeech.lite.dm.dispather.DispatcherListener
重新进入倾听 回调
onMessage(String) - Method in class com.aispeech.lite.dm.CloudDmKernel
 
onMessage(IWebsocket, String) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
onMultibfDataReceived(byte[], int, int) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
输出多路beam音频数据以及对应的通道index信息
onNativeApi(NativeApi) - Method in interface com.aispeech.lite.dm.dispather.DispatcherListener
native api 回调
onNearInformation(String) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
使用就近唤醒时,就近唤醒会回传一些中间信息
onNotOneShot() - Method in interface com.aispeech.export.listeners.AIASRListener
在识别引擎开启oneshot功能时,来判断用户说的话不是连说(比如你好小乐来首歌)的回调 没开启oneshot功能时,这个回调方法不会被调用
onNotOneshot(String) - Method in interface com.aispeech.export.listeners.AIFespCarListener
非oneshot 回调
onNotOneshot(String) - Method in interface com.aispeech.export.listeners.AIWakeupListener
非oneshot 回调
onNotOneshot(String) - Method in interface com.aispeech.lite.oneshot.OneshotListener
非oneshot 回调
onOneshot(String, OneshotCache<byte[]>) - Method in interface com.aispeech.export.listeners.AIFespCarListener
oneshot 回调
onOneshot(String, OneshotCache<byte[]>) - Method in interface com.aispeech.export.listeners.AIWakeupListener
oneshot 回调
onOneshot(String, OneshotCache<byte[]>) - Method in interface com.aispeech.lite.oneshot.OneshotListener
oneshot 回调
onOpen() - Method in class com.aispeech.lite.dm.CloudDmKernel
 
onOpen(IWebsocket) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
onOutputDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
特定资源下抛出的处理后的音频,区别于beamforming音频
onPhonemesDataArrived(String, String) - Method in interface com.aispeech.export.listeners.AITTSListener
合成完成的音素信息回调
onPlay(Speaker) - Method in interface com.aispeech.export.listeners.AICloudDMListener
播报
onPop(E) - Method in interface com.aispeech.common.NotifyLimitQueue.Listener
队列满回调
onPreWakeup(String, double, String) - Method in interface com.aispeech.export.listeners.AIWakeupListener
低阈值唤醒,低阈值时会回调。低阈值会先于onWakeup回调,但onWakeup不一定会回调
onProgress(int) - Method in interface com.aispeech.export.listeners.AIASRSentenceListener
上传文件的进度
onProgress(int, int, boolean) - Method in interface com.aispeech.export.listeners.AITTSListener
播放进度
onQuery(NativeApi) - Method in interface com.aispeech.export.listeners.AICloudDMListener
NativeApi 回调
onQuery(int, String, IOException) - Method in interface com.aispeech.export.listeners.AICloudVoiceCopyListener
查询任务状态,查询全部回调
onRawDataReceived(byte[], int) - Method in class com.aispeech.base.BaseInnerEngine
 
onRawDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AIASRListener
录音机数据返回,在SDK内部子线程返回
onRawDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AIFespCarListener
原始音频数据返回,多声道pcm数据 该回调在SDK内部子线程
onRawDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AILASRRealtimeListener
录音机数据返回,在SDK内部子线程返回
onRawDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AILocalAsrppListener
录音机数据返回,在SDK内部子线程返回
onRawDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AILocalFaspListener
 
onRawDataReceived(byte[], int) - Method in class com.aispeech.export.listeners.AILocalSemanticListener
 
onRawDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
原始音频数据返回,多声道pcm数据 该回调在SDK内部子线程
onRawDataReceived(byte[], int) - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
onRawDataReceived(byte[], int) - Method in interface com.aispeech.lite.speech.EngineListener
录音机数据返回,在SDK内部子线程返回
onRawWakeupDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AIWakeupListener
唤醒点前特定时间长度的音频
onReady(String) - Method in interface com.aispeech.export.listeners.AITTSListener
数据准备就绪,可以播放时执行
onReadyForSpeech() - Method in class com.aispeech.base.BaseInnerEngine
 
onReadyForSpeech() - Method in interface com.aispeech.export.listeners.AIFespCarListener
录音机启动时调用 主UI线程
onReadyForSpeech() - Method in interface com.aispeech.export.listeners.AILASRRealtimeListener
当语音引擎就绪,用户可以说话时调用,在主UI线程
onReadyForSpeech() - Method in interface com.aispeech.export.listeners.AILocalAsrppListener
录音机启动时调用,在主UI线程
onReadyForSpeech() - Method in class com.aispeech.export.listeners.AILocalSemanticListener
 
onReadyForSpeech() - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
录音机启动时调用 主UI线程
onReadyForSpeech() - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
onReadyForSpeech() - Method in interface com.aispeech.lite.speech.EngineListener
录音机启动时调用,在主UI线程
onRecorderStopped() - Method in class com.aispeech.base.BaseInnerEngine
 
onRecordStart() - Method in interface com.aispeech.export.listeners.AICloudVprintListener.AudioToolListener
录音开始的回调
onRecordStop() - Method in interface com.aispeech.export.listeners.AICloudVprintListener.AudioToolListener
录音结束的回调
onRecordText(int, String, IOException) - Method in interface com.aispeech.export.listeners.AICloudVoiceCopyListener
录音文本回调
onRegister(int, String) - Method in interface com.aispeech.export.listeners.AICloudVprintListener
注册回调
onRegister(int, String) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
onResult(String) - Method in interface com.aispeech.export.listeners.AIVersionInfoListener
回调解惑
onResultBufferReceived(byte[]) - Method in class com.aispeech.echo.EchoKernelListener
aec之后的音频回调 在SDK子线程
onResultBufferReceived(byte[]) - Method in interface com.aispeech.export.engines2.listeners.AILocalEchoListener
aec之后的音频回调 在SDK子线程
onResultBufferReceived(byte[]) - Method in interface com.aispeech.lite.dmasp.DmaspKernelListener
dmasp处理之后的音频回调 在SDK子线程
onResultBufferReceived(int, byte[]) - Method in interface com.aispeech.lite.dmasp.DmaspKernelListener
dmasp处理之后的音频回调 在SDK子线程
onResultBufferReceived(byte[], int) - Method in interface com.aispeech.speex.SpeexKernelListener
经过speex模块处理后的ogg音频,在内部子线程,请勿在该回调做阻塞操作,否则会导致线程卡死
onResultDataReceived(byte[], int, int) - Method in class com.aispeech.base.BaseInnerEngine
 
onResultDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AIASRListener
经过信号出路模块处理后的音频数据返回,1声道pcm数据
onResultDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AIDmaspListener
经过信号处理模块处理后的音频数据返回,1声道pcm数据
onResultDataReceived(byte[], int, int) - Method in interface com.aispeech.export.listeners.AIFespCarListener
经过信号处理模块处理后的音频数据返回,1声道pcm数据 该回调在SDK内部子线程
onResultDataReceived(byte[], byte[]) - Method in interface com.aispeech.export.listeners.AIFespCarListener
经过信号处理模块处理后的音频数据返回,asr数据 vad数据
onResultDataReceived(byte[], boolean) - Method in interface com.aispeech.export.listeners.AIFespCarListener
经过信号出路模块处理后的音频数据返回
onResultDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AILASRRealtimeListener
经过信号出路模块处理后的音频数据返回,1声道pcm数据
onResultDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AILocalAsrppListener
经过信号出路模块处理后的音频数据返回,1声道pcm数据,在SDK内部子线程返回
onResultDataReceived(byte[], int, int) - Method in class com.aispeech.export.listeners.AILocalSemanticListener
 
onResultDataReceived(byte[], int, int) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
经过信号处理模块处理后的音频数据返回,1声道pcm数据 该回调在SDK内部子线程
onResultDataReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AIWakeupListener
经过信号出路模块处理后的音频数据返回,1声道pcm数据
onResultDataReceived(byte[], int, int) - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
onResultDataReceived(byte[], int, int) - Method in interface com.aispeech.lite.speech.EngineListener
经过信号出路模块处理后的音频数据返回,1声道pcm数据,在SDK内部子线程返回
onResults(AIResult) - Method in interface com.aispeech.export.listeners.AIASRListener
收到结果时执行,请使用JSONResultParser解析,在主UI线程
onResults(AIResult) - Method in interface com.aispeech.export.listeners.AILASRRealtimeListener
收到结果时执行,请使用JSONResultParser解析,在主UI线程 errno = 7,start响应成功 errno = 8, 表示本次返回为识别中间var结果 errno = 0,表示本次返回为识别中间rec结果 errno = 9,表示为客户端发完空帧后的最后一个rec,客户端可以断开链接 errno=10,客户端发送的数据错误 errno=11,服务异常,比如live模块初始化失败,没有可用的计算进程,计算进程退出,计算进程计算超时
onResults(AIResult) - Method in interface com.aispeech.export.listeners.AILocalAntiSpoofListener
收到结果时执行,请使用JSONResultParser解析,在主UI线程
onResults(AIResult) - Method in interface com.aispeech.export.listeners.AILocalAsrppListener
收到结果时执行,请使用JSONResultParser解析,在主UI线程
onResults(AIResult) - Method in interface com.aispeech.export.listeners.AILocalVprintListener
收到结果时执行,请使用JSONResultParser解析,在主UI线程
onResults(AIResult) - Method in interface com.aispeech.export.listeners.AILocalVprintLiteListener
收到结果时执行,请使用JSONResultParser解析,在主UI线程
onResults(AIResult) - Method in interface com.aispeech.export.listeners.IListener
结果回调
onResults(AIResult) - Method in interface com.aispeech.lite.dmasp.DmaspKernelListener
nwakeup唤醒的回调
onResults(AIResult) - Method in interface com.aispeech.lite.mds.MdsKernelListener
当有结果返回时调用
onResults(String) - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
onResults(AIResult) - Method in interface com.aispeech.lite.vprint.VprintKernelListener
 
onResults(AIResult) - Method in interface com.aispeech.lite.vprintlite.VprintLiteKernelListener
 
onRmsChanged(float) - Method in interface com.aispeech.export.listeners.AIASRListener
音频音量发生改变时调用,在主UI线程
onRmsChanged(float) - Method in interface com.aispeech.export.listeners.AICloudDMListener
音频音量发生改变时调用,在主UI线程
onRmsChanged(float) - Method in interface com.aispeech.export.listeners.AILocalAsrppListener
音频音量发生改变时调用,在主UI线程
onRmsChanged(float) - Method in interface com.aispeech.lite.hotword.ssl.SSLKernelListener
音量大小检查,在内部子线程,请勿在该回调做阻塞操作,否则会导致线性卡死
onRmsChanged(float) - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
onSessionId(String) - Method in interface com.aispeech.lite.dm.dispather.DispatcherListener
sessionId 回调
onSetScene(int) - Method in interface com.aispeech.export.listeners.AILocalWakeupIncrementListener
动态跟新场景
onSevcBufferReceived(byte[]) - Method in interface com.aispeech.lite.sevc.SevcListener
Sevc之后返回的数据
onSevcDoaResult(int) - Method in interface com.aispeech.export.listeners.AILocalSevcListener
输出信号处理后语音通信的beam index信息
onSevcDoaResult(int) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
输出信号处理后语音通信的beam index信息
onSevcDoaResult(int) - Method in interface com.aispeech.lite.sevc.SevcListener
输出信号处理后语音通信的beam index信息
onSevcNoiseResult(String) - Method in interface com.aispeech.export.listeners.AILocalSevcListener
输出信号处理估计噪声最大的beam index 信息和该方向的音量信息,为 json 字符串 {"chans": 0,"db":56.625889}
onSevcNoiseResult(String) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
输出信号处理估计噪声最大的beam index 信息和该方向的音量信息,为 json 字符串 {"chans": 0,"db":56.625889}
onSevcNoiseResult(String) - Method in interface com.aispeech.lite.sevc.SevcListener
输出信号处理估计噪声最大的beam index 信息和该方向的音量信息,为 json 字符串 {"chans": 0,"db":56.625889}
onSpeak(Speaker) - Method in interface com.aispeech.lite.dm.dispather.DispatcherListener
NLG 播报文本回调
onSpeechFinish(String) - Method in interface com.aispeech.export.listeners.AILocalTTSListener
播放结束的回调 在主UI线程
onSpeechProgress(int, int, boolean) - Method in interface com.aispeech.export.listeners.AILocalTTSListener
播放的进度 在主UI线程
onSpeechStart(String) - Method in interface com.aispeech.export.listeners.AILocalTTSListener
开始播放的回调 在主UI线程
onSsl(int) - Method in interface com.aispeech.lite.hotword.ssl.SSLKernelListener
声源定位结果
onSsl(int) - Method in interface com.aispeech.lite.hotword.ssl.SSLListener
ssl 定位数据
onStart(String) - Method in interface com.aispeech.lite.hotword.ssl.SSLListener
首帧vad begin 标识
onSynthesizeDataArrived(String, byte[]) - Method in interface com.aispeech.export.listeners.AILocalTTSListener
合成数据 ,在子线程,若需要更新UI控件需要做线程转换
onSynthesizeDataArrived(String, byte[]) - Method in interface com.aispeech.export.listeners.AITTSListener
合成数据 ,在子线程,若需要更新UI控件需要做线程转换
onSynthesizeFinish(String) - Method in interface com.aispeech.export.listeners.AILocalTTSListener
合成完成的回调 ,在子线程,若需要更新UI控件需要做线程转换
onSynthesizeFinish(String) - Method in interface com.aispeech.export.listeners.AITTSListener
合成完成的回调 ,在子线程,若需要更新UI控件需要做线程转换
onSynthesizeStart(String) - Method in interface com.aispeech.export.listeners.AILocalTTSListener
合成开始的回调,在子线程,若需要更新UI控件需要做线程转换
onSynthesizeStart(String) - Method in interface com.aispeech.export.listeners.AITTSListener
合成开始的回调,在子线程,若需要更新UI控件需要做线程转换
onTaskCreate(String, String, AIError) - Method in interface com.aispeech.export.listeners.AILASRListener
3.
onTaskProcess(String, int, AIError) - Method in interface com.aispeech.export.listeners.AILASRListener
4.
onTaskResult(String, String, AIError) - Method in interface com.aispeech.export.listeners.AILASRListener
5.
onTimestampReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AILocalTTSListener
用户设置音子之后会在这个接口回调
onTimestampReceived(byte[], int) - Method in interface com.aispeech.export.listeners.AITTSListener
用户设置音子之后会在这回调
onTraining(int, String, IOException) - Method in interface com.aispeech.export.listeners.AICloudVoiceCopyListener
提交训练回调
onUnregister(int, String) - Method in interface com.aispeech.export.listeners.AICloudVprintListener
注销声纹的回调
onUnregister(int, String) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
onUpload(int, String, IOException) - Method in interface com.aispeech.export.listeners.AICloudVoiceCopyListener
上传音频回调
onUploadFailed() - Method in interface com.aispeech.lite.dm.update.CInfoListener
上传失败
onUploadFileProcess(String, int) - Method in interface com.aispeech.export.listeners.AILASRListener
1.
onUploadFileResult(String, String, AIError) - Method in interface com.aispeech.export.listeners.AILASRListener
2.成功上传文件,回调 audioId
onUploadSuccess() - Method in interface com.aispeech.lite.dm.update.CInfoListener
上传成功
onVadEnd(String) - Method in interface com.aispeech.lite.hotword.ssl.SSLKernelListener
vad end 标志,在内部子线程,请勿在该回调做阻塞操作,否则会导致线性卡死
onVadEnd(String) - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
onVadStart(String) - Method in interface com.aispeech.lite.hotword.ssl.SSLKernelListener
vad begin 标志,在内部子线程,请勿在该回调做阻塞操作,否则会导致线性卡死
onVadStart(String) - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
onVerifyHttp(int, String) - Method in interface com.aispeech.export.listeners.AICloudVprintListener
Http 方式验证的回调
onVerifyHttp(int, String) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
onVerifyWS(String) - Method in interface com.aispeech.export.listeners.AICloudVprintListener
WebSocket 方式验证的回调
onVerifyWS(String) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
onVoipBufferReceived(byte[]) - Method in class com.aispeech.echo.EchoKernelListener
Deprecated. 
onVoipBufferReceived(byte[]) - Method in interface com.aispeech.export.engines2.listeners.AILocalEchoListener
开启viop配置后音频回调
onVoipBufferReceived(byte[]) - Method in interface com.aispeech.lite.aecagc.AecAgcKernelListener
agc之后的1路音频回调 在SDK子线程
onVprintCutDataReceived(int, byte[], int) - Method in interface com.aispeech.export.listeners.AIDmaspListener
音频裁剪用于声纹的音频或者字符串
onVprintCutDataReceived(int, byte[], int) - Method in interface com.aispeech.export.listeners.AIFespCarListener
音频裁剪用于声纹的音频或者字符串
onVprintCutDataReceived(int, byte[], int) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
音频裁剪用于声纹的音频或者字符串
onVprintCutDataReceived(int, byte[], int) - Method in interface com.aispeech.export.listeners.AIWakeupListener
音频裁剪用于声纹的音频或者字符串
onVprintCutDataReceived(int, byte[], int) - Method in interface com.aispeech.lite.dmasp.DmaspKernelListener
音频裁剪用于声纹的音频或者字符串
onWait() - Method in interface com.aispeech.lite.dm.dispather.DispatcherListener
waite 回调,需要等待前序对话动作执行完毕
onWakeup(String, double, String) - Method in interface com.aispeech.export.listeners.AIDmaspListener
一次唤醒检测完毕后执行,在主UI线程
onWakeup(String, double, String) - Method in interface com.aispeech.export.listeners.AIFespCarListener
一次唤醒检测完毕后执行 主UI线程
onWakeup(double, String) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
一次唤醒检测完毕后执行 主UI线程
onWakeup(String) - Method in interface com.aispeech.export.listeners.AILocalSignalAndWakeupListener
一次唤醒检测完毕后执行 主UI线程
onWakeup(String, double, String) - Method in interface com.aispeech.export.listeners.AIWakeupListener
一次唤醒检测完毕后执行,在主UI线程
onWakeup(AIResult) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
onWakeup(AIResult) - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
onWidget(CallbackWidget) - Method in interface com.aispeech.lite.dm.dispather.DispatcherListener
对话控件展示回调
openGlobalAudioSave(String) - Static method in class com.aispeech.DUILiteSDK
设置全局音频存储路径 默认开启 比引擎单独设置的优先级更高,如需单独配置各引擎保存地址,可传入null
openLog() - Method in class com.aispeech.DUILiteConfig
Deprecated.
废弃
openLog(String) - Method in class com.aispeech.DUILiteConfig
Deprecated. 
openLog(Context, String) - Static method in class com.aispeech.DUILiteSDK
打开sdk日志 日志打开,性能会受影响,调试时可打开日志, 默认日志关闭
openLog(Context, String, int) - Static method in class com.aispeech.DUILiteSDK
打开sdk日志 日志打开,性能会受影响,调试时可打开日志, 默认日志关闭
openLog(Context, String, int, int) - Static method in class com.aispeech.DUILiteSDK
打开sdk日志 日志打开,性能会受影响,调试时可打开日志, 默认日志关闭
openLog(Context, String, int, String, String, String, boolean) - Static method in class com.aispeech.DUILiteSDK
打开sdk日志 日志打开,性能会受影响,调试时可打开日志, 默认日志关闭
openLog(Context, String, int, String, String, String, boolean, int) - Static method in class com.aispeech.DUILiteSDK
打开sdk日志 日志打开,性能会受影响,调试时可打开日志, 默认日志关闭
OPT_FAILED - Static variable in class com.aispeech.common.AIConstant
表示操作失败
OPT_FAILED - Static variable in class com.aispeech.lite.voicecopy.CloudVoiceCopyKernel.AIConstant
表示操作失败
OPT_SUCCESS - Static variable in class com.aispeech.common.AIConstant
表示操作成功
OPT_SUCCESS - Static variable in class com.aispeech.lite.voicecopy.CloudVoiceCopyKernel.AIConstant
表示操作成功
optDms(int) - Method in interface com.aispeech.lite.hotword.ssl.n.INRms
获取当前音量最大值通道值
optDms(int) - Method in class com.aispeech.lite.hotword.ssl.n.NRmsEngine
 
optExtra(String, Object) - Method in class com.aispeech.base.BaseInnerEngine
 
optExtra(String, Object, String, Object) - Method in class com.aispeech.base.BaseInnerEngine
 
optExtra(String, Object, String, Object, String, Object) - Method in class com.aispeech.base.BaseInnerEngine
 
optExtra(String, Object, String, Object, String, Object, String, Object) - Method in class com.aispeech.base.BaseInnerEngine
 
optIndex() - Method in class com.aispeech.lite.hotword.ssl.Counter
获取被vad触发过的通道
OPTION_DELETE - Static variable in class com.aispeech.export.ProductContext
配置操作:删除配置
OPTION_DELETE - Static variable in class com.aispeech.export.SkillContext
配置操作:删除配置
OPTION_SET - Static variable in class com.aispeech.export.ProductContext
配置操作:设置配置
OPTION_SET - Static variable in class com.aispeech.export.SkillContext
配置操作:设置配置

P

params - Variable in class com.aispeech.lite.sspe.BaseSspeKernel
 
parse(String) - Method in class com.aispeech.common.DDSJSONResultParser
 
parseConfig(BaseConfig, AIEngineConfig...) - Method in class com.aispeech.lite.base.BaseEngine
 
parseConfig(String) - Method in class com.aispeech.lite.BuiltinWakeupWords
json 格式如下:
parseIntent(AIDmaspIntent) - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
 
parseIntent(Object, SpeechParams...) - Method in class com.aispeech.lite.base.BaseEngine
 
pause() - Method in class com.aispeech.export.engines2.AICloudTTSEngine
 
pause() - Method in class com.aispeech.export.engines2.AILocalTTSEngine
暂停播放
pauseTime - Variable in class com.aispeech.export.config.AILocalWakeupIncrementConfig
设置vad的pauseTime
Phrase - Class in com.aispeech.lite.speech
 
Phrase(String[]) - Constructor for class com.aispeech.lite.speech.Phrase
 
Phrase(String, String[]) - Constructor for class com.aispeech.lite.speech.Phrase
 
Phrase(String, String[], int) - Constructor for class com.aispeech.lite.speech.Phrase
 
PhraseHints - Class in com.aispeech.lite.speech
 
PhraseHints(String, String[]) - Constructor for class com.aispeech.lite.speech.PhraseHints
 
pinyin - Variable in class com.aispeech.export.config.AIDmaspConfig.WakeupWord
设置唤醒词
pinyin - Variable in class com.aispeech.export.config.AIFespCarConfig.WakeupWord
设置唤醒词
PinYinUtils - Class in com.aispeech.common
拼音检查
PinYinUtils() - Constructor for class com.aispeech.common.PinYinUtils
 
poll() - Method in class com.aispeech.lite.oneshot.OneshotCache
 
preInitEngine(LiteSoFunction, LocalSignalProcessingConfig) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
preInitEngine(LiteSoFunction, LocalSignalProcessingConfig) - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
prepare() - Method in class com.aispeech.common.FileSaveUtil
 
prepare(String) - Method in class com.aispeech.common.FileSaveUtil
此方法会根据当前时间和名字、模块初始化输入、输出音频的文件名,不会创建文件 在feed数据的时候,如果文件不存在会创建
processDoaResultByDriveModel(String) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
在返回唤醒角度后,依据设置的驾驶模式来处理唤醒
processMaxSpeechError() - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
processMaxSpeechError() - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
processMaxSpeechError() - Method in class com.aispeech.lite.dmasp.DmaspProcessor
 
processMaxSpeechError() - Method in class com.aispeech.lite.echo.LocalEchoProcessor
 
processMaxSpeechError() - Method in class com.aispeech.lite.fasp.FaspProcessor
 
processMaxSpeechError() - Method in class com.aispeech.lite.hotword.HotWordsProcessor
 
processMaxSpeechError() - Method in class com.aispeech.lite.mds.MdsProcessor
 
processMaxSpeechError() - Method in class com.aispeech.lite.sevc.SevcProcessor
 
processMaxSpeechError() - Method in class com.aispeech.lite.vprintlite.VprintLiteProcessor
 
processMaxSpeechError() - Method in class com.aispeech.lite.wakeupincrement.WakeupIncrementProcessor
 
processNoSpeechError() - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
processNoSpeechError() - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
processNoSpeechError() - Method in class com.aispeech.lite.dmasp.DmaspProcessor
 
processNoSpeechError() - Method in class com.aispeech.lite.echo.LocalEchoProcessor
 
processNoSpeechError() - Method in class com.aispeech.lite.fasp.FaspProcessor
 
processNoSpeechError() - Method in class com.aispeech.lite.hotword.HotWordsProcessor
 
processNoSpeechError() - Method in class com.aispeech.lite.mds.MdsProcessor
 
processNoSpeechError() - Method in class com.aispeech.lite.sevc.SevcProcessor
 
processNoSpeechError() - Method in class com.aispeech.lite.vprintlite.VprintLiteProcessor
 
processNoSpeechError() - Method in class com.aispeech.lite.wakeupincrement.WakeupIncrementProcessor
 
processOneShotNoSpeechError() - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
processOneShotNoSpeechError() - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
processWakeupCallback(String) - Method in class com.aispeech.lite.sspe.BaseSspeKernel
处理唤醒回调信息
processWakeupWordInSetMethod(String) - Method in class com.aispeech.lite.BuiltinWakeupWords
 
ProductContext - Class in com.aispeech.export
可以对产品配置进行增删改。
ProductContext(String, List<Setting>) - Constructor for class com.aispeech.export.ProductContext
 
ProductContext.Builder - Class in com.aispeech.export
 
profile - Variable in class com.aispeech.lite.vprint.CloudVprintKernel
 
Protocol - Class in com.aispeech.lite.dm
服务端返回字段定义
Protocol() - Constructor for class com.aispeech.lite.dm.Protocol
 
provideAudioRecord(int, int, int, int, int) - Method in interface com.aispeech.DUILiteConfig.ExternalAudioRecordProvider
相关参数已经给出,参考AudioRecord的构造函数,外部只需要提供生成一个AudioRecord实例的方法,不需要引用这个实例
putBoolean(Context, String, boolean) - Static method in class com.aispeech.common.SharedPreferencesUtil
写入Boolean变量至sharedPreferences中
putExtraParam(String, Object) - Method in class com.aispeech.export.config.NearWakeupConfig
设置额外的参数, key:value 的形式。 例如:["abc":"ABC","num":123,"bb":false,"list":["a","1","c"]]
putExtraParam(String, Object) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置额外的参数,以 key:value 的形式发送给服务器。 例如:["abc":"ABC","num":123,"bb":false,"list":["a","1","c"]]
putExtraParam(String, Object) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
设置额外的参数。请求的url和报文的 env 字段下都加上额外参数
putInt(Context, String, int) - Static method in class com.aispeech.common.SharedPreferencesUtil
写入int变量至sharedPreferences中
putLocalTTSCustomAudio(Context, String) - Static method in class com.aispeech.common.SharedPrefsUtil
 
putLong(Context, String, long) - Static method in class com.aispeech.common.SharedPreferencesUtil
写入long变量至sharedPreferences中
putString(Context, String, String) - Static method in class com.aispeech.common.SharedPreferencesUtil
写入String变量至sharedPreferences中

Q

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

R

rearrangeAudioData(byte[]) - Static method in class com.aispeech.common.AudioHelper
调换5,6路音频通路顺序
RECEIVE - Static variable in interface com.aispeech.export.interceptor.IInterceptor.FlowType
 
recommendations - Variable in class com.aispeech.export.widget.callback.CallbackWidget
用于显示推荐气泡的数据,非必选
RECOMMENDATIONS - Static variable in class com.aispeech.export.widget.callback.CallbackWidget
推荐气泡数据
RECORDER_ID - Static variable in class com.aispeech.lite.dm.Protocol
 
RecorderConfig - Class in com.aispeech.export.config
录音机初始化配置
RecorderConfig() - Constructor for class com.aispeech.export.config.RecorderConfig
 
RecorderConfig.Builder - Class in com.aispeech.export.config
 
recorderType - Variable in class com.aispeech.export.config.RecorderConfig.Builder
 
recorderType - Variable in class com.aispeech.export.config.RecorderConfig
recordId - Variable in class com.aispeech.AIResult
 
refreshTimestamp() - Method in class com.aispeech.lite.vprint.VprintSqlEntity
刷新时间戳
register(AICloudVprintIntent) - Method in class com.aispeech.export.engines2.AICloudVprintEngine
1.
register(AICloudVprintIntent) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
1.
registerHandle(MessageProcess.Handle) - Method in class com.aispeech.lite.MessageProcess
 
release() - Method in class com.aispeech.base.BaseInnerEngine
 
release() - Method in class com.aispeech.common.FileSaveUtil.InnerThread
 
release() - Method in class com.aispeech.export.engines2.AICloudTTSEngine
Deprecated.
废弃
release() - Method in class com.aispeech.lite.dm.dispather.Dispatcher
销毁资源
release() - Method in interface com.aispeech.lite.dm.IDmProcessor
release
release() - Method in class com.aispeech.lite.echo.LocalEchoProcessor
 
release() - Method in interface com.aispeech.lite.hotword.ssl.ISSL
引擎销毁
release() - Method in interface com.aispeech.lite.hotword.ssl.n.INRms
销毁
release() - Method in interface com.aispeech.lite.hotword.ssl.n.INVad
释放引擎
release() - Method in class com.aispeech.lite.hotword.ssl.n.NRmsEngine
 
release() - Method in class com.aispeech.lite.hotword.ssl.n.NVadEngine
 
release() - Method in class com.aispeech.lite.hotword.ssl.SSLByVadEngine
 
release() - Method in class com.aispeech.lite.vprintlite.VprintLiteProcessor
 
releaseKernel() - Method in class com.aispeech.echo.EchoKernel
 
releaseKernel() - Method in class com.aispeech.lite.dmasp.DmaspKernel
 
releaseKernel() - Method in class com.aispeech.lite.oneshot.OneshotKernel
释放引擎
releaseKernel() - Method in class com.aispeech.speex.SpeexKernel
释放speex内核
releaseRecord() - Method in class com.aispeech.export.engines2.AICloudVprintEngine.AudioTool
 
remove(Object, int) - Static method in class com.aispeech.common.ArrayUtils
 
remove(Context, String) - Static method in class com.aispeech.common.SharedPreferencesUtil
从sharedPreferences中移除指定节点
removeCallbackMsg() - Method in class com.aispeech.base.BaseInnerEngine
 
removeInterceptor(IInterceptor) - Method in class com.aispeech.export.interceptor.SpeechInterceptor
 
removeSkillId(String) - Method in class com.aispeech.export.itn.Advanced
 
removeSlot(String) - Method in class com.aispeech.export.itn.Advanced
 
removeVocab(String) - Method in class com.aispeech.export.itn.Advanced
 
removeWakeupword(List<WakeupWord>) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
removeWakeupword(WakeupWord...) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
移除唤醒词
removeWakeupword(String...) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
REQUEST_ID - Static variable in class com.aispeech.lite.dm.Protocol
 
reset() - Method in class com.aispeech.export.itn.Advanced
 
resetCounter() - Method in class com.aispeech.lite.dm.dispather.Dispatcher
重置拒识计数
resetDriveMode() - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
 
resetDriveMode() - Method in class com.aispeech.export.engines2.AIFespCarEngine
 
resetDriveMode() - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
resetDriveMode() - Method in class com.aispeech.lite.dmasp.DmaspKernel
每次对话结束需要重置唤醒缓存,用于定位模式
resetDriveMode() - Method in class com.aispeech.lite.dmasp.DmaspProcessor
 
resetDriveMode() - Method in interface com.aispeech.lite.function.ICarFunction
 
resetDriveMode() - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
在定位模式下,如果原来自动设置成主驾模式或者副驾模式,则还原成定位模式
ResourceType - Enum in com.aispeech.lite
云端引擎资源类型
restore(String) - Method in class com.aispeech.export.itn.Convert
还原报文中的联系人语义槽字段
resultObject - Variable in class com.aispeech.AIResult
 
resume() - Method in class com.aispeech.export.engines2.AICloudTTSEngine
 
resume() - Method in class com.aispeech.export.engines2.AILocalTTSEngine
继续播放
run() - Method in class com.aispeech.DUILiteSDK.AuthTask
 
run() - Method in class com.aispeech.DUILiteSDK.UploadDeviceInfoTask
 
run() - Method in class com.aispeech.echo.EchoKernel
 
run() - Method in class com.aispeech.lite.aecagc.AecAgcKernel
 
run() - Method in class com.aispeech.lite.dm.CloudDmKernel
 
run() - Method in class com.aispeech.lite.dmasp.DmaspKernel
 
run() - Method in class com.aispeech.lite.fasp.FaspKernel
 
run() - Method in class com.aispeech.lite.hotword.ssl.SSLKernel
 
run() - Method in class com.aispeech.lite.mds.MdsKernel
 
run() - Method in class com.aispeech.lite.MessageProcess
 
run() - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
run() - Method in class com.aispeech.lite.sevc.SevcKernel
 
run(int, byte[], int) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel.CarDoaCallbackImpl
 
run(int, byte[], int) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel.CarWakeupCallbackImpl
 
run() - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
run() - Method in class com.aispeech.lite.vprintlite.VprintLiteKernel
 
run(int, byte[], int) - Method in class com.aispeech.lite.vprintlite.VprintLiteKernel
 
run() - Method in class com.aispeech.speex.SpeexKernel
 
runSequence - Variable in class com.aispeech.export.Command
Command.RunSequence command和nlg先后顺序
RunSequence() - Constructor for class com.aispeech.export.Command.RunSequence
 

S

s2t(String) - Method in class com.aispeech.export.itn.JChineseConvertor
 
s2t(char) - Method in class com.aispeech.export.itn.JChineseConvertor
 
SAMPLE_RATE_11K - Static variable in class com.aispeech.lite.AISampleRate
11025采样率,云端TTS使用
SAMPLE_RATE_16K - Static variable in class com.aispeech.lite.AISampleRate
16000采样率
SAMPLE_RATE_22K - Static variable in class com.aispeech.lite.AISampleRate
22050采样率,云端TTS使用
SAMPLE_RATE_24K - Static variable in class com.aispeech.lite.AISampleRate
24000采样率
SAMPLE_RATE_32K - Static variable in class com.aispeech.lite.AISampleRate
32000采样率
SAMPLE_RATE_44K - Static variable in class com.aispeech.lite.AISampleRate
44100采样率
SAMPLE_RATE_48K - Static variable in class com.aispeech.lite.AISampleRate
48000采样率
SAMPLE_RATE_8K - Static variable in class com.aispeech.lite.AISampleRate
8000采样率
saveDriveModeData(byte[], int) - Method in class com.aispeech.lite.dmasp.DmaspKernel
全车模式保存四合一单路数据 其他驾驶模式保存对应doa单路数据
Scene - Class in com.aispeech.export.widget
 
Scene.Builder - Class in com.aispeech.export.widget
 
scenes - Variable in class com.aispeech.export.config.AILocalWakeupIncrementConfig
设置场景
SDK_INIT_UPDATE_INTERVAL - Static variable in class com.aispeech.common.SharedPreferencesUtil
 
SDK_INIT_UPDATE_TIME - Static variable in class com.aispeech.common.SharedPreferencesUtil
 
SDK_VERSION - Static variable in class com.aispeech.common.AIConstant
SDK版本
SEGMENT - Static variable in class com.aispeech.export.widget.callback.ListCallbackWidget
分词数据,非必选
selectRuleThreshold - Variable in class com.aispeech.export.config.AILocalSemanticConfig.Builder
 
selectRuleThreshold - Variable in class com.aispeech.export.config.AILocalSemanticConfig
 
semanticType - Variable in class com.aispeech.export.config.AILocalSemanticConfig
指定语义引擎类型
SemanticType - Enum in com.aispeech.lite
 
SemanticVocabsCfg - Class in com.aispeech.export
 
SemanticVocabsCfg() - Constructor for class com.aispeech.export.SemanticVocabsCfg
 
semaphoreP() - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
semaphoreV() - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
semDUILuaResFloder - Variable in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线DUI语义lua资源文件夹
semDUILuaResFloder - Variable in class com.aispeech.export.config.AILocalSemanticConfig
设置离线DUI语义lua资源文件夹
semDUIResCustomFloder - Variable in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线DUI Custom资源文件夹
semDUIResCustomFloder - Variable in class com.aispeech.export.config.AILocalSemanticConfig
设置离线DUI custom资源文件夹
semDUIResFloder - Variable in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线DUI资源文件夹
semDUIResFloder - Variable in class com.aispeech.export.config.AILocalSemanticConfig
设置离线DUI资源文件夹
semNaviLuaResFolder - Variable in class com.aispeech.export.config.AILocalSemanticConfig
设置离线语义lua资源文件夹
semNaviResFolder - Variable in class com.aispeech.export.config.AILocalSemanticConfig
离线导航语义资源文件夹
sendMessage(MessageProcess.Handle, Message) - Method in class com.aispeech.lite.MessageProcess
 
sendMessage(Message) - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
sendMsgToCallbackMsgQueue(BaseInnerEngine.CallbackMsg, Object) - Method in class com.aispeech.base.BaseInnerEngine
callbackInThread true 往子线程发消息 false 往主线程发消息
sendPing() - Method in class com.aispeech.lite.dm.CloudDmKernel
Each frame starts with two bytes of data.
Session - Class in com.aispeech.lite.dm
session
Session() - Constructor for class com.aispeech.lite.dm.Session
 
SESSION_ID - Static variable in class com.aispeech.lite.dm.Protocol
 
set(Context, boolean, String) - Static method in class com.aispeech.common.Audio2RefSetting
 
set(String) - Method in class com.aispeech.export.engines2.AILocalMdsEngine
动态设置部分参数,start之前调用,json格式的String,用于做数据扩展 示例传参 { //配置输入数据流的方式,0为默认的wav/pcm格式,1为定制的音频格式 "input_order": 0 }
set(String) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
set(String) - Method in class com.aispeech.lite.sspe.BaseSspeKernel
 
setAcousticResources(String) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置声学资源
setAcousticResources(String) - Method in class com.aispeech.export.config.AILocalASRConfig
设置声学资源
setAction(VprintIntent.Action) - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
设置声纹工作模式, 若不设置,会抛IllegalArgumentException异常
setAction(VprintIntent.Action) - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
设置声纹工作模式, 若不设置,会抛IllegalArgumentException异常
setAction(VprintLiteIntent.Action) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
设置声纹工作模式, 若不设置,会抛IllegalArgumentException异常
setAction(VprintLiteIntent.Action) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
设置声纹工作模式, 若不设置,会抛IllegalArgumentException异常
setActiveDecoders(List<String>) - Method in class com.aispeech.export.intent.AILocalASRIntent
激活解码网络 注意:如果unregister后,必须更新此列表,否则 start会失败
setAecChannelNum(int) - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
多麦模式下设置回声消除后音频通道数,从AIFespCarEngine#getValueOf(String) 获取
setAecChannelNum(int) - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
setAecChannelNum(int) - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
多麦模式下设置回声消除后音频通道数,从AILocalSignalAndWakeupEngine.getValueOf(String)获取
setAecChannelNum(int) - Method in class com.aispeech.lite.vprint.VprintIntent
 
setAecResource(String) - Method in class com.aispeech.AIEchoConfig
设置 ECHO 模式的 AEC 资源
setAecResource(String) - Method in class com.aispeech.export.config.AIFespCarConfig
设置aec资源
setAecResource(String) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
Deprecated.
2.23.0版本之后废弃
setAecResource(String) - Method in class com.aispeech.export.config.EchoConfig.Builder
Deprecated.
设置 ECHO 模式的 AEC 资源
setAIEchoConfig(AIEchoConfig) - Method in class com.aispeech.AIEchoConfig
 
setAiEchoConfig(AIEchoConfig) - Static method in class com.aispeech.echo.EchoKernel
 
setAiOneshotConfig(AIOneshotConfig) - Method in class com.aispeech.export.intent.AIWakeupIntent
Deprecated.
setAIType(AIType) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置AIType 参数
setAliasKey(String) - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
设置请求产品分支
setAliasKey(String) - Method in class com.aispeech.export.config.AICloudSemanticConfig.Builder
设置产品分支,默认 prod
setAliasKey(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setAliasKey(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent
设置当前云端声纹使用的资源版本,可设置为prod
setAliasKey(String) - Method in class com.aispeech.lite.dm.update.UpdaterImpl.Builder
 
setAllText(String) - Method in class com.aispeech.common.JSONResultParser
 
setAntiSpoofResBin(String) - Method in class com.aispeech.export.config.AntiSpoofConfig.Builder
设置仿冒攻击资源 若在assets目录下,则指定文件名即可,如vprint.bin 若在外部路径目录下,则需要指定绝对路径,如/sdcard/speech/vprint.bin
setAntiSpoofSaveDir(String) - Method in class com.aispeech.export.intent.AntiSpoofIntent.Builder
设置保存仿冒攻击的音频数据路径
setAntiSpoofSaveDir(String) - Method in class com.aispeech.export.intent.AntiSpoofIntent
设置保存仿冒攻击的音频数据
setApi(String) - Method in class com.aispeech.export.Command
 
setApi(String) - Method in class com.aispeech.export.NativeApi
 
setApiKey(String) - Method in class com.aispeech.DUILiteConfig.Builder
 
setApiKey(String) - Method in class com.aispeech.export.config.AICloudVoiceCopyConfig.Builder
 
setApp(JSONObject) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setAsr(String) - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
setAsrErrorRate(float) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
setAsrErrorRate(float) - Method in class com.aispeech.export.intent.AICloudVprintIntent
文本半相关语音文本结果和custom_context的字错误率的百分比阈值 [0,100],结果向下取整,仅用于文本相关的注册和验证,默认值0
setAsrErrorRate(int) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
设置文本半相关语音文本结果和custom_context的字错误率的百分比阈值 [0,100],字错误率大于阈值会报错
setAsrErrorRate(int) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
设置文本半相关语音文本结果和custom_context的字错误率的百分比阈值 [0,100],字错误率大于阈值会报错
setAsrIntent(AILocalASRIntent) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
setAsrPolicy(IAsrPolicy) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置识别仲裁策略
setAsrppResBin(String) - Method in class com.aispeech.export.config.VprintConfig.Builder
Deprecated.
设置asr++资源 若在assets目录下,则指定文件名即可,如asrpp.bin 若在外部路径目录下,则需要指定绝对路径,如/sdcard/speech/asrpp.bin
setAsrppResBin(String) - Method in class com.aispeech.lite.vprint.VprintConfig.Builder
设置asr++资源 若在assets目录下,则指定文件名即可,如asrpp.bin 若在外部路径目录下,则需要指定绝对路径,如/sdcard/speech/asrpp.bin
setAsrppResource(String) - Method in class com.aispeech.export.config.AILocalAsrppConfig
设置性别识别资源
setAsrRes(String) - Method in class com.aispeech.export.config.AILocalHotWordConfig.Builder
设置识别资源
setAsrRes(String) - Method in class com.aispeech.export.config.AILocalWakeupIncrementConfig.Builder
设置识别资源
setAudio(AICloudVprintIntent.Audio) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setAudioAdoptAEC(boolean) - Method in class com.aispeech.export.config.NearWakeupConfig
就近唤醒是否采用带aec的音频
setAudioAttributes(int, int) - Method in class com.aispeech.export.intent.AICloudTTSIntent
setAudioAttributes(AudioAttributes) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置音频属性 use {(AudioAttributes)}
setAudioAttributes(int, int) - Method in class com.aispeech.export.intent.AILocalTTSIntent
setAudioAttributes(AudioAttributes) - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
setAudioFileCacheStrategy(int, int) - Method in class com.aispeech.DUILiteConfig.Builder
设置全局单音频缓存策略
setAudioFileTotalSize(int) - Method in class com.aispeech.DUILiteConfig.Builder
设置全局总音频缓存总大小
setAudioId(String) - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
setAudioParam(AICloudASRSentenceConfig.AudioParam) - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
设置音频参数,包含 类型,采样率,取样字节数,通道数 等
setAudioParam(AICloudLASRConfig.AudioParam) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
音频参数
setAudioRecorderType(int) - Method in class com.aispeech.DUILiteConfig
设置录音机采集数据的方式
setAudioSource(int) - Method in class com.aispeech.export.config.RecorderConfig.Builder
设置audioRecorder的声音源
setAudioSourceType(int) - Method in class com.aispeech.DUILiteConfig
设置audioRecorder的声音源
setAudioType(String) - Method in class com.aispeech.export.config.AICloudLASRConfig.AudioParam
音频类型
setAudioType(AICloudASRIntent.PCM_ENCODE_TYPE) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置 PCM 编码成其它格式,以减小传输大小。 云端识别需要将PCM音频编译成其它音频格式发送给服务器。
setAudioType(AICloudLASRRealtimeIntent.PCM_ENCODE_TYPE) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
⾳频类型,支持:wav, ogg, ogg_opus, opus, mp3。ogg_opus 服务器无法识别
setAudioType(String) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置合成音频格式,支持mp3AIConstant.TTS_AUDIO_TYPE_MP3
setAudioType(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Audio
 
setAuthConfig(AuthConfig) - Method in class com.aispeech.DUILiteConfig.Builder
 
setAuthRetryTimesForNetworkErr(int) - Method in class com.aispeech.DUILiteConfig
授权在网络错误时重试的次数
setAuthServer(String) - Method in class com.aispeech.DUILiteConfig
设置DUI授权url地址
setAuthServer(String) - Method in class com.aispeech.export.config.AuthConfig.Builder
Deprecated.
setAuthServer(String) - Method in class com.aispeech.export.config.AuthConfig
 
setAuthTimeout(int) - Method in class com.aispeech.DUILiteConfig
授权网络连接超时时间
setAuthTimeout(int) - Method in class com.aispeech.export.config.AuthConfig.Builder
设置联网授权的超时时间,默认 5s
setAuthTimeout(int) - Method in class com.aispeech.export.config.AuthConfig
 
setAutoHoldBeamforming(boolean) - Method in class com.aispeech.export.intent.AIFespCarIntent
Deprecated.
该方法不再使用
setAutoSetDriveMode(boolean) - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
车载双麦时才有效。当定位模式时,根据唤醒角度自动设置成主驾模式或者副驾模式。
setBackResBinArray(String[]) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
设置assets目录下的后端发音人资源名,若只需要一个发音人,则设置一个即可,初始化时默认以第一个资源名加载进内核
setBackResBinArray(String[]) - Method in class com.aispeech.export.config.AILocalTTSConfig
 
setBackResBinPath(String) - Method in class com.aispeech.export.engines2.AILocalTTSEngine
Deprecated. 
setBeamformingResource(String) - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
setBeamformingResource(String) - Method in class com.aispeech.export.config.AIFespCarConfig
beamforming 资源,beamforming 即波束成形,将多路音频数据 beamforming 成单声道音频,方便后续做唤醒,识别等
setBeamformingResource(String) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
Deprecated.
2.23.0版本之后废弃
setBfChannelNum(int) - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
多麦模式下设置增强后音频通道数,AIFespCarEngine#getValueOf(String) 获取
setBfChannelNum(int) - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
setBfChannelNum(int) - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
多麦模式下设置增强后音频通道数,从AILocalSignalAndWakeupEngine.getValueOf(String)获取
setBfChannelNum(int) - Method in class com.aispeech.lite.vprint.VprintIntent
 
setBlackWords(String[], float[]) - Method in class com.aispeech.export.config.AIDmaspConfig.Builder
 
setBlackWords(String[]) - Method in class com.aispeech.export.engines2.AILocalWakeupIncrementEngine
 
setBlackWords(String[]) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置热词黑名单
setBlackWords(String) - Method in class com.aispeech.export.intent.AILocalASRIntent
 
setBlackWords(String[]) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
设置热词黑名单
setBlackWords(String[]) - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
设置热词黑名单
setBlockSize(int) - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
setBoost(int) - Method in class com.aispeech.lite.speech.Phrase
 
setBoundary(int) - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
setBoundary(int) - Method in class com.aispeech.export.engines2.AIFespCarEngine
开启/关闭声纹唤醒词截断
setBuildMulti(boolean) - Method in class com.aispeech.export.intent.AILocalGrammarIntent
 
setBuiltInSemanticSkillID(String) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置是否内置自定义技能优先
setButtons(JSONArray) - Method in class com.aispeech.export.widget.callback.ContentCallbackWidget
 
setCacheAudioTime(int) - Method in class com.aispeech.export.config.AIOneshotConfig.Builder
设置回溯音频长度,单位毫秒,默认 1200ms
setCacheDirectory(String) - Method in class com.aispeech.export.config.AICloudTTSConfig.Builder
设置缓存的文件夹
setCacheDirectory(String) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
 
setCacheDirectory(String) - Method in class com.aispeech.export.config.AILocalTTSConfig
 
setCacheSize(int) - Method in class com.aispeech.export.config.AICloudTTSConfig.Builder
设置tts缓存数量上限,默认为100
setCacheSize(int) - Method in class com.aispeech.export.config.AICloudTTSConfig
 
setCacheSize(int) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
设置tts缓存数量上限,默认为100
setCacheSize(int) - Method in class com.aispeech.export.config.AILocalTTSConfig
 
setCacheUploadEnable(boolean) - Method in class com.aispeech.DUILiteConfig
设置 sdk 缓存唤醒、预唤醒音频文件,默认不缓存
setCacheUploadEnable(boolean) - Method in class com.aispeech.export.config.UploadConfig.Builder
 
setCacheUploadEnable(boolean) - Method in class com.aispeech.export.config.UploadConfig
 
setCacheUploadMaxNumber(int) - Method in class com.aispeech.DUILiteConfig
Deprecated.
废弃
setCacheUploadMaxNumber(int) - Method in class com.aispeech.export.config.UploadConfig.Builder
 
setCacheUploadMaxNumber(int) - Method in class com.aispeech.export.config.UploadConfig
 
setCacheWordCount(int) - Method in class com.aispeech.export.config.AICloudTTSConfig.Builder
设置支持的单词缓存文字个数,默认为200
setCacheWordCount(int) - Method in class com.aispeech.export.config.AICloudTTSConfig
 
setCacheWordCount(int) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
设置单次缓存最大支持的文本字数,默认限制为200
setCacheWordCount(int) - Method in class com.aispeech.export.config.AILocalTTSConfig
 
setCallback(String) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
识别完成时的回调HTTP(s)地址。当设置了callback地址,当识别融合后,会把最终结果以POST方式回传(也可以通过/lasr/task/result的方式来主动获取)。
setCallBackInThread(boolean) - Method in class com.aispeech.DUILiteConfig.Builder
 
setCallbackInThread(boolean) - Method in class com.aispeech.DUILiteConfig
设置 sdk 的回调是否都在子线程里,默认 false
setCcThreshold(float[]) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置唤醒词对应阈值,是唤醒二次判决
setChannel(int) - Method in class com.aispeech.common.AudioHelper.AudioData
 
setChannel(int) - Method in class com.aispeech.export.config.AICloudLASRConfig.AudioParam
可选,音频通道数,默认1
setChannel(int) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
音频通道数,default is 1 单声道 目前仅支持1通道数,不支持多通道
setChannel(int) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Audio
 
setChannels(int) - Method in class com.aispeech.AIEchoConfig
音频总的通道数,1+1,默认为2
setChannels(int) - Method in class com.aispeech.export.config.AILocalMdsConfig
输入音频通道数
setChannels(int) - Method in class com.aispeech.export.config.EchoConfig.Builder
Deprecated.
音频总的通道数,1+1,默认为2
setChannels(int) - Method in class com.aispeech.export.config.NearWakeupConfig
输入音频通道数
setCheckLength(double) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
音频的时长(单位:秒), 用户校验剩余时长是否充足
setCInfoServerAddress(String) - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
设置 CInfo服务地址,默认不用设置
setCloudVadEnable(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置是否开启服务端的vad功能,一般近场关闭,远场打开
setCloudVadPauseTime(int) - Method in class com.aispeech.export.intent.AICloudDMIntent
 
setCloudVprintVadEnable(boolean) - Method in class com.aispeech.export.intent.AIAsrPlusIntent
 
setCloudVprintVadEnable(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
 
setCloudVprintVadEnable(boolean) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setCloudWakeupCheck(String[], float[], int, int) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
使用云端ASR进行唤醒校验时需要设置 中文唤醒词和高阈值
setCommand(Command) - Method in class com.aispeech.lite.dm.cache.Cache
cache command
setCommand(Command) - Method in class com.aispeech.lite.dm.Task
 
setCommonWakeupWord(JSONArray) - Method in class com.aispeech.export.intent.AICloudASRIntent
配置自定义唤醒词;等价customWakeupWord
setComplexity(int) - Method in class com.aispeech.speex.SpeexKernel
设置压缩的复杂度 可取值:2,3,4,5,默认为2
setConnectTimeout(int) - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
设置连接超时
setConnectTimeout(int) - Method in class com.aispeech.export.config.AICloudSemanticConfig.Builder
设置连接超时
setConstantContent(String) - Method in class com.aispeech.export.intent.AICloudASRIntent
标记语音中已知的固定的文本内容(如唤醒词),算法会特殊处理被标记的音频。在dp-sr、sti-sr 算法中,会触发使用定制的文本相关模型,替代通用的文本无关模型,提升声纹的识别率。
setConstantContent(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
标记语音中已知的固定的文本内容(如唤醒词),算法会特殊处理被标记的音频。
setConstantContent(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
标记语音中已知的固定的文本内容(如唤醒词),算法会特殊处理被标记的音频。
setContent(String) - Method in class com.aispeech.export.intent.AILocalGrammarIntent.GrammarBean
设置编译的 xbnf 内容
setContent(String) - Method in class com.aispeech.export.intent.AILocalGrammarIntent
设置编译的 xbnf 内容
setContent(JSONArray) - Method in class com.aispeech.export.widget.callback.ListCallbackWidget
 
setContent(JSONArray) - Method in class com.aispeech.export.widget.callback.MediaCallbackWidget
 
setContext(String) - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setContext(String) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
设置当前上下文,实现多轮交互
setContextId(String) - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setContextId(String) - Method in class com.aispeech.export.intent.AICloudASRIntent
如果有contextId,服务端认为是同一个验证,会使用保存的cache和新的数据进行加强验证,非必须
setContextId(String) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setContextId(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setContextId(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent
如果有contextId,服务端认为是同一个验证,会使用保存的cache和新的数据进行加强验证,仅用于实时验证
setCurrentPage(int) - Method in class com.aispeech.export.widget.callback.ListCallbackWidget
 
setCurrentPage(int) - Method in class com.aispeech.export.widget.callback.MediaCallbackWidget
 
setCustomAudioList(List<CustomAudioBean>) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
自定义外部录音,列表中的文本使用对应的录音文件播报
setCustomAudioList(List<CustomAudioBean>) - Method in class com.aispeech.export.config.AILocalTTSConfig
 
setCustomContent(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
setCustomContent(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent
文本(半)相关时输入的语音文本。使用文本(半)相关时必需设置
setCustomContent(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
文本(半)相关时输入的语音文本。
setCustomContent(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
文本(半)相关时输入的语音文本。
setCustomDeviceId(String) - Method in class com.aispeech.export.config.AuthConfig.Builder
Deprecated.
setCustomDeviceId(String) - Method in class com.aispeech.export.config.AuthConfig
 
setCustomDeviceName(String) - Method in class com.aispeech.export.config.AuthConfig.Builder
设置deviceName
setCustomDeviceName(String) - Method in class com.aispeech.export.config.AuthConfig
 
setCustomLog(CustomLog) - Static method in class com.aispeech.DUILiteSDK
用户自定义log,用于客户自行实现自己的log逻辑,将SDK的log使用客户的log机制实现,将所有的log统一归类,调用此接口之后 不需要在调用DUILiteSDK.openLog(Context, String)DUILiteSDK.openLog(Context, String, int)
setCustomParams(String[], String[]) - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
设置自定义参数
setCustomThreshold(String[], Double[]) - Method in class com.aispeech.export.engines2.AILocalWakeupIncrementEngine
 
setCustomThreshold(String[], Double[]) - Method in class com.aispeech.export.intent.AILocalASRIntent
自定义单词置信度阈值
setCustomThreshold(Map<String, Double>) - Method in class com.aispeech.export.intent.AILocalASRIntent
 
setCustomThreshold(String[], Double[]) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
自定义单词置信度阈值
setCustomThreshold(String[], Double[]) - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
自定义单词置信度阈值
setCustomWakeupScore(int) - Method in class com.aispeech.export.intent.AICloudASRIntent
 
setCustomWakeupScore(int) - Method in class com.aispeech.export.intent.AICloudDMIntent
 
setCustomWakeupWord(List<String>, boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置自定义唤醒词和 是否过滤句首唤醒词,用于 oneshot 功能。 比如音频输入为"你好小驰,今天天气怎么样",filter 为 true 后识别结果即为"今天天气怎么样"
setCustomWakeupWord(List<String>) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置自定义唤醒词,可用于过滤和指定唤醒词识别比如 ["你好小乐","你好小白"]
setData(byte[]) - Method in class com.aispeech.common.AudioHelper.AudioData
 
setData(byte[]) - Method in class com.aispeech.lite.vprint.VprintSqlEntity
声纹数据
setDcheck(int[]) - Method in class com.aispeech.export.config.AIFespCarConfig
设置唤醒是否开启校验,"1"表示开启校验,"0"表示不开启校验
setDcheck(int[]) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置唤醒是否开启校验,"1"表示开启校验,"0"表示不开启校验
setDcheck(int) - Method in class com.aispeech.export.config.WakeupWord
设置唤醒是否开启校验
setDcheck(String[]) - Method in class com.aispeech.export.intent.AIWakeupIntent
设置唤醒是否开启校验,"1"表示开启校验,"0"表示不开启校验
setDcheck(int[]) - Method in class com.aispeech.export.intent.AIWakeupIntent
设置唤醒是否开启校验,"1"表示开启校验,"0"表示不开启校验
setDebounceWnd(int) - Method in class com.aispeech.export.config.NearWakeupConfig
防抖窗口期,单位毫秒,范围50-1000,默认450ms。唤醒窗口期结束之后开始进入防抖窗口期,一次唤醒之 后,有可能还有部分设备不落在唤醒窗口期,在防抖窗口期内该设备也不会被唤醒。
setDebugMode(int, String) - Static method in class com.aispeech.DUILiteSDK
Deprecated. 
setDebugMode(int) - Static method in class com.aispeech.DUILiteSDK
设置SDK日志级别,默认W-3 {V = 2 , D =3 , I = 4 , W = 5 , E = 6, A = 7}
setDebugMode(int, int) - Static method in class com.aispeech.DUILiteSDK
设置SDK日志级别,默认W-3 {V = 2 , D =3 , I = 4 , W = 5 , E = 6, A = 7} M
setDebugPath(String) - Method in class com.aispeech.export.config.NearWakeupConfig
中间音频、原始音频的存放路径
setDefaultScene(boolean) - Method in class com.aispeech.export.widget.Scene.Builder
 
setDefaultScene(boolean) - Method in class com.aispeech.export.widget.Scene
 
setDeviceProfileDirPath(String) - Method in class com.aispeech.DUILiteConfig
授权文件保存目录的绝对路径
setDeviceProfileDirPath(String) - Method in class com.aispeech.export.config.AuthConfig.Builder
授权文件保存目录的绝对路径,离线授权方案需要同时设置授权文件路径和自定义设备Id 注意:若采用批量激活的方式,将大授权文件 “auth_profile.zip” 放在授权路径下: 取值:绝对路径字符串, e.g./sdard/speech
默认存放目录 /data/data/包名/files/
setDeviceProfileDirPath(String) - Method in class com.aispeech.export.config.AuthConfig
 
setDictDb(String) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
设置assets目录下的合成字典名字
setDictDb(String, String) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
 
setDictResource(String) - Method in class com.aispeech.export.config.AILocalTTSConfig
设置合成字典
setDictResource(String, String) - Method in class com.aispeech.export.config.AILocalTTSConfig
设置assets目录下的合成字典资源名字和对应的md5文件
setDisResultDataReceived(int) - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
设置取消fesp回传,关闭fespcar音频接口回调的抛出
setDm(JSONObject) - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setDmaspChannelCount(int) - Method in class com.aispeech.export.config.AIDmaspConfig.Builder
Dmasp 输出的通道数 支持 4Mic 2Mic 该数据将影响驾驶模式抛出的单路音频
setDmaspResource(String) - Method in class com.aispeech.export.config.AIDmaspConfig.Builder
 
setDMError(Error) - Method in class com.aispeech.lite.dm.Task
 
setDoa(int) - Method in class com.aispeech.export.intent.AILocalMdsIntent
说话人角度(多通道输入时使用),可选,根据资源配置而定
setDoaManually(int) - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
在定位模式下,手动设置为主驾唤醒或者副驾唤醒
setDoaManually(int) - Method in class com.aispeech.export.engines2.AIFespCarEngine
在定位模式下,手动设置为主驾唤醒或者副驾唤醒
setDoaManually(int) - Method in class com.aispeech.lite.dmasp.DmaspKernel
 
setDoaManually(int) - Method in class com.aispeech.lite.dmasp.DmaspProcessor
 
setDoaManually(int) - Method in interface com.aispeech.lite.function.ICarFunction
手动设置唤醒角度
setDoaManually(int) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
setDomain(String) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
设置前一轮对话领域信息,start之前设置生效
setDomain(String) - Method in class com.aispeech.export.intent.AICloudASRIntent
领域(comm/aihome/aitv/aicar/aiphone/airobot/aitranson-cn-16k/aitranson-en-16k),用于asrplus,和res对应,可不设置
setDomain(String) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setDomain(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setDomain(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent
领域(comm/aihome/aitv/aicar/aiphone/airobot/aitranson-cn-16k/aitranson-en-16k) 用于注册和实时声纹验证,注册时非必需,实时声纹验证必需设置
setDomain(String) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
设置 buidlin+navi 前一轮的对话领域信息,实现多轮交互
setDriveMode(int) - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
设置驾驶模式, 0为定位模式, 按照声源定位;1为主驾模式;2为副驾模式;3为全车模式
setDriveMode(int, int) - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
设置驾驶模式,此方法主要为自由组合模式传入wakeupChannelMask参数
setDriveMode(int) - Method in class com.aispeech.export.engines2.AIFespCarEngine
动态设置唤醒env,在其中加入 driveMode 参数 设置模式后,会取消beamforming指向。
setDriveMode(int, int) - Method in class com.aispeech.export.engines2.AIFespCarEngine
 
setDriveMode(int) - Method in class com.aispeech.lite.dmasp.DmaspKernel
 
setDriveMode(int, int) - Method in class com.aispeech.lite.dmasp.DmaspKernel
 
setDriveMode(int) - Method in class com.aispeech.lite.dmasp.DmaspProcessor
 
setDriveMode(int, int) - Method in class com.aispeech.lite.dmasp.DmaspProcessor
 
setDriveMode(int) - Method in interface com.aispeech.lite.function.ICarFunction
 
setDriveMode(int, int) - Method in interface com.aispeech.lite.function.ICarFunction
 
setDriveMode(int, int) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
setDriveMode(int) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
setDumpWakeupAudioPath(String) - Method in class com.aispeech.export.intent.AIDmaspIntent
设置dump唤醒音频保存的文件夹,比如/sdcard/speech/dumpwkp。不设置则不dump音频
setDumpWakeupAudioPath(String) - Method in class com.aispeech.export.intent.AIFespCarIntent
设置dump唤醒音频保存的文件夹,比如/sdcard/speech/dumpwkp。不设置则不dump音频
setDumpWakeupAudioPath(String) - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
设置dump唤醒音频保存的文件夹,比如/sdcard/speech/dumpwkp。不设置则不dump音频
setDumpWakeupAudioPath(String) - Method in class com.aispeech.export.intent.AIWakeupIntent
设置dump唤醒音频保存的文件夹,比如/sdcard/speech/dumpwkp。不设置则不dump音频
setDumpWakeupTime(int) - Method in class com.aispeech.export.intent.AIDmaspIntent
设置dump唤醒点回退音频的时间,默认5000ms。
setDumpWakeupTime(int) - Method in class com.aispeech.export.intent.AIFespCarIntent
设置dump唤醒点回退音频的时间,默认5000ms。
setDumpWakeupTime(int) - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
设置dump唤醒点回退音频的时间,默认5000ms。
setDumpWakeupTime(int) - Method in class com.aispeech.export.intent.AIWakeupIntent
设置dump唤醒点回退音频时长,默认5000ms。
setDynamicAlignment(boolean) - Method in class com.aispeech.export.config.AIDmaspConfig.Builder
设置多音区是否需要进行动态对齐
setDynamicList(String) - Method in class com.aispeech.export.intent.AILocalASRIntent
 
setDynamicList(List<String>) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置识别热词列表字符串,比如:"北京市,YOU ARE RIGHT,BLUCE,tfboys,天安门博物馆"
setDynamicParam(String) - Method in class com.aispeech.export.engines2.AILocalFaspEngine
 
setDynamicParam(String) - Method in class com.aispeech.export.engines2.AILocalSevcEngine
动态设置参数
setDynamicParam(String[], float[], int[]) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态调整参数
setDynamicParam(String[], float[], float[], int[]) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态调整参数
setDynamicParam(String[], float[], float[], int[], boolean) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态设置参数
setDynamicParam(Map<String, ?>) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态设置唤醒参数,可以在引擎初始化成功后动态设置
setDynamicParam(String) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
setDynamicParam(String[], float[]) - Method in class com.aispeech.export.engines2.AIWakeupEngine
动态调整参数,只能调整唤醒词的thresh
setDynamicParam(String) - Method in class com.aispeech.export.engines2.AIWakeupEngine
动态调整参数,参数只能是 AIWakeupIntent 内的参数, 不同引擎可以动态设置的参数不一样,建议使用 AIWakeupEngine.setDynamicParam(String[], float[]) 方法
setDynamicParam(JSONObject) - Method in class com.aispeech.export.engines2.AIWakeupEngine
设置唤醒env热更新,可以在引擎初始化成功后动态设置,当前只支持更新thresh
setDynamicParamEnv(Map<String, ?>) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态调整参数,可以用来设置唤醒词,阈值等
setDynamicParamEnv(Map<String, ?>) - Method in class com.aispeech.export.engines2.AIWakeupEngine
动态调整参数,具体请参照 demo
setEchoCallbackBufferSize(int) - Method in class com.aispeech.export.config.EchoConfig.Builder
Deprecated.
使用sspe代替原有的echo
setEchoChannelNum(int) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置参考音路数,默认为0 即不含参考音
setEchoConfig(AIEchoConfig) - Method in class com.aispeech.DUILiteConfig.Builder
设置回声消除参数
setEchoConfig(AIEchoConfig) - Method in class com.aispeech.DUILiteConfig
设置 ECHO 模式的配置,其它模式下无影响
setEmotion(String) - Method in class com.aispeech.export.intent.AICloudTTSIntent
情感,有三种参数类型{"happy","default","sad"},如果不传或者传递错误的类型默认为default 目前仅有两种音色支持情感参数 ryzenm : night kuayuf : angry/sad/happy
setEnableAlignment(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
 
setEnableAlignment(boolean) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置识别Alignment功能
setEnableAlignment(boolean) - Method in class com.aispeech.lite.dm.dispather.Dispatcher
 
setEnableAsrPlus(boolean) - Method in class com.aispeech.export.config.AICloudASRConfig.Builder
设置是否使用云端声纹参数
setEnableAudioDetection(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
 
setEnableAudioDetection(boolean) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置打开云端音频检测功能
setEnableBCDDiscard(boolean) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
setEnableCloudVAD(boolean) - Method in class com.aispeech.export.intent.AICloudDMIntent
 
setEnableConfidence(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置置信度
setEnableCount(boolean) - Method in class com.aispeech.lite.hotword.ssl.Counter
 
setEnableDialectProcess(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
 
setEnableDialectProcessNlurec(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
 
setEnableDoubleVad(boolean) - Method in class com.aispeech.export.config.AICloudASRConfig.Builder
设置识别引擎是否使用双VAD,使用双VAD 需要 feed 2通道音频,而 使用非双VAD 则 feed 1 通道的音频。
setEnableDoubleVad(boolean) - Method in class com.aispeech.export.config.AICloudASRConfig
设置识别引擎是否使用双VAD,使用双VAD 需要 feed 2通道音频,而 使用非双VAD 则 feed 1 通道的音频。
setEnableDoubleVad(boolean) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置离线识别引擎是否使用双VAD,使用双VAD 需要 feed 2通道音频,而 使用非双VAD 则 feed 1 通道的音频。
setEnableDoubleVad(boolean) - Method in class com.aispeech.export.config.AILocalASRConfig
设置离线识别引擎是否使用双VAD,使用双VAD 需要 feed 2通道音频,而 使用非双VAD 则 feed 1 通道的音频。
setEnableEmotion(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
是否开启情感识别
setEnableEmotion(boolean) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置打开识别结果情绪识别功能,同时抛出情绪,年龄,性别结果 emotion 取值范围 : [sad, happy, angry,neutral] gender 取值范围 : [female, male] age 取值范围 : [child,adult, elder]
setEnableFirstDec(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
首字延时优化
setEnableFirstDecForce(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
vad=false时强制开首字优化
setEnableLanguageClassifier(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
Deprecated.
无效参数,废弃
setEnableNBest(boolean) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置是否返回语义 Nbest 结果 , 默认 false
setEnableNbestConfi(Boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
nbest 按字confidence功能
setEnableNluFormatV2(boolean) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
 
setEnableNumberConvert(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置是否启用识别结果汉字数字转阿拉伯数字功能
setEnableNumberConvert(boolean) - Method in class com.aispeech.export.intent.AICloudDMIntent
识别结果中文转阿拉伯数字,如:三点半---3点半
setEnableNumberConvert(boolean) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
识别结果中文转阿拉伯数字,如:三点半---3点半
setEnableOptimization(boolean) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
设置是否开启cpu优化,默认开启为true。 若某些机器合成速度慢,可以关闭cpu优化功能,设置为false
setEnableOptimization(boolean) - Method in class com.aispeech.export.config.AILocalTTSConfig
设置是否开启cpu优化 若某些机器合成速度慢,可以关闭cpu优化功能,设置为false
setEnablePunctuation(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置是否启用标点符号识别
setEnablePunctuation(boolean) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置是否启用标点符号
setEnablePunctuation(boolean) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置是否启动标点符号,默认true
setEnableRealBackFastend(Boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
在实时反馈的基础上支持rec快出,必须在realback=true时生效 default is
setEnableRecUppercase(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
输出英文字母转成大写,true 为转大写,false 为不转大写。默认 true
setEnableRecUppercase(boolean) - Method in class com.aispeech.export.intent.AICloudDMIntent
识别结果英文转大写
setEnableRecUppercase(boolean) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
识别结果英文转大写
setEnableRuleCorrect(Boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
识别结果规则矫正
setEnableSensitiveWdsNorm(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
敏感词过滤 true 是开启,false 是关闭 默认是开启
setEnableSeparateNBest(Boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
开启后,将把每一路的nbest分开
setEnableShowText(boolean) - Method in class com.aispeech.export.intent.AICloudDMIntent
 
setEnableSNTime(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置rec结果增加对齐信息,默认为false,关闭
setEnableSpeakerAntiSpoofing(boolean) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
setEnableSpeakerAntiSpoofing(boolean) - Method in class com.aispeech.export.intent.AICloudVprintIntent
语音活体检测,仅用于离线验证
setEnableTone(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置音调功能,默认为false,关闭
setEnableTone(boolean) - Method in class com.aispeech.export.intent.AICloudDMIntent
 
setEnableTxtSmooth(Boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
支持口语顺滑开关
setEnableVAD(boolean) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置是否使用识别服务内置的vad模块检测
setEnableVad(boolean) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
setEnableVad(boolean) - Method in class com.aispeech.export.intent.AICloudVprintIntent
文本无关vad开关,默认为true
setEnableVocabsConvert(boolean) - Method in class com.aispeech.export.intent.AICloudDMIntent
词库识别、语义是否开启转换 开启后,对含英文、数字、特殊字符等词库统一加工后送识别,得到识别结果后还原原始词库
setEnableVocabsConvert(boolean) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
词库识别、语义是否开启转换 开启后,对含英文、数字、特殊字符等词库统一加工后送识别,得到识别结果后还原原始词库
setEnableWordConfi(Boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
1best的按字confidence随 alignment的接口出。
setEncryptCustomDeviceName(boolean) - Method in class com.aispeech.DUILiteConfig
 
setEncryptCustomDeviceName(boolean) - Method in class com.aispeech.export.config.AuthConfig.Builder
设置是否需要对customDeviceName进行明文加密
setEndSkillDm(boolean) - Method in class com.aispeech.export.DmInfo
 
setEndSkillDm(boolean) - Method in class com.aispeech.lite.dm.Task
 
setEnglishThreshold(double) - Method in class com.aispeech.export.intent.AILocalASRIntent
 
setEnglishThreshold(double) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
 
setEnglishThreshold(double) - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
 
setEnhanceRegister(boolean) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
setEnhanceRegister(boolean) - Method in class com.aispeech.export.intent.AICloudVprintIntent
注册增强,仅用于注册,默认false
setEnhanceRegister(boolean) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
注册增强,仅用于声纹注册
setEnhanceRegister(boolean) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
注册增强,仅用于声纹注册
setEnv(String) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
setEnv(AICloudVprintIntent.Env) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setEnv(String) - Method in class com.aispeech.export.intent.AILocalASRIntent
env
setEof(int) - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setEof(int) - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
setErrId(int) - Method in exception com.aispeech.AIError
 
setErrId(String) - Method in exception com.aispeech.AIError
 
setErrId(String) - Method in class com.aispeech.export.DmInfo
 
setErrId(String) - Method in class com.aispeech.lite.dm.Error
 
setErrMsg(String) - Method in class com.aispeech.lite.dm.Error
 
setError(String) - Method in exception com.aispeech.AIError
 
setError(JSONObject) - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setEventMap(Map<Object, Object>) - Method in exception com.aispeech.AIError
 
setExcludeDispatch(AIUpdateListener, String[], String) - Method in class com.aispeech.export.engines2.AICloudDMEngine
指定技能调度黑名单列表,DM中控调度时对于指定的技能不参与调度
setExpandFnJson(String) - Method in class com.aispeech.export.widget.Scene
 
setExpandFnJsonPath(String) - Method in class com.aispeech.export.widget.Scene
 
setExpandFnPath(String) - Method in class com.aispeech.export.config.AILocalWakeupIncrementConfig.Builder
设置 net.bin资源名
setExpandFnPath(String) - Method in class com.aispeech.export.intent.AILocalASRIntent
ExpandFn 文件路径,用于动态拆分net.bin文件 start 之前传入有效
setExt(String) - Method in exception com.aispeech.AIError
 
setExternalAudioRecordProvider(DUILiteConfig.ExternalAudioRecordProvider) - Static method in class com.aispeech.DUILiteConfig
 
setExtra(JSONObject) - Method in class com.aispeech.export.widget.callback.CallbackWidget
 
setExtraParam(Map<String, Object>) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置额外的参数
setExtraParameter(String, String) - Method in class com.aispeech.DUILiteConfig
参数设置,主要用于设置devicename和deviceID,其中,devicename是设备计量的标识,可以根据需要自行设置 如果不设置,服务器会生成一个devicename。 //设置deviceName setExtraParameter("DEVICE_NAME","deviceName"); //也可以使用deviceID作为设备的唯一标识符 setExtraParameter("DEVICE_ID","deviceId"); setExtraParameter("DEVICE_NAME_TYPE", "deviceId"); //使用预分配方案 setExtraParameter("LICENSE_ID", "licenseId"); 需在init前调用生效
setExtraParameter(String, int) - Method in class com.aispeech.DUILiteConfig
参数设置 需在init前调用生效
setFespcarDataReceivedEnable(int) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
设置取消fesp回传,关闭fespcar音频接口回调的抛出
setFespxEngine(IFespxEngine) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置关联 IFespxEngine 实例,只在使用内部录音机且多麦模式下才需要设置
setFespxEngine(IFespxEngine) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setFespxEngine(IFespxEngine) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置关联的信号处理引擎AILocalSignalAndWakeupEngine实例,只在使用内部录音机且多麦模式下才需要设置
setFespxEngine(IFespxEngine) - Method in class com.aispeech.export.intent.AILocalAsrppIntent
设置关联的信号处理引擎AILocalSignalAndWakeupEngine实例,只在使用内部录音机且多麦模式下才需要设置
setFespxEngine(IFespxEngine) - Method in class com.aispeech.export.intent.AILocalLASRIntent
设置关联的信号处理引擎AILocalSignalAndWakeupEngine实例,只在使用内部录音机且多麦模式下才需要设置
setFileLen(int) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
音频文件长度。单位:byte
setFileLength(long) - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
setFillerPenaltyScore(float) - Method in class com.aispeech.export.intent.AILocalASRIntent
 
setFillerPenaltyScore(double) - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
根据误唤醒集合设置的值
setForwardAddresses(String) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
当参数不为空时,启动转发模式。 当有转写结果时,会往注册的WebSocket地址实时推送转写结果。
setFourHost(boolean) - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
setFourHost(boolean) - Method in class com.aispeech.export.config.AIFespCarConfig
 
setFrontBinResource(String) - Method in class com.aispeech.export.config.AILocalTTSConfig
设置 FrontBinResource,包含文本归一化,分词的,韵律等
setFrontBinResource(String, String) - Method in class com.aispeech.export.config.AILocalTTSConfig
设置assets目录下的合成前端资源的名字和对应的md5文件,包含文本归一化,分词的,韵律等
setFrontResBin(String) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
设置assets目录下的合成前端资源,包含文本归一化,分词的,韵律等
setFrontResBin(String, String) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
 
setFullDuplex(boolean) - Method in class com.aispeech.lite.dm.update.UpdaterImpl.Builder
 
setGlobalAudioSaveEnable(boolean) - Static method in class com.aispeech.DUILiteSDK
Deprecated.
setGlobalAudioSaveEngines(int) - Static method in class com.aispeech.DUILiteSDK
设置要保存音频的模块,其他模块则不会保存音频 支持多个模块配置 例如 setGlobalAudioSaveEngines(SpeechParams.Engine.ECHO | SpeechParams.Engine.CLOUD_ASR); 默认是全开,多次设置或配置setGlobalDisableAudioSaveEngines会覆盖
setGlobalAudioSavePath(String) - Static method in class com.aispeech.DUILiteSDK
Deprecated.
setGlobalDisableAudioSaveEngines(int) - Static method in class com.aispeech.DUILiteSDK
设置不保存音频的模块,其他模块则会保存音频 支持多个模块配置 多次设置会覆盖,注意同时设置setGlobalAudioSaveEngine会覆盖
setGlobalLogLevel(int) - Static method in class com.aispeech.DUILiteSDK
设置 LiteSDK 全局日志等级 默认 android.util.Log.WARN {V = 2 , D =3 , I = 4 , W = 5 , E = 6, A = 7}
setGrammarBeanList(List<AILocalGrammarIntent.GrammarBean>) - Method in class com.aispeech.export.intent.AILocalGrammarIntent
 
setGrammarRes(String) - Method in class com.aispeech.export.config.AILocalWakeupIncrementConfig.Builder
设置grammar资源
setGroupId(String) - Method in class com.aispeech.export.intent.AICloudASRIntent
 
setGroupId(String) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setGroupId(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setGroupId(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent
users和groupId,二选一,或者2个都填(按最小集),仅用于离线声纹验证
setHost(String) - Method in class com.aispeech.export.config.AICloudVoiceCopyConfig.Builder
 
setHost(String) - Method in class com.aispeech.export.config.AICloudVprintConfig
 
setHotwords(List<String>) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
自定义的热词列表。每个词用英文逗号分割,中文必须使用utf-8编码,单个词必须在2 ~10个汉字之间,热词列表不能超过1000个词。
setHotWords(String[]) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置产品级热词,比如"你好小驰"设置之后,识别的同音词都会被识别为 你好小驰 ["你好小驰","思必驰"]
setHotwords(JSONObject) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
设置词库 热词结构 {“词库名”:["词条名"]} {"sys.联系人":["十二饭点","新梅华", "香椿炒蛋", "你好"], "对象":["新梅华", "香椿炒蛋", "你好"]}
setHotwordsMax(int) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
设置截取txt的热词条数 热词词条限制,默认为0,不截取;如果配置2 则截取txt的前两条
setId(int) - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
setId(String) - Method in class com.aispeech.lite.vprint.VprintSqlEntity
声纹的id,就是用户名+唤醒词,例如:"小明你好小驰"
setIgnoreEmptyResult(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置忽略无结果的返回值,如果设置为true,则遇到返回值为空则会自动重启引擎,直接进入下一轮识别
setIgnoreEmptyResult(boolean, int) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置忽略无结果的返回值,如果设置为true,则遇到返回值为空则会自动重启引擎,直接进入下一轮识别
setIgnoreLogin(boolean) - Method in class com.aispeech.DUILiteConfig
设置是否优化授权速度
setIllegalPingyinCheck(boolean) - Method in class com.aispeech.DUILiteConfig.Builder
 
setIllegalPingyinCheck(boolean) - Method in class com.aispeech.DUILiteConfig
 
setImageUrl(String) - Method in class com.aispeech.export.widget.callback.ContentCallbackWidget
 
setImageUrl(String) - Method in class com.aispeech.export.widget.feedback.ContentFeedbackWidget
设置图片资源地址
setImplAgcCk(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置是否输出经过前端信号处理放大后的agc音频数据
setImplBfCk(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置是否输出Beamforming音频
setImplDoaCk(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置是否输出doa
setImplEchoCk(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置是否输出消除回路之后的音频 数据
setImplEchoVoipCk(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置是否输出经过回声消除的送给VoIP使用的音频数据
setImplInputCk(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置是否回调输出送入内核的参考音频
setImplMultiBfCk(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置是否回调输出多路beamforming音频
setImplOutputCk(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置是否回调输出output音频回调,返回内核定制资源输出的音频数据
setImplSevcDoaCk(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置是否输出信号处理后语音通信的beam index信息
setImplSevcNoiseCk(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置是否输出信号处理估计噪声最大的beam index 信息和该方向的音量信息,为 json 字符串
setImplVadCk(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置是否回调输出vad结果
setImplVprintCutCk(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置是否输出用于声纹的音频
setImplWakeupCk(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置是否回调输出唤醒回调,如果关掉了则无法唤醒
setInput(String) - Method in class com.aispeech.export.SkillIntent
设置输入信息
setInputContinuousAudio(boolean) - Method in class com.aispeech.export.intent.AIFespCarIntent
设置是否输入实时的长音频,默认接受长音频为true(如果是一二级唤醒,即每个唤醒词独立且非实时,则需要设置为false,如果不设置会影响性能) 当设置为false时,每次送一段音频段都会给予是否唤醒的反馈,如果没有被唤醒,则抛出wakeupWord:null, confidence:0的信息
setInputContinuousAudio(boolean, boolean) - Method in class com.aispeech.export.intent.AIFespCarIntent
设置是否输入实时的长音频,默认接受长音频为true(如果是一二级唤醒,即每个唤醒词独立且非实时,则需要设置为false,如果不设置会影响性能)
setInputContinuousAudio(boolean) - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
设置是否输入实时的长音频,默认接受长音频为true(如果是一二级唤醒,即每个唤醒词独立且非实时,则需要设置为false,如果不设置会影响性能) 当设置为false时,每次送一段音频段都会给予是否唤醒的反馈,如果没有被唤醒,则抛出wakeupWord:null, confidence:0的信息
setInputContinuousAudio(boolean, boolean) - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
设置是否输入实时的长音频,默认接受长音频为true(如果是一二级唤醒,即每个唤醒词独立且非实时,则需要设置为false,如果不设置会影响性能)
setInputContinuousAudio(boolean) - Method in class com.aispeech.export.intent.AIWakeupIntent
设置是否输入实时的长音频,默认接受长音频为true(如果是一二级唤醒,即每个唤醒词独立且非实时,则需要设置为false,如果不设置会影响性能)
setInputContinuousAudio(boolean, boolean) - Method in class com.aispeech.export.intent.AIWakeupIntent
设置是否输入实时的长音频,默认接受长音频为true(如果是一二级唤醒,即每个唤醒词独立且非实时,则需要设置为false,如果不设置会影响性能)
setInputJson(JSONObject) - Method in exception com.aispeech.AIError
 
setInputOrder(int) - Method in class com.aispeech.export.engines2.AILocalMdsEngine
配置输入数据流的方式
setIntent(String) - Method in class com.aispeech.export.MultiModal
设置意图名称
setIntentName(String) - Method in class com.aispeech.export.Command
 
setIntentName(String) - Method in class com.aispeech.export.NativeApi
 
setIntentName(String) - Method in class com.aispeech.export.SkillIntent
设置意图名称
setIntentName(String) - Method in class com.aispeech.export.widget.callback.CallbackWidget
 
setIntervalTime(int) - Method in class com.aispeech.DUILiteConfig
设置录音机录音间隔,单位ms
setIntervalTime(int) - Method in class com.aispeech.export.config.RecorderConfig.Builder
设置录音机采集数据间隔
setIntervalTimeThresh(int) - Method in class com.aispeech.export.intent.AILocalASRIntent
 
setIp(String) - Method in class com.aispeech.export.config.NearWakeupConfig
设备ip地址(必须是真实联网IP地址,127.0.0.1不参与组网)
setIsIgnoreThreshold(boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置是否忽略阈值,不管kernel返回的结果是大于还是小于阈值,都将结果返回给上层
setIsIgnoreThreshold(boolean) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
设置是否忽略阈值,不管kernel返回的结果是大于还是小于阈值,都将结果返回给上层
setIsIgnoreThreshold(boolean) - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
设置是否忽略阈值,不管kernel返回的结果是大于还是小于阈值,都将结果返回给上层
setItemsPerPage(int) - Method in class com.aispeech.export.widget.callback.ListCallbackWidget
 
setItemsPerPage(int) - Method in class com.aispeech.export.widget.callback.MediaCallbackWidget
 
setItnLuaResFolderName(String) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置Itn numLex 资源目录路径 可设置 assets 下的相对路径 或 / 开头的绝对路径
setItnUpperCase(boolean) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置是否开启英文首字母转换大写,默认为true 转换 please call 911 --> Please call 911
setItnUpperCase(boolean) - Method in class com.aispeech.export.config.AILocalASRConfig
设置是否开启英文首字母转换大写,默认为true 转换 please call 911 --> Please call 911
setJavaLiteLogLevel(int) - Static method in class com.aispeech.DUILiteSDK
设置 Java lite层日志等级 默认 android.util.Log.WARN {V = 2 , D =3 , I = 4 , W = 5 , E = 6, A = 7}
setJChinesePath(String) - Method in class com.aispeech.export.itn.Convert
 
setJso(JSONObject) - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setKey(String) - Method in class com.aispeech.lite.dm.cache.Item
 
setLabel(String) - Method in class com.aispeech.export.widget.callback.ContentCallbackWidget
 
setLabel(String) - Method in class com.aispeech.export.widget.feedback.ContentFeedbackWidget
设置标签数据,建议以 "," 作为分隔
setLang(String) - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
识别的语言
setLang(String) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
语种支持。
setLang(String) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
en(英文在线)/cn(中文在线),不传此参数时默认使用中文,如需使用英文,请传参时设置lang=en 如果要使用纯英文,请设置AICloudLASRRealtimeIntent.setRes(String)为"aitranson",本参数设置为"en"即可实现
setLanguage(Languages) - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
设置唤醒词语种
setLanguage(Languages) - Method in class com.aispeech.export.config.AIFespCarConfig
设置唤醒词语种
setLanguage(int) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
方言选项,用于支持粤语、上海话、四川话等音色,默认为 0,可选。
setLanguage(int) - Method in class com.aispeech.export.config.AILocalTTSConfig
方言选项,用于支持粤语、上海话、四川话等音色,默认为 0,可选。
setLanguage(String) - Method in class com.aispeech.export.intent.AICloudASRIntent
指定语种,默认中文("zh-cn")。需要 res 支持语种
setLanguage(String) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置合成方言,当前 chuxif音色支持
setLanguage(int) - Method in class com.aispeech.export.intent.AILocalTTSIntent
方言选项,用于支持粤语、上海话、四川话等音色,默认为 0,可选。
setLanguages(Languages) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置语言类型
setLanguages(Languages) - Method in class com.aispeech.export.config.AILocalASRConfig
 
setLanguages(Languages) - Method in class com.aispeech.export.config.AILocalHotWordConfig.Builder
设置热词语种,默认 Languages.CHINESE
setLanguages(Languages) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置语种
setLanguages(Languages) - Method in class com.aispeech.export.config.AILocalWakeupIncrementConfig.Builder
设置热词语种,默认 Languages.CHINESE
setLanguages(Languages) - Method in class com.aispeech.export.config.AIWakeupConfig.Builder
 
setLanguages(Languages) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
Deprecated.
已过时 使用 AILocalASRConfig 统一配置 AILocalSemanticEngine.init(AILocalSemanticConfig, AIASRListener)
setLasrInfo(String, String, String) - Method in class com.aispeech.export.engines2.AICloudASREngine
提供给实时长语音引擎使用
setLast(boolean) - Method in class com.aispeech.AIResult
 
setLicenceId(String) - Method in class com.aispeech.export.config.AuthConfig.Builder
设置licenceId
setLicenceId(String) - Method in class com.aispeech.export.config.AuthConfig
 
setLinkUrl(String) - Method in class com.aispeech.export.widget.callback.ContentCallbackWidget
 
setLinkUrl(String) - Method in class com.aispeech.export.widget.feedback.ContentFeedbackWidget
设置跳转地址
setListener(FespxKernelListener) - Method in class com.aispeech.lite.sspe.BaseMultibfCallback
 
setLmargin(int) - Method in class com.aispeech.export.intent.AILocalTTSIntent
设置合成音频头部静音时间,范围5-20,默认是5,单位ms
setLmId(String) - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
要使用的二路模型LMID。默认:"", 表示不使用二路资源。如需训练二路模型,请联系商务或项目经理获取服务。
setLmid(String) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
自训练模型文件LMID。对应的二路模型文件在:CUSTOME_LM_FILES_ROOT/productId/lmid/latest/lm.pat
setLmId(String) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置识别lmid
setLmList(String[]) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置用户定制的语言模型列表
setLocalSaveAudioPath(String) - Method in class com.aispeech.DUILiteConfig
setLocalSaveAudioPath(String, boolean) - Method in class com.aispeech.DUILiteConfig
setLocalSavedEnabled(boolean) - Static method in class com.aispeech.DUILiteSDK
setLocalVadEnable(boolean) - Method in class com.aispeech.export.config.AICloudASRConfig.Builder
设置是否启用本地vad,一般都会打开,需要在init之前调用
setLocalVadEnable(boolean) - Method in class com.aispeech.export.config.AICloudASRConfig
设置是否启用本地vad,一般都会打开,
setLocalVadEnable(Boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置是否启用本地vad。启用前提是 AICloudASRConfig.isLocalVadEnable() 为true,否则该参数无效。 此参数可设置本轮start的引擎是否使用vad功能
setLogLevel(int) - Method in class com.aispeech.export.config.NearWakeupConfig
设置就近唤醒的日志级别 用来设置 decision 模块日志级别, 对应的数值越小可打印日志级别越多; 反之至越少。数值 5 为不打印日志;默认数值是 1,打印大于等于 1 级别的日志。
setLowThreshold(float[]) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置大音量场景下的预唤醒阈值,是否需要设置和唤醒资源有关系
setLowThreshold(float) - Method in class com.aispeech.export.config.WakeupWord
设置大音量场景下的唤醒阈值,是否需要设置和唤醒资源有关系
setMac(String) - Method in class com.aispeech.export.config.NearWakeupConfig
设备mac地址
setMajor(int) - Method in class com.aispeech.export.config.WakeupWord
设置唤醒词的major,即主副唤醒词,主唤醒词唤醒后会回滚唤醒音频
setMajors(int[]) - Method in class com.aispeech.export.intent.AIWakeupIntent
设置唤醒词的major,主唤醒词为1,副唤醒词为0
setMaxMessageQueueSize(int) - Method in class com.aispeech.DUILiteConfig.Builder
 
setMaxMessageQueueSize(int) - Method in class com.aispeech.DUILiteConfig
设置消息队列最大长度,
setMaxMessageQueueSize(int) - Method in class com.aispeech.export.config.AICloudASRConfig.Builder
设置消息队列最大长度 默认-1 使用 DUILiteConfig#getMaxMessageQueueSize() 的配置 0表示不限制长度, 建议大于100
setMaxMessageQueueSize(int) - Method in class com.aispeech.export.config.AICloudASRConfig
设置消息队列最大长度 默认-1 使用 DUILiteConfig#getMaxMessageQueueSize() 的配置 0表示不限制长度, 建议大于100
setMaxMessageQueueSize(int) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置消息队列最大长度 默认-1 使用 DUILiteConfig#getMaxMessageQueueSize() 的配置 0表示不限制长度, 建议大于100
setMaxSpeechTime(int) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
设置音频最大录音时长,达到该值将取消语音引擎并抛出异常
允许的最大录音时长 单位秒 0 表示无最大录音时长限制 默认大小为10S 须在start之前设置才生效
setMaxSpeechTime(int) - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
设置音频最大录音时长,达到该值将取消语音引擎并抛出异常
允许的最大录音时长 单位秒 0 表示无最大录音时长限制 默认大小为10S 须在start之前设置才生效
setMaxSpeechTimeS(int) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置音频最大录音时长,达到该值将取消语音引擎并抛出异常
允许的最大录音时长 单位秒 0 表示无最大录音时长限制 默认大小为60S
setMaxSpeechTimeS(int) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置单次允许的最大录音时长
setMaxSpeechTimeS(int) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置音频最大录音时长,默认大小为60S , 达到该值将取消语音引擎并抛出异常 0 表示无最大录音时长限制
setMaxSpeechTimeS(int) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置音频最大录音时长,达到该值将取消语音引擎并抛出异常
允许的最大录音时长 单位秒,取值范围 1-60秒,默认60秒
setMaxSpeechTimeS(int) - Method in class com.aispeech.export.intent.AILocalAsrppIntent
设置音频最大录音时长,达到该值将取消语音引擎并抛出异常
允许的最大录音时长 单位秒 0 表示无最大录音时长限制 默认大小为60S
setMaxVolumeMode(boolean) - Method in class com.aispeech.DUILiteConfig
设置开启线性四麦大音量检测模式
setMaxWaitingTimeout(int) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
setMdsResource(String) - Method in class com.aispeech.export.config.AILocalMdsConfig
设置mds资源
setMdsResource(String) - Method in class com.aispeech.export.config.NearWakeupConfig
mds 资源
setMicNumber(int) - Method in class com.aispeech.AIEchoConfig
mic数,默认为1
setMicNumber(int) - Method in class com.aispeech.export.config.EchoConfig.Builder
Deprecated.
mic数,默认为1
setMicType(int) - Method in class com.aispeech.AIEchoConfig
设置启用麦克风阵列类型
setMicType(int) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置启用麦克风阵列类型。默认以录音机类型进行加载相应的模块
setMicType(int) - Method in class com.aispeech.export.config.EchoConfig.Builder
Deprecated.
设置启用麦克风阵列类型
setMicType(int) - Method in class com.aispeech.export.config.EchoConfig
Deprecated.
设置启用麦克风阵列类型
setMiddleTime(int) - Method in class com.aispeech.export.config.AIOneshotConfig.Builder
设置唤醒后到检测人声时间长度,单位毫秒,默认600ms
setMinSpeechLength(float) - Method in class com.aispeech.export.intent.AICloudASRIntent
最小有效音频长度,单位秒,当前服务配置: sti-sr 1s lti-sr 500ms sdk默认1s,不要使用小于服务器配置的值
setMinSpeechLength(float) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setMinSpeechLength(float) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
setMinSpeechLength(float) - Method in class com.aispeech.export.intent.AICloudVprintIntent
最小有效音频长度,单位秒,默认注册声纹,离线验证0.4s,验证声纹sti-sr 1s, lti-sr 500ms
setMode(AICloudVprintConfig.Mode) - Method in class com.aispeech.export.config.AICloudVprintConfig
注册声纹的类型, default is 文本半相关(数字串)(dp-sr)
setMode(ASRMode) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置引擎模式
setModelBin(byte[][]) - Method in class com.aispeech.lite.vprint.VprintQueryData
 
setModelSize(int[]) - Method in class com.aispeech.lite.vprint.VprintQueryData
 
setMonitorEnable(boolean) - Method in class com.aispeech.AIEchoConfig
 
setMonitorEnable(boolean) - Method in class com.aispeech.export.config.EchoConfig.Builder
Deprecated.
是否开启AEC健康检查,默认关闭
setMonitorPeriod(int) - Method in class com.aispeech.AIEchoConfig
 
setMonitorPeriod(int) - Method in class com.aispeech.export.config.EchoConfig.Builder
Deprecated.
设置健康检查运行周期,默认200ms
setMonitorUploadEnable(boolean) - Method in class com.aispeech.DUILiteConfig
设置 SDK信息(异常监控信息)是否上传,默认上传
setMp3Quality(String) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置云端合成mp3码率,支持lowAIConstant.TTS_MP3_QUALITY_LOW 和highAIConstant.TTS_MP3_QUALITY_HIGH,默认为low码率
setName(String) - Method in class com.aispeech.export.widget.Scene.Builder
 
setName(String) - Method in class com.aispeech.export.widget.Scene
 
setName(String) - Method in class com.aispeech.lite.speech.Phrase
 
setNativeApi(NativeApi) - Method in class com.aispeech.lite.dm.Task
 
setNativeApiTimeout(int) - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
设置native api 响应超时时间,单位 毫秒
setNativeLogLevel(int) - Static method in class com.aispeech.DUILiteSDK
设置 SDK 内核层日志等级 默认 android.util.Log.WARN {V = 2 , D =3 , I = 4 , W = 5 , E = 6, A = 7}
setNbest(int) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置 nbest
setNearWakeupConfig(NearWakeupConfig) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
就近唤醒的配置,包含 net 和 mds 的配置
setNeedCopyFeedData(boolean) - Method in class com.aispeech.lite.base.BaseIntent
自行feed数据的时候,是否需要对数据进行拷贝,默认会进行拷贝
setNeedCopyResultData(boolean) - Method in class com.aispeech.lite.base.BaseIntent
对外抛出的数据是否进行拷贝,默认拷贝
setNegSelected(boolean) - Method in class com.aispeech.export.config.NearWakeupConfig
控制在决策失败时(即当前设备没有最优的snr值)是否抛出唤醒结果,默认值为false(remoteJudge开启时有效) 为false时,不抛出 为true时抛出,(fespx_cb输出)如果唤醒成功在结果中包含 {"nwtkType", "neglected" },唤醒失败时包含 { "nwtkType", "selected" }
setNetBin(String) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置网络资源,可设置 assets 下的相对路径 或 / 开头的绝对路径 须在init之前设置才生效
setNetBin(String) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置本地net.bin 识别资源
setNetBinPath(String) - Method in class com.aispeech.export.widget.Scene.Builder
 
setNetBinPath(String) - Method in class com.aispeech.export.widget.Scene
 
setNetbinResource(String) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置网络资源
setNetbinResource(String) - Method in class com.aispeech.export.config.AILocalASRConfig
设置网络资源
setNgramBin(String) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线通用识别资源
setNgramConf(double) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置置信度
setNgramSlotRes(String) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置ngram编译需要的资源名,可设置 assets 下的相对路径 或 / 开头的绝对路径 须在init之前设置才生效
setNgramSlotRes(String) - Method in class com.aispeech.export.config.AILocalASRConfig
设置ngram编译需要的资源名,可设置 assets 下的相对路径 或 / 开头的绝对路径 须在init之前设置才生效
setNlg(String) - Method in class com.aispeech.export.Speaker
 
setNlu(JSONObject) - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setNoSpeechTime(int) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
设置启动识别后无人声输入最大录音时常,到达该值后将跑出异常 默认 0 s ,热词引擎不开启此配置
setNoSpeechTime(int) - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
设置启动识别后无人声输入最大录音时常,到达该值后将跑出异常 默认 0 s ,热词引擎不开启此配置
setNoSpeechTimeOut(int) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置无语音超时时长,单位毫秒,默认值为5000ms ;如果达到该设置值时,自动停止录音 设置为0表示不进行语音超时判断
setNoSpeechTimeOut(int) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置无语音超时时长
setNoSpeechTimeOut(int) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置无语音超时时长,单位毫秒,默认值为 5000 ms ,如达到该设置值时,自动停止录音 设置为0表示不进行语音超时判断
setNoSpeechTimeOut(int) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置无语音超时时长,单位毫秒,默认值为5000ms ;如果达到该设置值时,自动停止录音并放弃请求识别内核
setNoSpeechTimeOut(int) - Method in class com.aispeech.export.intent.AILocalAsrppIntent
设置无语音超时时长,单位毫秒,默认值为5000ms ;如果达到该设置值时,自动停止录音并放弃请求识别内核
setNumBinPath(String) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置Itn NumBin 文件路径,传入后将支持文本转数字功能 可设置 assets 下的相对路径 或 / 开头的绝对路径
setNWakeupEnable(boolean) - Method in class com.aispeech.lite.dmasp.DmaspKernel
唤醒模块的单独控制开关
setNWakeupEnable(boolean) - Method in class com.aispeech.lite.dmasp.DmaspProcessor
单独唤醒开关
setOfflineProfileName(String) - Method in class com.aispeech.DUILiteConfig
assets目录下的离线授权文件名
setOfflineProfileName(String) - Method in class com.aispeech.export.config.AuthConfig.Builder
assets目录下的离线授权文件名
setOfflineProfileName(String) - Method in class com.aispeech.export.config.AuthConfig
 
setOmitCheck(boolean) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
 
setOmitConf(float) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
自定义奖惩阈值
setOmitTime(int) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
设置后置filler缺少的时间阈值(int 默认 550)
setOneshotCache(OneshotCache<byte[]>) - Method in class com.aispeech.export.intent.AICloudASRIntent
 
setOneshotCache(OneshotCache) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置oneshot cache 音频数据
setOneShotCache(OneshotCache<byte[]>) - Method in class com.aispeech.lite.dm.CloudDmKernel
 
setOneshotCacheTime(int) - Method in class com.aispeech.common.CacheUtil
 
setOneShotCacheTime(int) - Method in class com.aispeech.export.config.AIWakeupConfig.Builder
 
setOneShotCacheTime(int) - Method in class com.aispeech.export.config.AIWakeupConfig
设置oneshot功能下需要缓存的音频时长,根据具体的硬件性能和唤醒词长度调节。
setOneshotConfig(AIOneshotConfig) - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
setOneshotConfig(AIOneshotConfig) - Method in class com.aispeech.export.config.AIFespCarConfig
 
setOneshotConfig(AIOneshotConfig) - Method in class com.aispeech.export.config.AIWakeupConfig.Builder
 
setOneshotOptimization(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
初始化前设置有效,oneshot 功能优化,当用户说 唤醒词+命令词 时,vad在唤醒词后即结束,导致asr识别结果是空, 可打开此功能,此功能会保留唤醒词后vad结束后的音频,即命令词的音频,然后重新asr识别
setOneshotOptimization(boolean, String[]) - Method in class com.aispeech.export.intent.AICloudASRIntent
初始化前设置有效,oneshot 功能优化,当用户说 唤醒词+命令词 时,vad在唤醒词后即结束,导致asr识别结果是空, 可打开此功能,此功能会保留唤醒词后vad结束后的音频,即命令词的音频,然后重新asr识别。
setOption(String) - Method in class com.aispeech.export.ProductContext.Builder
配置操作,支持配置的删除,设定操作。可选操作,默认 #OPTION_SET
setOption(String) - Method in class com.aispeech.export.SkillContext.Builder
 
setOrganization(String) - Method in class com.aispeech.export.intent.AIAsrPlusIntent
 
setOrganization(String) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setOrganization(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setOrganization(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent
用户所在的公司,项目,非必需
setOutChannelNum(int) - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
设置声纹音频输入通道数,表示使用几个通道作为声纹输入,通常为1或回声消除后音频通道数, 单麦不需要设置,只在多麦模式下才需要设置,视项目而定,思必驰会给出具体值
setOutChannelNum(int) - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
setOutChannelNum(int) - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
设置声纹音频输入通道数,表示使用几个通道作为声纹输入,通常为1或回声消除后音频通道数, 单麦不需要设置,只在多麦模式下才需要设置,视项目而定,思必驰会给出具体值
setOutChannelNum(int) - Method in class com.aispeech.lite.vprint.VprintIntent
 
setOutputPath(String) - Method in class com.aispeech.export.intent.AILocalGrammarIntent.GrammarBean
设置编译语法后生成的本地识别所需要的资源的输出文件路径 须在start之前设置才生效
setOutputPath(String) - Method in class com.aispeech.export.intent.AILocalGrammarIntent
设置编译语法后生成的本地识别所需要的资源的输出文件路径 须在start之前设置才生效
setParam(JSONObject) - Method in class com.aispeech.export.Command
 
setParam(JSONObject) - Method in class com.aispeech.export.NativeApi
 
setPath(String) - Method in class com.aispeech.export.itn.JChineseConvertor
 
setPauseTime(int) - Method in class com.aispeech.export.config.AILocalVadConfig.Builder
设置VAD右边界 需要在init之前调用
setPauseTime(int) - Method in class com.aispeech.export.config.AILocalVadConfig
 
setPauseTime(int) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置VAD右边界
setPauseTime(int) - Method in class com.aispeech.export.intent.AICloudDMIntent
vad右边界
setPauseTime(int) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置内置vad的右边界时常,默认 300 ms
setPauseTime(int) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置VAD右边界
setPauseTime(int) - Method in class com.aispeech.export.intent.AILocalVadIntent
 
setPhraseFileId(String) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
用户的热词文件ID。 绝对路径为: PHRASE_FILES_ROOT/phrase_file_id/v1.txt
setPhraseHints(PhraseHints[]) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置请求级热词,一般和用户的训练集一起搭配使用。如果已经关联了对应的模型,则不需要设置模型ID AICloudASRIntent.setLmId(String) AICloudASRIntent.setLmList(String[]) aiCloudASRIntent.setPhraseHints(new PhraseHints[]{new PhraseHints("city", new String[]{"海上明月生"})});
setPhraseParams(PhraseParams[]) - Method in class com.aispeech.export.intent.AILocalLASRIntent
热词词表
setPhrasesList(Phrase[]) - Method in class com.aispeech.export.intent.AICloudASRIntent
 
setPinyin(String) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
setPinyin(String) - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
setPitchChange(int) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置语调
setPlayerState(String) - Method in class com.aispeech.export.MultiModal
设置客户端播报状态
setPlaySampleRate(AISampleRate) - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
setPreWakeupOn(boolean) - Method in class com.aispeech.export.config.AIWakeupConfig.Builder
 
setProcessDoaInformation(boolean) - Method in class com.aispeech.export.intent.AIFespCarIntent
doa信息可能为30、90、180角度信息,可能为 1、2 等主副驾信息
setProductId(String) - Method in class com.aispeech.DUILiteConfig.Builder
 
setProductId(String) - Method in class com.aispeech.export.config.AICloudVoiceCopyConfig.Builder
 
setProductKey(String) - Method in class com.aispeech.DUILiteConfig.Builder
 
setProductSecret(String) - Method in class com.aispeech.DUILiteConfig.Builder
 
setProgress(int) - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
setQuality(int) - Method in class com.aispeech.speex.SpeexKernel
设置压缩后ogg音频质量,取值范围:1~10,越大质量越好,cpu占用越高。默认为:8
setRangesWords(List<String>) - Method in class com.aispeech.lite.dmasp.DmaspKernel
 
setRangesWords(List<String>) - Method in interface com.aispeech.lite.function.ICarFunction
设置定位模式下唤醒后不切换音区的唤醒词
setRangesWords(List<String>) - Method in class com.aispeech.lite.sspe.BaseCarSspeKernel
 
setRealback(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置是否使用实时反馈功能
setRealBack(boolean) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置是否开启实时反馈,默认开启为true
setRecChannel(int) - Method in class com.aispeech.AIEchoConfig
默认为1,即左通道为rec录音音频,右通道为play参考音频(播放音频) 若设置为2, 通道会互换,即左通道为play参考音频(播放音频),右通道为rec录音音频
setRecChannel(int) - Method in class com.aispeech.export.config.EchoConfig.Builder
Deprecated.
默认为1,即左通道为rec录音音频,右通道为play参考音频(播放音频) 若设置为2, 通道会互换,即左通道为play参考音频(播放音频),右通道为rec录音音频
setRecommendations(JSONArray) - Method in class com.aispeech.export.widget.callback.CallbackWidget
 
setRecorderConfig(RecorderConfig) - Method in class com.aispeech.DUILiteConfig.Builder
 
setRecorderType(int) - Method in class com.aispeech.export.config.RecorderConfig.Builder
设置录音机类型
setRecordId(String) - Method in exception com.aispeech.AIError
 
setRecordId(String) - Method in class com.aispeech.AIResult
 
setRecordId(String) - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setRecordId(String) - Method in class com.aispeech.export.DmInfo
 
setRecordId(String) - Method in class com.aispeech.export.SkillIntent
设置录音id
setRecordId(String) - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
setRecPinyinWhenLast(String, String) - Method in class com.aispeech.common.JSONResultParser
语音结束时rec为空,把上一次的结果放进来
setRecWords(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
识别结果送声纹,用以和VprintLiteIntent.Builder.customContent做对比
setRecWords(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
识别结果送声纹,用以和VprintLiteIntent.customContent做对比
setRefText(String) - Method in class com.aispeech.export.intent.AICloudDMIntent
 
setRefText(String) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置识别文本
setRefText(String) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
setRejectAfterDispatch(AIUpdateListener, String[], boolean) - Method in class com.aispeech.export.engines2.AICloudDMEngine
开启调度后过滤;技能都参与调度,命中技能在该名单中,则过滤该 skillId,如:闲聊
setRememberToken(String) - Method in class com.aispeech.export.config.AICloudVoiceCopyConfig.Builder
 
setRemoteJudge(boolean) - Method in class com.aispeech.export.config.NearWakeupConfig
(慎改)是否开启自组网服务(就近唤醒开关),默认值为 true 为 true 时设备之间会自动组网,并且自动选择,唤醒时自动决策出最优唤醒设备 为false时唤醒结果会抛出,(fespx_cb输出)同时在结果中新增一个"snr"值
setRequestId(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setRequestId(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent
标记一次请求,可选, 如果不存在则服务端会生成一个 非必需
setRequestId(String) - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
setRes(String) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
资源场景支持
setRes(String) - Method in class com.aispeech.export.config.AILocalGrammarConfig.Builder
设置语法编译所需的资源文件名,适用于资源放在assets目录的情况 须在init之前设置才生效
setRes(String) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置识别引擎的资源类型,默认为aicar
setRes(String) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
res=lasr-cn-en使用中英文混合,不设置res字段使用中文在线
setResBin(String) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置声学资源,可设置 assets 下的相对路径 或 / 开头的绝对路径 须在init之前设置才生效, 适用于声学资源放在assets目录下
setResBin(String) - Method in class com.aispeech.export.config.AIOneshotConfig.Builder
设置vad资源
setResBin(String, String, boolean) - Method in class com.aispeech.export.engines2.AIFespCarEngine
动态设置 sspe(前端信号处理) 与 wakeup(唤醒) 资源
setResBinName(String) - Method in class com.aispeech.export.config.AIWakeupConfig.Builder
 
setResEnd(long) - Method in class com.aispeech.export.intent.AntiSpoofIntent.Builder
识别结果结束的数据点
setResEnd(long) - Method in class com.aispeech.export.intent.AntiSpoofIntent
当前音频结束的位置
setResEnd(long) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
识别结果结束的数据点
setResEnd(long) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
识别结果结束的数据点
setResource(String) - Method in class com.aispeech.export.config.AILocalFaspConfig
 
setResourceType(String) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置识别引擎的资源类型,默认为comm 通用:comm 车载:aicar 机器人:airobot 家居:aihome 英文:aienglish 中英混:aienglish-mix 电视:aitv
setResourceType(ResourceType) - Method in class com.aispeech.export.intent.AICloudDMIntent
setResourceType(ResourceType) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置识别引擎的资源类型,默认为aicar
setResStart(long) - Method in class com.aispeech.export.intent.AntiSpoofIntent.Builder
识别结果开始的数据点
setResStart(long) - Method in class com.aispeech.export.intent.AntiSpoofIntent
识别结果开始的数据点
setResStart(long) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
识别结果开始的数据点
setResStart(long) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
识别结果开始的数据点
setResultObject(Object) - Method in class com.aispeech.AIResult
 
setResultType(int) - Method in class com.aispeech.AIResult
 
setReturnPhone(boolean) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置是否返回音素信息 当前只有以下音色支持音素功能,除此之外的音色禁止使用音素: cyangfp dyb gdfanfp gqlanfp hthy jjingfp jlshim lanyuf lchuam lili1f_yubo lucyfa lzliafp madoufp_wenrou madoufp_yubo xbekef xijunma xjingfp xyb xynmamp ychanmp yhchu zhilingfp zhilingfp_huankuai zsmeif dksjif ybyuaf sqksaf zxiyum aningfp lmyanm wqingf_csn ppangf_csn hchunf_ctn mamif xmguof
setRightMarginFrame(int) - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
setRightMarginFrame(int) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
setRmargin(int) - Method in class com.aispeech.export.intent.AILocalTTSIntent
设置合成音频尾部静音时间,范围5-20,默认是10,单位ms
setRollBackTime(int) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
oneshot回退的时间,单位为ms(只有主唤醒词才会回退音频,即major为1)
setRoute(boolean) - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
对话结果透传模式
setRunSequence(String) - Method in class com.aispeech.export.Command
 
setSampleBytes(int) - Method in class com.aispeech.export.config.AICloudLASRConfig.AudioParam
可选,取样字节数,默认2
setSampleBytes(int) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
取样字节数,默认2(16bit)
setSampleBytes(int) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Audio
 
setSampleRate(int) - Method in class com.aispeech.export.config.AICloudLASRConfig.AudioParam
可选,音频文件的采样率。
setSampleRate(int) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
音频采样率,默认16000
setSampleRate(int) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置云端tts合成音的采样率
setSampleRate(int) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Audio
 
setSampleRate(int) - Method in class com.aispeech.speex.SpeexKernel
设置音频采样率:只支持8k和16K,默认为16k
setSaveAudioFilePath(String) - Method in class com.aispeech.export.intent.AIDmaspIntent
设置音频保存路径,会保存原始多声道音频和经过 beamforming 后的单声道音频 如果设置了就会保存,没设置不会保存
setSaveAudioFilePath(String) - Method in class com.aispeech.export.intent.AIFespCarIntent
设置音频保存路径,会保存原始多声道音频和经过 beamforming 后的单声道音频 如果设置了就会保存,没设置不会保存
setSaveAudioFilePath(String) - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
设置音频保存路径,会保存原始多声道音频和经过 beamforming 后的单声道音频 如果设置了就会保存,没设置不会保存
setSaveAudioFilePath(String) - Method in class com.aispeech.export.intent.AILocalTTSIntent
设置合成音的保存路径
setSaveAudioFilePath(String) - Method in class com.aispeech.export.intent.AIWakeupIntent
Deprecated.
统一规范 这里不生效
setSaveAudioMaxNumber(int) - Method in class com.aispeech.export.config.NearWakeupConfig
可选,设置保存音频文件最大个数,默认是1000个,不可设置为0
setSaveAudioPath(String, boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置保存的音频路径,最终的音频路径为path + recordId + ".ogg"
setSaveAudioPath(String) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置保存的音频路径,最终的音频路径为path + recordId + ".ogg"
setSaveAudioPath(String) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置音频存储路径,用于DEBUG版本,release版本不建议打开此配置
setSaveAudioPath(String) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置引擎保存音频路径,默认不保存,不推荐在release版本打开上述配置
setSaveAudioPath(String) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置合成音的保存路径
setSaveAudioPath(String) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置保存的音频路径,最终的音频路径为path + local_asr_+ recordId + ".pcm"
setSaveAudioPath(String) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
设置音频文件存储路径,release 版本建议关闭
setSaveAudioPath(String) - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
设置音频文件存储路径,release 版本建议关闭
setSaveAudioPath(String) - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
设置保存feed进声纹模块音频的保存路径,供debug时候dump音频,不设置则不保存音频 比如"/sdcard/speech/"
setSaveAudioPath(String) - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
设置保存feed进声纹模块音频的保存路径,供debug时候dump音频,不设置则不保存音频 比如"/sdcard/speech/"
setSavedDirPath(String) - Method in class com.aispeech.AIEchoConfig
AEC保存的音频文件目录, aec之前的原始音频文件格式:echoSavedPath/echo_in_时间戳.pcm, aec之后的一路音频文件格式:echoSavedPath/echo_out_时间戳.pcm
setSavedDirPath(String) - Method in class com.aispeech.export.config.EchoConfig.Builder
Deprecated.
AEC保存的音频文件目录, aec之前的原始音频文件格式:echoSavedPath/echo_in_时间戳.pcm, aec之后的一路音频文件格式:echoSavedPath/echo_out_时间戳.pcm
setScene(String, String) - Method in class com.aispeech.export.engines2.AILocalWakeupIncrementEngine
切换Scene场景,编译传入的xbnf后,把该xbnf插入Scene场景所代表的主xbnf中
setScenes(Scene[]) - Method in class com.aispeech.export.config.AILocalWakeupIncrementConfig.Builder
设置 net.bin资源名
setSegment(JSONArray) - Method in class com.aispeech.export.widget.callback.ListCallbackWidget
 
setSelectRuleThreshold(double) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置仲裁阈值
setSelectRuleThreshold(double) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
设置 grammar 与 ngram 最终输出结果的决策阈值
setSelfCustomWakeupScore(int) - Method in class com.aispeech.export.intent.AICloudASRIntent
自定义唤醒词自定义分数设置,因该参数会影响识别唤醒词的效果同时会增加误识别风险, 建议在专业人士指导下定制自定义分数(建议给-5), 该项可以配合 wakeupWord/customWakeupWord 使用
setSemanticThreshold(double) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
setSemanticType(SemanticType) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置语义引擎类型
setSemBuildinLuaResFolder(String) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置根据内置语义lua资源路径
setSemBuildinResFolder(String) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置根据dui语义生成的内置语义资源路径
setSemDUILuaResFolder(String) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置语义资源文件夹
setSemDUIResCustomFolder(String) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线DUI custom资源目录文件夹
setSemDUIResFolder(String) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线导DUI语义资源文件夹
setSemLuaFolder(String) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
设置语义lua资源所在文件夹, 适用于语义lua资源所在文件夹放在assets目录下 须在init之前设置才生效
setSemLuaFolderPath(String) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
设置语义lua资源所在文件夹自定义路径, 适用于语义lua资源所在文件夹放在自定义路径 须在init之前设置才生效
setSemNaviLuaResFolder(String) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置语义lua资源文件夹
setSemNaviResFolder(String) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线导航语义资源文件夹
setSemResFolder(String) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
设置语义资源文件夹,名 适用于语义资源文件夹放在assets目录下 须在init之前设置才生效
setSemResFolderPath(String) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
设置语义资源文件夹自定义路径, 适用于语义资源文件夹放在自定义路径 须在init之前设置才生效
setSensitiveFileId(String) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
用户的敏感词文件ID。绝对路径为: SENSITIVE_FILES_ROOT/sensitive_file_id/v1.txt
setSensitivityLevel(int) - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
敏感度设置,取值范围是 0-totalSensitivityLevel 。默认为0,对应cfg中的第一组阈值。
setSensitivityLevel(int) - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
敏感度设置,取值范围是 0-totalSensitivityLevel 。默认为0,对应cfg中的第一组阈值。
setServer(String) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置服务器地址,默认不用设置
setServer(String) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
服务器地址
setServer(String) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置云端tts合成请求地址
setServerAddress(String) - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
设置服务器地址,默认不用设置
setServerAddress(String) - Method in class com.aispeech.export.config.AICloudSemanticConfig.Builder
设置服务地址,默认地址: wss://dds.dui.ai/dds/v2/
setServerApiKey(String) - Method in class com.aispeech.DUILiteConfig.Builder
 
setServerName(String) - Method in class com.aispeech.export.config.NearWakeupConfig
服务点名称,相同的服务名才能相互发现和连接。用于不同设备间的隔离,服务名 不同无法组网交换信息。默认 "" ,就是普通的字符串。
setServerName(String) - Method in class com.aispeech.export.intent.AIAsrPlusIntent
 
setServerName(String) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setSessionId(String) - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setSessionId(String) - Method in class com.aispeech.export.DmInfo
 
setSessionId(String) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置对话sessionId,服务端通过相同的sessionId关联多轮请求的上下文,首轮对话请求不需要携带; 非首轮对话请求取值是上一轮服务端返回结果中的sessionId
setSessionId(String) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置对话sessionId,服务端通过相同的sessionId关联多轮请求的上下文,首轮对话请求不需要携带; 非首轮对话请求取值是上一轮服务端返回结果中的sessionId
setSessionId(String) - Method in class com.aispeech.export.MultiModal
设置会话id
setSessionId(String) - Method in class com.aispeech.export.SkillIntent
设置会话 id
setSessionId(String) - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
setSetting(Setting) - Method in class com.aispeech.export.ProductContext.Builder
 
setSetting(Setting) - Method in class com.aispeech.export.SkillContext.Builder
 
setSettings(List<Setting>) - Method in class com.aispeech.export.ProductContext.Builder
 
setSettings(List<Setting>) - Method in class com.aispeech.export.SkillContext.Builder
 
setShouldEndSession(boolean) - Method in class com.aispeech.lite.dm.cache.Cache
cache shouldEndSession
setShouldListen(boolean) - Method in class com.aispeech.lite.dm.cache.Cache
cache shouldListen
setSkill(String) - Method in class com.aispeech.export.DmInfo
 
setSkill(String) - Method in class com.aispeech.export.SkillIntent
设置技能名称
setSkillId(String) - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setSkillId(String) - Method in class com.aispeech.export.Command
 
setSkillId(String) - Method in class com.aispeech.export.DmInfo
 
setSkillID(String) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
设置SKILLID
setSkillId(String) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
在非首轮中可能用到,用于指定调用端使用了上一轮nbest结果中的哪一个skill
setSkillID(String) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
setSkillId(String) - Method in class com.aispeech.export.MultiModal
设置技能id
setSkillId(String) - Method in class com.aispeech.export.NativeApi
 
setSkillId(String) - Method in class com.aispeech.export.SkillContext.Builder
 
setSkillId(String) - Method in class com.aispeech.export.SkillIntent
设置技能id
setSkillId(String) - Method in class com.aispeech.export.widget.callback.CallbackWidget
 
setSkillMapping(String) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置离线内置语义的skill映射表
setSkip_saving(boolean) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setSkip_saving(boolean) - Method in class com.aispeech.export.intent.AICloudVprintIntent
为true不保存音频,默认false,非必需设置
setSleepTime(int) - Method in class com.aispeech.export.intent.AILocalTTSIntent
表示 CPU 睡眠时间 配置了 optimization 为 true 时,此选项才生效。取值范围为 0-500, 默认为 0,可选。
setSliceIndex(int) - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
setSliceNum(int) - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
setSlots(Slots) - Method in class com.aispeech.export.MultiModal
设置语义槽
setSlots(String) - Method in class com.aispeech.export.SkillIntent
Deprecated.
setSlots(Slots) - Method in class com.aispeech.export.SkillIntent
设置语义槽
setSlots(ArrayList<String>) - Method in class com.aispeech.export.widget.Scene.Builder
 
setSlots(ArrayList<String>) - Method in class com.aispeech.export.widget.Scene
 
setSnrRate(float) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
setSnrThresh(float) - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
设置注册时最小信噪比阈值,数值越大,环境静音要求越高
默认8.67,注册时若音频的snr值低于设置的阈值,则会抛AIError.ERR_DESCRIPTION_SNR_LOW
setSnrThresh(float) - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
设置注册时最小信噪比阈值,数值越大,环境静音要求越高
默认8.67,注册时若音频的snr值低于设置的阈值,则会抛AIError.ERR_DESCRIPTION_SNR_LOW
setSpeak(Speaker) - Method in class com.aispeech.lite.dm.Task
 
setSpeaker(String) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置合成音类型
setSpeakerNumber(int) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
否 发音人个数,可选值:-1-8。0:表示跳过说话人聚类 。大于0:音频里发音人个数。默认值:-1:盲分。备注: 跳过说话人聚类时,任务的最终result里,没有speaker信息。 跳过说话人聚类时,任务的最终metrics指标里,没有diarizated_t。
setSpeakerRate(int) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
说话人聚类使用的采样率。
setSpeakingStyle(String) - Method in class com.aispeech.export.intent.AICloudTTSIntent
情感,有三种参数类型{"happy","default","sad"},如果不传或者传递错误的类型默认为default 目前仅有两种音色支持情感参数 ryzenm : night kuayuf : angry/sad/happy
setSpeakUrl(String) - Method in class com.aispeech.export.Speaker
 
setSpeechState(String) - Method in class com.aispeech.export.intent.AntiSpoofIntent
用于标识当前feed的音频是静音段还是有人声的 其中,静音段传入 silence,人声段传入 speech
setSpeechState(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
用于标识当前feed的音频是静音段还是有人声的 其中,静音段传入 silence,人声段传入 speech
setSpeechState(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
AIConstant.VPRINTLITE_TYPE_SR 用于标识当前feed的音频是静音段还是有人声的 其中,静音段传入 silence,人声段传入 speech
setSpeed(String) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置合成音语速
setSpeed(float) - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
setSpeed(float) - Method in class com.aispeech.export.intent.AILocalTTSIntent
设置语音合成的速度
setSpeexSavedPath(String) - Method in class com.aispeech.speex.SpeexKernel
设置SPEEX保存的音频文件目录 speex压缩之前的原始pcm音频文件格式:speexSavedPath/speex_in_时间戳.pcm speex压缩之后的ogg音频文件格式:speexSavedPath/speex_out_时间戳.ogg
setSspeBinResource(String) - Method in class com.aispeech.export.config.AILocalSevcConfig
 
setSspeResource(String) - Method in class com.aispeech.export.config.AIFespCarConfig
sspe 资源, 包含 AEC BSS 等,不同项目含义有所差别
setSspeResource(String) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
sspe 资源, 包含 AEC BSS 等,不同项目含义有所差别
setSspeType(int) - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
设置FespCar类型
setSspeType(int) - Method in class com.aispeech.export.config.AIFespCarConfig
设置FespCar类型
setStateFrame(int) - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
setStateFrame(int) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
setStreamType(int) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置音频流通道
setStreamType(int) - Method in class com.aispeech.export.intent.AILocalTTSIntent
设置播放器的stream type,默认为AudioManager.STREAM_MUSIC 强制使用需设置AILocalTTSIntent.setUseStreamType(boolean) 高版本API 23及以上使用 AILocalTTSIntent.setAudioAttributes(AudioAttributes)
setSubTitle(String) - Method in class com.aispeech.export.widget.callback.ContentCallbackWidget
 
setSubTitle(String) - Method in class com.aispeech.export.widget.feedback.ContentFeedbackWidget
设置副标题
setTagSuffix(String) - Method in class com.aispeech.export.config.AICloudASRConfig.Builder
 
setTagSuffix(String) - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
 
setTagSuffix(String) - Method in class com.aispeech.export.config.AICloudTTSConfig.Builder
 
setTagSuffix(String) - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
setTagSuffix(String) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
 
setTagSuffix(String) - Method in class com.aispeech.export.config.AILocalHotWordConfig.Builder
 
setTagSuffix(String) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
 
setTagSuffix(String) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
 
setTagSuffix(String) - Method in class com.aispeech.export.config.AILocalVadConfig.Builder
 
setTagSuffix(String) - Method in class com.aispeech.export.config.AIWakeupConfig.Builder
 
setTagSuffix(String) - Method in class com.aispeech.export.config.EchoConfig.Builder
Deprecated.
 
setTagSuffix(String) - Method in class com.aispeech.lite.base.BaseConfig.Builder
设置引擎实例tag后缀,用于区分不同场景
setTagSuffix(String) - Method in class com.aispeech.lite.base.BaseConfig
设置引擎实例tag后缀,用于区分不同场景
setTask(String) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
设置前一轮的对话task信息,start之前设置生效
setTask(String) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
在非首轮中可能用到,用于指定调用端使用了上一轮nbest结果中的哪一个task
setTask(String) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
设置dui语义前一轮的对话task,实现多轮交互
setTask(String) - Method in class com.aispeech.export.MultiModal
设置任务名称
setTaskId(String) - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
setTaskName(String) - Method in class com.aispeech.export.Command
 
setTaskName(String) - Method in class com.aispeech.export.NativeApi
 
setTaskName(String) - Method in class com.aispeech.export.SkillIntent
设置任务名称
setTaskName(String) - Method in class com.aispeech.export.widget.callback.CallbackWidget
 
setTaskName(String) - Method in class com.aispeech.lite.dm.Task
 
setTaskType(int) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
任务类型,1:机器转写任务(1小时音频,5分钟之内),默认值。2:人机混合任务(1小时音频,15分钟之内)。3:人工转写任务(1小时音频,24小时之内)
setText(String) - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setText(String) - Method in class com.aispeech.export.widget.callback.TextCallbackWidget
 
setText(String) - Method in class com.aispeech.export.widget.feedback.TextFeedbackWidget
设置输出文本
setText(String) - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
setTextType(String) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置合成的文本类型
setThreadAffinity(int) - Method in class com.aispeech.DUILiteConfig.Builder
 
setThreadAffinity(int) - Method in class com.aispeech.DUILiteConfig
设置算法绑定线程开关,降低CPU占用,默认值:0
取值:具体的核id
setThresh(float) - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
默认不用设置
setThresh(float) - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
默认不用设置
setThreshold(float[]) - Method in class com.aispeech.export.config.AIFespCarConfig
设置唤醒词对应阈值,是否需要设置和唤醒资源有关系
setThreshold(float[]) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置唤醒词对应阈值,是否需要设置和唤醒资源有关系
setThreshold(float) - Method in class com.aispeech.export.config.WakeupWord
设置唤醒词对应阈值,是否需要设置和唤醒资源有关系
setThreshold(double) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置置信度阈值
setThreshold(double) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
设置置信度阈值
setThreshold(double) - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
设置置信度阈值
setThreshold(float[]) - Method in class com.aispeech.export.intent.AIWakeupIntent
设置唤醒阈值
setThrowEmptySemantic(boolean) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置是否抛出空语义
setTimeout(int) - Method in class com.aispeech.lite.dm.Timer
设置计时器超时时间
setTimestamp(Long) - Method in exception com.aispeech.AIError
 
setTimestamp(long) - Method in class com.aispeech.AIResult
设置时间戳
setTimestamp(String) - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
setTimestamp(long) - Method in class com.aispeech.lite.vprint.VprintSqlEntity
时间戳,精确到毫秒
Setting - Class in com.aispeech.export
配置类
Setting(String, String) - Constructor for class com.aispeech.export.Setting
 
Setting(String, int) - Constructor for class com.aispeech.export.Setting
 
Setting(String, double) - Constructor for class com.aispeech.export.Setting
 
Setting(String, boolean) - Constructor for class com.aispeech.export.Setting
 
Setting(String, float) - Constructor for class com.aispeech.export.Setting
 
Setting(String, long) - Constructor for class com.aispeech.export.Setting
 
Setting(String, JSONObject) - Constructor for class com.aispeech.export.Setting
 
Setting(String, JSONArray) - Constructor for class com.aispeech.export.Setting
 
setTitle(String) - Method in class com.aispeech.export.widget.callback.ContentCallbackWidget
 
setTitle(String) - Method in class com.aispeech.export.widget.feedback.ContentFeedbackWidget
设置标题
setToken(String) - Method in class com.aispeech.export.config.AICloudVoiceCopyConfig.Builder
 
setTopic(String) - Method in class com.aispeech.AIResult
 
setTopic(String) - Method in class com.aispeech.lite.dm.cache.CacheLastAsrResult
 
setTopN(int) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setTopN(int) - Method in class com.aispeech.export.intent.AICloudVprintIntent
1:N按照score排序,输出前n个得分,若不配置该选项,会在result字段中返回所有得分,开启该选项后会在topN字段中返回得分排名靠前的最多N个得分.仅用于离线验证
setTopN(int) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
1:N按照score排序,输出前n个得分,若不配置该选项,会在result字段中返回所有得分,开启该选项后会在topN字段中返回得分排名靠前的最多N个得分
setTopN(int) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
1:N按照score排序,输出前n个得分,若不配置该选项,会在result字段中返回所有得分,开启该选项后会在topN字段中返回得分排名靠前的最多N个得分
setTotalPages(int) - Method in class com.aispeech.export.widget.callback.ListCallbackWidget
 
setTotalPages(int) - Method in class com.aispeech.export.widget.callback.MediaCallbackWidget
 
setTrainNum(int) - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
设置训练次数,只在VprintIntent.Action.REGISTERVprintIntent.Action.UPDATE模式才需要设置 若不设置,会抛IllegalArgumentException异常
setTrainNum(int) - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
设置训练次数,只在VprintIntent.Action.REGISTERVprintIntent.Action.UPDATE模式才需要设置 若不设置,会抛IllegalArgumentException异常
setTtsCacheDir(String) - Method in class com.aispeech.DUILiteConfig.Builder
 
setType(AuthType) - Method in class com.aispeech.export.config.AuthConfig.Builder
设置授权类型
setType(AuthType) - Method in class com.aispeech.export.config.AuthConfig
 
setType(AIType) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置AIType 参数
setType(int) - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
setType(int) - Method in class com.aispeech.export.widget.callback.CallbackWidget
 
setType(String) - Method in class com.aispeech.export.widget.feedback.FeedbackWidget
设置widget类型
setUid(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
设置声纹ID
setuId(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
设置声纹ID
setUpdateTrailProfileToOnlineProfile(boolean) - Method in class com.aispeech.DUILiteConfig
当试用授权文件认证检查时,是否尝试更新为在线授权文件。default is true
setUpdateTrailProfileToOnlineProfile(boolean) - Method in class com.aispeech.export.config.AuthConfig.Builder
当试用授权文件认证检查时,是否尝试更新为在线授权文件。
setUpdateTrailProfileToOnlineProfile(boolean) - Method in class com.aispeech.export.config.AuthConfig
 
setUploadAudioDelayTime(int) - Method in class com.aispeech.export.config.UploadConfig.Builder
 
setUploadAudioDelayTime(int) - Method in class com.aispeech.export.config.UploadConfig
 
setUploadAudioLevel(int) - Method in class com.aispeech.DUILiteConfig
Deprecated.
废弃,当前由服务端控制
setUploadAudioLevel(int, int) - Method in class com.aispeech.DUILiteConfig
Deprecated.
废弃,当前由服务端控制上传等级
setUploadAudioLevel(int) - Method in class com.aispeech.export.config.UploadConfig.Builder
 
setUploadAudioLevel(int) - Method in class com.aispeech.export.config.UploadConfig
 
setUploadAudioMaxLength(long) - Method in class com.aispeech.export.config.UploadConfig.Builder
设置单个上传的音频文件的最大长度,默认10M
setUploadAudioPath(String) - Method in class com.aispeech.DUILiteConfig
设置大数据上传唤醒音频的本地存储路径,如果不设置,默认存储在sd卡的cache目录
setUploadAudioPath(String) - Method in class com.aispeech.export.config.UploadConfig.Builder
 
setUploadAudioPath(String) - Method in class com.aispeech.export.config.UploadConfig
 
setUploadAudioTime(int) - Method in class com.aispeech.export.config.UploadConfig.Builder
 
setUploadConfig(UploadConfig) - Method in class com.aispeech.DUILiteConfig.Builder
 
setUploadConfig(UploadConfig) - Method in class com.aispeech.DUILiteConfig
 
setUploadEnable(boolean) - Method in class com.aispeech.export.config.UploadConfig.Builder
 
setUploadEnable(boolean) - Method in class com.aispeech.export.config.UploadConfig
 
setUploadLogEnable(boolean) - Method in class com.aispeech.export.config.UploadConfig.Builder
 
setUploadUrl(String) - Method in class com.aispeech.DUILiteConfig
设置大数据上传url地址
setUploadUrl(String) - Method in class com.aispeech.export.config.UploadConfig.Builder
 
setUploadUrl(String) - Method in class com.aispeech.export.config.UploadConfig
 
setUri(String) - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
setUrl(String) - Method in class com.aispeech.export.widget.callback.WebCallbackWidget
 
setUrl(String) - Method in class com.aispeech.export.widget.feedback.WebFeedbackWidget
设置url地址
setUseAux(boolean) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
是否返回情绪(emotion) / 年龄(age) / 性别(gender)信息。 默认值:false, 不返回。 设置为true时,返回值里回增加emotion, age, gender字段。
setUseCache(boolean) - Method in class com.aispeech.export.config.AICloudTTSConfig.Builder
设置是否使用缓存,默认为true
缓存TTS缓存信息和音频文件,存放在应用外部缓存目录下的 ttsCache 文件夹下。
setUseCache(boolean) - Method in class com.aispeech.export.config.AICloudTTSConfig
设置是否使用缓存,默认为true
缓存TTS缓存信息和音频文件,存放在应用外部缓存目录下的 ttsCache 文件夹下。
setUseCache(boolean, String) - Method in class com.aispeech.export.config.AICloudTTSConfig
设置是否使用缓存和缓存的文件夹
setUseCache(boolean) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
设置是否使用缓存,默认为true
缓存TTS缓存信息和音频文件,存放在应用外部缓存目录下的 ttsCache 文件夹下。
setUseCache(boolean) - Method in class com.aispeech.export.config.AILocalTTSConfig
设置是否使用缓存,默认为true
缓存TTS缓存信息和音频文件,存放在应用外部缓存目录下的 ttsCache 文件夹下。
setUseCache(boolean, String) - Method in class com.aispeech.export.config.AILocalTTSConfig
设置是否使用缓存和缓存的文件夹
setUseCache(boolean) - Method in class com.aispeech.export.engines2.AILocalTTSEngine
 
setUseConf(boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置是否开启置信度
setUseContinuousRecognition(boolean) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
设置是否开启连续识别,默认 true start之前设置有效
setUseContinuousRecognition(boolean) - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
设置是否开启连续识别,默认 true start之前设置有效
setUseCustomFeed(boolean) - Method in class com.aispeech.export.config.AICloudSemanticConfig.Builder
是否自定义feed音频
setUseCustomFeed(boolean, boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置是否自行feed数据,不使用内部录音机(包括MockRecord和AIAudioRecord) feed 的音频如果不是pcm音频,则不能使用 vad 功能
setUseCustomFeed(boolean, boolean) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
设置是否自行feed数据,不使用内部录音机(包括MockRecord和AIAudioRecord) feed 的音频如果不是pcm音频,则不能使用 vad 功能
setUseCustomFeed(boolean) - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
设置是否自行feed数据
setUseCustomFeed(boolean) - Method in class com.aispeech.lite.base.BaseIntent
设置是否自行feed数据,不使用内部录音机(包括MockRecord和AIAudioRecord)
setUseDatabaseStorage(boolean, String) - Method in class com.aispeech.export.config.VprintConfig.Builder
Deprecated.
设置是否使用数据库方式存储声纹信息,以及数据库的路径
setUseDatabaseStorage(boolean, String) - Method in class 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) - Method in class com.aispeech.export.intent.AILocalASRIntent
添加识别结果分割符,如设置 "," 识别结果显示 : "打,开,天,窗" start 之前设置生效
setUseDmAsr(boolean, JSONObject) - Method in class com.aispeech.export.intent.AICloudASRIntent
 
setUseDmAsr(boolean, JSONObject, String) - Method in class com.aispeech.export.intent.AICloudASRIntent
是否是对话用的ASR,用于对话使用,使用单独的请求参数
setUseDoubleVad(boolean) - Method in class com.aispeech.DUILiteConfig.Builder
 
setUseDoubleVad(boolean) - Method in class com.aispeech.DUILiteConfig
 
setUseDoubleVad(boolean) - Method in class com.aispeech.export.config.AILocalVadConfig.Builder
设置是否启动双VAD模式 初始化参数,init之前设置生效
setUseDoubleVad(boolean) - Method in class com.aispeech.export.config.AILocalVadConfig
 
setUseE2EFusion(boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
开启融合, 并且active_decoder_list需要激活e2e和ngram
setUseFiller(boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置是否开启 Filler,用于减少误识别。
setUseFiller(boolean, float) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置是否开启 Filler,用于减少误识别。
setUseFiller(boolean) - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
设置是否使用解码网络里增加的filler路径
setUseFormat(boolean) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
 
setUseFormat(boolean) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
设置是否开启语义格式归一化,默认 false
setUseFrameSplit(boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
Deprecated. 
setUseFullDuplex(boolean) - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
是否启用全双工模式
setUseFullDuplexNoSpeechTimeOut(boolean) - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
是否在全双工模式下未检测到语音超时反馈语播报
setUseFullMode(boolean) - Method in class com.aispeech.export.config.AILocalVadConfig.Builder
设置是否启用vad常开模式 初始化参数,init之前设置生效
setUseFullMode(boolean) - Method in class com.aispeech.export.config.AILocalVadConfig
 
setUseFullstop(boolean) - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
是否使用中文句号来进行分句。开启后处理时才有效,后处理默认开启。
setUseFullstop(boolean) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
是否以中文句号作为分句。默认值:false
setUseHarshDiscard(boolean) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
setUseHoldConf(boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置是否开启ngram置信度
setUseInverseTxt(boolean) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
逆文本转换开关。false:不使用,true:使用(默认)。
setUseItn(boolean) - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
开启后处理时,是否启用逆文本转换,即中文转阿拉伯数字,默认:false。
setUseItn(boolean) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
开启Itn功能 对ASR识别后的文字进行功能转化
setUseOneShot(boolean, int) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置是否使用oneshot功能,以及oneshot功能的唤醒词和命令词之间的时间间隔阈值, 如果小于该阈值,就认为不是oneshot,如果大于该阈值,就认为是oneshot
setUseOneShot(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
是否使用oneshot功能,default is false
true 使用one shot功能,唤醒后立马起识别
false 不使用oneshot,合成后启动识别,或只是启动识别
setUseOneShot(boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
是否使用oneshot功能,default is false
true 使用one shot功能,唤醒后立马起识别
false 不使用oneshot,合成后启动识别,或只是启动识别
setUseOneShot(boolean, int) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置是否使用oneshot功能,以及oneshot功能的唤醒词和命令词之间的时间间隔阈值, 如果小于该阈值,就认为不是oneshot,如果大于该阈值,就认为是oneshot
setUseOneShot(boolean) - Method in class com.aispeech.export.intent.AIWakeupIntent
设置是否使用 oneshot 功能,default is false
setUseOneshotJson(boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
 
setUseParagraph(boolean) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
是否在分词结果中增加语义分段标志。默认值:false。值为true时开启,本参数仅限useSegment=true时有效
setUsePhrase(boolean) - Method in class com.aispeech.export.intent.AILocalLASRIntent
是否启用热词
setUsePinyin(boolean) - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
开启后处理时,是否返回每个句子和词的拼音,默认:false。只对中文生效
setUsePinyin(boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置是否开启拼音输出
setUsePinyin(boolean) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
setUsePost(boolean) - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
是否启用所有后处理功能。 默认:true。如果关闭,会以原始的asr结果返回。
setUsePuctuation(boolean) - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
开启后处理时,是否启用标点符号,默认:true。 只对中文生效
setUseRawRec(boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
 
setUserDictResource(String) - Method in class com.aispeech.export.config.AILocalTTSConfig
用户自定义词典,用于修复离线合成问题,如多音字发音、停顿和数字字母符号读法错误等
setUseRealback(boolean) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置是否启用实时识别结果
setUseRealBack(boolean) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置是否启用实时反馈,默认true
setUseRealBack(boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置是否开启实时反馈
setUseRecUppercase(int) - Method in class com.aispeech.export.intent.AILocalLASRIntent
英文大小写 AILocalLASRIntent.USE_REC_NATIVE 和资源词表的大小写相同 AILocalLASRIntent.USE_REC_LOW rec结果为小写 AILocalLASRIntent.USE_REC_UPPERCASE rec结果为大写
setUseRefText(boolean) - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
是否启用纯语义模式
setUseRefText(boolean) - Method in class com.aispeech.export.config.AICloudSemanticConfig.Builder
是否启用纯语义模式
setUseRefText(boolean) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
是否启用离线语义纯语义模式,该模式下feed 文本,输出语义
setUseRefText(boolean) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
设置是否关闭识别并只传入语义文本功能,
setUseRefTextLength(int) - Method in class com.aispeech.export.intent.AILocalSemanticIntent
 
setUserId(String) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置用户标示
setUserId(String) - Method in class com.aispeech.export.intent.AICloudDMIntent
 
setUserId(String) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
 
setUserId(String) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置发音人ID,用于声音复刻生成的自定义声音ID
setUserId(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setUserId(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent
声纹ID,用户ID在系统中应该是唯一的 注册时非必需,不设置服务端会生成一个 注销时必须设置 仅用于注册和注销
setUserId(String) - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
设置用户名id 只在VprintIntent.Action.REGISTER,VprintIntent.Action.UPDATE, VprintIntent.Action.APPENDVprintIntent.Action.UNREGISTER模式才需要设置 若不设置,会抛IllegalArgumentException异常
setUserId(String) - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
设置用户名id 只在VprintIntent.Action.REGISTER,VprintIntent.Action.UPDATE, VprintIntent.Action.APPENDVprintIntent.Action.UNREGISTER模式才需要设置 若不设置,会抛IllegalArgumentException异常
setUsers(List<String>) - Method in class com.aispeech.export.intent.AIAsrPlusIntent
 
setUsers(List<String>) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
setUsers(String[]) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setUsers(List<String>) - Method in class com.aispeech.export.intent.AICloudVprintIntent
要对比的用户id列表。若users列表为空,择选取organization所有的id做1:N比对,仅用于验证
setUseSegment(boolean) - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
是否返回详细的分词结果。如果开启,返回的result会以词为单位返回。
setUseSegment(boolean) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
是否返回每个分词的信息。默认值:false, 不返回。
setUseSelectRule(boolean) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
是否启用内部语义仲裁规则
setUseSelectRule(boolean) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
设置是否使用SDK内部的 grammar 与 ngram 决策规则,默认 false
setUseSensitiveWdsNorm(boolean) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
是否使用内置敏感词
setUseSpeechDns(boolean) - Method in class com.aispeech.DUILiteConfig
设置是否使用思必驰的DNS
setUseSSL(boolean) - Method in class com.aispeech.export.config.AILocalHotWordConfig.Builder
设置是否启用ssl功能,启用该功能,需要外部自行feed 4通道音频数据。
setUseSSL(boolean) - Method in class com.aispeech.export.config.AILocalWakeupIncrementConfig.Builder
设置是否启用ssl功能,启用该功能,需要外部自行feed 4通道音频数据。
setUseSSML(boolean) - Method in class com.aispeech.export.intent.AILocalTTSIntent
设置是否使用ssml 默认不使用为false
setUseSspe(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
Deprecated. 
setUseStopCallback(boolean) - Method in class com.aispeech.export.config.AICloudTTSConfig.Builder
设置是否在stop之后回调 onSpeechFinish ,默认是true 回调
setUseStopCallback(boolean) - Method in class com.aispeech.export.config.AICloudTTSConfig
 
setUseStopCallback(boolean) - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
设置是否在stop之后回调 onSpeechFinish ,默认是true 回调
setUseStopCallback(boolean) - Method in class com.aispeech.export.config.AILocalTTSConfig
 
setUseStreamType(boolean) - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
setUseStreamType(boolean) - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
setUseStrongWakeupVisible(boolean) - Method in class com.aispeech.export.intent.AICloudASRIntent
default is 使用场景:开启oneShot功能,开启实时返回,识别结果会有唤醒词或者是唤醒词前面有其他杂音情况。 目前出现此类问题是sspe送回来的音频回滚时间较长 或者三方送入的音频唤醒词前音频较长,导致唤醒词前面数据也会带入 开启此功能,云端进行过滤,xxx(唤醒词) 0.
setUseSystemDns(boolean) - Method in class com.aispeech.DUILiteConfig.Builder
 
setUseTimeStamp(boolean) - Method in class com.aispeech.export.intent.AILocalTTSIntent
设置音子时间戳
setUseTProcess(boolean) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
逆文本,将识别的中文数字改成阿拉伯数字
setUseTprocess(boolean) - Method in class com.aispeech.export.intent.AILocalLASRIntent
逆文本,将识别的中文数字改成阿拉伯数字
setUseTxtSmooth(boolean) - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
开启后处理时,是否启用口语顺滑,默认:false。
setUseTxtSmooth(boolean) - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
口语顺滑开关。false:不使用,true:使用(默认)。
setUseTxtSmooth(boolean) - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
是否启用口语顺滑
setUseTxtSmooth(boolean) - Method in class com.aispeech.export.intent.AILocalLASRIntent
是否启用口语顺滑
setUseVad(boolean) - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
是否启用VAD功能。默认:true。如果关闭,会跳过音频分割,直接进入识别流程。
setUseVad(boolean) - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
是否启用内置vad,启用该项配置,需语音在产品高级配置界面打开 空帧识别结果过滤 配置
setUseVad(boolean) - Method in class com.aispeech.export.config.AICloudSemanticConfig.Builder
是否启用内置vad
setUseVad(boolean) - Method in class com.aispeech.export.config.AILocalHotWordConfig.Builder
设置是否启用vad
setUseVad(boolean) - Method in class com.aispeech.export.config.AILocalWakeupIncrementConfig.Builder
设置是否启用vad
setUseVprint(boolean) - Method in class com.aispeech.export.config.AICloudASRConfig
识别时是否需要声纹信息,默认false。这里打开后需要在 AICloudASRIntent 加上需要验证的声纹信息
setUseXbnfRec(boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置是否启用基于语法的语义识别
setUuid(String) - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
setV1Host(String) - Method in class com.aispeech.lite.dm.update.UpdaterImpl.Builder
 
setVad(boolean) - Method in class com.aispeech.export.config.AIFespCarConfig
 
setVad(boolean) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置前端信号处理内核是否使用vad功能
setVadCacheTime(int) - Method in class com.aispeech.common.CacheUtil
 
setVadEnable(boolean) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置是否启用vad,默认为true
setVadEnable(boolean) - Method in class com.aispeech.export.config.AILocalASRConfig
设置是否启用vad,默认为true
setVadEnable(boolean) - Method in class com.aispeech.export.config.AILocalAsrppConfig
设置是否启用本地vad
setVadEnable(boolean) - Method in class com.aispeech.export.intent.AICloudDMIntent
 
setVadEnable(Boolean) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置是否启用本地vad。启用前提是 AILocalASRConfig.isVadEnable() 为true,否则该参数无效。 此参数可设置本轮start的引擎是否使用vad功能
setVadEnable(boolean) - Method in class com.aispeech.export.intent.AILocalVadIntent
 
setVadEnable(boolean) - Method in class com.aispeech.export.intent.AIWakeupIntent
设置是否启动vad功能,需要资源配合。在资源支持vad功能的情况下,默认启动vad。
vad 需引擎 stop 后重新 start 才能生效
setVadPause(int) - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
切割间隔时间 默认值:500,单位:毫秒。
setVadPauseTime(int) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置VAD右边界
setVadPauseTime(int) - Method in class com.aispeech.export.config.AILocalAsrppConfig
设置VAD右边界
setVadPauseTime(int) - Method in class com.aispeech.export.config.AILocalWakeupIncrementConfig.Builder
设置vad的pauseTime
setVadRes(String) - Method in class com.aispeech.export.config.AICloudDMConfig.Builder
设置vad资源
setVadRes(String) - Method in class com.aispeech.export.config.AICloudSemanticConfig.Builder
设置vad 资源
setVadRes(String) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置VAD资源名,可设置 assets 下的相对路径 或 / 开头的绝对路径 须在init之前设置才生效
setVadRes(String) - Method in class com.aispeech.export.config.AILocalHotWordConfig.Builder
设置vad res
setVadRes(String) - Method in class com.aispeech.export.config.AILocalWakeupIncrementConfig.Builder
设置vad res
setVadResource(String) - Method in class com.aispeech.export.config.AICloudASRConfig.Builder
设置VAD资源名字 需要在init之前调用
setVadResource(String) - Method in class com.aispeech.export.config.AICloudASRConfig
设置本地vad资源
setVadResource(String) - Method in class com.aispeech.export.config.AILocalASRConfig.Builder
设置本地vad资源
setVadResource(String) - Method in class com.aispeech.export.config.AILocalASRConfig
设置本地vad资源
setVadResource(String) - Method in class com.aispeech.export.config.AILocalAsrppConfig
设置本地vad资源
setVadResource(String) - Method in class com.aispeech.export.config.AILocalVadConfig.Builder
设置VAD资源路径 需要在init之前调用
setVadResource(String) - Method in class com.aispeech.export.config.AILocalVadConfig
 
setValue(Object) - Method in class com.aispeech.lite.dm.cache.Item
 
setVar(String) - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
setVocabsCfgFolder(String) - Method in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置product.cfg 文件所在目录
setVocabsCfgPath(String) - Method in class com.aispeech.export.SemanticVocabsCfg
设置项目product.cfg 配置文件路径
setVocabsTextPath(String) - Method in class com.aispeech.export.SemanticVocabsCfg
设置需要更新的词库文本路径
setVolume(String) - Method in class com.aispeech.export.intent.AICloudTTSIntent
设置音量大小
setVolume(int) - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
setVolume(int) - Method in class com.aispeech.export.intent.AILocalTTSIntent
设置语音合成的音量
setVprintAudioPath(String) - Method in class com.aispeech.export.engines2.AICloudVprintEngine
设置生成音频路径
setVprintAudioPath(String) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
setVprintCutSaveDir(String) - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
设置保存唤醒内核给声纹的音频数据
setVprintCutSaveDir(String) - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
设置保存唤醒内核给声纹的音频数据
setVprintInfo(String, List<String>, String) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置要验证的声纹信息
setVprintLiteSaveDir(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent.Builder
设置保存唤醒内核给声纹的音频数据
setVprintLiteSaveDir(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
设置保存唤醒内核给声纹的音频数据
setVprintModelPath(String) - Method in class com.aispeech.export.config.VprintConfig.Builder
Deprecated.
设置声纹模型保存路径,包含文件名,如/sdcard/speech/vprint.model
setVprintModelPath(String) - Method in class com.aispeech.lite.vprint.VprintConfig.Builder
设置声纹模型保存路径,包含文件名,如/sdcard/speech/vprint.model
setVprintModelPath(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteConfig.Builder
设置声纹模型保存路径,包含文件名,如/sdcard/speech/vprint.model
setVprintResBin(String) - Method in class com.aispeech.export.config.VprintConfig.Builder
Deprecated.
设置声纹资源 若在assets目录下,则指定文件名即可,如vprint.bin 若在外部路径目录下,则需要指定绝对路径,如/sdcard/speech/vprint.bin
setVprintResBin(String) - Method in class com.aispeech.lite.vprint.VprintConfig.Builder
设置声纹资源 若在assets目录下,则指定文件名即可,如vprint.bin 若在外部路径目录下,则需要指定绝对路径,如/sdcard/speech/vprint.bin
setVprintResBin(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteConfig.Builder
设置声纹资源 若在assets目录下,则指定文件名即可,如vprint.bin 若在外部路径目录下,则需要指定绝对路径,如/sdcard/speech/vprint.bin
setVprintType(String) - Method in class com.aispeech.lite.vprintlite.VprintLiteConfig.Builder
设置声纹类型
setVprintWord(String) - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
设置当前响应的唤醒词。每次只能设置一个,若需要切换声纹响应的唤醒词,则需要重新start设置 只在VprintIntent.Action.REGISTER,VprintIntent.Action.UPDATE, VprintIntent.Action.APPENDVprintIntent.Action.UNREGISTER模式才需要设置 若不设置,会抛IllegalArgumentException异常
setVprintWord(String...) - Method in class com.aispeech.export.intent.VprintIntent.Builder
Deprecated.
 
setVprintWord(String) - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
设置当前响应的唤醒词。每次只能设置一个,当前唤醒词需要与资源内的唤醒词保持一致。部分资源支持自定义 唤醒词,需要和研究沟通获取对应的资源。 若需要切换声纹响应的唤醒词,则需要重新start设置 只在VprintIntent.Action.REGISTER,VprintIntent.Action.UPDATE, VprintIntent.Action.APPENDVprintIntent.Action.UNREGISTER模式才需要设置 若不设置,会抛IllegalArgumentException异常
setVprintWord(String...) - Method in class com.aispeech.lite.vprint.VprintIntent.Builder
 
setWaitingTimeout(int) - Method in class com.aispeech.export.intent.AICloudASRIntent
设置等待识别结果超时时间 单位毫秒,小于或等于0则不设置超时,默认5000ms.
setWaitingTimeout(int) - Method in class com.aispeech.export.intent.AICloudTTSIntent
等待合成结果超时时间 单位毫秒,默认是3000,default is ms
setWakeupResource(String) - Method in class com.aispeech.export.config.AIDmaspConfig.Builder
 
setWakeupResource(String) - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
setWakeupResource(String) - Method in class com.aispeech.export.config.AIFespCarConfig
唤醒资源
setWakeupResource(String) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
唤醒资源
setWakeupResource(String) - Method in class com.aispeech.export.config.AIWakeupConfig
设置唤醒资源
setWakeupWord(AIDmaspConfig.WakeupWord) - Method in class com.aispeech.export.config.AIDmaspConfig.Builder
 
setWakeupWord(AIFespCarConfig.WakeupWord) - Method in class com.aispeech.export.config.AIFespCarConfig.Builder
 
setWakeupWord(String[], int[]) - Method in class com.aispeech.export.config.AIFespCarConfig
设置唤醒词以及是否作为主唤醒词,主唤醒词为1,副唤醒词为0
setWakeupWord(String[], int[]) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置唤醒词以及是否作为主唤醒词,主唤醒词为1,副唤醒词为0
setWakeupWord(String[], int[], int[]) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置唤醒词,以及是否是主副唤醒词,以及是否是半字唤醒
setWakeupword(List<WakeupWord>) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
setWakeupword(WakeupWord...) - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
设置唤醒词信息config.setWakeupword(new WakeupWord("ni hao xiao le", 0.34f, 0.25f, 1, 0));
setWakeupWord(String) - Method in class com.aispeech.export.config.NearWakeupConfig
config.setWakeupWord("ni hao xiao yi, ni hao xiao chi")
setWakeupWord(String) - Method in class com.aispeech.export.config.WakeupWord
设置唤醒词,例:"ni hao xiao chi"
setWakeupword(List<WakeupWord>) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
 
setWakeupword(WakeupWord...) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
动态设置唤醒词
setWakeupWord(String) - Method in class com.aispeech.export.intent.AICloudASRIntent
配置自定义唤醒词功能;配合唤醒词分数使用可增强唤醒词识别,同时结果中过滤所传唤醒词; 如果同时设置commonWakeupWord,仍会过滤唤醒词,但唤醒词的增强识别会生效
setWakeupWord(String[], float[]) - Method in class com.aispeech.export.intent.AIWakeupIntent
设置唤醒词列表
setWakeupWords(String[], float[], int[]) - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
动态调整参数,具体请参照 demo
setWakeupWords(String[], float[]) - Method in class com.aispeech.export.engines2.AIFespCarEngine
设置唤醒词
setWakeupWords(String[], float[], int[]) - Method in class com.aispeech.export.engines2.AIFespCarEngine
设置唤醒词
setWakeupWords(String[], float[], int[], int[]) - Method in class com.aispeech.export.engines2.AIFespCarEngine
设置唤醒词
setWakeupWords(String[]) - Method in class com.aispeech.export.engines2.AILocalASREngine
设置唤醒词列表,用于oneshot过滤唤醒词
setWakeupWords(String[], float[], int[]) - Method in class com.aispeech.export.engines2.AIWakeupEngine
setWakeupWords(String[]) - Method in class com.aispeech.export.intent.AICloudDMIntent
设置唤醒词,用于oneshot场景识别过滤唤醒词。如:"你好小弛,你好小乐"
setWakeupWords(String) - Method in class com.aispeech.export.intent.AICloudSemanticIntent
设置唤醒词,用于oneshot场景使用。如:"你好小弛,你好小乐"
setWakeupWords(String[]) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置唤醒词列表,用于oneshot过滤唤醒词
setWakeupWords(String[]) - Method in class com.aispeech.export.intent.AIWakeupIntent
设置唤醒词列表
setWavFilePath(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent.Builder
 
setWavFilepath(String) - Method in class com.aispeech.export.intent.AICloudVprintIntent
用于注册和验证声纹的音频文件路径,必需设置
setWebSocketBuilder(OkHttpClient.Builder) - Method in class com.aispeech.DUILiteConfig.Builder
 
setWebSocketHost(String) - Method in class com.aispeech.lite.dm.update.UpdaterImpl.Builder
 
setWeight(double) - Method in class com.aispeech.export.config.NearWakeupConfig
(慎改)选举权重,默认值1.0。取值范围大于等于0,值越大选举时优势越大
setWidget(JSONObject) - Method in class com.aispeech.export.widget.callback.CustomCallbackWidget
 
setWkpWnd(int) - Method in class com.aispeech.export.config.NearWakeupConfig
单次决策窗口期,单位毫秒,范围50-800,默认350ms。不同设备唤醒时间点有差异,且网络传输延 时导致一次唤醒存在时间差,在窗口期范围之内,同一唤醒词的唤醒被合并为同一个唤醒,从中选出 最优设备
setWords(String[]) - Method in class com.aispeech.export.config.AIOneshotConfig.Builder
设置oneshot检测词汇列表
setWords(String[]) - Method in class com.aispeech.export.intent.AILocalASRIntent
设置词表
setWords(String) - Method in class com.aispeech.export.intent.AILocalASRIntent
直接按照内核既定格式设置词表如: \"打开副屏,打开今日头条\"
setWords(String[]) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
设置词表
setWords(String) - Method in class com.aispeech.export.intent.AILocalHotWordIntent
直接按照内核既定格式设置词表如: \"打开副屏,打开今日头条\"
setWords(String[]) - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
设置词表
setWords(String) - Method in class com.aispeech.export.intent.AILocalWakeupIncrementIntent
直接按照内核既定格式设置词表如: \"打开副屏,打开今日头条\"
setWords(String[]) - Method in class com.aispeech.lite.speech.Phrase
 
setWsPort(int) - Method in class com.aispeech.export.config.NearWakeupConfig
(慎改)服务绑定的端口号
SevcKernel - Class in com.aispeech.lite.sevc
输入多路数据,输出一路数据。内部这个数据流向: aec bbs nr agc
SevcKernel(SevcListener) - Constructor for class com.aispeech.lite.sevc.SevcKernel
 
SevcListener - Interface in com.aispeech.lite.sevc
 
SevcProcessor - Class in com.aispeech.lite.sevc
 
SevcProcessor() - Constructor for class com.aispeech.lite.sevc.SevcProcessor
 
SharedPreferencesUtil - Class in com.aispeech.common
 
SharedPreferencesUtil() - Constructor for class com.aispeech.common.SharedPreferencesUtil
 
SharedPrefsUtil - Class in com.aispeech.common
 
SharedPrefsUtil() - Constructor for class com.aispeech.common.SharedPrefsUtil
 
showErrorMessage(ProfileState) - Method in class com.aispeech.base.BaseInnerEngine
 
showErrorMessage(ProfileState) - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
simplifiedToTraditional(String) - Method in class com.aispeech.export.itn.Convert
简体转繁体
size() - Method in class com.aispeech.common.NotifyLimitQueue
队列容量
SKILL - Static variable in class com.aispeech.lite.dm.Protocol
 
SKILL_ID - Static variable in class com.aispeech.lite.dm.Protocol
 
SKILL_PRIORITY - Static variable in class com.aispeech.export.Setting
技能优先级
SkillContext - Class in com.aispeech.export
可以对技能配置进行增删改
SkillContext(String, String, List<Setting>) - Constructor for class com.aispeech.export.SkillContext
 
SkillContext.Builder - Class in com.aispeech.export
 
skillId - Variable in class com.aispeech.export.widget.callback.CallbackWidget
skill id
skillIdsWhiteList - Variable in class com.aispeech.export.itn.Advanced
限定技能白名单内的才会decode,默认为空。一般上传联系人前,设置当前技能id
SkillIntent - Class in com.aispeech.export
Created by yu on 2018/12/20.
SkillIntent() - Constructor for class com.aispeech.export.SkillIntent
技能意图类构造方法
SkillIntent(String, String, String, String) - Constructor for class com.aispeech.export.SkillIntent
技能意图类构造方法
skillMapping - Variable in class com.aispeech.export.config.AILocalSemanticConfig.Builder
离线内置语义与在线语义的映射表,如外部配置,sdk内部会对齐在线skill名和补充离线skillId
skillMapping - Variable in class com.aispeech.export.config.AILocalSemanticConfig
离线内置语义与在线语义的映射表,如果外部配置,sdk内部会对齐在线skill名和补充离线skillId
Slots - Class in com.aispeech.export
语义slots
slotsBlackList - Variable in class com.aispeech.export.itn.Advanced
限定槽位黑名单内,在skillsWhiteList前提下,黑名单内的slot不会被还原
SOURCE_AIDUI - Static variable in interface com.aispeech.common.AIConstant.Nlu
离线内置语义
SOURCE_BCDV2 - Static variable in interface com.aispeech.common.AIConstant.Nlu
离线bcdv2语义
SOURCE_DUI - Static variable in interface com.aispeech.common.AIConstant.Nlu
离线dui语义
SOURCE_NAVI - Static variable in interface com.aispeech.common.AIConstant.Nlu
离线导航语义
SP_KEY_DRIVER_MODEL - Static variable in interface com.aispeech.lite.function.ICarFunction
 
SP_NAME_CAR_CACHE - Static variable in interface com.aispeech.lite.function.ICarFunction
sp 名字
speak(AICloudTTSIntent, String, String) - Method in class com.aispeech.export.engines2.AICloudTTSEngine
合成并播放
speak(AILocalTTSIntent, String, String) - Method in class com.aispeech.export.engines2.AILocalTTSEngine
合成并播放
SPEAK_URL - Static variable in class com.aispeech.lite.dm.Protocol
 
Speaker - Class in com.aispeech.export
播报文本内容
Speaker() - Constructor for class com.aispeech.export.Speaker
 
speakUrl - Variable in class com.aispeech.export.Speaker
语音播报nlg的url链接,非必选,优先播报 speakUrl
SpeechInterceptor - Class in com.aispeech.export.interceptor
 
SpeechInterceptor() - Constructor for class com.aispeech.export.interceptor.SpeechInterceptor
 
SpeexKernel - Class in com.aispeech.speex
pcm 转 ogg
SpeexKernel(SpeexKernelListener) - Constructor for class com.aispeech.speex.SpeexKernel
 
SpeexKernelListener - Interface in com.aispeech.speex
 
spiltText(String, int) - Static method in class com.aispeech.common.TextSplitter
将长文本分割为短句,每间隔spiltIndex个字符进行一次分割
spiltTextByPunctuation(String, int) - Static method in class com.aispeech.common.TextSplitter
将长文本分割为短句,每超过 spiltUnit 个字符向后寻找标点符号进行断句
splitOriginalChannel(byte[], int, int) - Static method in class com.aispeech.common.AudioHelper
从多路原始音频中裁取指定路音频数据
SSLByVadEngine - Class in com.aispeech.lite.hotword.ssl
借助vad实现的声源定位方案
SSLByVadEngine() - Constructor for class com.aispeech.lite.hotword.ssl.SSLByVadEngine
 
SSLKernel - Class in com.aispeech.lite.hotword.ssl
4音区声源定位
SSLKernel(SSLKernelListener) - Constructor for class com.aispeech.lite.hotword.ssl.SSLKernel
 
SSLKernelListener - Interface in com.aispeech.lite.hotword.ssl
 
SSLListener - Interface in com.aispeech.lite.hotword.ssl
doa selector 回调
SSPE_TYPE_CAR_FOUR - Static variable in interface com.aispeech.lite.sspe.SspeConstant
 
SSPE_TYPE_CAR_TWO - Static variable in interface com.aispeech.lite.sspe.SspeConstant
 
SspeConstant - Interface in com.aispeech.lite.sspe
Description: Author: junlong.huang CreateTime: 2023/1/30
SspeKernel - Class in com.aispeech.lite.sspe
Description: Author: junlong.huang CreateTime: 2023/3/28
SspeKernel(FespxKernelListener) - Constructor for class com.aispeech.lite.sspe.SspeKernel
 
SspeKernelFactory - Class in com.aispeech.lite.sspe
Description: Author: junlong.huang CreateTime: 2023/2/27
SspeKernelFactory() - Constructor for class com.aispeech.lite.sspe.SspeKernelFactory
 
start(AICloudASRIntent) - Method in class com.aispeech.export.engines2.AICloudASREngine
启动录音,开始语音识别
start(AICloudDMIntent) - Method in class com.aispeech.export.engines2.AICloudDMEngine
创建对话
start() - Method in class com.aispeech.export.engines2.AICloudDMEngine
创建对话,使用默认的对话配置
start(AICloudLASRRealtimeIntent) - Method in class com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
start(AICloudSemanticIntent) - Method in class com.aispeech.export.engines2.AICloudSemanticEngine
Deprecated.
启动引擎
start(AIDmaspIntent) - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
开启唤醒
start(AIFespCarIntent) - Method in class com.aispeech.export.engines2.AIFespCarEngine
启动信号处理模块和唤醒引擎
start(AntiSpoofIntent) - Method in class com.aispeech.export.engines2.AILocalAntiSpoofingEngine
启动仿冒攻击引擎
start(AILocalASRIntent) - Method in class com.aispeech.export.engines2.AILocalASREngine
启动录音,开始语音识别
start(AILocalAsrppIntent) - Method in class com.aispeech.export.engines2.AILocalAsrppEngine
启动录音,开始语音识别
start() - Method in class com.aispeech.export.engines2.AILocalEchoEngine
 
start(AILocalEchoIntent) - Method in class com.aispeech.export.engines2.AILocalEchoEngine
 
start(boolean) - Method in class com.aispeech.export.engines2.AILocalFaspEngine
 
start(AILocalHotWordIntent) - Method in class com.aispeech.export.engines2.AILocalHotWordsEngine
启动本地热词引擎
start(AILocalLASRIntent) - Method in class com.aispeech.export.engines2.AILocalLASREngine
启动引擎
start(AILocalMdsIntent) - Method in class com.aispeech.export.engines2.AILocalMdsEngine
启动引擎
start() - Method in class com.aispeech.export.engines2.AILocalNREngine
启动本地nr引擎
start() - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
Deprecated.
已过时, 不推荐使用
start(AILocalSemanticIntent) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
识别+语义模式启动引擎
start(AILocalSevcIntent) - Method in class com.aispeech.export.engines2.AILocalSevcEngine
启动引擎
start(AILocalSignalAndWakeupIntent) - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
启动信号处理模块和唤醒引擎
start() - Method in class com.aispeech.export.engines2.AILocalVadEngine
启动本地vad引擎
start(AILocalVadIntent) - Method in class com.aispeech.export.engines2.AILocalVadEngine
启动本地vad
start(VprintIntent) - Method in class com.aispeech.export.engines2.AILocalVprintEngine
启动声纹引擎
start(VprintLiteIntent) - Method in class com.aispeech.export.engines2.AILocalVprintLiteEngine
启动声纹引擎
start(AILocalWakeupIncrementIntent) - Method in class com.aispeech.export.engines2.AILocalWakeupIncrementEngine
启动热词引擎 n
start(AIWakeupIntent) - Method in class com.aispeech.export.engines2.AIWakeupEngine
开启唤醒,如果使用内部录音机的话一并开启
start(VprintLiteIntent) - Method in interface com.aispeech.export.function.IAILocalVprintLite
 
start(T) - Method in interface com.aispeech.export.function.IEngine
 
start() - Method in class com.aispeech.lite.base.BaseEngine
 
start(SpeechParams, VadParams) - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
start(SpeechParams, VadParams) - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
start(SpeechParams, VadParams) - Method in interface com.aispeech.lite.dm.IDmProcessor
启动对话
start(String, TimerTask) - Method in class com.aispeech.lite.dm.Timer
启动定时器任务
start(String, TimerTask, int) - Method in class com.aispeech.lite.dm.Timer
启动定时器任务
start(DmaspParams) - Method in class com.aispeech.lite.dmasp.DmaspProcessor
 
start(EchoParams) - Method in class com.aispeech.lite.echo.LocalEchoProcessor
 
start(SpeechParams) - Method in class com.aispeech.lite.fasp.FaspProcessor
 
start(LocalAsrParams, VadParams) - Method in class com.aispeech.lite.hotword.HotWordsProcessor
启动引擎
start(SpeechParams) - Method in interface com.aispeech.lite.hotword.ssl.ISSL
启动
start() - Method in interface com.aispeech.lite.hotword.ssl.n.INRms
启动
start(SpeechParams) - Method in interface com.aispeech.lite.hotword.ssl.n.INVad
启动
start() - Method in class com.aispeech.lite.hotword.ssl.n.NRmsEngine
 
start(SpeechParams) - Method in class com.aispeech.lite.hotword.ssl.n.NVadEngine
 
start(SpeechParams) - Method in class com.aispeech.lite.hotword.ssl.SSLByVadEngine
 
start(SpeechParams) - Method in class com.aispeech.lite.mds.MdsProcessor
 
start(SpeechParams) - Method in class com.aispeech.lite.sevc.SevcProcessor
 
start(VprintLiteParams) - Method in class com.aispeech.lite.vprintlite.VprintLiteProcessor
 
start(LocalAsrParams, VadParams) - Method in class com.aispeech.lite.wakeupincrement.WakeupIncrementProcessor
启动引擎
startBuild(String, String) - Method in class com.aispeech.export.engines2.AILocalGrammarEngine
startFeedData(byte[]) - Method in class com.aispeech.export.engines2.AICloudVprintEngine
传入数据,在不使用SDK录音机时调用
startFeedData(byte[], int) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
startKernel() - Method in class com.aispeech.echo.EchoKernel
 
startKernel(EchoParams) - Method in class com.aispeech.echo.EchoKernel
启动echo内核
startKernel() - Method in class com.aispeech.lite.dmasp.DmaspKernel
启动Dmasp内核
startKernel() - Method in class com.aispeech.speex.SpeexKernel
启动speex内核
startNWakeup() - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
开启唤醒,仅仅开启唤醒,并且是在前端信号处理正常的情况下开启唤醒
startRecord(AICloudVprintConfig.Mode, String, AICloudVprintListener.AudioToolListener) - Method in class com.aispeech.export.engines2.AICloudVprintEngine.AudioTool
 
startRecording() - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
startRecording() - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
startRecording() - Method in interface com.aispeech.lite.dm.IDmProcessor
 
startWithRecording() - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
Deprecated.
不支持录音
startWithText(String) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
startWithText(String, String) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
启动引擎,输入文本和拼音,拼音可从识别结果中获取
startWithText(SpeechParams, VadParams) - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
startWithText(SpeechParams, VadParams) - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
startWithText(SpeechParams, VadParams) - Method in interface com.aispeech.lite.dm.IDmProcessor
通过纯语义模式启动对话
stop() - Method in class com.aispeech.export.engines2.AICloudASREngine
停止录音,等待识别结果
stop() - Method in class com.aispeech.export.engines2.AICloudDMEngine
主动结束对话
stop() - Method in class com.aispeech.export.engines2.AICloudLASRRealtimeEngine
 
stop() - Method in class com.aispeech.export.engines2.AICloudSemanticEngine
Deprecated.
主动结束语义
stop() - Method in class com.aispeech.export.engines2.AICloudTTSEngine
 
stop() - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
关闭前端信号处理和唤醒,如果使用内部录音机的话一并关闭
stop() - Method in class com.aispeech.export.engines2.AIFespCarEngine
停止信号处理模块和唤醒引擎 该方法会停止接收录音数据和停止信号处理,唤醒,程序退出时可以调用
stop() - Method in class com.aispeech.export.engines2.AILocalAntiSpoofingEngine
停止引擎
stop() - Method in class com.aispeech.export.engines2.AILocalASREngine
停止录音,等待识别结果
stop() - Method in class com.aispeech.export.engines2.AILocalAsrppEngine
停止录音,等待识别结果
stop() - Method in class com.aispeech.export.engines2.AILocalEchoEngine
 
stop() - Method in class com.aispeech.export.engines2.AILocalFaspEngine
停止引擎
stop() - Method in class com.aispeech.export.engines2.AILocalHotWordsEngine
Deprecated.
不推荐外部直接调用,仅供外置vad方案使用。
stop() - Method in class com.aispeech.export.engines2.AILocalLASREngine
停止引擎
stop() - Method in class com.aispeech.export.engines2.AILocalMdsEngine
停止引擎
stop() - Method in class com.aispeech.export.engines2.AILocalNREngine
停止引擎
stop() - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
 
stop() - Method in class com.aispeech.export.engines2.AILocalSevcEngine
停止引擎
stop() - Method in class com.aispeech.export.engines2.AILocalSignalAndWakeupEngine
停止信号处理模块和唤醒引擎 该方法会停止接收录音数据和停止信号处理,唤醒,程序退出时可以调用
stop() - Method in class com.aispeech.export.engines2.AILocalTTSEngine
停止合成和播放
stop() - Method in class com.aispeech.export.engines2.AILocalVadEngine
停止本地vad引擎
stop() - Method in class com.aispeech.export.engines2.AILocalVprintEngine
停止声纹引擎,该接口只在通用声纹模式下需要调用,唤醒+声纹不需要调用
stop() - Method in class com.aispeech.export.engines2.AILocalVprintLiteEngine
停止声纹引擎,该接口只在通用声纹模式下需要调用,唤醒+声纹不需要调用
stop() - Method in class com.aispeech.export.engines2.AILocalWakeupIncrementEngine
Deprecated.
不推荐外部直接调用,仅供外置vad方案使用。
stop() - Method in class com.aispeech.export.engines2.AIWakeupEngine
关闭唤醒,如果使用内部录音机的话一并关闭
stop() - Method in interface com.aispeech.export.function.IAILocalVprintLite
 
stop() - Method in interface com.aispeech.export.function.IEngine
 
stop() - Method in class com.aispeech.lite.base.BaseEngine
 
stop() - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
stop() - Method in interface com.aispeech.lite.dm.IDmProcessor
停止录音,等待识别结果
stop() - Method in interface com.aispeech.lite.hotword.ssl.ISSL
停止
stop() - Method in interface com.aispeech.lite.hotword.ssl.n.INRms
停止
stop() - Method in interface com.aispeech.lite.hotword.ssl.n.INVad
通知引擎
stop() - Method in class com.aispeech.lite.hotword.ssl.n.NRmsEngine
 
stop() - Method in class com.aispeech.lite.hotword.ssl.n.NVadEngine
 
stop() - Method in class com.aispeech.lite.hotword.ssl.SSLByVadEngine
 
stop() - Method in class com.aispeech.lite.voicecopy.CloudVoiceCopyKernel
停止声音复刻
stopFeedData() - Method in class com.aispeech.export.engines2.AICloudVprintEngine
结束喂音频
stopFeedData() - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
stopKernel() - Method in class com.aispeech.echo.EchoKernel
 
stopKernel() - Method in class com.aispeech.lite.dmasp.DmaspKernel
 
stopKernel() - Method in class com.aispeech.speex.SpeexKernel
停止speex内核
stopNWakeup() - Method in class com.aispeech.export.engines2.AIDmaspEngine
Deprecated.
关闭唤醒,仅仅关闭唤醒
stopRecord() - Method in class com.aispeech.export.engines2.AICloudVprintEngine.AudioTool
 
stopRecording() - Method in class com.aispeech.export.engines2.AICloudSemanticEngine
Deprecated.
停止录音,等待识别结果
string2Float(String[]) - Static method in class com.aispeech.common.ArrayUtils
String数组转float数组
string2Int(String[]) - Static method in class com.aispeech.common.ArrayUtils
String数组转int数组
stringToJSON(String) - Method in exception com.aispeech.AIError
 
SUB_TITLE - Static variable in class com.aispeech.export.widget.callback.ContentCallbackWidget
副标题
success() - Method in interface com.aispeech.DUILiteSDK.InitListener
 
success() - Method in interface com.aispeech.export.listeners.AIUpdateListener
上传成功回调
switchToSpeaker(String) - Method in class com.aispeech.export.intent.AILocalTTSIntent
切换发音人,需在 addSpeakerResource 方法设置过
switchToSpeaker(String, int) - Method in class com.aispeech.export.intent.AILocalTTSIntent
切换发音人,需在 addSpeakerResource 方法设置过
switchVoip(boolean) - Method in class com.aispeech.lite.aecagc.AecAgcKernel
开关voip功能,默认为开。
syncId(String) - Method in class com.aispeech.lite.dm.Session
同步sessionId
synthesize(AICloudTTSIntent, String, String) - Method in class com.aispeech.export.engines2.AICloudTTSEngine
只合成,不播放,同时抛出实时合成音频流
synthesize(AILocalTTSIntent, String, String) - Method in class com.aispeech.export.engines2.AILocalTTSEngine
只合成,不播放,同时抛出实时合成音频流
synthesizeToFile(String, String, String, AILocalTTSIntent) - Method in class com.aispeech.export.engines2.AILocalTTSEngine
合成音频到某个文件

T

t2s(String) - Method in class com.aispeech.export.itn.JChineseConvertor
 
t2s(char) - Method in class com.aispeech.export.itn.JChineseConvertor
 
TAG - Static variable in class com.aispeech.common.DynamicParamUtils
 
TAG - Static variable in class com.aispeech.export.engines2.AILocalASREngine
 
TAG - Static variable in class com.aispeech.export.engines2.AILocalNREngine
 
TAG - Static variable in class com.aispeech.export.widget.Scene
 
TAG - Variable in class com.aispeech.lite.base.BaseEngine
 
TAG - Static variable in class com.aispeech.lite.dmasp.DmaspProcessor
 
TAG - Static variable in class com.aispeech.lite.echo.LocalEchoProcessor
 
TAG - Static variable in class com.aispeech.lite.sevc.SevcProcessor
 
TAG - Static variable in class com.aispeech.lite.sspe.BaseSspeKernel
 
TAG - Variable in class com.aispeech.lite.vprintlite.VprintLiteProcessor
 
TAG - Static variable in class com.aispeech.lite.wakeupincrement.WakeupIncrementProcessor
 
TAG - Static variable in class com.aispeech.speex.SpeexKernel
 
TAG - Static variable in class com.aispeech.util.LiteSdkCoreVersionUtil
 
tagSuffix - Variable in class com.aispeech.lite.base.BaseConfig.Builder
 
tagSuffix - Variable in class com.aispeech.lite.base.BaseConfig
当前tag后缀,用于区分当前引擎实例用途
tagSuffix - Variable in class com.aispeech.lite.base.BaseEngine
 
Task - Class in com.aispeech.lite.dm
dm输出结果 wiki:https://wiki.aispeech.com.cn/pages/viewpage.action?pageId=47231615
TaskIterator() - Constructor for class com.aispeech.lite.dm.cache.Cache.TaskIterator
 
taskName - Variable in class com.aispeech.export.widget.callback.CallbackWidget
task name
TaskParam(AICloudLASRConfig.AudioParam, int) - Constructor for class com.aispeech.export.config.AICloudLASRConfig.TaskParam
构造方法
TEXT - Static variable in class com.aispeech.lite.dm.Protocol
 
TextCallbackWidget - Class in com.aispeech.export.widget.callback
文本控件
TextCallbackWidget(JSONObject, int, String, String, String) - Constructor for class com.aispeech.export.widget.callback.TextCallbackWidget
 
TextFeedbackWidget - Class in com.aispeech.export.widget.feedback
文本控件类, 用来显示文本卡片
TextFeedbackWidget() - Constructor for class com.aispeech.export.widget.feedback.TextFeedbackWidget
TextWidget构造方法
TextSplitter - Class in com.aispeech.common
 
TextSplitter() - Constructor for class com.aispeech.common.TextSplitter
 
threshold - Variable in class com.aispeech.export.config.AIDmaspConfig.WakeupWord
设置唤醒词对应阈值,是否需要设置和唤醒资源有关系
threshold - Variable in class com.aispeech.export.config.AIFespCarConfig.WakeupWord
设置唤醒词对应阈值,是否需要设置和唤醒资源有关系
throwEmptySemantic - Variable in class com.aispeech.export.config.AILocalSemanticConfig
 
TimeFilter - Class in com.aispeech.common
 
TimeFilter() - Constructor for class com.aispeech.common.TimeFilter
 
Timer - Class in com.aispeech.lite.dm
timer
Timer() - Constructor for class com.aispeech.lite.dm.Timer
 
Timer(int) - Constructor for class com.aispeech.lite.dm.Timer
 
timestamp - Variable in class com.aispeech.AIResult
 
TITLE - Static variable in class com.aispeech.export.widget.callback.ContentCallbackWidget
标题
toAISampleRate(int) - Static method in class com.aispeech.lite.AISampleRate
将数值转换为采样率实例
toArray() - Method in class com.aispeech.common.CacheUtil
 
toArray() - Method in class com.aispeech.common.LimitAudioQueue
取出缓存的byte[], 会保证和存入时的顺序一致。
toJSON() - Method in exception com.aispeech.AIError
将AIError信息转换为JSON格式内容
toJson() - Method in class com.aispeech.export.config.AICloudASRSentenceConfig
 
toJson() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Audio
 
toJson() - Method in class com.aispeech.export.intent.AICloudVprintIntent.Env
 
toJson() - Method in class com.aispeech.export.intent.AICloudVprintIntent
 
toJson() - Method in class com.aispeech.export.MultiModal
 
toJSON() - Method in class com.aispeech.export.SemanticVocabsCfg
参数JSON化
toJSON() - Method in class com.aispeech.export.Setting
 
toJson() - Method in class com.aispeech.export.SkillIntent
 
toJSON() - Method in class com.aispeech.export.Slots
 
toJSON() - Method in class com.aispeech.lite.speech.Phrase
 
toJSON() - Method in class com.aispeech.lite.speech.PhraseHints
 
toMdsJson() - Method in class com.aispeech.export.config.NearWakeupConfig
mds 配置
toNetJson() - Method in class com.aispeech.export.config.NearWakeupConfig
网络设置,默认配置如下
topic - Variable in class com.aispeech.AIResult
 
TOPIC - Static variable in class com.aispeech.lite.dm.Protocol
 
TOPIC_ASR_SPEECH_RESULT - Static variable in class com.aispeech.lite.dm.Protocol
 
TOPIC_ASR_SPEECH_SENTENCE - Static variable in class com.aispeech.lite.dm.Protocol
 
TOPIC_ASR_SPEECH_TEXT - Static variable in class com.aispeech.lite.dm.Protocol
 
TOPIC_NLU_OUTPUT - Static variable in class com.aispeech.lite.dm.Protocol
 
toString() - Method in class com.aispeech.AIEchoConfig
 
toString() - Method in exception com.aispeech.AIError
 
toString() - Method in class com.aispeech.AIResult
 
toString() - Method in class com.aispeech.common.DDSJSONResultParser.DDSResultParseBean
 
toString() - Method in class com.aispeech.common.JSONResultParser
 
toString() - Method in class com.aispeech.DUILiteConfig
 
toString() - Method in class com.aispeech.export.Command
 
toString() - Method in class com.aispeech.export.config.AICloudASRConfig
 
toString() - Method in class com.aispeech.export.config.AICloudLASRConfig.AudioParam
 
toString() - Method in class com.aispeech.export.config.AICloudLASRConfig.TaskParam
 
toString() - Method in class com.aispeech.export.config.AICloudTTSConfig
 
toString() - Method in enum com.aispeech.export.config.AICloudVprintConfig.Mode
 
toString() - Method in class com.aispeech.export.config.AICloudVprintConfig
 
toString() - Method in class com.aispeech.export.config.AIFespCarConfig
 
toString() - Method in class com.aispeech.export.config.AILocalASRConfig
 
toString() - Method in class com.aispeech.export.config.AILocalAsrppConfig
 
toString() - Method in class com.aispeech.export.config.AILocalFaspConfig
 
toString() - Method in class com.aispeech.export.config.AILocalMdsConfig
 
toString() - Method in class com.aispeech.export.config.AILocalSevcConfig
 
toString() - Method in class com.aispeech.export.config.AILocalSignalAndWakeupConfig
 
toString() - Method in class com.aispeech.export.config.AILocalTTSConfig.Builder
 
toString() - Method in class com.aispeech.export.config.AILocalTTSConfig
 
toString() - Method in class com.aispeech.export.config.AIWakeupConfig
 
toString() - Method in class com.aispeech.export.config.WakeupWord
 
toString() - Method in class com.aispeech.export.intent.AICloudASRIntent
 
toString() - Method in class com.aispeech.export.intent.AICloudLASRRealtimeIntent
 
toString() - Method in class com.aispeech.export.intent.AICloudTTSIntent
 
toString() - Method in class com.aispeech.export.intent.AIFespCarIntent
 
toString() - Method in class com.aispeech.export.intent.AILocalASRIntent
 
toString() - Method in class com.aispeech.export.intent.AILocalAsrppIntent
 
toString() - Method in class com.aispeech.export.intent.AILocalLASRIntent
 
toString() - Method in class com.aispeech.export.intent.AILocalMdsIntent
 
toString() - Method in class com.aispeech.export.intent.AILocalSevcIntent
 
toString() - Method in class com.aispeech.export.intent.AILocalSignalAndWakeupIntent
 
toString() - Method in class com.aispeech.export.intent.AILocalTTSIntent
 
toString() - Method in class com.aispeech.export.intent.AILocalVadIntent
 
toString() - Method in class com.aispeech.export.intent.AIWakeupIntent
 
toString() - Method in class com.aispeech.export.intent.AntiSpoofIntent
 
toString() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
toString() - Method in class com.aispeech.export.lasr.LasrSqlEntity
 
toString() - Method in class com.aispeech.export.MultiModal
 
toString() - Method in class com.aispeech.export.NativeApi
 
toString() - Method in class com.aispeech.export.SkillIntent
 
toString() - Method in class com.aispeech.export.Speaker
 
toString() - Method in class com.aispeech.export.widget.feedback.FeedbackWidget
toString
toString() - Method in class com.aispeech.export.widget.feedback.FeedbackWidget.WidgetArray
 
toString() - Method in class com.aispeech.export.widget.Scene
 
toString() - Method in class com.aispeech.lite.BuiltinWakeupWords
 
toString() - Method in class com.aispeech.lite.dm.Error
 
toString() - Method in class com.aispeech.lite.dm.Task
 
toString() - Method in class com.aispeech.lite.speech.Phrase
 
toString() - Method in class com.aispeech.lite.speech.PhraseHints
 
toString() - Method in class com.aispeech.lite.vprint.VprintConfig
 
toString() - Method in class com.aispeech.lite.vprint.VprintIntent
 
toString() - Method in class com.aispeech.lite.vprint.VprintSqlEntity
 
toString() - Method in class com.aispeech.lite.vprintlite.VprintLiteIntent
 
TOTAL_PAGES - Static variable in class com.aispeech.export.widget.callback.ListCallbackWidget
页面总数,必选
TOTAL_PAGES - Static variable in class com.aispeech.export.widget.callback.MediaCallbackWidget
页面总数,必选
toVprintQueryData(List<VprintSqlEntity>) - Static method in class com.aispeech.lite.vprint.VprintQueryData
 
trackInvalidState(String) - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
traditionalToSimplified(String) - Method in class com.aispeech.export.itn.Convert
繁体转简体
training(String, String, String, ArrayList<String>, ArrayList<String>) - Method in class com.aispeech.lite.voicecopy.CloudVoiceCopyKernel
提交训练
transferAIEchoConfig() - Method in class com.aispeech.export.config.EchoConfig
Deprecated.
 
transferConfig() - Method in class com.aispeech.export.config.VprintConfig
Deprecated.
 
transferIntent() - Method in class com.aispeech.export.intent.VprintIntent
Deprecated.
 
transferState(OneshotKernel.EngineState) - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
transform(JSONObject, String, String, String) - Static method in class com.aispeech.export.Command
 
transform(JSONObject, String, String, String) - Static method in class com.aispeech.export.NativeApi
 
transform(JSONObject) - Static method in class com.aispeech.export.Speaker
构建Speak对象
transForm(JSONObject, String, String, String) - Static method in class com.aispeech.export.widget.callback.CallbackWidget
创建widget
transform(JSONObject) - Static method in class com.aispeech.lite.dm.Error
 
transform(JSONObject) - Static method in class com.aispeech.lite.dm.Task
将云端结果转换成 Task
transformDoa(int) - Static method in class com.aispeech.lite.function.CarFunctionHelper
依照唤醒角度自动设置主副驾模式
Transformer - Class in com.aispeech.common
离线语义格式转换
Transformer() - Constructor for class com.aispeech.common.Transformer
 
transGrammmer(JSONObject) - Static method in class com.aispeech.common.Transformer
转换grammar 部分的语义格式
transNgram(JSONObject, String) - Static method in class com.aispeech.common.Transformer
转换ngram 部分的离线语义
triggerIntent(SkillIntent) - Method in class com.aispeech.export.engines2.AICloudDMEngine
主动触发意图
triggerIntent(String, String, String, String) - Method in class com.aispeech.export.engines2.AICloudDMEngine
triggerIntent(SkillIntent) - Method in class com.aispeech.export.engines2.AICloudSemanticEngine
Deprecated.
主动触发意图
triggerIntent(SkillIntent, SpeechParams, VadParams) - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
triggerIntent(SkillIntent, SpeechParams, VadParams) - Method in class com.aispeech.lite.dm.CloudDmProcessor
主动触发技能
triggerIntent(SkillIntent, SpeechParams, VadParams) - Method in interface com.aispeech.lite.dm.IDmProcessor
主动触发意图
TTS_AUDIO_TYPE_MP3 - Static variable in class com.aispeech.common.AIConstant
云端合成音频类型:mp3格式
TTS_MP3_QUALITY_HIGH - Static variable in class com.aispeech.common.AIConstant
云端合成mp3码率:高质量
TTS_MP3_QUALITY_LOW - Static variable in class com.aispeech.common.AIConstant
云端合成mp3码率:低质量
TTSDynamicParamUtils - Class in com.aispeech.common
 
TTSDynamicParamUtils() - Constructor for class com.aispeech.common.TTSDynamicParamUtils
 
TTSInterceptor - Class in com.aispeech.export.interceptor
TTS 消息拦截器
TTSInterceptor() - Constructor for class com.aispeech.export.interceptor.TTSInterceptor
 
type - Static variable in class com.aispeech.common.LibVersion
 
type - Variable in class com.aispeech.export.widget.callback.CallbackWidget
控件类型,取值CallbackWidgetType.type
TYPE - Static variable in class com.aispeech.export.widget.callback.CallbackWidget
TYPE字段
TYPE_COMMON_CIRCLE4 - Static variable in class com.aispeech.DUILiteConfig
环形4麦模式SDK,获取四通道音频
TYPE_COMMON_CIRCLE6 - Static variable in class com.aispeech.DUILiteConfig
环形6麦模式SDK,获取六通道音频
TYPE_COMMON_DUAL - Static variable in class com.aispeech.DUILiteConfig
家居双麦模式SDK,获取双通道音频
TYPE_COMMON_ECHO - Static variable in class com.aispeech.DUILiteConfig
echo模式SDK,获取双通道音频(包含一路参考音)
TYPE_COMMON_ECHO - Static variable in class com.aispeech.export.config.RecorderConfig
echo模式,获取双通道音频(包含一路参考音)
TYPE_COMMON_FESPCAR - Static variable in class com.aispeech.DUILiteConfig
车载双麦模式SDK,获取双通道音频
TYPE_COMMON_FESPCAR4 - Static variable in class com.aispeech.DUILiteConfig
车载四麦模式SDK,使用SSPE四音区,获取四通道音频
TYPE_COMMON_LINE4 - Static variable in class com.aispeech.DUILiteConfig
线性4麦模式SDK,获取四通道音频
TYPE_COMMON_LINE6 - Static variable in class com.aispeech.DUILiteConfig
线性6麦模式SDK,获取六通道音频
TYPE_COMMON_LINE8 - Static variable in class com.aispeech.DUILiteConfig
线性8麦模式SDK,获取八通道音频
TYPE_COMMON_MIC - Static variable in class com.aispeech.DUILiteConfig
普通单麦模式SDK,获取单通道音频
TYPE_COMMON_MIC - Static variable in class com.aispeech.export.config.RecorderConfig
单麦模式,获取单通道音频
TYPE_COMMON_SHAPE_L4 - Static variable in class com.aispeech.DUILiteConfig
L形状4麦模式SDK,获取4路音频
TYPE_CONTENT - Static variable in class com.aispeech.export.widget.feedback.FeedbackWidget
 
TYPE_HTTP_FILE - Static variable in class com.aispeech.export.lasr.LasrSqlEntity
 
TYPE_LIST - Static variable in class com.aispeech.export.widget.feedback.FeedbackWidget
 
TYPE_LOCAL_FILE - Static variable in class com.aispeech.export.lasr.LasrSqlEntity
 
TYPE_MEDIA - Static variable in class com.aispeech.export.widget.feedback.FeedbackWidget
 
TYPE_PCM_CUSTOM - Static variable in class com.aispeech.common.FileSaveUtil
 
TYPE_PCM_INPUT - Static variable in class com.aispeech.common.FileSaveUtil
 
TYPE_PCM_OUTPUT - Static variable in class com.aispeech.common.FileSaveUtil
 
TYPE_QUERY - Static variable in interface com.aispeech.common.AIConstant.DOA
 
TYPE_TEXT - Static variable in class com.aispeech.export.widget.feedback.FeedbackWidget
 
TYPE_TINYCAP_CIRCLE4 - Static variable in class com.aispeech.DUILiteConfig
线性四麦通过TinyCap方式录音,获取4+2音频
TYPE_TINYCAP_CIRCLE6 - Static variable in class com.aispeech.DUILiteConfig
环形六麦通过TinyCap方式录音,获取6+2音频
TYPE_TINYCAP_DUAL - Static variable in class com.aispeech.DUILiteConfig
家居双麦通过TinyCap方式录音,获取2+2音频
TYPE_TINYCAP_LINE4 - Static variable in class com.aispeech.DUILiteConfig
线性四麦通过TinyCap方式录音,获取4+2音频
TYPE_TINYCAP_LINE6 - Static variable in class com.aispeech.DUILiteConfig
线性六麦通过TinyCap方式录音,获取6+2音频
TYPE_WAKEUP - Static variable in interface com.aispeech.common.AIConstant.DOA
 
TYPE_WEB - Static variable in class com.aispeech.export.widget.feedback.FeedbackWidget
 

U

unregister(String, String) - Method in class com.aispeech.export.engines2.AICloudVprintEngine
Deprecated.
unregister(AICloudVprintIntent) - Method in class com.aispeech.export.engines2.AICloudVprintEngine
 
unregister(AICloudVprintIntent) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
5.
unregisterHandle(MessageProcess.Handle) - Method in class com.aispeech.lite.MessageProcess
 
unZip(File) - Static method in class com.aispeech.export.tool.FileCopyHelper
unzip zipfile under destDir, support subdir
update(LasrSqlEntity) - Method in class com.aispeech.export.lasr.LasrDatabaseManager
 
update(int, String) - Method in class com.aispeech.export.lasr.LasrDatabaseManager
 
update(VprintSqlEntity) - Method in class com.aispeech.lite.vprint.VprintDatabaseManager
 
update(String, byte[]) - Method in class com.aispeech.lite.vprint.VprintDatabaseManager
 
updateContact(boolean, JSONArray) - Method in class com.aispeech.export.engines2.AICloudSemanticEngine
Deprecated.
已废弃, 使用下面的新接口替换
updateDecoder(AIUpdateListener, Decoder...) - Method in class com.aispeech.export.engines2.AILocalASREngine
 
updateDecoder(AIUpdateListener, Decoder...) - Method in interface com.aispeech.export.function.IASR
更新解码网络
updateDriveMode(int, int) - Method in class com.aispeech.lite.sspe.BaseMultibfCallback
 
updateNaviVocab(AIUpdateListener, SemanticVocabsCfg) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
更新离线内置语义词库
updateNetBinPath(String, AIUpdateListener) - Method in class com.aispeech.export.engines2.AILocalASREngine
更新编译 xbnf 后的 netBin
updateProductContext(AIUpdateListener, ProductContext) - Method in class com.aispeech.export.engines2.AICloudDMEngine
更新设备状态,产品级的配置。比如:定位信息,设备硬件状态等
updateProductContext(AIUpdateListener, ProductContext) - Method in class com.aispeech.export.engines2.AICloudSemanticEngine
Deprecated.
更新产品配置
updateProductContext(AIUpdateListener, ProductContext) - Method in interface com.aispeech.lite.dm.update.IUpdater
更新产品配置
updateProductContext(AIUpdateListener, ProductContext) - Method in class com.aispeech.lite.dm.update.UpdaterImpl
更新产品配置
UpdaterImpl - Class in com.aispeech.lite.dm.update
用户词库更新
UpdaterImpl.Builder - Class in com.aispeech.lite.dm.update
 
updateSkillContext(AIUpdateListener, SkillContext) - Method in class com.aispeech.export.engines2.AICloudDMEngine
更新技能配置
updateSkillContext(AIUpdateListener, SkillContext) - Method in interface com.aispeech.lite.dm.update.IUpdater
更新技能配置
updateSkillContext(AIUpdateListener, SkillContext) - Method in class com.aispeech.lite.dm.update.UpdaterImpl
更新技能配置
updateSkillPriority(JSONArray) - Method in class com.aispeech.export.engines2.AICloudSemanticEngine
Deprecated.
已废弃, 使用下面的接口
updateTrails(ProfileState, String) - Method in class com.aispeech.base.BaseInnerEngine
 
updateVocab(Vocab, AIUpdateListener) - Method in class com.aispeech.export.engines2.AILocalASREngine
 
updateVocab(Vocab, AIUpdateListener) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
 
updateVocab(Vocab, AIUpdateListener) - Method in interface com.aispeech.export.function.IASR
更新词库
updateVocab(Vocab, AIUpdateListener) - Method in interface com.aispeech.export.function.ISemantic
更新词库
updateVocabs(AIUpdateListener, Vocab...) - Method in class com.aispeech.export.engines2.AICloudDMEngine
更新词库接口
updateVocabs(AIUpdateListener, Vocab...) - Method in class com.aispeech.export.engines2.AICloudSemanticEngine
Deprecated.
更新词库接口
updateVocabs(AIUpdateListener, Vocab...) - Method in class com.aispeech.export.engines2.AILocalASREngine
更新单个或者多个词库
updateVocabs(AIUpdateListener, Vocab...) - Method in class com.aispeech.export.engines2.AILocalSemanticEngine
更新 ldm 词库
updateVocabs(AIUpdateListener, Vocab...) - Method in interface com.aispeech.export.function.IASR
批量更新更新词库
updateVocabs(AIUpdateListener, Vocab...) - Method in interface com.aispeech.export.function.ISemantic
批量更新单个或者多个词库
updateVocabs(AIUpdateListener, Vocab...) - Method in interface com.aispeech.lite.dm.update.IUpdater
上传词库
updateVocabs(AIUpdateListener, Vocab...) - Method in class com.aispeech.lite.dm.update.UpdaterImpl
上传词库
updateWakeupThreshold(String[], float[], int[]) - Method in class com.aispeech.export.engines2.AIWakeupEngine
动态调整参数,具体请参照 demo 仅支持intent中设置的唤醒词的阈值修改
upload(String, String, String, String) - Method in class com.aispeech.lite.voicecopy.CloudVoiceCopyKernel
上传音频(音频检测)
UPLOAD_AUDIO_LEVEL_ALL - Static variable in class com.aispeech.DUILiteConfig
上传唤醒和预唤醒音频
UPLOAD_AUDIO_LEVEL_ALL - Static variable in class com.aispeech.export.config.UploadConfig
上传唤醒和预唤醒音频
UPLOAD_AUDIO_LEVEL_NONE - Static variable in class com.aispeech.DUILiteConfig
音频都不上传
UPLOAD_AUDIO_LEVEL_NONE - Static variable in class com.aispeech.export.config.UploadConfig
音频都不上传
UPLOAD_AUDIO_LEVEL_PREWAKEUP - Static variable in class com.aispeech.DUILiteConfig
只上传预唤醒音频
UPLOAD_AUDIO_LEVEL_PREWAKEUP - Static variable in class com.aispeech.export.config.UploadConfig
只上传预唤醒音频
UPLOAD_AUDIO_LEVEL_WAKEUP - Static variable in class com.aispeech.DUILiteConfig
只上传唤醒音频
UPLOAD_AUDIO_LEVEL_WAKEUP - Static variable in class com.aispeech.export.config.UploadConfig
只上传唤醒音频
uploadAudioFile(String, AICloudLASRConfig.AudioParam) - Method in class com.aispeech.export.engines2.AICloudLASREngine
创建上传音频任务 5H之内的音频, 文件最大500M
UploadConfig - Class in com.aispeech.export.config
日志上传初始化配置
UploadConfig() - Constructor for class com.aispeech.export.config.UploadConfig
 
UploadConfig.Builder - Class in com.aispeech.export.config
 
UploadDeviceInfoTask() - Constructor for class com.aispeech.DUILiteSDK.UploadDeviceInfoTask
 
uploadProductContext(ProductContext) - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
uploadProductContext(ProductContext) - Method in class com.aispeech.lite.dm.CloudDmKernel
 
uploadProductContext(ProductContext) - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
uploadProductContext(ProductContext) - Method in class com.aispeech.lite.dm.update.CInfoV1Impl
 
uploadProductContext(ProductContext) - Method in class com.aispeech.lite.dm.update.CInfoV2Impl
Deprecated.
 
uploadProductContext(ProductContext) - Method in interface com.aispeech.lite.dm.update.ICInfo
上传产品配置
uploadResume() - Method in class com.aispeech.export.engines2.AICloudLASREngine
恢复上传,从数据库里取最近上传失败的任务
uploadSkillContext(SkillContext) - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
uploadSkillContext(SkillContext) - Method in class com.aispeech.lite.dm.CloudDmKernel
 
uploadSkillContext(SkillContext) - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
uploadSkillContext(SkillContext) - Method in class com.aispeech.lite.dm.update.CInfoV1Impl
 
uploadSkillContext(SkillContext) - Method in class com.aispeech.lite.dm.update.CInfoV2Impl
Deprecated.
 
uploadSkillContext(SkillContext) - Method in interface com.aispeech.lite.dm.update.ICInfo
上传技能配置
uploadVocabs(Vocab...) - Method in class com.aispeech.lite.dm.CloudDmFullDuplexProcessor
 
uploadVocabs(Vocab...) - Method in class com.aispeech.lite.dm.CloudDmKernel
 
uploadVocabs(Vocab...) - Method in class com.aispeech.lite.dm.CloudDmProcessor
 
uploadVocabs(Vocab...) - Method in class com.aispeech.lite.dm.update.CInfoV1Impl
 
uploadVocabs(Vocab...) - Method in class com.aispeech.lite.dm.update.CInfoV2Impl
Deprecated.
 
uploadVocabs(Vocab...) - Method in interface com.aispeech.lite.dm.update.ICInfo
上传词库
URL - Static variable in class com.aispeech.export.widget.callback.WebCallbackWidget
url地址,必选
USE_REC_LOW - Static variable in class com.aispeech.export.intent.AILocalLASRIntent
 
USE_REC_NATIVE - Static variable in class com.aispeech.export.intent.AILocalLASRIntent
 
USE_REC_UPPERCASE - Static variable in class com.aispeech.export.intent.AILocalLASRIntent
 
useBuiltinWakeupWords(LocalSignalProcessingConfig) - Method in class com.aispeech.lite.BuiltinWakeupWords
 
useCustomFeed - Variable in class com.aispeech.export.config.AILocalSemanticConfig
是否客户自定义feed 引擎
useCustomFeed - Variable in class com.aispeech.lite.base.BaseIntent
设置是否自行feed数据,不使用内部录音机(包括MockRecord和AIAudioRecord), default is
useFormat - Variable in class com.aispeech.export.config.AILocalSemanticConfig.Builder
离线语义归一化
useFormat - Variable in class com.aispeech.export.config.AILocalSemanticConfig
语义格式 falseWTK格式 true DUI格式
useJniVersion - Static variable in class com.aispeech.common.LibVersion
 
useRefText - Variable in class com.aispeech.export.config.AILocalSemanticConfig
纯语义模式
useSelectRule - Variable in class com.aispeech.export.config.AILocalSemanticConfig
 
useSSL - Variable in class com.aispeech.export.config.AILocalHotWordConfig.Builder
是否启用ssl功能
useSSL - Variable in class com.aispeech.export.config.AILocalHotWordConfig
是否启用ssl功能
useSSL - Variable in class com.aispeech.export.config.AILocalWakeupIncrementConfig.Builder
是否启用ssl功能
useSSL - Variable in class com.aispeech.export.config.AILocalWakeupIncrementConfig
是否启用ssl功能
useTimeStamp - Variable in class com.aispeech.export.intent.AILocalTTSIntent
时间音子
useVad - Variable in class com.aispeech.export.config.AILocalHotWordConfig.Builder
设置是否启用vad
useVad - Variable in class com.aispeech.export.config.AILocalHotWordConfig
设置是否启用vad
useVad - Variable in class com.aispeech.export.config.AILocalSemanticConfig
是否启用内置vad
useVad - Variable in class com.aispeech.export.config.AILocalWakeupIncrementConfig.Builder
设置是否启用vad
useVad - Variable in class com.aispeech.export.config.AILocalWakeupIncrementConfig
设置是否启用vad

V

VAD - Static variable in class com.aispeech.lite.Engines
 
VAD_BEGIN - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
VAD_END - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
VadInterceptor - Class in com.aispeech.export.interceptor
vad 消息拦截器
VadInterceptor() - Constructor for class com.aispeech.export.interceptor.VadInterceptor
 
vadPauseTime - Variable in class com.aispeech.export.config.AILocalASRConfig.Builder
 
vadPauseTime - Variable in class com.aispeech.export.config.AILocalASRConfig
 
vadRes - Variable in class com.aispeech.export.config.AILocalHotWordConfig
设置VAD资源名,适用于VAD资源放置在自定义目录下 须在init之前设置才生效
vadRes - Variable in class com.aispeech.export.config.AILocalSemanticConfig
设置内置vad资源路径或名称(assets路径下)
vadRes - Variable in class com.aispeech.export.config.AILocalWakeupIncrementConfig
设置VAD资源名,适用于VAD资源放置在自定义目录下 须在init之前设置才生效
value - Variable in enum com.aispeech.lite.AIType
 
value() - Method in class com.aispeech.lite.hotword.ssl.Counter
当前计数器数值
value - Variable in enum com.aispeech.lite.ResourceType
 
valueOf(String) - Static method in enum com.aispeech.base.BaseInnerEngine.CallbackMsg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.common.CacheUtil.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.export.config.AICloudVprintConfig.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.export.intent.AICloudASRIntent.PCM_ENCODE_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.export.intent.AICloudLASRRealtimeIntent.PCM_ENCODE_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.export.intent.VprintIntent.Action
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.export.widget.callback.CallbackWidgetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.lite.AIType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.lite.AuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.lite.Languages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.lite.oneshot.OneshotKernel.EngineState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.lite.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.lite.SemanticType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.lite.vprint.VprintIntent.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aispeech.lite.vprintlite.VprintLiteIntent.Action
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.aispeech.base.BaseInnerEngine.CallbackMsg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.common.CacheUtil.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.export.config.AICloudVprintConfig.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.export.intent.AICloudASRIntent.PCM_ENCODE_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.export.intent.AICloudLASRRealtimeIntent.PCM_ENCODE_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.export.intent.VprintIntent.Action
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.export.widget.callback.CallbackWidgetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.lite.AIType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.lite.AuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.lite.Languages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.lite.oneshot.OneshotKernel.EngineState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.lite.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.lite.SemanticType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.lite.vprint.VprintIntent.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aispeech.lite.vprintlite.VprintLiteIntent.Action
Returns an array containing the constants of this enum type, in the order they are declared.
VAR - Static variable in class com.aispeech.lite.dm.Protocol
 
verifyCancelWS() - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
verifyFeedWS(byte[], int) - Method in class com.aispeech.export.engines2.AICloudVprintEngine
通过webSocket送音频数据给云端声纹,一般用于云端声纹实时验证 AICloudVprintConfig.Mode#TEXT_NO_RELATED_SHORT_TIME
verifyFeedWS(byte[], int) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
verifyHttp(AICloudVprintIntent) - Method in class com.aispeech.export.engines2.AICloudVprintEngine
2.
verifyHttp(AICloudVprintIntent) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
4.
verifyStartWS(AICloudVprintIntent) - Method in class com.aispeech.export.engines2.AICloudVprintEngine
通过webSocket连接验证声纹,一般用于云端声纹实时验证 AICloudVprintConfig.Mode#TEXT_NO_RELATED_SHORT_TIME
verifyStartWS(AICloudVprintIntent) - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
verifyStopWS() - Method in class com.aispeech.export.engines2.AICloudVprintEngine
通过webSocket停止声纹验证,一般用于云端声纹实时验证 AICloudVprintConfig.Mode#TEXT_NO_RELATED_SHORT_TIME
verifyStopWS() - Method in class com.aispeech.lite.vprint.CloudVprintKernel
 
version - Static variable in class com.aispeech.common.LibVersion
 
VOCAB_UPDATE_TIMEOUT - Static variable in class com.aispeech.common.AIConstant
词库更新时长
vocabsCfgFolder - Variable in class com.aispeech.export.config.AILocalSemanticConfig.Builder
设置product.cfg 文件所在目录
vocabsCfgFolder - Variable in class com.aispeech.export.config.AILocalSemanticConfig
product.cfg 文件夹路径
vocabsWhiteList - Variable in class com.aispeech.export.itn.Advanced
限定词库白名单内的才会encode,默认对词库---"sys.联系人",进行 encode
VP_APPEND - Static variable in class com.aispeech.common.AIConstant
声纹功能模式:追加模型
VP_REGISTER - Static variable in class com.aispeech.common.AIConstant
声纹功能模式:注册模型
VP_TEST - Static variable in class com.aispeech.common.AIConstant
声纹功能模式:测试/签到
VP_UNREGISTER - Static variable in class com.aispeech.common.AIConstant
声纹功能模式:删除模型
VP_UNREGISTER_ALL - Static variable in class com.aispeech.common.AIConstant
声纹功能模式:删除模型中全部记录
VP_UPDATE - Static variable in class com.aispeech.common.AIConstant
声纹功能模式:覆盖更新已有的模型
VPRINT - Static variable in class com.aispeech.lite.Engines
 
VprintConfig - Class in com.aispeech.export.config
Deprecated.
VprintConfig - Class in com.aispeech.lite.vprint
 
VprintConfig.Builder - Class in com.aispeech.export.config
Deprecated.
 
VprintConfig.Builder - Class in com.aispeech.lite.vprint
 
VprintDatabaseManager - Class in com.aispeech.lite.vprint
声纹数据库管理类
VprintDatabaseManager(String) - Constructor for class com.aispeech.lite.vprint.VprintDatabaseManager
读取指定位置的数据库文件,如果该路径下没有文件,也可创建数据库
VprintIntent - Class in com.aispeech.export.intent
Deprecated.
废弃,使用VprintIntent替代
VprintIntent - Class in com.aispeech.lite.vprint
 
VprintIntent.Action - Enum in com.aispeech.export.intent
Deprecated.
 
VprintIntent.Action - Enum in com.aispeech.lite.vprint
 
VprintIntent.Builder - Class in com.aispeech.export.intent
Deprecated.
 
VprintIntent.Builder - Class in com.aispeech.lite.vprint
 
VprintKernelListener - Interface in com.aispeech.lite.vprint
声纹模块回调接口
VPRINTLITE_TYPE_ANTI_SPOOFING - Static variable in class com.aispeech.common.AIConstant
vprintlite 声纹类型speakerAntiSpoofing
VPRINTLITE_TYPE_SR - Static variable in class com.aispeech.common.AIConstant
vprintlite 声纹类型speakerRecognition
VPRINTLITE_TYPE_TD - Static variable in class com.aispeech.common.AIConstant
vprintlite 声纹类型textDependent
VprintLiteConfig - Class in com.aispeech.lite.vprintlite
 
VprintLiteConfig.Builder - Class in com.aispeech.lite.vprintlite
 
VprintLiteIntent - Class in com.aispeech.lite.vprintlite
 
VprintLiteIntent.Action - Enum in com.aispeech.lite.vprintlite
 
VprintLiteIntent.Builder - Class in com.aispeech.lite.vprintlite
 
VprintLiteKernel - Class in com.aispeech.lite.vprintlite
声纹内核封装模块
VprintLiteKernel(VprintLiteKernelListener) - Constructor for class com.aispeech.lite.vprintlite.VprintLiteKernel
 
VprintLiteKernelListener - Interface in com.aispeech.lite.vprintlite
声纹模块回调接口
VprintLiteProcessor - Class in com.aispeech.lite.vprintlite
Created by wuwei on 2019/5/24.
VprintLiteProcessor() - Constructor for class com.aispeech.lite.vprintlite.VprintLiteProcessor
 
VprintQueryData - Class in com.aispeech.lite.vprint
 
VprintQueryData(int[], byte[][]) - Constructor for class com.aispeech.lite.vprint.VprintQueryData
 
VprintSqlEntity - Class in com.aispeech.lite.vprint
声纹信息数据库存储实体类
VprintSqlEntity() - Constructor for class com.aispeech.lite.vprint.VprintSqlEntity
 
VprintSqlEntity(String, byte[], long) - Constructor for class com.aispeech.lite.vprint.VprintSqlEntity
 

W

waitMessage() - Method in class com.aispeech.lite.oneshot.OneshotKernel
 
WAKEUP - Static variable in interface com.aispeech.export.interceptor.IInterceptor.Name
 
WAKEUP - Static variable in class com.aispeech.lite.Engines
 
WakeupIncrementProcessor - Class in com.aispeech.lite.wakeupincrement
增强唤醒 processor
WakeupIncrementProcessor() - Constructor for class com.aispeech.lite.wakeupincrement.WakeupIncrementProcessor
 
WakeupInterceptor - Class in com.aispeech.export.interceptor
唤醒消息拦截器
WakeupInterceptor() - Constructor for class com.aispeech.export.interceptor.WakeupInterceptor
 
wakeupStates - Variable in class com.aispeech.lite.dmasp.DmaspKernel
唤醒状态 wakeupStates[0] 是否需要动态对齐 wakeupStates[1] chanIndex wakeupStates[2] sslIndex
WakeupWord(String[], String[], String[], String[]) - Constructor for class com.aispeech.export.config.AIDmaspConfig.WakeupWord
Deprecated.
已废弃, 使用另一个构造方法
WakeupWord(String[], float[], int[], int[]) - Constructor for class com.aispeech.export.config.AIDmaspConfig.WakeupWord
唤醒词构造函数
WakeupWord(String[], String[], String[]) - Constructor for class com.aispeech.export.config.AIDmaspConfig.WakeupWord
唤醒词构造函数
WakeupWord(String[], float[], int[], int[]) - Constructor for class com.aispeech.export.config.AIFespCarConfig.WakeupWord
唤醒词构造函数
WakeupWord(String[], float[], int[], int[], int[]) - Constructor for class com.aispeech.export.config.AIFespCarConfig.WakeupWord
唤醒词构造函数
WakeupWord(String[], float[], int[]) - Constructor for class com.aispeech.export.config.AIFespCarConfig.WakeupWord
唤醒词构造函数
WakeupWord - Class in com.aispeech.export.config
 
WakeupWord() - Constructor for class com.aispeech.export.config.WakeupWord
 
WakeupWord(String, float, int) - Constructor for class com.aispeech.export.config.WakeupWord
设置唤醒词
WakeupWord(String, float, int, int) - Constructor for class com.aispeech.export.config.WakeupWord
设置唤醒词
WakeupWord(String, float, float, int) - Constructor for class com.aispeech.export.config.WakeupWord
设置唤醒词
WakeupWord(String, float, float, int, int) - Constructor for class com.aispeech.export.config.WakeupWord
设置唤醒词
wakeupWords - Variable in class com.aispeech.export.intent.AILocalASRIntent
唤醒词列表,用于oneshot场景过滤开头的唤醒词
WebCallbackWidget - Class in com.aispeech.export.widget.callback
web 类控件
WebCallbackWidget(JSONObject, int, String, String, String) - Constructor for class com.aispeech.export.widget.callback.WebCallbackWidget
 
WebFeedbackWidget - Class in com.aispeech.export.widget.feedback
Web控件类展示富文本内容,如:天气/股票等
WebFeedbackWidget() - Constructor for class com.aispeech.export.widget.feedback.WebFeedbackWidget
WebWidget构造方法
WIDGET_EXTRA - Static variable in class com.aispeech.export.widget.feedback.FeedbackWidget
 
WIDGET_IMAGEURL - Static variable in class com.aispeech.export.widget.feedback.FeedbackWidget
 
WIDGET_LABEL - Static variable in class com.aispeech.export.widget.feedback.FeedbackWidget
 
WIDGET_LINKURL - Static variable in class com.aispeech.export.widget.feedback.FeedbackWidget
 
WIDGET_SUBTITLE - Static variable in class com.aispeech.export.widget.feedback.FeedbackWidget
 
WIDGET_TEXT - Static variable in class com.aispeech.export.widget.feedback.FeedbackWidget
 
WIDGET_TITLE - Static variable in class com.aispeech.export.widget.feedback.FeedbackWidget
 
WIDGET_URL - Static variable in class com.aispeech.export.widget.feedback.FeedbackWidget
 
WidgetArray() - Constructor for class com.aispeech.export.widget.feedback.FeedbackWidget.WidgetArray
 
writeToParcel(Parcel, int) - Method in exception com.aispeech.AIError
 
writeToParcel(Parcel, int) - Method in class com.aispeech.AIResult
 
writeWakeupWordsToFile(String[], String) - Static method in class com.aispeech.common.OneshotWordsUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links