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