|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
com.iflytek.speech.aidl 接口 ITextUnderstander
- 所有超级接口:
- android.os.IInterface
- 所有已知实现类:
- ITextUnderstander.Stub
public interface ITextUnderstander
- extends android.os.IInterface
文本到语义理解服务接口
嵌套类摘要 | |
---|---|
static class |
ITextUnderstander.Stub
Local-side IPC implementation stub class. |
方法摘要 | |
---|---|
void |
cancel(TextUnderstanderListener listener)
取消理解 |
boolean |
isUnderstanding()
是否正在理解 |
void |
understandText(android.content.Intent intent,
TextUnderstanderListener listener)
文本到语义 |
从接口 android.os.IInterface 继承的方法 |
---|
asBinder |
方法详细信息 |
---|
understandText
void understandText(android.content.Intent intent, TextUnderstanderListener listener) throws android.os.RemoteException
- 文本到语义
- 抛出:
android.os.RemoteException
cancel
void cancel(TextUnderstanderListener listener) throws android.os.RemoteException
- 取消理解
- 抛出:
android.os.RemoteException
isUnderstanding
boolean isUnderstanding() throws android.os.RemoteException
- 是否正在理解
- 抛出:
android.os.RemoteException
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |