Uses of Class
com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationResponse
-
Packages that use ModifyCustomizationResponse Package Description com.tencentcloudapi.asr.v20190614 com.tencentcloudapi.asr.v20190614.models -
-
Uses of ModifyCustomizationResponse in com.tencentcloudapi.asr.v20190614
Methods in com.tencentcloudapi.asr.v20190614 that return ModifyCustomizationResponse Modifier and Type Method Description ModifyCustomizationResponse
AsrClient. ModifyCustomization(ModifyCustomizationRequest req)
用户通过该接口可以更新自学习模型,如模型名称、模型类型、模型语料。 -
Uses of ModifyCustomizationResponse in com.tencentcloudapi.asr.v20190614.models
Constructors in com.tencentcloudapi.asr.v20190614.models with parameters of type ModifyCustomizationResponse Constructor Description ModifyCustomizationResponse(ModifyCustomizationResponse 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.
-