Package | Description |
---|---|
com.tencentcloudapi.asr.v20190614.models |
Modifier and Type | Method and Description |
---|---|
HotWord[] |
CreateAsrVocabRequest.getWordWeights()
Get 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10,权重为[1,10]之间整数,数组长度不大于128
|
HotWord[] |
Vocab.getWordWeights()
Get 词权重列表
|
HotWord[] |
UpdateAsrVocabRequest.getWordWeights()
Get 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10,权重为[1,10]之间整数,数组长度不大于128
|
HotWord[] |
GetAsrVocabResponse.getWordWeights()
Get 词权重列表
|
Modifier and Type | Method and Description |
---|---|
void |
CreateAsrVocabRequest.setWordWeights(HotWord[] WordWeights)
Set 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10,权重为[1,10]之间整数,数组长度不大于128
|
void |
Vocab.setWordWeights(HotWord[] WordWeights)
Set 词权重列表
|
void |
UpdateAsrVocabRequest.setWordWeights(HotWord[] WordWeights)
Set 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10,权重为[1,10]之间整数,数组长度不大于128
|
void |
GetAsrVocabResponse.setWordWeights(HotWord[] WordWeights)
Set 词权重列表
|
Copyright © 2020. All rights reserved.