tencentcloud-sdk-nodejs-vod 4.0.734 → 4.0.736

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.
@@ -648,6 +648,20 @@ export interface AdaptiveDynamicStreamingTemplate {
648
648
  SegmentType?: string
649
649
  }
650
650
 
651
+ /**
652
+ * DeleteJustInTimeTranscodeTemplate请求参数结构体
653
+ */
654
+ export interface DeleteJustInTimeTranscodeTemplateRequest {
655
+ /**
656
+ * 模板名字。
657
+ */
658
+ Name: string
659
+ /**
660
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
661
+ */
662
+ SubAppId?: number
663
+ }
664
+
651
665
  /**
652
666
  * DeleteAnimatedGraphicsTemplate返回参数结构体
653
667
  */
@@ -1062,6 +1076,32 @@ export interface AiReviewPoliticalOcrTaskInput {
1062
1076
  Definition?: number
1063
1077
  }
1064
1078
 
1079
+ /**
1080
+ * ModifyJustInTimeTranscodeTemplate请求参数结构体
1081
+ */
1082
+ export interface ModifyJustInTimeTranscodeTemplateRequest {
1083
+ /**
1084
+ * 模板名字。
1085
+ */
1086
+ Name: string
1087
+ /**
1088
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
1089
+ */
1090
+ SubAppId?: number
1091
+ /**
1092
+ * 视频参数配置。
1093
+ */
1094
+ VideoConfigure?: VideoConfigureInfoForUpdate
1095
+ /**
1096
+ * 水印参数配置。
1097
+ */
1098
+ WatermarkConfigure?: WatermarkConfigureInfoForUpdate
1099
+ /**
1100
+ * 模板描述,长度限制256个字符。
1101
+ */
1102
+ Comment?: string
1103
+ }
1104
+
1065
1105
  /**
1066
1106
  * DescribePrepaidProducts请求参数结构体
1067
1107
  */
@@ -1400,6 +1440,28 @@ export interface RefreshUrlCacheRequest {
1400
1440
  SubAppId?: number
1401
1441
  }
1402
1442
 
1443
+ /**
1444
+ * DescribeAIAnalysisTemplates请求参数结构体
1445
+ */
1446
+ export interface DescribeAIAnalysisTemplatesRequest {
1447
+ /**
1448
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
1449
+ */
1450
+ SubAppId?: number
1451
+ /**
1452
+ * 音视频内容分析模板唯一标识过滤条件,数组长度最大值:100。
1453
+ */
1454
+ Definitions?: Array<number | bigint>
1455
+ /**
1456
+ * 分页偏移量,默认值:0。
1457
+ */
1458
+ Offset?: number
1459
+ /**
1460
+ * 返回记录条数,默认值:10,最大值:100。
1461
+ */
1462
+ Limit?: number
1463
+ }
1464
+
1403
1465
  /**
1404
1466
  * 音视频审核模板详情
1405
1467
  */
@@ -2784,6 +2846,49 @@ export interface CreateProcedureTemplateRequest {
2784
2846
  ReviewAudioVideoTask?: ProcedureReviewAudioVideoTaskInput
2785
2847
  }
2786
2848
 
2849
+ /**
2850
+ * 转动图任务结果类型
2851
+ */
2852
+ export interface MediaProcessTaskAnimatedGraphicResult {
2853
+ /**
2854
+ * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
2855
+ */
2856
+ Status?: string
2857
+ /**
2858
+ * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
2859
+ */
2860
+ ErrCodeExt?: string
2861
+ /**
2862
+ * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
2863
+ */
2864
+ ErrCode?: number
2865
+ /**
2866
+ * 错误信息。
2867
+ */
2868
+ Message?: string
2869
+ /**
2870
+ * 转动图任务的输入。
2871
+ */
2872
+ Input?: AnimatedGraphicTaskInput
2873
+ /**
2874
+ * 转动图任务的输出。
2875
+ 注意:此字段可能返回 null,表示取不到有效值。
2876
+ */
2877
+ Output?: MediaAnimatedGraphicsItem
2878
+ /**
2879
+ * 转动图任务进度,取值范围 [0-100] 。
2880
+ */
2881
+ Progress?: number
2882
+ /**
2883
+ * 转动图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2884
+ */
2885
+ BeginProcessTime?: string
2886
+ /**
2887
+ * 转动图任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2888
+ */
2889
+ FinishTime?: string
2890
+ }
2891
+
2787
2892
  /**
2788
2893
  * DescribeMediaProcessUsageData请求参数结构体
2789
2894
  */
