类 UpdaterImpl
- java.lang.Object
-
- com.aispeech.lite.dm.update.UpdaterImpl
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classUpdaterImpl.Builder
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidupdateProductContext(AIUpdateListener listener, ProductContext context)更新产品配置voidupdateSkillContext(AIUpdateListener listener, SkillContext context)更新技能配置voidupdateVocabs(AIUpdateListener listener, com.aispeech.export.Vocab... vocabs)上传词库
-
-
-
方法详细资料
-
updateVocabs
public void updateVocabs(AIUpdateListener listener, com.aispeech.export.Vocab... vocabs)
上传词库- 指定者:
updateVocabs在接口中IUpdater- 参数:
vocabs-Vocablistener-AIUpdateListener
-
updateProductContext
public void updateProductContext(AIUpdateListener listener, ProductContext context)
更新产品配置- 指定者:
updateProductContext在接口中IUpdater- 参数:
listener-AIUpdateListenercontext-ProductContext
-
updateSkillContext
public void updateSkillContext(AIUpdateListener listener, SkillContext context)
更新技能配置- 指定者:
updateSkillContext在接口中IUpdater- 参数:
listener-AIUpdateListenercontext-SkillContext
-
-