- SearchListener - com.mobvoi.speech中的接口
-
文本搜索的回调。
- SERVER_ERROR - 类 中的静态变量com.mobvoi.speech.ErrorCode
-
服务器错误。
- setApps(String[]) - 类 中的方法com.mobvoi.speech.SpeechClient
-
设置应用名称列表,用于离线识别应用名。
- setCallerUid(int) - 类 中的方法com.mobvoi.speech.tts.TTSRequest
-
设置请求调用者标识。
- setClientListener(String, SpeechClientListener) - 类 中的方法com.mobvoi.speech.SpeechClient
-
设置语音识别的回调。
- setContacts(String[]) - 类 中的方法com.mobvoi.speech.SpeechClient
-
设置联系人信息。
- setConvert(String) - 类 中的方法com.mobvoi.speech.tts.TTSRequest
-
设置语音播报音效。
- setHotwordContent(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
设置热词的内容。
- setKeywords(String, String[]) - 类 中的方法com.mobvoi.speech.SpeechClient
-
设置离线识别关键词模型,配合Recognizer使用。
- setLanguage(String) - 类 中的方法com.mobvoi.speech.tts.TTSRequest
-
设置请求使用的语言编码。
- setLanguage(String, String, String) - 类 中的方法com.mobvoi.speech.tts.TTSRequest
-
设置语音播报的地域参数。
- setLocalVadParams(String, VadType, int, int) - 类 中的方法com.mobvoi.speech.SpeechClient
-
- setLocationString(String, String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
设置目前设备的地理位置。
- setPageSpecificVoiceAction(String, String[]) - 类 中的方法com.mobvoi.speech.SpeechClient
-
针对PageSpecific的识别场景,设置离线识别命令词模型,配合Recognizer使用。
- setParams(Bundle) - 类 中的方法com.mobvoi.speech.tts.TTSRequest
-
设置请求的其他参数。
- setQaControlParam(String, QaControlParam) - 类 中的方法com.mobvoi.speech.SpeechClient
-
设置对话控制参数。
- setRemoteVadParams(String, int, int) - 类 中的方法com.mobvoi.speech.SpeechClient
-
- setStreamType(int) - 类 中的方法com.mobvoi.speech.tts.TTSRequest
-
设置语音合成输出音频流格式类型。
- setType(TTSRequest.TYPE) - 类 中的方法com.mobvoi.speech.tts.TTSRequest
-
设置TTS请求模式类型。
- setVoiceAction(String[]) - 类 中的方法com.mobvoi.speech.SpeechClient
-
设置离线命令词,供离线识别使用。
- setVolume(float) - 类 中的方法com.mobvoi.speech.tts.TTSRequest
-
设置语音播报音量。
- SpeechClient - com.mobvoi.speech中的类
-
语音服务对应的客户端,所有语音功能都应通过此对象交互。
- SpeechClientListener - com.mobvoi.speech中的接口
-
语音服务回调。
- startAsrRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个online语音识别任务。
- startAsrRecognizerWithQueue(String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个online语音识别任务。
- startContactRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
- startContactRecognizerWithQueue(String, String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
-
- startHotword() - 类 中的方法com.mobvoi.speech.SpeechClient
-
开始监听热词。
- startMixRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务,支持离线在线混合,返回结果结合二者的优势。
- startMixRecognizer(String, String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务,支持离线在线混合,返回结果结合二者的优势。
- startMixRecognizer(String, String, String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务,支持离线在线混合,返回结果结合二者的优势。
- startMixRecognizerWithQueue(String, String, String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务,支持离线在线混合,返回结果结合二者的优势。
- startMultiKeywordsRecognizer(String, String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
- startMultiKeywordsWithQueue(String, String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
-
- startOfflineRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务,目前支持命令词识别,如“打电话给王路”,“打开支付宝”等。
- startOfflineRecognizer(String, String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务,目前支持命令词识别,如“打电话给王路”,“打开支付宝”等。
- startOfflineRecognizerWithQueue(String, String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务,目前支持命令词识别,如“打电话给王路”,“打开支付宝”等。
- startOneboxRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务,仅是online,返回语音识别结果,和搜索结果。
- startOneboxRecognizer(String, String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务,仅是online,返回语音识别结果,和搜索结果。
- startOneboxRecognizerWithQueue(String, String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务,仅是online,返回语音识别结果,和搜索结果。
- startOneshotMixRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
- startOneshotMixRecognizerWithQueue(String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
-
- startOneshotOfflineRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
- startOneshotOneboxRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
- startOneshotOneboxRecognizerWithQueue(String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
-
- startOneshotSemanticRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
- startSemanticRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务,只通过online,返回语义分析,无搜索结果。
- startSemanticRecognizerWithQueue(String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务,只通过online,返回语义分析,无搜索结果。
- startTextSearch(String, SearchListener) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开始一个在线的文本搜索任务。
- startTextSearch(String, String, SearchListener) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开始一个在线的文本搜索任务。
- startTextSearch(String, String, QaControlParam, SearchListener) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开始一个在线的文本搜索任务。
- startTextSemantic(String, SearchListener) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开始一个在线的文本任务,仅提供语义分析没有搜索结果。
- startTTS(TTSRequest) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开始合成tts,并且播放。
- startTTS(TTSRequest, TTSListener) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开始合成tts,并且播放。
- startVoiceInput(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务仅识别输入语音,与其他语音任务和热词监听相冲突。
- startVoiceInputWithQueue(String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
-
开启一个语音任务仅识别输入语音,与其他语音任务和热词监听相冲突。
- stopHotword() - 类 中的方法com.mobvoi.speech.SpeechClient
-
停止热词监听。
- stopOneshotRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
停止对应的oneshot方法,如果已经开始进入识别阶段则会等待结果识别结果返回。
- stopRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
-
- stopTTS() - 类 中的方法com.mobvoi.speech.SpeechClient
-
停止tts。