Uses of Class
com.tencentcloudapi.asr.v20190614.models.HotWord
-
Packages that use HotWord Package Description com.tencentcloudapi.asr.v20190614.models -
-
Uses of HotWord in com.tencentcloudapi.asr.v20190614.models
Methods in com.tencentcloudapi.asr.v20190614.models that return HotWord Modifier and Type Method Description HotWord[]CreateAsrVocabRequest. getWordWeights()Get 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于1000HotWord[]GetAsrVocabResponse. getWordWeights()Get 词权重列表HotWord[]UpdateAsrVocabRequest. getWordWeights()Get 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于1000HotWord[]Vocab. getWordWeights()Get 词权重列表Methods in com.tencentcloudapi.asr.v20190614.models with parameters of type HotWord Modifier and Type Method Description voidCreateAsrVocabRequest. setWordWeights(HotWord[] WordWeights)Set 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于1000voidGetAsrVocabResponse. setWordWeights(HotWord[] WordWeights)Set 词权重列表voidUpdateAsrVocabRequest. setWordWeights(HotWord[] WordWeights)Set 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于1000voidVocab. setWordWeights(HotWord[] WordWeights)Set 词权重列表Constructors in com.tencentcloudapi.asr.v20190614.models with parameters of type HotWord Constructor 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.
-