public interface IAILocalVprintLite
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
destroy() |
void |
feedData(byte[] data,
int size,
VprintLiteIntent intent) |
VprintLiteIntent.Action |
getAction() |
void |
init(VprintLiteConfig config,
AILocalVprintLiteListener listener) |
void |
notifyEvent(java.lang.String event) |
void |
queryModel() |
void |
queryRegisterAudio(java.lang.String name,
java.lang.String word) |
void |
start(VprintLiteIntent intent) |
void |
stop() |
void init(VprintLiteConfig config, AILocalVprintLiteListener listener)
void start(VprintLiteIntent intent)
void stop()
void cancel()
void destroy()
void feedData(byte[] data, int size, VprintLiteIntent intent)
VprintLiteIntent.Action getAction()
void notifyEvent(java.lang.String event)
void queryModel()
void queryRegisterAudio(java.lang.String name, java.lang.String word)