Uses of Class
com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabResponse
-
Packages that use CreateAsrVocabResponse Package Description com.tencentcloudapi.asr.v20190614 com.tencentcloudapi.asr.v20190614.models -
-
Uses of CreateAsrVocabResponse in com.tencentcloudapi.asr.v20190614
Methods in com.tencentcloudapi.asr.v20190614 that return CreateAsrVocabResponse Modifier and Type Method Description CreateAsrVocabResponseAsrClient. CreateAsrVocab(CreateAsrVocabRequest req)用户通过本接口进行热词表的创建。
• 默认最多可创建30个热词表。
• 每个热词表最多可添加1000个词,每个词最长10个汉字或30个英文字符,不能超出限制。
• 热词表可以通过数组或者本地文件形式上传。
• 本地文件必须为UTF-8编码格式,每行仅添加一个热词且不能包含标点和特殊字符。
• 热词权重取值范围为[1,10]之间的整数,权重越大代表该词被识别出来的概率越大。 -
Uses of CreateAsrVocabResponse in com.tencentcloudapi.asr.v20190614.models
Constructors in com.tencentcloudapi.asr.v20190614.models with parameters of type CreateAsrVocabResponse Constructor Description CreateAsrVocabResponse(CreateAsrVocabResponse 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.
-