tencentcloud-sdk-nodejs-vod 4.0.346 → 4.0.349

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.
@@ -261,6 +261,11 @@ export interface CreateTranscodeTemplateRequest {
261
261
  */
262
262
  Container: string
263
263
 
264
+ /**
265
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
266
+ */
267
+ SubAppId?: number
268
+
264
269
  /**
265
270
  * 转码模板名称,长度限制:64 个字符。
266
271
  */
@@ -301,11 +306,6 @@ export interface CreateTranscodeTemplateRequest {
301
306
  * 极速高清转码参数。
302
307
  */
303
308
  TEHDConfig?: TEHDConfig
304
-
305
- /**
306
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
307
- */
308
- SubAppId?: number
309
309
  }
310
310
 
311
311
  /**
@@ -1145,6 +1145,11 @@ export interface CreateImageSpriteTemplateRequest {
1145
1145
  */
1146
1146
  ColumnCount: number
1147
1147
 
1148
+ /**
1149
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
1150
+ */
1151
+ SubAppId?: number
1152
+
1148
1153
  /**
1149
1154
  * 雪碧图模板名称,长度限制:64 个字符。
1150
1155
  */
@@ -1190,11 +1195,6 @@ export interface CreateImageSpriteTemplateRequest {
1190
1195
  默认值:open。
1191
1196
  */
1192
1197
  ResolutionAdaptive?: string
1193
-
1194
- /**
1195
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
1196
- */
1197
- SubAppId?: number
1198
1198
  }
1199
1199
 
1200
1200
  /**
@@ -1657,7 +1657,7 @@ export interface DeletePersonSampleRequest {
1657
1657
  PersonId: string
1658
1658
 
1659
1659
  /**
1660
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
1660
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
1661
1661
  */
1662
1662
  SubAppId?: number
1663
1663
  }
@@ -1959,6 +1959,11 @@ export interface CreateAdaptiveDynamicStreamingTemplateRequest {
1959
1959
  */
1960
1960
  StreamInfos: Array<AdaptiveStreamTemplate>
1961
1961
 
1962
+ /**
1963
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
1964
+ */
1965
+ SubAppId?: number
1966
+
1962
1967
  /**
1963
1968
  * 模板名称,长度限制:64 个字符。
1964
1969
  */
@@ -1993,11 +1998,6 @@ export interface CreateAdaptiveDynamicStreamingTemplateRequest {
1993
1998
  * 模板描述信息,长度限制:256 个字符。
1994
1999
  */
1995
2000
  Comment?: string
1996
-
1997
- /**
1998
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
1999
- */
2000
- SubAppId?: number
2001
2001
  }
2002
2002
 
2003
2003
  /**
@@ -2456,6 +2456,11 @@ export interface CreatePersonSampleRequest {
2456
2456
  */
2457
2457
  Usages: Array<string>
2458
2458
 
2459
+ /**
2460
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
2461
+ */
2462
+ SubAppId?: number
2463
+
2459
2464
  /**
2460
2465
  * 素材描述,长度限制:1024 个字符。
2461
2466
  */
@@ -2473,11 +2478,6 @@ export interface CreatePersonSampleRequest {
2473
2478
  <li>单个标签长度限制:128 个字符。</li>
2474
2479
  */
2475
2480
  Tags?: Array<string>
2476
-
2477
- /**
2478
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
2479
- */
2480
- SubAppId?: number
2481
2481
  }
2482
2482
 
2483
2483
  /**
@@ -2861,12 +2861,12 @@ export interface DescribeWordSamplesResponse {
2861
2861
  /**
2862
2862
  * 符合条件的记录总数。
2863
2863
  */
2864
- TotalCount?: number
2864
+ TotalCount: number
2865
2865
 
2866
2866
  /**
2867
2867
  * 关键词信息。
2868
2868
  */
2869
- WordSet?: Array<AiSampleWord>
2869
+ WordSet: Array<AiSampleWord>
2870
2870
 
2871
2871
  /**
2872
2872
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3999,7 +3999,7 @@ export interface CreateWordSamplesRequest {
3999
3999
  Words: Array<AiSampleWordInfo>
4000
4000
 
4001
4001
  /**
4002
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
4002
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
4003
4003
  */
4004
4004
  SubAppId?: number
4005
4005
  }
