Uses of Class
com.tencentcloudapi.asr.v20190614.models.Vocab
-
Packages that use Vocab Package Description com.tencentcloudapi.asr.v20190614.models -
-
Uses of Vocab in com.tencentcloudapi.asr.v20190614.models
Methods in com.tencentcloudapi.asr.v20190614.models that return Vocab Modifier and Type Method Description Vocab[]GetAsrVocabListResponse. getVocabList()Get 热词表列表Methods in com.tencentcloudapi.asr.v20190614.models with parameters of type Vocab Modifier and Type Method Description voidGetAsrVocabListResponse. setVocabList(Vocab[] VocabList)Set 热词表列表Constructors in com.tencentcloudapi.asr.v20190614.models with parameters of type Vocab Constructor Description Vocab(Vocab 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.
-