public abstract class BaseEngine
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected BaseProcessor |
mBaseProcessor |
protected java.lang.String |
TAG |
protected java.lang.String |
tagSuffix |
Constructor and Description |
---|
BaseEngine() |
Modifier and Type | Method and Description |
---|---|
protected void |
cancel() |
protected void |
destroy() |
abstract java.lang.String |
getTag() |
protected void |
init() |
protected void |
initTAG() |
protected void |
parseConfig(BaseConfig config,
AIEngineConfig... engineConfigs) |
protected void |
parseIntent(java.lang.Object intent,
SpeechParams... speechParams) |
protected void |
start() |
protected void |
stop() |
protected java.lang.String TAG
protected java.lang.String tagSuffix
protected BaseProcessor mBaseProcessor
protected void initTAG()
protected void parseConfig(BaseConfig config, AIEngineConfig... engineConfigs)
protected void parseIntent(java.lang.Object intent, SpeechParams... speechParams)
public abstract java.lang.String getTag()
protected void init()
protected void start()
protected void destroy()
protected void stop()
protected void cancel()