类 AILocalEchoEngine
- java.lang.Object
-
- com.aispeech.export.engines2.base.BaseEngine
-
- com.aispeech.export.engines2.AILocalEchoEngine
-
- 所有已实现的接口:
IEcho
,IEngine<EchoConfig,AILocalEchoIntent,AILocalEchoListener>
public class AILocalEchoEngine extends BaseEngine implements IEcho
-
-
字段概要
-
从类继承的字段 com.aispeech.export.engines2.base.BaseEngine
TAG
-
-
构造器概要
构造器 构造器 说明 AILocalEchoEngine()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static boolean
checkLibValid()
void
destroy()
void
feed(byte[] data)
java.lang.String
getTag()
void
init(EchoConfig config, AILocalEchoListener listener)
static AILocalEchoEngine
newInstance()
void
start()
void
start(AILocalEchoIntent intent)
void
stop()
-
-
-
方法详细资料
-
checkLibValid
public static boolean checkLibValid()
-
newInstance
public static AILocalEchoEngine newInstance()
-
getTag
public java.lang.String getTag()
- 指定者:
getTag
在类中BaseEngine
-
init
public void init(EchoConfig config, AILocalEchoListener listener)
- 指定者:
init
在接口中IEngine<EchoConfig,AILocalEchoIntent,AILocalEchoListener>
-
start
public void start()
-
start
public void start(AILocalEchoIntent intent)
- 指定者:
start
在接口中IEngine<EchoConfig,AILocalEchoIntent,AILocalEchoListener>
-
stop
public void stop()
- 指定者:
stop
在接口中IEngine<EchoConfig,AILocalEchoIntent,AILocalEchoListener>
-
destroy
public void destroy()
- 指定者:
destroy
在接口中IEngine<EchoConfig,AILocalEchoIntent,AILocalEchoListener>
-
-