Uses of Class
com.tencentcloudapi.asr.v20190614.models.DownloadAsrVocabResponse
-
Packages that use DownloadAsrVocabResponse Package Description com.tencentcloudapi.asr.v20190614 com.tencentcloudapi.asr.v20190614.models -
-
Uses of DownloadAsrVocabResponse in com.tencentcloudapi.asr.v20190614
Methods in com.tencentcloudapi.asr.v20190614 that return DownloadAsrVocabResponse Modifier and Type Method Description DownloadAsrVocabResponseAsrClient. DownloadAsrVocab(DownloadAsrVocabRequest req)用户通过本接口进行热词表的下载,获得词表权重文件形式的 base64 值,文件形式为通过 “|” 分割的词和权重,即 word|weight 的形式。 -
Uses of DownloadAsrVocabResponse in com.tencentcloudapi.asr.v20190614.models
Constructors in com.tencentcloudapi.asr.v20190614.models with parameters of type DownloadAsrVocabResponse Constructor Description DownloadAsrVocabResponse(DownloadAsrVocabResponse 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.
-