| Modifier and Type | Class and Description |
|---|---|
static class |
UpdaterImpl.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
updateProductContext(AIUpdateListener listener,
ProductContext context)
更新产品配置
|
void |
updateSkillContext(AIUpdateListener listener,
SkillContext context)
更新技能配置
|
void |
updateVocabs(AIUpdateListener listener,
com.aispeech.export.Vocab... vocabs)
上传词库
|
public void updateVocabs(AIUpdateListener listener, com.aispeech.export.Vocab... vocabs)
updateVocabs in interface IUpdatervocabs - Vocablistener - AIUpdateListenerpublic void updateProductContext(AIUpdateListener listener, ProductContext context)
updateProductContext in interface IUpdaterlistener - AIUpdateListenercontext - ProductContextpublic void updateSkillContext(AIUpdateListener listener, SkillContext context)
updateSkillContext in interface IUpdaterlistener - AIUpdateListenercontext - SkillContext