@@ -4987,12 +4987,12 @@ export interface CreatePersonSampleResponse {
4987
4987
  /**
4988
4988
  * 素材信息。
4989
4989
  */
4990
- Person?: AiSamplePerson
4990
+ Person: AiSamplePerson
4991
4991
 
4992
4992
  /**
4993
4993
  * 处理失败的五官定位信息。
4994
4994
  */
4995
- FailFaceInfoSet?: Array<AiSampleFailFaceInfo>
4995
+ FailFaceInfoSet: Array<AiSampleFailFaceInfo>
4996
4996
 
4997
4997
  /**
4998
4998
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5211,7 +5211,7 @@ export interface DeleteWordSamplesRequest {
5211
5211
  Keywords: Array<string>
5212
5212
 
5213
5213
  /**
5214
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
5214
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
5215
5215
  */
5216
5216
  SubAppId?: number
5217
5217
  }
@@ -5875,6 +5875,11 @@ export interface ModifyWordSampleRequest {
5875
5875
  */
5876
5876
  Keyword: string
5877
5877
 
5878
+ /**
5879
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
5880
+ */
5881
+ SubAppId?: number
5882
+
5878
5883
  /**
5879
5884
  * <b>关键词应用场景,可选值:</b>
5880
5885
  1. Recognition.Ocr:通过光学字符识别技术,进行内容识别;
@@ -5892,11 +5897,6 @@ export interface ModifyWordSampleRequest {
5892
5897
  * 标签操作信息。
5893
5898
  */
5894
5899
  TagOperationInfo?: AiSampleTagOperation
5895
-
5896
- /**
5897
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
5898
- */
5899
- SubAppId?: number
5900
5900
  }
5901
5901
 
5902
5902
  /**
@@ -7405,6 +7405,11 @@ export interface CreateWatermarkTemplateRequest {
7405
7405
  */
7406
7406
  Type: string
7407
7407
 
7408
+ /**
7409
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
7410
+ */
7411
+ SubAppId?: number
7412
+
7408
7413
  /**
7409
7414
  * 水印模板名称,长度限制:64 个字符。
7410
7415
  */
@@ -7455,11 +7460,6 @@ export interface CreateWatermarkTemplateRequest {
7455
7460
  * SVG水印模板,当 Type 为 svg,该字段必填。当 Type 为 image 或 text,该字段无效。
7456
7461
  */
7457
7462
  SvgTemplate?: SvgWatermarkInput
7458
-
7459
- /**
7460
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
7461
- */
7462
- SubAppId?: number
7463
7463
  }
7464
7464
 
7465
7465
  /**
@@ -8184,12 +8184,12 @@ export interface CreateWatermarkTemplateResponse {
8184
8184
  /**
8185
8185
  * 水印模板唯一标识。
8186
8186
  */
8187
- Definition?: number
8187
+ Definition: number
8188
8188
 
8189
8189
  /**
8190
8190
  * 水印图片地址,仅当 Type 为 image,该字段有效。
8191
8191
  */
8192
- ImageUrl?: string
8192
+ ImageUrl: string
8193
8193
 
8194
8194
  /**
8195
8195
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -9069,7 +9069,7 @@ export interface CreateSnapshotByTimeOffsetTemplateResponse {
9069
9069
  /**
9070
9070
  * 时间点截图模板唯一标识。
9071
9071
  */
9072
- Definition?: number
9072
+ Definition: number
9073
9073
 
9074
9074
  /**
9075
9075
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -9557,7 +9557,7 @@ export interface CreateSampleSnapshotTemplateResponse {
9557
9557
  /**
9558
9558
  * 采样截图模板唯一标识。
9559
9559
  */
9560
- Definition?: number
9560
+ Definition: number
9561
9561
 
9562
9562
  /**
9563
9563
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -10903,7 +10903,7 @@ export interface CreateAIAnalysisTemplateResponse {
10903
10903
  /**
10904
10904
  * 视频内容分析模板唯一标识。
10905
10905
  */
10906
- Definition?: number
10906
+ Definition: number
10907
10907
 
10908
10908
  /**
10909
10909
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -11301,6 +11301,11 @@ export interface ModifyPersonSampleRequest {
11301
11301
  */
11302
11302
  PersonId: string
11303
11303
 
11304
+ /**
11305
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
11306
+ */
11307
+ SubAppId?: number
11308
+
11304
11309
  /**
11305
11310
  * 名称,长度限制:128 个字符。
11306
11311
  */
@@ -11328,11 +11333,6 @@ export interface ModifyPersonSampleRequest {
11328
11333
  * 标签操作信息。
11329
11334
  */
11330
11335
  TagOperationInfo?: AiSampleTagOperation
11331
-
11332
- /**
11333
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
11334
- */
11335
- SubAppId?: number
11336
11336
  }
