Uses of Class
com.tencentcloudapi.asr.v20190614.models.DownloadCustomizationRequest
-
Packages that use DownloadCustomizationRequest Package Description com.tencentcloudapi.asr.v20190614 com.tencentcloudapi.asr.v20190614.models -
-
Uses of DownloadCustomizationRequest in com.tencentcloudapi.asr.v20190614
Methods in com.tencentcloudapi.asr.v20190614 with parameters of type DownloadCustomizationRequest Modifier and Type Method Description DownloadCustomizationResponseAsrClient. DownloadCustomization(DownloadCustomizationRequest req)用户通过该接口可以下载自学习模型的语料 -
Uses of DownloadCustomizationRequest in com.tencentcloudapi.asr.v20190614.models
Constructors in com.tencentcloudapi.asr.v20190614.models with parameters of type DownloadCustomizationRequest Constructor Description DownloadCustomizationRequest(DownloadCustomizationRequest 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.
-