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

O

onBeginSearch() - 接口 中的方法com.mobvoi.speech.SearchListener
搜索开始时回调。
onDone() - 接口 中的方法com.mobvoi.speech.TTSListener
tts播放完成之后的回调。
onError(int) - 接口 中的方法com.mobvoi.speech.SearchListener
搜索错误时回调。
onError(int) - 接口 中的方法com.mobvoi.speech.SpeechClientListener
当执行出错时会回调。
onError(int) - 接口 中的方法com.mobvoi.speech.TTSListener
tts出错时的回调。
onFinalTranscription(String) - 接口 中的方法com.mobvoi.speech.SpeechClientListener
语音识别最终结果返回,比如“今天天气怎么样”,会按顺序返回“今天”,“今天天气”,“今天天气怎么样”, 最后一个就是Final Transcription。
onHotwordDetected() - 接口 中的方法com.mobvoi.speech.hotword.HotwordListener
当热词被触发时,回调该方法。
onLocalSilenceDetected() - 接口 中的方法com.mobvoi.speech.SpeechClientListener
在检测到本地语音之后,又检测到本地静音时回调。
onNoSpeechDetected() - 接口 中的方法com.mobvoi.speech.SpeechClientListener
一段时间未检测到本地语音时回调。
onPartialTranscription(String) - 接口 中的方法com.mobvoi.speech.SpeechClientListener
语音识别部分结果返回,比如“今天天气怎么样”,会按顺序返回“今天”,“今天天气”。
onRemoteSilenceDetected() - 接口 中的方法com.mobvoi.speech.SpeechClientListener
服务器端检测到静音(说话人停止说话)后回调。
onResult(String) - 接口 中的方法com.mobvoi.speech.SearchListener
搜索结果回调。
onResult(String) - 接口 中的方法com.mobvoi.speech.SpeechClientListener
语音搜索结果返回, 为JSON格式字符串。
onSpeechDetected() - 接口 中的方法com.mobvoi.speech.SpeechClientListener
检测到本地语音时回调。
onStart() - 接口 中的方法com.mobvoi.speech.TTSListener
tts开始播放时的回调。
onStartRecord() - 接口 中的方法com.mobvoi.speech.SpeechClientListener
开始提供录音数据给语音识别引擎时回调。
onVolume(double) - 接口 中的方法com.mobvoi.speech.SpeechClientListener
输入语音数据实时的音量回调。
A B C D E F G H I L N O P R S T U V 
跳过导航链接