@@ -3759,6 +3864,45 @@ export interface ModifyQualityInspectTemplateResponse {
3759
3864
  RequestId?: string
3760
3865
  }
3761
3866
 
3867
+ /**
3868
+ * 即时转码视频模板更新配置。
3869
+ */
3870
+ export interface VideoConfigureInfoForUpdate {
3871
+ /**
3872
+ * 视频流宽度(或长边)的最大值,取值范围:0 和 [128, 1920],单位:px。
3873
+ <li>当 Width、Height 均为 0,则分辨率同源;</li>
3874
+ <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
3875
+ <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
3876
+ <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
3877
+
3878
+ 默认值:0。
3879
+ */
3880
+ Width?: number
3881
+ /**
3882
+ * 视频流高度(或短边)的最大值,取值范围:0 和 [128, 1920],单位:px。
3883
+ <li>当 Width、Height 均为 0,则分辨率同源;</li>
3884
+ <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
3885
+ <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
3886
+ <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
3887
+
3888
+ 默认值:0。
3889
+ */
3890
+ Height?: number
3891
+ /**
3892
+ * 分辨率自适应,可选值:
3893
+ <li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
3894
+ <li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>
3895
+
3896
+ 默认值:open。
3897
+ */
3898
+ ResolutionAdaptive?: string
3899
+ /**
3900
+ * 视频流的码率,取值范围:0 和 [128, 10000],单位:kbps。
3901
+ 当取值为 0,表示视频码率和原始视频保持一致。
3902
+ */
3903
+ Bitrate?: number
3904
+ }
3905
+
3762
3906
  /**
3763
3907
  * ModifyAdaptiveDynamicStreamingTemplate请求参数结构体
3764
3908
  */
@@ -4656,46 +4800,25 @@ export interface ProductInstanceRecource {
4656
4800
  }
4657
4801
 
4658
4802
  /**
4659
- * 转动图任务结果类型
4803
+ * 人脸识别结果片段
4660
4804
  */
