ISpeechUnderstander

Xunfei Voice+



com.iflytek.speech.aidl 接口 ISpeechUnderstander

所有超级接口:
android.os.IInterface
所有已知实现类:
ISpeechUnderstander.Stub

public interface ISpeechUnderstander
extends android.os.IInterface

语义理解服务接口


嵌套类摘要
static class ISpeechUnderstander.Stub
          Local-side IPC implementation stub class.
 
方法摘要
 void cancel(SpeechUnderstanderListener listener)
          取消识别,不需要返回结果
 boolean isUnderstanding()
          是否正在识别
 void startUnderstanding(android.content.Intent intent, SpeechUnderstanderListener listener)
          开始识别
 void stopUnderstanding(SpeechUnderstanderListener listener)
          停止识别,立即返回结果
 
从接口 android.os.IInterface 继承的方法
asBinder
 

方法详细信息

startUnderstanding

void startUnderstanding(android.content.Intent intent,
                        SpeechUnderstanderListener listener)
                        throws android.os.RemoteException
开始识别

抛出:
android.os.RemoteException

stopUnderstanding

void stopUnderstanding(SpeechUnderstanderListener listener)
                       throws android.os.RemoteException
停止识别,立即返回结果

抛出:
android.os.RemoteException

cancel

void cancel(SpeechUnderstanderListener listener)
            throws android.os.RemoteException
取消识别,不需要返回结果

抛出:
android.os.RemoteException

isUnderstanding

boolean isUnderstanding()
                        throws android.os.RemoteException
是否正在识别

抛出:
android.os.RemoteException