tencentcloud-sdk-nodejs-vod 4.1.23 → 4.1.24

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-vod",
3
- "version": "4.1.23",
3
+ "version": "4.1.24",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4180,7 +4180,7 @@ export interface SplitMediaTaskConfig {
4180
4180
  */
4181
4181
  EndTimeOffset?: number;
4182
4182
  /**
4183
- * [任务流模板](/document/product/266/11700#.E4.BB.BB.E5.8A.A1.E6.B5.81.E6.A8.A1.E6.9D.BF)名字,如果要对生成的新视频执行任务流时填写。
4183
+ * [任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称。要对生成的新视频自动执行任务流时填写。
4184
4184
  */
4185
4185
  ProcedureName?: string;
4186
4186
  /**
@@ -5745,7 +5745,7 @@ export interface EditMediaRequest {
5745
5745
  */
5746
5746
  Definition?: number;
5747
5747
  /**
5748
- * [任务流模板](/document/product/266/11700#.E4.BB.BB.E5.8A.A1.E6.B5.81.E6.A8.A1.E6.9D.BF)名字,如果要对生成的新视频执行任务流时填写。
5748
+ * [任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称,如果要对生成的新视频执行任务流时填写。
5749
5749
  */
5750
5750
  ProcedureName?: string;
5751
5751
  /**
@@ -12271,7 +12271,7 @@ export interface ProcessMediaByProcedureRequest {
12271
12271
  */
12272
12272
  FileId: string;
12273
12273
  /**
12274
- * [任务流模板](/document/product/266/11700#.E4.BB.BB.E5.8A.A1.E6.B5.81.E6.A8.A1.E6.9D.BF)名字。
12274
+ * [任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称。
12275
12275
  */
12276
12276
  ProcedureName: string;
12277
12277
  /**