4661
- export interface MediaProcessTaskAnimatedGraphicResult {
4662
- /**
4663
- * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
4664
- */
4665
- Status?: string
4666
- /**
4667
- * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
4668
- */
4669
- ErrCodeExt?: string
4670
- /**
4671
- * 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
4672
- */
4673
- ErrCode?: number
4674
- /**
4675
- * 错误信息。
4676
- */
4677
- Message?: string
4678
- /**
4679
- * 转动图任务的输入。
4680
- */
4681
- Input?: AnimatedGraphicTaskInput
4805
+ export interface AiRecognitionTaskFaceSegmentItem {
4682
4806
  /**
4683
- * 转动图任务的输出。
4684
- 注意:此字段可能返回 null,表示取不到有效值。
4807
+ * 识别片段起始的偏移时间,单位:秒。
4685
4808
  */
4686
- Output?: MediaAnimatedGraphicsItem
4809
+ StartTimeOffset: number
4687
4810
  /**
4688
- * 转动图任务进度,取值范围 [0-100] 。
4811
+ * 识别片段终止的偏移时间,单位:秒。
4689
4812
  */
4690
- Progress?: number
4813
+ EndTimeOffset: number
4691
4814
  /**
4692
- * 转动图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)
4815
+ * 识别片段置信度。取值:0~100
4693
4816
  */
4694
- BeginProcessTime?: string
4817
+ Confidence: number
4695
4818
  /**
4696
- * 转动图任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4819
+ * 识别结果的区域坐标。数组包含 4 个元素 [x1,y1,x2,y2],依次表示区域左上点、右下点的横纵坐标。
4697
4820
  */
4698
- FinishTime?: string
4821
+ AreaCoordSet: Array<number | bigint>
4699
4822
  }
4700
4823
 
4701
4824
  /**
@@ -4907,6 +5030,40 @@ export interface AiReviewTaskTerrorismOcrResult {
4907
5030
  Progress?: number
4908
5031
  }
4909
5032
 
5033
+ /**
5034
+ * 即时转码水印模板更新配置。
5035
+ */
5036
+ export interface WatermarkConfigureInfoForUpdate {
5037
+ /**
5038
+ * 是否启用水印。可取值:
5039
+ <li>ON:表示启用水印;</li>
5040
+ <li>OFF:表示关闭水印。</li>
5041
+ */
5042
+ Switch?: string
5043
+ /**
5044
+ * 水印图片 Base64 编码后的字符串。支持 jpeg、png 图片格式。
5045
+ */
5046
+ ImageContent?: string
5047
+ /**
5048
+ * 水印的宽度。
5049
+ <li>字符串以 % 结尾,表示水印 Width 为视频宽度的百分比大小,如 10% 表示 Width 为视频宽度的 10%;</li>
5050
+ */
5051
+ Width?: string
5052
+ /**
5053
+ * 水印的高度。
5054
+ <li>字符串以 % 结尾,表示水印 Height 为视频高度的百分比大小,如 10% 表示 Height 为视频高度的 10%;</li>
5055
+ */
5056
+ Height?: string
5057
+ /**
5058
+ * 水印原点距离视频图像坐标原点的水平位置。字符串以 % 结尾,表示水印 XPos 为视频宽度指定百分比,如 10% 表示 XPos 为视频宽度的 10%;
5059
+ */
5060
+ XPos?: string
5061
+ /**
5062
+ * 水印原点距离视频图像坐标原点的垂直位置。当字符串以 % 结尾,表示水印 YPos 为视频高度指定百分比,如 10% 表示 YPos 为视频高度的 10%。
5063
+ */
5064
+ YPos?: string
5065
+ }
5066
+
4910
5067
  /**
4911
5068
  * 文本关键识别结果。
4912
5069
  */
@@ -5627,58 +5784,21 @@ export interface MediaProcessTaskImageSpriteResult {
5627
5784
  }
5628
5785
 
5629
5786
  /**
5630
- * 降码率任务信息
5787
+ * DescribeJustInTimeTranscodeTemplates返回参数结构体
5631
5788
  */
5632
- export interface ReduceMediaBitrateTask {
5633
- /**
5634
- * 视频处理任务 ID。
5635
- */
5636
- TaskId?: string
5637
- /**
5638
- * 任务流状态,取值:
5639
- <li>PROCESSING:处理中;</li>
5640
- <li>FINISH:已完成。</li>
5641
- */
5642
- Status?: string
5643
- /**
5644
- * 媒体文件 ID。
5645
- */
5646
- FileId?: string
5647
- /**
5648
- * 媒体文件名称。
5649
- */
5650
- FileName?: string
5651
- /**
5652
- * 媒体文件地址。
5653
- */
5654
- FileUrl?: string
5789
+ export interface DescribeJustInTimeTranscodeTemplatesResponse {
5655
5790
  /**
5656
- * 原始视频的元信息。
5657
- 注意:此字段可能返回 null,表示取不到有效值。
5658
- */
5659
- MetaData?: MediaMetaData
5660
- /**
5661
- * 降码率任务执行状态与结果。
5662
- */
5663
- MediaProcessResultSet?: Array<ReduceMediaBitrateMediaProcessTaskResult>
5664
- /**
5665
- * 任务流的优先级,取值范围为 [-10, 10]。
5666
- */
5667
- TasksPriority?: number
5668
- /**
5669
- * 任务流状态变更通知模式。
5670
- <li>Finish:只有当任务流全部执行完毕时,才发起一次事件通知;</li>
5671
- <li>None:不接受该任务流回调。</li>
5791
+ * 符合过滤条件的记录总数。
5672
5792
  */
5673
- TasksNotifyMode?: string
5793
+ TotalCount?: number
5674
5794
  /**
5675
- * 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
5795
+ * 模板详情列表。
5676
5796
  */
5677
- SessionContext?: string
5797
+ JustInTimeTranscodeTemplateSet?: Array<JustInTimeTranscodeTemplate>
5678
5798
  /**
5679
- * 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
5799
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5680
5800
  */
5681
- SessionId?: string
5801
+ RequestId?: string
5682
5802
  }
5683
5803
 
5684
5804
  /**
@@ -6183,17 +6303,23 @@ export interface ModifyAnimatedGraphicsTemplateRequest {
6183
6303
  }
6184
6304
 
6185
6305
  /**
6186
- * DescribeAIAnalysisTemplates请求参数结构体
6306
+ * DescribeProcedureTemplates请求参数结构体
6187
6307
  */
6188
- export interface DescribeAIAnalysisTemplatesRequest {
6308
+ export interface DescribeProcedureTemplatesRequest {
6189
6309
  /**
6190
6310
  * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
6191
6311
  */
6192
6312
  SubAppId?: number
6193
6313
  /**
6194
- * 音视频内容分析模板唯一标识过滤条件,数组长度最大值:100。
6314
+ * 任务流模板名字过滤条件,数组长度限制:100。
6195
6315
  */
6196
- Definitions?: Array<number | bigint>
6316
+ Names?: Array<string>
6317
+ /**
6318
+ * 任务流模板类型过滤条件,可选值:
6319
+ <li>Preset:系统预置任务流模板;</li>
6320
+ <li>Custom:用户自定义任务流模板。</li>
6321
+ */
6322
+ Type?: string
6197
6323
  /**
6198
6324
  * 分页偏移量,默认值:0。
6199
6325
  */
@@ -7176,25 +7302,47 @@ export interface EditMediaTask {
7176
7302
  }
7177
7303
 
7178
7304
  /**
7179
- * 人脸识别结果片段
7305
+ * CreateJustInTimeTranscodeTemplate返回参数结构体
7180
7306
  */
7181
- export interface AiRecognitionTaskFaceSegmentItem {
7307
+ export interface CreateJustInTimeTranscodeTemplateResponse {
7182
7308
  /**
7183
- * 识别片段起始的偏移时间,单位:秒。
7309
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7184
7310
  */
7185
- StartTimeOffset: number
7311
+ RequestId?: string
7312
+ }
7313
+
7314
+ /**
7315
+ * 即时转码水印模板配置。
7316
+ */
7317
+ export interface WatermarkConfigureData {
7186
7318
  /**
7187
- * 识别片段终止的偏移时间,单位:秒。
7319
+ * 是否启用水印。可取值:
7320
+ <li>ON:表示启用水印;</li>
7321
+ <li>OFF:表示关闭水印。</li>
7188
7322
  */
7189
- EndTimeOffset: number
7323
+ Switch?: string
7190
7324
  /**
7191
- * 识别片段置信度。取值:0~100
7325
+ * 水印 Url
7192
7326
  */
7193
- Confidence: number
7327
+ Url?: string
7194
7328
  /**
7195
- * 识别结果的区域坐标。数组包含 4 个元素 [x1,y1,x2,y2],依次表示区域左上点、右下点的横纵坐标。
7329
+ * 水印的宽度。
7330
+ <li>字符串以 % 结尾,表示水印 Width 为视频宽度的百分比大小,如 10% 表示 Width 为视频宽度的 10%;</li>
7196
7331
  */
7197
- AreaCoordSet: Array<number | bigint>
7332
+ Width?: string
7333
+ /**
7334
+ * 水印的高度。
7335
+ <li>字符串以 % 结尾,表示水印 Height 为视频高度的百分比大小,如 10% 表示 Height 为视频高度的 10%;</li>
7336
+ */
7337
+ Height?: string
7338
+ /**
7339
+ * 水印原点距离视频图像坐标原点的水平位置。字符串以 % 结尾,表示水印 XPos 为视频宽度指定百分比,如 10% 表示 XPos 为视频宽度的 10%;
7340
+ */
7341
+ XPos?: string
7342
+ /**
7343
+ * 水印原点距离视频图像坐标原点的垂直位置。当字符串以 % 结尾,表示水印 YPos 为视频高度指定百分比,如 10% 表示 YPos 为视频高度的 10%。
7344
+ */
7345
+ YPos?: string
7198
7346
  }
7199
7347
 
7200
7348
  /**
@@ -7889,6 +8037,32 @@ export interface EnhanceMediaByTemplateResponse {
7889
8037
  RequestId?: string
7890
8038
  }
7891
8039
 
8040
+ /**
8041
+ * CreateJustInTimeTranscodeTemplate请求参数结构体
8042
+ */
8043
+ export interface CreateJustInTimeTranscodeTemplateRequest {
8044
+ /**
8045
+ * 模板名字,长度限制64个字符。
8046
+ */
8047
+ Name: string
8048
+ /**
8049
+ * 视频参数配置。
8050
+ */
8051
+ VideoConfigure: VideoConfigureInfo
8052
+ /**
8053
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
8054
+ */
8055
+ SubAppId?: number
8056
+ /**
8057
+ * 水印参数配置。
8058
+ */
8059
+ WatermarkConfigure?: WatermarkConfigureInfo
8060
+ /**
8061
+ * 模板描述,长度限制256个字符。
8062
+ */
8063
+ Comment?: string
8064
+ }
8065
+
7892
8066
  /**
7893
8067
  * ManageTask请求参数结构体
7894
8068
  */
@@ -8393,17 +8567,21 @@ export interface DeleteRebuildMediaTemplateResponse {
8393
8567
  }
8394
8568
 
8395
8569
  /**
8396
- * DeleteRebuildMediaTemplate请求参数结构体
8570
+ * DescribeSubAppIds返回参数结构体
8397
8571
  */
8398
- export interface DeleteRebuildMediaTemplateRequest {
8572
+ export interface DescribeSubAppIdsResponse {
8399
8573
  /**
8400
- * 视频重生模板号。
8574
+ * 子应用信息集合。
8401
8575
  */
8402
- Definition: number
8576
+ SubAppIdInfoSet?: Array<SubAppIdInfo>
8403
8577
  /**
8404
- * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
8578
+ * 子应用总数量。
8405
8579
  */
8406
- SubAppId?: number
8580
+ TotalCount?: number
8581
+ /**
8582
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8583
+ */
8584
+ RequestId?: string
8407
8585
  }
8408
8586
 
8409
8587
  /**
@@ -9264,6 +9442,16 @@ export interface ImageScale {
9264
9442
  ShortEdge?: number
9265
9443
  }
9266
9444
 
9445
+ /**
9446
+ * ModifyJustInTimeTranscodeTemplate返回参数结构体
9447
+ */
9448
+ export interface ModifyJustInTimeTranscodeTemplateResponse {
9449
+ /**
9450
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
9451
+ */
9452
+ RequestId?: string
9453
+ }
9454
+
9267
9455
  /**
9268
9456
  * 图片智能内容识别任务输入
9269
9457
  */
@@ -9614,6 +9802,45 @@ export interface MediaSnapshotByTimeOffsetInfo {
9614
9802
  SnapshotByTimeOffsetSet: Array<MediaSnapshotByTimeOffsetItem>
9615
9803
  }
9616
9804
 
9805
+ /**
9806
+ * 即时转码视频模板配置。
9807
+ */
9808
+ export interface VideoConfigureInfo {
9809
+ /**
9810
+ * 视频流宽度(或长边)的最大值,取值范围:0 和 [128, 1920],单位:px。
9811
+ <li>当 Width、Height 均为 0,则分辨率同源;</li>
9812
+ <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
9813
+ <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
9814
+ <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
9815
+
9816
+ 默认值:0。
9817
+ */
9818
+ Width?: number
9819
+ /**
9820
+ * 视频流高度(或短边)的最大值,取值范围:0 和 [128, 1920],单位:px。
9821
+ <li>当 Width、Height 均为 0,则分辨率同源;</li>
9822
+ <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
9823
+ <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
9824
+ <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
9825
+
9826
+ 默认值:0。
9827
+ */
9828
+ Height?: number
9829
+ /**
9830
+ * 分辨率自适应,可选值:
9831
+ <li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
9832
+ <li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>
9833
+
9834
+ 默认值:open。
9835
+ */
9836
+ ResolutionAdaptive?: string
9837
+ /**
9838
+ * 视频流的码率,取值范围:0 和 [128, 10000],单位:kbps。
9839
+ 当取值为 0,表示视频码率和原始视频保持一致。
9840
+ */
9841
+ Bitrate?: number
9842
+ }
9843
+
9617
9844
  /**
9618
9845
  * DescribeImageSpriteTemplates请求参数结构体
9619
9846
  */
@@ -11942,6 +12169,34 @@ export interface DescribeCDNUsageDataRequest {
11942
12169
  DomainNames?: Array<string>
11943
12170
  }
11944
12171
 
12172
+ /**
12173
+ * 即时转码模板详情。
12174
+ */
12175
+ export interface JustInTimeTranscodeTemplate {
12176
+ /**
12177
+ * 模板类型。
12178
+ */
12179
+ Type?: string
12180
+ /**
12181
+ * 模板名。
12182
+ */
12183
+ Name?: string
12184
+ /**
12185
+ * 模板描述。
12186
+ */
12187
+ Comment?: string
12188
+ /**
12189
+ * 视频参数配置。
12190
+ 注意:此字段可能返回 null,表示取不到有效值。
12191
+ */
12192
+ VideoConfigure?: VideoConfigureInfo
12193
+ /**
12194
+ * 水印参数配置。
12195
+ 注意:此字段可能返回 null,表示取不到有效值。
12196
+ */
12197
+ WatermarkConfigure?: WatermarkConfigureData
12198
+ }
12199
+
11945
12200
  /**
11946
12201
  * 文本鉴别涉及令人反感的信息的任务控制参数
11947
12202
  */
@@ -14264,21 +14519,17 @@ export interface InspectMediaQualityResponse {
14264
14519
  }
14265
14520
 
14266
14521
  /**
14267
- * DescribeSubAppIds返回参数结构体
14522
+ * DeleteRebuildMediaTemplate请求参数结构体
14268
14523
  */
14269
- export interface DescribeSubAppIdsResponse {
14270
- /**
14271
- * 子应用信息集合。
14272
- */
14273
- SubAppIdInfoSet?: Array<SubAppIdInfo>
14524
+ export interface DeleteRebuildMediaTemplateRequest {
14274
14525
  /**
14275
- * 子应用总数量。
14526
+ * 视频重生模板号。
14276
14527
  */
14277
- TotalCount?: number
14528
+ Definition: number
14278
14529
  /**
14279
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
14530
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
14280
14531
  */
14281
- RequestId?: string
14532
+ SubAppId?: number
14282
14533
  }
14283
14534
 
14284
14535
  /**
@@ -14642,6 +14893,40 @@ export interface TransitionOperation {
14642
14893
  Type: string
14643
14894
  }
14644
14895
 
14896
+ /**
14897
+ * 即时转码水印模板配置。
14898
+ */
14899
+ export interface WatermarkConfigureInfo {
14900
+ /**
14901
+ * 是否启用水印。可取值:
14902
+ <li>ON:表示启用水印;</li>
14903
+ <li>OFF:表示关闭水印。</li>
14904
+ */
14905
+ Switch: string
14906
+ /**
14907
+ * 水印图片 Base64 编码后的字符串。支持 jpeg、png 图片格式。
14908
+ */
14909
+ ImageContent?: string
14910
+ /**
14911
+ * 水印的宽度。
14912
+ <li>字符串以 % 结尾,表示水印 Width 为视频宽度的百分比大小,如 10% 表示 Width 为视频宽度的 10%;</li>
14913
+ */
14914
+ Width?: string
14915
+ /**
14916
+ * 水印的高度。
14917
+ <li>字符串以 % 结尾,表示水印 Height 为视频高度的百分比大小,如 10% 表示 Height 为视频高度的 10%;</li>
14918
+ */
14919
+ Height?: string
14920
+ /**
14921
+ * 水印原点距离视频图像坐标原点的水平位置。字符串以 % 结尾,表示水印 XPos 为视频宽度指定百分比,如 10% 表示 XPos 为视频宽度的 10%;
14922
+ */
14923
+ XPos?: string
14924
+ /**
14925
+ * 水印原点距离视频图像坐标原点的垂直位置。当字符串以 % 结尾,表示水印 YPos 为视频高度指定百分比,如 10% 表示 YPos 为视频高度的 10%。
14926
+ */
14927
+ YPos?: string
14928
+ }
14929
+
14645
14930
  /**
14646
14931
  * 智能按帧标签任务输入类型
14647
14932
  */
@@ -16628,6 +16913,61 @@ export interface AiContentReviewResult {
16628
16913
  ProhibitedAsrTask?: AiReviewTaskProhibitedAsrResult
16629
16914
  }
16630
16915
 
16916
+ /**
16917
+ * 降码率任务信息
16918
+ */
16919
+ export interface ReduceMediaBitrateTask {
16920
+ /**
16921
+ * 视频处理任务 ID。
16922
+ */
16923
+ TaskId?: string
16924
+ /**
16925
+ * 任务流状态,取值:
16926
+ <li>PROCESSING:处理中;</li>
16927
+ <li>FINISH:已完成。</li>
16928
+ */
16929
+ Status?: string
16930
+ /**
16931
+ * 媒体文件 ID。
16932
+ */
16933
+ FileId?: string
16934
+ /**
16935
+ * 媒体文件名称。
16936
+ */
16937
+ FileName?: string
16938
+ /**
16939
+ * 媒体文件地址。
16940
+ */
16941
+ FileUrl?: string
16942
+ /**
16943
+ * 原始视频的元信息。
16944
+ 注意:此字段可能返回 null,表示取不到有效值。
16945
+ */
16946
+ MetaData?: MediaMetaData
16947
+ /**
16948
+ * 降码率任务执行状态与结果。
16949
+ */
16950
+ MediaProcessResultSet?: Array<ReduceMediaBitrateMediaProcessTaskResult>
16951
+ /**
16952
+ * 任务流的优先级,取值范围为 [-10, 10]。
16953
+ */
16954
+ TasksPriority?: number
16955
+ /**
16956
+ * 任务流状态变更通知模式。
16957
+ <li>Finish:只有当任务流全部执行完毕时,才发起一次事件通知;</li>
16958
+ <li>None:不接受该任务流回调。</li>
16959
+ */
16960
+ TasksNotifyMode?: string
16961
+ /**
16962
+ * 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
16963
+ */
16964
+ SessionContext?: string
16965
+ /**
16966
+ * 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
16967
+ */
16968
+ SessionId?: string
16969
+ }
16970
+
16631
16971
  /**
16632
16972
  * 画面鉴别涉及令人不安全的信息的任务控制参数
16633
16973
  */
@@ -19682,6 +20022,16 @@ export interface ComposeMediaOutput {
19682
20022
  RemoveAudio?: number
19683
20023
  }
19684
20024
 
20025
+ /**
20026
+ * DeleteJustInTimeTranscodeTemplate返回参数结构体
20027
+ */
20028
+ export interface DeleteJustInTimeTranscodeTemplateResponse {
20029
+ /**
20030
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
20031
+ */
20032
+ RequestId?: string
20033
+ }
20034
+
19685
20035
  /**
19686
20036
  * ModifyWatermarkTemplate返回参数结构体
19687
20037
  */
@@ -19697,19 +20047,19 @@ export interface ModifyWatermarkTemplateResponse {
19697
20047
  }
19698
20048
 
19699
20049
  /**
19700
- * DescribeProcedureTemplates请求参数结构体
20050
+ * DescribeJustInTimeTranscodeTemplates请求参数结构体
19701
20051
  */
19702
- export interface DescribeProcedureTemplatesRequest {
20052
+ export interface DescribeJustInTimeTranscodeTemplatesRequest {
19703
20053
  /**
19704
- * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
20054
+ * 模板名过滤条件,数组长度限制:100。
19705
20055
  */
19706
- SubAppId?: number
20056
+ Names?: Array<string>
19707
20057
  /**
19708
- * 任务流模板名字过滤条件,数组长度限制:100。
20058
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
19709
20059
  */
19710
- Names?: Array<string>
20060
+ SubAppId?: number
19711
20061
  /**
19712
- * 任务流模板类型过滤条件,可选值:
20062
+ * 模板类型过滤条件,可选值:
19713
20063
  <li>Preset:系统预置任务流模板;</li>
19714
20064
  <li>Custom:用户自定义任务流模板。</li>
19715
20065
  */