public interface ISemantic extends IEngine<AILocalSemanticConfig,AILocalSemanticIntent,AILocalSemanticListener>
Modifier and Type | Method and Description |
---|---|
void |
updateVocab(com.aispeech.export.Vocab vocab,
AIUpdateListener updateListener)
更新词库
|
void |
updateVocabs(AIUpdateListener updateListener,
com.aispeech.export.Vocab... vocabs)
批量更新单个或者多个词库
|
void updateVocab(com.aispeech.export.Vocab vocab, AIUpdateListener updateListener)
vocab
- 词库内容updateListener
- 更新结果回调void updateVocabs(AIUpdateListener updateListener, com.aispeech.export.Vocab... vocabs)
vocabs
- 词库列表updateListener
- 更新结果回调