| 程序包 | 说明 |
|---|---|
| com.alibaba.dashscope.audio.asr.vocabulary |
| 限定符和类型 | 方法和说明 |
|---|---|
Vocabulary |
VocabularyService.createVocabulary(String targetModel,
String prefix,
com.google.gson.JsonArray vocabulary)
创建新热词
|
Vocabulary |
VocabularyService.createVocabulary(String targetModel,
String prefix,
com.google.gson.JsonArray vocabulary,
VocabularyParam customParam) |
Vocabulary[] |
VocabularyService.listVocabulary(String prefix)
查询已创建的所有热词表。
|
Vocabulary[] |
VocabularyService.listVocabulary(String prefix,
int pageIndex,
int pageSize)
查询已创建的所有热词表
|
Vocabulary[] |
VocabularyService.listVocabulary(String prefix,
int pageIndex,
int pageSize,
VocabularyParam customParam) |
Vocabulary |
VocabularyService.queryVocabulary(String vocabularyId)
查询指定热词表
|
Vocabulary |
VocabularyService.queryVocabulary(String vocabularyId,
VocabularyParam customParam) |
static Vocabulary |
Vocabulary.vocabularyFromCreateResult(DashScopeResult dashScopeResult) |
static Vocabulary |
Vocabulary.vocabularyFromQueryResult(DashScopeResult dashScopeResult) |
static Vocabulary[] |
Vocabulary.vocabularyListFromListResult(DashScopeResult dashScopeResult) |
Copyright © 2025. All rights reserved.