Uses of Class
com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationStateRequest
-
Packages that use ModifyCustomizationStateRequest Package Description com.tencentcloudapi.asr.v20190614 com.tencentcloudapi.asr.v20190614.models -
-
Uses of ModifyCustomizationStateRequest in com.tencentcloudapi.asr.v20190614
Methods in com.tencentcloudapi.asr.v20190614 with parameters of type ModifyCustomizationStateRequest Modifier and Type Method Description ModifyCustomizationStateResponse
AsrClient. ModifyCustomizationState(ModifyCustomizationStateRequest req)
通过该接口,用户可以修改自学习模型状态,上下线自学习模型 -
Uses of ModifyCustomizationStateRequest in com.tencentcloudapi.asr.v20190614.models
Constructors in com.tencentcloudapi.asr.v20190614.models with parameters of type ModifyCustomizationStateRequest Constructor Description ModifyCustomizationStateRequest(ModifyCustomizationStateRequest 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.
-