接口 IUpdater
-
- 所有已知实现类:
UpdaterImpl
public interface IUpdater
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 void
updateProductContext(AIUpdateListener listener, ProductContext context)
更新产品配置void
updateSkillContext(AIUpdateListener listener, SkillContext context)
更新技能配置void
updateVocabs(AIUpdateListener listener, com.aispeech.export.Vocab... vocabs)
上传词库
-
-
-
方法详细资料
-
updateVocabs
void updateVocabs(AIUpdateListener listener, com.aispeech.export.Vocab... vocabs)
上传词库- 参数:
vocabs
-Vocab
listener
-AIUpdateListener
-
updateProductContext
void updateProductContext(AIUpdateListener listener, ProductContext context)
更新产品配置- 参数:
listener
-AIUpdateListener
context
-ProductContext
-
updateSkillContext
void updateSkillContext(AIUpdateListener listener, SkillContext context)
更新技能配置- 参数:
listener
-AIUpdateListener
context
-SkillContext
-
-