Uses of Class
com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Packages that use CreateVRSTaskRequest Package Description com.tencentcloudapi.vrs.v20200824 com.tencentcloudapi.vrs.v20200824.models -
-
Uses of CreateVRSTaskRequest in com.tencentcloudapi.vrs.v20200824
Methods in com.tencentcloudapi.vrs.v20200824 with parameters of type CreateVRSTaskRequest Modifier and Type Method Description CreateVRSTaskResponseVrsClient. CreateVRSTask(CreateVRSTaskRequest req)本接口服务对提交音频进行声音复刻任务创建接口,异步返回复刻结果。 • 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8" • 签名方法参考 公共参数 中签名方法v3。 -
Uses of CreateVRSTaskRequest in com.tencentcloudapi.vrs.v20200824.models
Constructors in com.tencentcloudapi.vrs.v20200824.models with parameters of type CreateVRSTaskRequest Constructor Description CreateVRSTaskRequest(CreateVRSTaskRequest 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.
-