tencentcloud-sdk-nodejs-mps 4.0.880 → 4.0.885
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.
|
@@ -1664,9 +1664,7 @@ export interface AudioTemplateInfoForUpdate {
|
|
|
1664
1664
|
<li>flac。</li>
|
|
1665
1665
|
当外层参数 Container 为 m4a 时,可选值为:
|
|
1666
1666
|
<li>aac;</li>
|
|
1667
|
-
<li>mp3;</li>
|
|
1668
1667
|
<li>ac3。</li>
|
|
1669
|
-
<li>eac3。</li>
|
|
1670
1668
|
当外层参数 Container 为 mp4 或 flv 时,可选值为:
|
|
1671
1669
|
<li>aac:更适合 mp4;</li>
|
|
1672
1670
|
<li>mp3:更适合 flv;</li>
|
|
@@ -2016,9 +2014,7 @@ export interface AudioTemplateInfo {
|
|
|
2016
2014
|
<li>flac。</li>
|
|
2017
2015
|
当外层参数 Container 为 m4a 时,可选值为:
|
|
2018
2016
|
<li>aac;</li>
|
|
2019
|
-
<li>mp3;</li>
|
|
2020
2017
|
<li>ac3。</li>
|
|
2021
|
-
<li>eac3。</li>
|
|
2022
2018
|
当外层参数 Container 为 mp4 或 flv 时,可选值为:
|
|
2023
2019
|
<li>aac:更适合 mp4;</li>
|
|
2024
2020
|
<li>mp3:更适合 flv;</li>
|
|
@@ -2256,7 +2252,6 @@ export interface TerrorismImgReviewTemplateInfoForUpdate {
|
|
|
2256
2252
|
<li>militant:武装分子;</li>
|
|
2257
2253
|
<li>explosion:爆炸火灾;</li>
|
|
2258
2254
|
<li>terrorists:涉敏人物;</li>
|
|
2259
|
-
<li>scenario:涉敏画面。</li>
|
|
2260
2255
|
*/
|
|
2261
2256
|
LabelSet?: Array<string>;
|
|
2262
2257
|
/**
|
|
@@ -2751,40 +2746,40 @@ export interface DescribeInputSRTSettings {
|
|
|
2751
2746
|
* SRT模式。
|
|
2752
2747
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2753
2748
|
*/
|
|
2754
|
-
Mode
|
|
2749
|
+
Mode?: string;
|
|
2755
2750
|
/**
|
|
2756
2751
|
* 流Id。
|
|
2757
2752
|
*/
|
|
2758
|
-
StreamId
|
|
2753
|
+
StreamId?: string;
|
|
2759
2754
|
/**
|
|
2760
2755
|
* 延迟。
|
|
2761
2756
|
*/
|
|
2762
|
-
Latency
|
|
2757
|
+
Latency?: number;
|
|
2763
2758
|
/**
|
|
2764
2759
|
* 接收延迟。
|
|
2765
2760
|
*/
|
|
2766
|
-
RecvLatency
|
|
2761
|
+
RecvLatency?: number;
|
|
2767
2762
|
/**
|
|
2768
2763
|
* 对端延迟。
|
|
2769
2764
|
*/
|
|
2770
|
-
PeerLatency
|
|
2765
|
+
PeerLatency?: number;
|
|
2771
2766
|
/**
|
|
2772
2767
|
* 对端空闲超时时间。
|
|
2773
2768
|
*/
|
|
2774
|
-
PeerIdleTimeout
|
|
2769
|
+
PeerIdleTimeout?: number;
|
|
2775
2770
|
/**
|
|
2776
2771
|
* 解密密钥。
|
|
2777
2772
|
*/
|
|
2778
|
-
Passphrase
|
|
2773
|
+
Passphrase?: string;
|
|
2779
2774
|
/**
|
|
2780
2775
|
* 密钥长度。
|
|
2781
2776
|
*/
|
|
2782
|
-
PbKeyLen
|
|
2777
|
+
PbKeyLen?: number;
|
|
2783
2778
|
/**
|
|
2784
2779
|
* SRT对端地址。
|
|
2785
2780
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2786
2781
|
*/
|
|
2787
|
-
SourceAddresses
|
|
2782
|
+
SourceAddresses?: Array<SRTSourceAddressResp>;
|
|
2788
2783
|
}
|
|
2789
2784
|
/**
|
|
2790
2785
|
* 智能封面结果类型
|
|
@@ -2887,11 +2882,11 @@ export interface SRTAddressDestination {
|
|
|
2887
2882
|
/**
|
|
2888
2883
|
* 目标地址的IP。
|
|
2889
2884
|
*/
|
|
2890
|
-
Ip
|
|
2885
|
+
Ip?: string;
|
|
2891
2886
|
/**
|
|
2892
2887
|
* 目标地址的端口。
|
|
2893
2888
|
*/
|
|
2894
|
-
Port
|
|
2889
|
+
Port?: number;
|
|
2895
2890
|
}
|
|
2896
2891
|
/**
|
|
2897
2892
|
* Event管理的Flow列表
|
|
@@ -3339,11 +3334,11 @@ export interface DescribeAIRecognitionTemplatesResponse {
|
|
|
3339
3334
|
/**
|
|
3340
3335
|
* 符合过滤条件的记录总数。
|
|
3341
3336
|
*/
|
|
3342
|
-
TotalCount
|
|
3337
|
+
TotalCount?: number;
|
|
3343
3338
|
/**
|
|
3344
3339
|
* 视频内容识别模板详情列表。
|
|
3345
3340
|
*/
|
|
3346
|
-
AIRecognitionTemplateSet
|
|
3341
|
+
AIRecognitionTemplateSet?: Array<AIRecognitionTemplateItem>;
|
|
3347
3342
|
/**
|
|
3348
3343
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3349
3344
|
*/
|
|
@@ -4180,7 +4175,7 @@ export interface EditMediaOutputConfig {
|
|
|
4180
4175
|
*/
|
|
4181
4176
|
export interface AiQualityControlTaskInput {
|
|
4182
4177
|
/**
|
|
4183
|
-
*
|
|
4178
|
+
* 媒体质检模板 ID 。暂时可以直接使用 预设模板ID 10,后面控制台支持用户配置自定义模板。
|
|
4184
4179
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4185
4180
|
*/
|
|
4186
4181
|
Definition?: number;
|
|
@@ -4843,15 +4838,14 @@ export interface VideoTemplateInfo {
|
|
|
4843
4838
|
<li>dnxhd:DNxHD 编码</li>
|
|
4844
4839
|
注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。
|
|
4845
4840
|
|
|
4846
|
-
注意:av1 编码容器目前只支持 mp4 ,webm,mkv
|
|
4841
|
+
注意:av1 编码容器目前只支持 mp4 ,webm,mkv。
|
|
4847
4842
|
注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。
|
|
4848
4843
|
注意:VP8、VP9编码容器目前只支持webm,mkv。
|
|
4849
4844
|
注意:MPEG2、dnxhd 编码容器目前只支持mxf。
|
|
4850
4845
|
*/
|
|
4851
4846
|
Codec: string;
|
|
4852
4847
|
/**
|
|
4853
|
-
* 视频帧率,取值范围:[0, 120],单位:Hz。 当取值为 0,表示帧率和原始视频保持一致。
|
|
4854
|
-
注意:自适应码率时取值范围是 [0, 60]
|
|
4848
|
+
* 视频帧率,取值范围:[0, 120],单位:Hz。 当取值为 0,表示帧率和原始视频保持一致。 注意:自适应码率时取值范围是 [0, 60]
|
|
4855
4849
|
*/
|
|
4856
4850
|
Fps: number;
|
|
4857
4851
|
/**
|
|
@@ -4908,11 +4902,11 @@ export interface VideoTemplateInfo {
|
|
|
4908
4902
|
Vcrf?: number;
|
|
4909
4903
|
/**
|
|
4910
4904
|
* hls 分片类型,可选值 :
|
|
4911
|
-
<li>
|
|
4905
|
+
<li>0:HLS+TS 切片</li>
|
|
4912
4906
|
<li>2:HLS+TS byte range</li>
|
|
4913
4907
|
<li>7:HLS+MP4 切片</li>
|
|
4914
4908
|
<li>5:HLS+MP4 byte range</li>
|
|
4915
|
-
默认值:
|
|
4909
|
+
默认值:0
|
|
4916
4910
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4917
4911
|
*/
|
|
4918
4912
|
SegmentType?: number;
|
|
@@ -5128,6 +5122,10 @@ export interface CreateOutputInfo {
|
|
|
5128
5122
|
* 绑定的输入安全组 ID。
|
|
5129
5123
|
*/
|
|
5130
5124
|
SecurityGroupIds?: Array<string>;
|
|
5125
|
+
/**
|
|
5126
|
+
* 可用区,output最多只支持输入一个可用区。
|
|
5127
|
+
*/
|
|
5128
|
+
Zones?: Array<string>;
|
|
5131
5129
|
}
|
|
5132
5130
|
/**
|
|
5133
5131
|
* 媒体处理输出对象信息。
|
|
@@ -5679,7 +5677,7 @@ export interface ProcessMediaRequest {
|
|
|
5679
5677
|
*/
|
|
5680
5678
|
AiRecognitionTask?: AiRecognitionTaskInput;
|
|
5681
5679
|
/**
|
|
5682
|
-
*
|
|
5680
|
+
* 媒体质检类型任务参数。
|
|
5683
5681
|
*/
|
|
5684
5682
|
AiQualityControlTask?: AiQualityControlTaskInput;
|
|
5685
5683
|
/**
|
|
@@ -5691,7 +5689,7 @@ export interface ProcessMediaRequest {
|
|
|
5691
5689
|
*/
|
|
5692
5690
|
TasksPriority?: number;
|
|
5693
5691
|
/**
|
|
5694
|
-
* 用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50
|
|
5692
|
+
* 用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不传该参数或者参数为空字符串则本次请求不做去重操作。
|
|
5695
5693
|
*/
|
|
5696
5694
|
SessionId?: string;
|
|
5697
5695
|
/**
|
|
@@ -6420,11 +6418,11 @@ export interface DescribeWorkflowsResponse {
|
|
|
6420
6418
|
/**
|
|
6421
6419
|
* 符合过滤条件的记录总数。
|
|
6422
6420
|
*/
|
|
6423
|
-
TotalCount
|
|
6421
|
+
TotalCount?: number;
|
|
6424
6422
|
/**
|
|
6425
6423
|
* 工作流信息数组。
|
|
6426
6424
|
*/
|
|
6427
|
-
WorkflowInfoSet
|
|
6425
|
+
WorkflowInfoSet?: Array<WorkflowInfo>;
|
|
6428
6426
|
/**
|
|
6429
6427
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6430
6428
|
*/
|
|
@@ -6462,11 +6460,11 @@ export interface DescribeContentReviewTemplatesResponse {
|
|
|
6462
6460
|
/**
|
|
6463
6461
|
* 符合过滤条件的记录总数。
|
|
6464
6462
|
*/
|
|
6465
|
-
TotalCount
|
|
6463
|
+
TotalCount?: number;
|
|
6466
6464
|
/**
|
|
6467
6465
|
* 内容审核模板详情列表。
|
|
6468
6466
|
*/
|
|
6469
|
-
ContentReviewTemplateSet
|
|
6467
|
+
ContentReviewTemplateSet?: Array<ContentReviewTemplateItem>;
|
|
6470
6468
|
/**
|
|
6471
6469
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6472
6470
|
*/
|
|
@@ -6868,7 +6866,7 @@ export interface CreateStreamLinkInputRequest {
|
|
|
6868
6866
|
InputGroup?: Array<CreateInput>;
|
|
6869
6867
|
}
|
|
6870
6868
|
/**
|
|
6871
|
-
*
|
|
6869
|
+
* 媒体质检任务结果类型
|
|
6872
6870
|
*/
|
|
6873
6871
|
export interface ScheduleQualityControlTaskResult {
|
|
6874
6872
|
/**
|
|
@@ -6888,11 +6886,11 @@ export interface ScheduleQualityControlTaskResult {
|
|
|
6888
6886
|
*/
|
|
6889
6887
|
Message?: string;
|
|
6890
6888
|
/**
|
|
6891
|
-
*
|
|
6889
|
+
* 媒体质检任务的输入。
|
|
6892
6890
|
*/
|
|
6893
6891
|
Input?: AiQualityControlTaskInput;
|
|
6894
6892
|
/**
|
|
6895
|
-
*
|
|
6893
|
+
* 媒体质检任务的输出。
|
|
6896
6894
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6897
6895
|
*/
|
|
6898
6896
|
Output?: QualityControlData;
|
|
@@ -7449,6 +7447,10 @@ export interface DescribeInput {
|
|
|
7449
7447
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7450
7448
|
*/
|
|
7451
7449
|
SecurityGroupIds?: Array<string>;
|
|
7450
|
+
/**
|
|
7451
|
+
* 可用区配置,开启容灾情况下最多有两个,顺序和pipeline 0、1对应,否则最多只有一个可用区。
|
|
7452
|
+
*/
|
|
7453
|
+
Zones?: Array<string>;
|
|
7452
7454
|
}
|
|
7453
7455
|
/**
|
|
7454
7456
|
* 编辑视频任务信息
|
|
@@ -7928,6 +7930,10 @@ export interface DescribeOutput {
|
|
|
7928
7930
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7929
7931
|
*/
|
|
7930
7932
|
SecurityGroupIds?: Array<string>;
|
|
7933
|
+
/**
|
|
7934
|
+
* 可用区,output目前最多只支持一个。
|
|
7935
|
+
*/
|
|
7936
|
+
Zones?: Array<string>;
|
|
7931
7937
|
}
|
|
7932
7938
|
/**
|
|
7933
7939
|
* 直播 AI 内容审核声音鉴黄结果
|
|
@@ -8079,7 +8085,7 @@ export interface CreateSnapshotByTimeOffsetTemplateResponse {
|
|
|
8079
8085
|
/**
|
|
8080
8086
|
* 时间点截图模板唯一标识。
|
|
8081
8087
|
*/
|
|
8082
|
-
Definition
|
|
8088
|
+
Definition?: number;
|
|
8083
8089
|
/**
|
|
8084
8090
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8085
8091
|
*/
|
|
@@ -9327,12 +9333,13 @@ export interface ActivityResult {
|
|
|
9327
9333
|
<li>AiContentReview:内容审核。</li>
|
|
9328
9334
|
<li>AIRecognition:智能识别。</li>
|
|
9329
9335
|
<li>AIAnalysis:智能分析。</li>
|
|
9336
|
+
<li>AiQualityControl:媒体质检。</li>
|
|
9330
9337
|
*/
|
|
9331
|
-
ActivityType
|
|
9338
|
+
ActivityType?: string;
|
|
9332
9339
|
/**
|
|
9333
9340
|
* 原子任务输出。
|
|
9334
9341
|
*/
|
|
9335
|
-
ActivityResItem
|
|
9342
|
+
ActivityResItem?: ActivityResItem;
|
|
9336
9343
|
}
|
|
9337
9344
|
/**
|
|
9338
9345
|
* 查询输入的HLS配置信息。
|
|
@@ -10067,6 +10074,7 @@ export interface Activity {
|
|
|
10067
10074
|
<li>action-image-sprite:雪碧图</li>
|
|
10068
10075
|
<li>action-snapshotByTimeOffset: 时间点截图</li>
|
|
10069
10076
|
<li>action-adaptive-substream:自适应码流</li>
|
|
10077
|
+
<li>action-AIQualityControl:媒体质检</li>
|
|
10070
10078
|
|
|
10071
10079
|
|
|
10072
10080
|
|
|
@@ -10320,7 +10328,7 @@ export interface VideoTemplateInfoForUpdate {
|
|
|
10320
10328
|
<li>dnxhd:DNxHD 编码</li>
|
|
10321
10329
|
注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。
|
|
10322
10330
|
|
|
10323
|
-
注意:av1 编码容器目前只支持 mp4 ,webm,mkv
|
|
10331
|
+
注意:av1 编码容器目前只支持 mp4 ,webm,mkv。
|
|
10324
10332
|
注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。
|
|
10325
10333
|
注意:VP8、VP9编码容器目前只支持webm,mkv。
|
|
10326
10334
|
注意:MPEG2、dnxhd 编码容器目前只支持mxf。
|
|
@@ -10328,7 +10336,7 @@ export interface VideoTemplateInfoForUpdate {
|
|
|
10328
10336
|
*/
|
|
10329
10337
|
Codec?: string;
|
|
10330
10338
|
/**
|
|
10331
|
-
* 视频帧率,取值范围:[0, 120],单位:Hz。
|
|
10339
|
+
* 视频帧率,取值范围:[0, 120],单位:Hz。 当取值为 0,表示帧率和原始视频保持一致。
|
|
10332
10340
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10333
10341
|
*/
|
|
10334
10342
|
Fps?: number;
|
|
@@ -10390,11 +10398,11 @@ export interface VideoTemplateInfoForUpdate {
|
|
|
10390
10398
|
ContentAdaptStream?: number;
|
|
10391
10399
|
/**
|
|
10392
10400
|
* hls 分片类型,可选值:
|
|
10393
|
-
<li>
|
|
10401
|
+
<li>0:HLS+TS 切片</li>
|
|
10394
10402
|
<li>2:HLS+TS byte range</li>
|
|
10395
10403
|
<li>7:HLS+MP4 切片</li>
|
|
10396
10404
|
<li>5:HLS+MP4 byte range</li>
|
|
10397
|
-
默认值:
|
|
10405
|
+
默认值:0
|
|
10398
10406
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10399
10407
|
*/
|
|
10400
10408
|
SegmentType?: number;
|
|
@@ -10519,11 +10527,11 @@ export interface DescribeImageSpriteTemplatesResponse {
|
|
|
10519
10527
|
/**
|
|
10520
10528
|
* 符合过滤条件的记录总数。
|
|
10521
10529
|
*/
|
|
10522
|
-
TotalCount
|
|
10530
|
+
TotalCount?: number;
|
|
10523
10531
|
/**
|
|
10524
10532
|
* 雪碧图模板详情列表。
|
|
10525
10533
|
*/
|
|
10526
|
-
ImageSpriteTemplateSet
|
|
10534
|
+
ImageSpriteTemplateSet?: Array<ImageSpriteTemplate>;
|
|
10527
10535
|
/**
|
|
10528
10536
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10529
10537
|
*/
|
|
@@ -11121,52 +11129,52 @@ export interface DescribeOutputSRTSettings {
|
|
|
11121
11129
|
* 转推的目标的地址信息列表,SRT模式为CALLER时使用。
|
|
11122
11130
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11123
11131
|
*/
|
|
11124
|
-
Destinations
|
|
11132
|
+
Destinations?: Array<SRTAddressDestination>;
|
|
11125
11133
|
/**
|
|
11126
11134
|
* 流Id。
|
|
11127
11135
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11128
11136
|
*/
|
|
11129
|
-
StreamId
|
|
11137
|
+
StreamId?: string;
|
|
11130
11138
|
/**
|
|
11131
11139
|
* 延迟。
|
|
11132
11140
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11133
11141
|
*/
|
|
11134
|
-
Latency
|
|
11142
|
+
Latency?: number;
|
|
11135
11143
|
/**
|
|
11136
11144
|
* 接收延迟。
|
|
11137
11145
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11138
11146
|
*/
|
|
11139
|
-
RecvLatency
|
|
11147
|
+
RecvLatency?: number;
|
|
11140
11148
|
/**
|
|
11141
11149
|
* 对端延迟。
|
|
11142
11150
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11143
11151
|
*/
|
|
11144
|
-
PeerLatency
|
|
11152
|
+
PeerLatency?: number;
|
|
11145
11153
|
/**
|
|
11146
11154
|
* 对端空闲超时时间。
|
|
11147
11155
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11148
11156
|
*/
|
|
11149
|
-
PeerIdleTimeout
|
|
11157
|
+
PeerIdleTimeout?: number;
|
|
11150
11158
|
/**
|
|
11151
11159
|
* 加密密钥。
|
|
11152
11160
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11153
11161
|
*/
|
|
11154
|
-
Passphrase
|
|
11162
|
+
Passphrase?: string;
|
|
11155
11163
|
/**
|
|
11156
11164
|
* 加密密钥长度。
|
|
11157
11165
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11158
11166
|
*/
|
|
11159
|
-
PbKeyLen
|
|
11167
|
+
PbKeyLen?: number;
|
|
11160
11168
|
/**
|
|
11161
11169
|
* SRT模式。
|
|
11162
11170
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11163
11171
|
*/
|
|
11164
|
-
Mode
|
|
11172
|
+
Mode?: string;
|
|
11165
11173
|
/**
|
|
11166
11174
|
* 服务器监听地址,SRT模式为LISTENER时使用。
|
|
11167
11175
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11168
11176
|
*/
|
|
11169
|
-
SourceAddresses
|
|
11177
|
+
SourceAddresses?: Array<OutputSRTSourceAddressResp>;
|
|
11170
11178
|
}
|
|
11171
11179
|
/**
|
|
11172
11180
|
* 人脸识别输入。
|
|
@@ -11421,11 +11429,11 @@ export interface DescribeSnapshotByTimeOffsetTemplatesResponse {
|
|
|
11421
11429
|
/**
|
|
11422
11430
|
* 符合过滤条件的记录总数。
|
|
11423
11431
|
*/
|
|
11424
|
-
TotalCount
|
|
11432
|
+
TotalCount?: number;
|
|
11425
11433
|
/**
|
|
11426
11434
|
* 指定时间点截图模板详情列表。
|
|
11427
11435
|
*/
|
|
11428
|
-
SnapshotByTimeOffsetTemplateSet
|
|
11436
|
+
SnapshotByTimeOffsetTemplateSet?: Array<SnapshotByTimeOffsetTemplate>;
|
|
11429
11437
|
/**
|
|
11430
11438
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11431
11439
|
*/
|
|
@@ -11732,6 +11740,10 @@ export interface CreateInput {
|
|
|
11732
11740
|
* 绑定的输入安全组 ID。
|
|
11733
11741
|
*/
|
|
11734
11742
|
SecurityGroupIds?: Array<string>;
|
|
11743
|
+
/**
|
|
11744
|
+
* 可用区,非必填,如果开启容灾必须输入两个不同的可用区,否则最多只允许输入一个可用区。
|
|
11745
|
+
*/
|
|
11746
|
+
Zones?: Array<string>;
|
|
11735
11747
|
}
|
|
11736
11748
|
/**
|
|
11737
11749
|
* 内容审核涉敏任务输入参数类型
|
|
@@ -11907,7 +11919,7 @@ export interface ProcessLiveStreamRequest {
|
|
|
11907
11919
|
*/
|
|
11908
11920
|
AiAnalysisTask?: AiAnalysisTaskInput;
|
|
11909
11921
|
/**
|
|
11910
|
-
*
|
|
11922
|
+
* 媒体质检类型任务参数。
|
|
11911
11923
|
*/
|
|
11912
11924
|
AiQualityControlTask?: AiQualityControlTaskInput;
|
|
11913
11925
|
/**
|
|
@@ -12139,7 +12151,7 @@ export interface LiveStreamProcessTask {
|
|
|
12139
12151
|
Url: string;
|
|
12140
12152
|
}
|
|
12141
12153
|
/**
|
|
12142
|
-
*
|
|
12154
|
+
* 媒体质检结果输出。
|
|
12143
12155
|
*/
|
|
12144
12156
|
export interface QualityControlData {
|
|
12145
12157
|
/**
|
|
@@ -12158,7 +12170,7 @@ export interface QualityControlData {
|
|
|
12158
12170
|
*/
|
|
12159
12171
|
QualityEvaluationScore?: number;
|
|
12160
12172
|
/**
|
|
12161
|
-
*
|
|
12173
|
+
* 内容质检检出异常项。
|
|
12162
12174
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12163
12175
|
*/
|
|
12164
12176
|
QualityControlResultSet?: Array<QualityControlResult>;
|
|
@@ -12186,11 +12198,11 @@ export interface DescribeSampleSnapshotTemplatesResponse {
|
|
|
12186
12198
|
/**
|
|
12187
12199
|
* 符合过滤条件的记录总数。
|
|
12188
12200
|
*/
|
|
12189
|
-
TotalCount
|
|
12201
|
+
TotalCount?: number;
|
|
12190
12202
|
/**
|
|
12191
12203
|
* 采样截图模板详情列表。
|
|
12192
12204
|
*/
|
|
12193
|
-
SampleSnapshotTemplateSet
|
|
12205
|
+
SampleSnapshotTemplateSet?: Array<SampleSnapshotTemplate>;
|
|
12194
12206
|
/**
|
|
12195
12207
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12196
12208
|
*/
|
|
@@ -12308,6 +12320,7 @@ export interface LiveActivityResult {
|
|
|
12308
12320
|
/**
|
|
12309
12321
|
* 原子任务类型。
|
|
12310
12322
|
<li>LiveRecord:直播录制。</li>
|
|
12323
|
+
<li>AiQualityControl:媒体质检。</li>
|
|
12311
12324
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12312
12325
|
*/
|
|
12313
12326
|
ActivityType?: string;
|
|
@@ -12337,7 +12350,6 @@ export interface TerrorismImgReviewTemplateInfo {
|
|
|
12337
12350
|
<li>militant:武装分子;</li>
|
|
12338
12351
|
<li>explosion:爆炸火灾;</li>
|
|
12339
12352
|
<li>terrorists:涉敏人物;</li>
|
|
12340
|
-
<li>scenario:涉敏画面。</li>
|
|
12341
12353
|
*/
|
|
12342
12354
|
LabelSet?: Array<string>;
|
|
12343
12355
|
/**
|
|
@@ -12554,11 +12566,11 @@ export interface DescribeWatermarkTemplatesResponse {
|
|
|
12554
12566
|
/**
|
|
12555
12567
|
* 符合过滤条件的记录总数。
|
|
12556
12568
|
*/
|
|
12557
|
-
TotalCount
|
|
12569
|
+
TotalCount?: number;
|
|
12558
12570
|
/**
|
|
12559
12571
|
* 水印模板详情列表。
|
|
12560
12572
|
*/
|
|
12561
|
-
WatermarkTemplateSet
|
|
12573
|
+
WatermarkTemplateSet?: Array<WatermarkTemplate>;
|
|
12562
12574
|
/**
|
|
12563
12575
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12564
12576
|
*/
|
|
@@ -12899,6 +12911,10 @@ export interface ModifyInput {
|
|
|
12899
12911
|
* 绑定的输入安全组 ID。 仅支持关联一组安全组。
|
|
12900
12912
|
*/
|
|
12901
12913
|
SecurityGroupIds?: Array<string>;
|
|
12914
|
+
/**
|
|
12915
|
+
* 可用区,非必填,最多支持输入两个可用区,对于需改接口,只要第二个可用区会参与到资源分配。如果input开启容灾或者涉及RTSP_PULL协议切换时有效(会重新分配地址)。
|
|
12916
|
+
*/
|
|
12917
|
+
Zones?: Array<string>;
|
|
12902
12918
|
}
|
|
12903
12919
|
/**
|
|
12904
12920
|
* 视频降噪配置
|
|
@@ -13200,7 +13216,7 @@ export interface WorkflowTask {
|
|
|
13200
13216
|
*/
|
|
13201
13217
|
AiRecognitionResultSet?: Array<AiRecognitionResult>;
|
|
13202
13218
|
/**
|
|
13203
|
-
*
|
|
13219
|
+
* 媒体质检任务的执行状态与结果。
|
|
13204
13220
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13205
13221
|
*/
|
|
13206
13222
|
AiQualityControlTaskResult?: ScheduleQualityControlTaskResult;
|
|
@@ -13411,11 +13427,11 @@ export interface CreateWatermarkTemplateResponse {
|
|
|
13411
13427
|
/**
|
|
13412
13428
|
* 水印模板唯一标识。
|
|
13413
13429
|
*/
|
|
13414
|
-
Definition
|
|
13430
|
+
Definition?: number;
|
|
13415
13431
|
/**
|
|
13416
13432
|
* 水印图片地址,仅当 Type 为 image,该字段有效。
|
|
13417
13433
|
*/
|
|
13418
|
-
ImageUrl
|
|
13434
|
+
ImageUrl?: string;
|
|
13419
13435
|
/**
|
|
13420
13436
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13421
13437
|
*/
|
|
@@ -13607,6 +13623,11 @@ export interface LiveActivityResItem {
|
|
|
13607
13623
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13608
13624
|
*/
|
|
13609
13625
|
LiveRecordTask?: LiveScheduleLiveRecordTaskResult;
|
|
13626
|
+
/**
|
|
13627
|
+
* 媒体质检任务输出
|
|
13628
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13629
|
+
*/
|
|
13630
|
+
LiveQualityControlTask?: ScheduleQualityControlTaskResult;
|
|
13610
13631
|
}
|
|
13611
13632
|
/**
|
|
13612
13633
|
* 智能擦除结果类型
|
|
@@ -13680,7 +13701,7 @@ export interface TerrorismConfigureInfo {
|
|
|
13680
13701
|
/**
|
|
13681
13702
|
* 文本涉敏任务控制参数。
|
|
13682
13703
|
*/
|
|
13683
|
-
OcrReviewInfo
|
|
13704
|
+
OcrReviewInfo?: TerrorismOcrReviewTemplateInfo;
|
|
13684
13705
|
}
|
|
13685
13706
|
/**
|
|
13686
13707
|
* 语音涉敏任务控制参数
|