tencentcloud-sdk-nodejs-vtc 4.1.116 → 4.1.118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -63,11 +63,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
63
63
|
*/
|
|
64
64
|
SubmitVideoTranslateJob(req: SubmitVideoTranslateJobRequest, cb?: (error: string, rep: SubmitVideoTranslateJobResponse) => void): Promise<SubmitVideoTranslateJobResponse>;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* 查询视频转译任务
|
|
67
67
|
*/
|
|
68
68
|
DescribeVideoTranslateJob(req: DescribeVideoTranslateJobRequest, cb?: (error: string, rep: DescribeVideoTranslateJobResponse) => void): Promise<DescribeVideoTranslateJobResponse>;
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
70
|
+
* 确认视频转译结果
|
|
71
71
|
*/
|
|
72
72
|
ConfirmVideoTranslateJob(req: ConfirmVideoTranslateJobRequest, cb?: (error: string, rep: ConfirmVideoTranslateJobResponse) => void): Promise<ConfirmVideoTranslateJobResponse>;
|
|
73
73
|
}
|
|
@@ -87,13 +87,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
87
87
|
return this.request("SubmitVideoTranslateJob", req, cb);
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
|
-
*
|
|
90
|
+
* 查询视频转译任务
|
|
91
91
|
*/
|
|
92
92
|
async DescribeVideoTranslateJob(req, cb) {
|
|
93
93
|
return this.request("DescribeVideoTranslateJob", req, cb);
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* 确认视频转译结果
|
|
97
97
|
*/
|
|
98
98
|
async ConfirmVideoTranslateJob(req, cb) {
|
|
99
99
|
return this.request("ConfirmVideoTranslateJob", req, cb);
|