Package | Description |
---|---|
com.tencentcloudapi.asr.v20190614.models |
Modifier and Type | Method and Description |
---|---|
HotWord[] |
UpdateAsrVocabRequest.getWordWeights()
Get 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于1000
|
HotWord[] |
GetAsrVocabResponse.getWordWeights()
Get 词权重列表
|
HotWord[] |
CreateAsrVocabRequest.getWordWeights()
Get 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于1000
|
HotWord[] |
Vocab.getWordWeights()
Get 词权重列表
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateAsrVocabRequest.setWordWeights(HotWord[] WordWeights)
Set 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于1000
|
void |
GetAsrVocabResponse.setWordWeights(HotWord[] WordWeights)
Set 词权重列表
|
void |
CreateAsrVocabRequest.setWordWeights(HotWord[] WordWeights)
Set 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于1000
|
void |
Vocab.setWordWeights(HotWord[] WordWeights)
Set 词权重列表
|
Constructor and Description |
---|
HotWord(HotWord source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.