Uses of Class
com.tencentcloudapi.asr.v20190614.models.CreateCustomizationResponse
-
Packages that use CreateCustomizationResponse Package Description com.tencentcloudapi.asr.v20190614 com.tencentcloudapi.asr.v20190614.models -
-
Uses of CreateCustomizationResponse in com.tencentcloudapi.asr.v20190614
Methods in com.tencentcloudapi.asr.v20190614 that return CreateCustomizationResponse Modifier and Type Method Description CreateCustomizationResponse
AsrClient. CreateCustomization(CreateCustomizationRequest req)
用户使用该接口可以创建自学习模型,以供识别调用。 注意:调用该接口后,模型会自动训练。新建模型成功后,调用ModifyCustomizationState接口修改为上线状态,即可在识别请求中使用对应模型ID。 -
Uses of CreateCustomizationResponse in com.tencentcloudapi.asr.v20190614.models
Constructors in com.tencentcloudapi.asr.v20190614.models with parameters of type CreateCustomizationResponse Constructor Description CreateCustomizationResponse(CreateCustomizationResponse 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.
-