11337
11337
 
11338
11338
  /**
@@ -11412,6 +11412,11 @@ export interface DeleteVodDomainRequest {
11412
11412
  * CreateAIRecognitionTemplate请求参数结构体
11413
11413
  */
11414
11414
  export interface CreateAIRecognitionTemplateRequest {
11415
+ /**
11416
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
11417
+ */
11418
+ SubAppId?: number
11419
+
11415
11420
  /**
11416
11421
  * 视频内容识别模板名称,长度限制:64 个字符。
11417
11422
  */
@@ -11466,11 +11471,6 @@ export interface CreateAIRecognitionTemplateRequest {
11466
11471
  * 截帧间隔,单位为秒。当不填时,默认截帧间隔为 1 秒,最小值为 0.5 秒。
11467
11472
  */
11468
11473
  ScreenshotInterval?: number
11469
-
11470
- /**
11471
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
11472
- */
11473
- SubAppId?: number
11474
11474
  }
11475
11475
 
11476
11476
  /**
@@ -12232,6 +12232,11 @@ export interface CreateContentReviewTemplateRequest {
12232
12232
  */
12233
12233
  ReviewWallSwitch: string
12234
12234
 
12235
+ /**
12236
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
12237
+ */
12238
+ SubAppId?: number
12239
+
12235
12240
  /**
12236
12241
  * 内容智能识别模板名称,长度限制:64 个字符。
12237
12242
  */
@@ -12273,11 +12278,6 @@ export interface CreateContentReviewTemplateRequest {
12273
12278
  * 截帧间隔,单位为秒。当不填时,默认截帧间隔为 1 秒,最小值为 0.5 秒。
12274
12279
  */
12275
12280
  ScreenshotInterval?: number
12276
-
12277
- /**
12278
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
12279
- */
12280
- SubAppId?: number
12281
12281
  }
12282
12282
 
12283
12283
  /**
@@ -13578,6 +13578,11 @@ export interface SnapshotByTimeOffset2017 {
13578
13578
  * CreateAIAnalysisTemplate请求参数结构体
13579
13579
  */
13580
13580
  export interface CreateAIAnalysisTemplateRequest {
13581
+ /**
13582
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
13583
+ */
13584
+ SubAppId?: number
13585
+
13581
13586
  /**
13582
13587
  * 视频内容分析模板名称,长度限制:64 个字符。
13583
13588
  */
@@ -13612,11 +13617,6 @@ export interface CreateAIAnalysisTemplateRequest {
13612
13617
  * 智能精彩集锦任务控制参数。
13613
13618
  */
13614
13619
  HighlightConfigure?: HighlightsConfigureInfo
13615
-
13616
- /**
13617
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
13618
- */
13619
- SubAppId?: number
13620
13620
  }
13621
13621
 
13622
13622
  /**
@@ -13833,6 +13833,11 @@ export interface EditMediaStreamInfo {
13833
13833
  * DescribeWordSamples请求参数结构体
13834
13834
  */
13835
13835
  export interface DescribeWordSamplesRequest {
13836
+ /**
13837
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
13838
+ */
13839
+ SubAppId?: number
13840
+
13836
13841
  /**
13837
13842
  * <b>关键词应用场景过滤条件,可选值:</b>
13838
13843
  1. Recognition.Ocr:通过光学字符识别技术,进行内容识别;
@@ -13865,11 +13870,6 @@ export interface DescribeWordSamplesRequest {
13865
13870
  * 返回记录条数,默认值:100,最大值:100。
13866
13871
  */
13867
13872
  Limit?: number
13868
-
13869
- /**
13870
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
13871
- */
13872
- SubAppId?: number
13873
13873
  }
13874
13874
 
13875
13875
  /**
@@ -14321,6 +14321,11 @@ export interface CreateAnimatedGraphicsTemplateRequest {
14321
14321
  */
14322
14322
  Fps: number
14323
14323
 
14324
+ /**
14325
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
14326
+ */
14327
+ SubAppId?: number
14328
+
14324
14329
  /**
14325
14330
  * 动图宽度(或长边)的最大值,取值范围:0 和 [128, 4096],单位:px。
14326
14331
  <li>当 Width、Height 均为 0,则分辨率同源;</li>
@@ -14368,11 +14373,6 @@ export interface CreateAnimatedGraphicsTemplateRequest {
14368
14373
  * 模板描述信息,长度限制:256 个字符。
14369
14374
  */
14370
14375
  Comment?: string
14371
-
14372
- /**
14373
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
14374
- */
14375
- SubAppId?: number
14376
14376
  }
14377
14377
 
14378
14378
  /**
@@ -14444,13 +14444,13 @@ export interface ModifyPersonSampleResponse {
14444
14444
  /**
14445
14445
  * 素材信息。
14446
14446
  */
14447
- Person?: AiSamplePerson
14447
+ Person: AiSamplePerson
14448
14448
 
14449
14449
  /**
14450
14450
  * 处理失败的五官信息。
14451
14451
  注意:此字段可能返回 null,表示取不到有效值。
14452
14452
  */
14453
- FailFaceInfoSet?: Array<AiSampleFailFaceInfo>
14453
+ FailFaceInfoSet: Array<AiSampleFailFaceInfo>
14454
14454
 
14455
14455
  /**
14456
14456
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -14637,12 +14637,12 @@ export interface DescribePersonSamplesResponse {
14637
14637
  /**
14638
14638
  * 符合条件的记录总数。
14639
14639
  */
14640
- TotalCount?: number
14640
+ TotalCount: number
14641
14641
 
14642
14642
  /**
14643
14643
  * 人物信息。
14644
14644
  */
14645
- PersonSet?: Array<AiSamplePerson>
14645
+ PersonSet: Array<AiSamplePerson>
14646
14646
 
14647
14647
  /**
14648
14648
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -14827,6 +14827,11 @@ export interface DescribeAIAnalysisTemplatesResponse {
14827
14827
  * CreateSnapshotByTimeOffsetTemplate请求参数结构体
14828
14828
  */
14829
14829
  export interface CreateSnapshotByTimeOffsetTemplateRequest {
14830
+ /**
14831
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
14832
+ */
14833
+ SubAppId?: number
14834
+
14830
14835
  /**
14831
14836
  * 指定时间点截图模板名称,长度限制:64 个字符。
14832
14837
  */
@@ -14870,11 +14875,6 @@ export interface CreateSnapshotByTimeOffsetTemplateRequest {
14870
14875
  */
14871
14876
  Comment?: string
14872
14877
 
14873
- /**
14874
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
14875
- */
14876
- SubAppId?: number
14877
-
14878
14878
  /**
14879
14879
  * 填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:
14880
14880
  <li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>
@@ -15156,6 +15156,11 @@ export interface CreateSampleSnapshotTemplateRequest {
15156
15156
  */
15157
15157
  SampleInterval: number
15158
15158
 
15159
+ /**
15160
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
15161
+ */
15162
+ SubAppId?: number
15163
+
15159
15164
  /**
15160
15165
  * 采样截图模板名称,长度限制:64 个字符。
15161
15166
  */
@@ -15199,11 +15204,6 @@ export interface CreateSampleSnapshotTemplateRequest {
15199
15204
  */
15200
15205
  Comment?: string
15201
15206
 
15202
- /**
15203
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
15204
- */
15205
- SubAppId?: number
15206
-
15207
15207
  /**
15208
15208
  * 填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:
15209
15209
  <li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>
@@ -15937,7 +15937,7 @@ export interface CreateAnimatedGraphicsTemplateResponse {
15937
15937
  /**
15938
15938
  * 转动图模板唯一标识。
15939
15939
  */
15940
- Definition?: number
15940
+ Definition: number
15941
15941
 
15942
15942
  /**
15943
15943
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -16075,6 +16075,11 @@ export interface AiRecognitionTaskHeadTailResult {
16075
16075
  * DescribePersonSamples请求参数结构体
16076
16076
  */
16077
16077
  export interface DescribePersonSamplesRequest {
16078
+ /**
16079
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
16080
+ */
16081
+ SubAppId?: number
16082
+
16078
16083
  /**
16079
16084
  * 拉取的素材类型,可选值:
16080
16085
  <li>UserDefine:用户自定义素材库;</li>
@@ -16109,11 +16114,6 @@ export interface DescribePersonSamplesRequest {
16109
16114
  * 返回记录条数,默认值:100,最大值:100。
16110
16115
  */
16111
16116
  Limit?: number
16112
-
16113
- /**
16114
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
16115
- */
16116
- SubAppId?: number
16117
16117
  }
16118
16118
 
16119
16119
  /**
@@ -16531,7 +16531,7 @@ export interface CreateImageSpriteTemplateResponse {
16531
16531
  /**
16532
16532
  * 雪碧图模板唯一标识。
16533
16533
  */
16534
- Definition?: number
16534
+ Definition: number
16535
16535
 
16536
16536
  /**
16537
16537
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。