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

S

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
设置本地vad的参数,当vad触发时会通过SpeechClientListener通知。
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
设置远端vad的参数,当vad触发时会通过SpeechClientListener通知。
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
开启一个语音任务,仅识别离线联系人,需要先传入联系人列表,See SpeechClient.setContacts(String[])
startContactRecognizerWithQueue(String, String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
开启一个语音任务,仅识别离线联系人,需要先传入联系人列表,See SpeechClient.setContacts(String[])
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
开启一个语音任务,可以长时间离线监听关键词,监听识别结果在 SpeechClientListener.onPartialTranscription(String)中返回, 一次启动会无限监听,直到SpeechClient.cancelReconizer(String)被调用。
startMultiKeywordsWithQueue(String, String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
开启一个语音任务,可以长时间离线监听关键词,监听识别结果在 SpeechClientListener.onPartialTranscription(String)中返回, 一次启动会无限监听,直到SpeechClient.cancelReconizer(String)被调用。
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
hotword+MixRecognizer,即在检测到热词之后立刻进入MixRecognizer, 其识别能力与SpeechClient.startMixRecognizer(String)一致。
startOneshotMixRecognizerWithQueue(String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
 
startOneshotOfflineRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
hotword+OfflineRecognizer,即在检测到热词之后立刻进入OfflineRecognizer, 其识别能力与SpeechClient.startOfflineRecognizer(String)一致。
startOneshotOneboxRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
hotword+OneboxRecognizer,即在检测到热词之后立刻进入OneboxRecognizer, 其识别能力与SpeechClient.startOneboxRecognizer(String)一致。
startOneshotOneboxRecognizerWithQueue(String, BlockingQueue<byte[]>) - 类 中的方法com.mobvoi.speech.SpeechClient
 
startOneshotSemanticRecognizer(String) - 类 中的方法com.mobvoi.speech.SpeechClient
hotword+SemanticRecognizer,即在检测到热词之后立刻进入SemanticRecognizer, 其识别能力与SpeechClient.startSemanticRecognizer(String)一致。
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
停止目前正在进行的Recognizer任务,并且等待结果的返回, 返回结果会调用SpeechClientListener中的相关方法。
stopTTS() - 类 中的方法com.mobvoi.speech.SpeechClient
停止tts。
A B C D E F G H I L N O P R S T U V 
跳过导航链接