接口 ISemantic
-
- 所有已知实现类:
AILocalSemanticEngine
public interface ISemantic extends IEngine<AILocalSemanticConfig,AILocalSemanticIntent,AILocalSemanticListener>
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 void
updateVocab(com.aispeech.export.Vocab vocab, AIUpdateListener updateListener)
更新词库void
updateVocabs(AIUpdateListener updateListener, com.aispeech.export.Vocab... vocabs)
批量更新单个或者多个词库
-
-
-
方法详细资料
-
updateVocab
void updateVocab(com.aispeech.export.Vocab vocab, AIUpdateListener updateListener)
更新词库- 参数:
vocab
- 词库内容updateListener
- 更新结果回调
-
updateVocabs
void updateVocabs(AIUpdateListener updateListener, com.aispeech.export.Vocab... vocabs)
批量更新单个或者多个词库- 参数:
vocabs
- 词库列表updateListener
- 更新结果回调
-
-