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