tencentcloud-sdk-nodejs-vtc 4.1.117 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vtc",
3
- "version": "4.1.117",
3
+ "version": "4.1.118",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -63,7 +63,7 @@ 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
  /**
@@ -87,7 +87,7 @@ 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);