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.
|
@@ -1748,9 +1748,7 @@ export interface AudioTemplateInfoForUpdate {
|
|
|
1748
1748
|
<li>flac。</li>
|
|
1749
1749
|
当外层参数 Container 为 m4a 时,可选值为:
|
|
1750
1750
|
<li>aac;</li>
|
|
1751
|
-
<li>mp3;</li>
|
|
1752
1751
|
<li>ac3。</li>
|
|
1753
|
-
<li>eac3。</li>
|
|
1754
1752
|
当外层参数 Container 为 mp4 或 flv 时,可选值为:
|
|
1755
1753
|
<li>aac:更适合 mp4;</li>
|
|
1756
1754
|
<li>mp3:更适合 flv;</li>
|
|
@@ -2109,9 +2107,7 @@ export interface AudioTemplateInfo {
|
|
|
2109
2107
|
<li>flac。</li>
|
|
2110
2108
|
当外层参数 Container 为 m4a 时,可选值为:
|
|
2111
2109
|
<li>aac;</li>
|
|
2112
|
-
<li>mp3;</li>
|
|
2113
2110
|
<li>ac3。</li>
|
|
2114
|
-
<li>eac3。</li>
|
|
2115
2111
|
当外层参数 Container 为 mp4 或 flv 时,可选值为:
|
|
2116
2112
|
<li>aac:更适合 mp4;</li>
|
|
2117
2113
|
<li>mp3:更适合 flv;</li>
|
|
@@ -2357,7 +2353,6 @@ export interface TerrorismImgReviewTemplateInfoForUpdate {
|
|
|
2357
2353
|
<li>militant:武装分子;</li>
|
|
2358
2354
|
<li>explosion:爆炸火灾;</li>
|
|
2359
2355
|
<li>terrorists:涉敏人物;</li>
|
|
2360
|
-
<li>scenario:涉敏画面。</li>
|
|
2361
2356
|
*/
|
|
2362
2357
|
LabelSet?: Array<string>
|
|
2363
2358
|
/**
|
|
@@ -2878,40 +2873,40 @@ export interface DescribeInputSRTSettings {
|
|
|
2878
2873
|
* SRT模式。
|
|
2879
2874
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2880
2875
|
*/
|
|
2881
|
-
Mode
|
|
2876
|
+
Mode?: string
|
|
2882
2877
|
/**
|
|
2883
2878
|
* 流Id。
|
|
2884
2879
|
*/
|
|
2885
|
-
StreamId
|
|
2880
|
+
StreamId?: string
|
|
2886
2881
|
/**
|
|
2887
2882
|
* 延迟。
|
|
2888
2883
|
*/
|
|
2889
|
-
Latency
|
|
2884
|
+
Latency?: number
|
|
2890
2885
|
/**
|
|
2891
2886
|
* 接收延迟。
|
|
2892
2887
|
*/
|
|
2893
|
-
RecvLatency
|
|
2888
|
+
RecvLatency?: number
|
|
2894
2889
|
/**
|
|
2895
2890
|
* 对端延迟。
|
|
2896
2891
|
*/
|
|
2897
|
-
PeerLatency
|
|
2892
|
+
PeerLatency?: number
|
|
2898
2893
|
/**
|
|
2899
2894
|
* 对端空闲超时时间。
|
|
2900
2895
|
*/
|
|
2901
|
-
PeerIdleTimeout
|
|
2896
|
+
PeerIdleTimeout?: number
|
|
2902
2897
|
/**
|
|
2903
2898
|
* 解密密钥。
|
|
2904
2899
|
*/
|
|
2905
|
-
Passphrase
|
|
2900
|
+
Passphrase?: string
|
|
2906
2901
|
/**
|
|
2907
2902
|
* 密钥长度。
|
|
2908
2903
|
*/
|
|
2909
|
-
PbKeyLen
|
|
2904
|
+
PbKeyLen?: number
|
|
2910
2905
|
/**
|
|
2911
2906
|
* SRT对端地址。
|
|
2912
2907
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2913
2908
|
*/
|
|
2914
|
-
SourceAddresses
|
|
2909
|
+
SourceAddresses?: Array<SRTSourceAddressResp>
|
|
2915
2910
|
}
|
|
2916
2911
|
|
|
2917
2912
|
/**
|
|
@@ -3021,11 +3016,11 @@ export interface SRTAddressDestination {
|
|
|
3021
3016
|
/**
|
|
3022
3017
|
* 目标地址的IP。
|
|
3023
3018
|
*/
|
|
3024
|
-
Ip
|
|
3019
|
+
Ip?: string
|
|
3025
3020
|
/**
|
|
3026
3021
|
* 目标地址的端口。
|
|
3027
3022
|
*/
|
|
3028
|
-
Port
|
|
3023
|
+
Port?: number
|
|
3029
3024
|
}
|
|
3030
3025
|
|
|
3031
3026
|
/**
|
|
@@ -3492,11 +3487,11 @@ export interface DescribeAIRecognitionTemplatesResponse {
|
|
|
3492
3487
|
/**
|
|
3493
3488
|
* 符合过滤条件的记录总数。
|
|
3494
3489
|
*/
|
|
3495
|
-
TotalCount
|
|
3490
|
+
TotalCount?: number
|
|
3496
3491
|
/**
|
|
3497
3492
|
* 视频内容识别模板详情列表。
|
|
3498
3493
|
*/
|
|
3499
|
-
AIRecognitionTemplateSet
|
|
3494
|
+
AIRecognitionTemplateSet?: Array<AIRecognitionTemplateItem>
|
|
3500
3495
|
/**
|
|
3501
3496
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3502
3497
|
*/
|
|
@@ -4377,7 +4372,7 @@ export interface EditMediaOutputConfig {
|
|
|
4377
4372
|
*/
|
|
4378
4373
|
export interface AiQualityControlTaskInput {
|
|
4379
4374
|
/**
|
|
4380
|
-
*
|
|
4375
|
+
* 媒体质检模板 ID 。暂时可以直接使用 预设模板ID 10,后面控制台支持用户配置自定义模板。
|
|
4381
4376
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4382
4377
|
*/
|
|
4383
4378
|
Definition?: number
|
|
@@ -5073,15 +5068,14 @@ export interface VideoTemplateInfo {
|
|
|
5073
5068
|
<li>dnxhd:DNxHD 编码</li>
|
|
5074
5069
|
注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。
|
|
5075
5070
|
|
|
5076
|
-
注意:av1 编码容器目前只支持 mp4 ,webm,mkv
|
|
5071
|
+
注意:av1 编码容器目前只支持 mp4 ,webm,mkv。
|
|
5077
5072
|
注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。
|
|
5078
5073
|
注意:VP8、VP9编码容器目前只支持webm,mkv。
|
|
5079
5074
|
注意:MPEG2、dnxhd 编码容器目前只支持mxf。
|
|
5080
5075
|
*/
|
|
5081
5076
|
Codec: string
|
|
5082
5077
|
/**
|
|
5083
|
-
* 视频帧率,取值范围:[0, 120],单位:Hz。 当取值为 0,表示帧率和原始视频保持一致。
|
|
5084
|
-
注意:自适应码率时取值范围是 [0, 60]
|
|
5078
|
+
* 视频帧率,取值范围:[0, 120],单位:Hz。 当取值为 0,表示帧率和原始视频保持一致。 注意:自适应码率时取值范围是 [0, 60]
|
|
5085
5079
|
*/
|
|
5086
5080
|
Fps: number
|
|
5087
5081
|
/**
|
|
@@ -5138,11 +5132,11 @@ export interface VideoTemplateInfo {
|
|
|
5138
5132
|
Vcrf?: number
|
|
5139
5133
|
/**
|
|
5140
5134
|
* hls 分片类型,可选值 :
|
|
5141
|
-
<li>
|
|
5135
|
+
<li>0:HLS+TS 切片</li>
|
|
5142
5136
|
<li>2:HLS+TS byte range</li>
|
|
5143
5137
|
<li>7:HLS+MP4 切片</li>
|
|
5144
5138
|
<li>5:HLS+MP4 byte range</li>
|
|
5145
|
-
默认值:
|
|
5139
|
+
默认值:0
|
|
5146
5140
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5147
5141
|
*/
|
|
5148
5142
|
SegmentType?: number
|
|
@@ -5364,6 +5358,10 @@ export interface CreateOutputInfo {
|
|
|
5364
5358
|
* 绑定的输入安全组 ID。
|
|
5365
5359
|
*/
|
|
5366
5360
|
SecurityGroupIds?: Array<string>
|
|
5361
|
+
/**
|
|
5362
|
+
* 可用区,output最多只支持输入一个可用区。
|
|
5363
|
+
*/
|
|
5364
|
+
Zones?: Array<string>
|
|
5367
5365
|
}
|
|
5368
5366
|
|
|
5369
5367
|
/**
|
|
@@ -5938,7 +5936,7 @@ export interface ProcessMediaRequest {
|
|
|
5938
5936
|
*/
|
|
5939
5937
|
AiRecognitionTask?: AiRecognitionTaskInput
|
|
5940
5938
|
/**
|
|
5941
|
-
*
|
|
5939
|
+
* 媒体质检类型任务参数。
|
|
5942
5940
|
*/
|
|
5943
5941
|
AiQualityControlTask?: AiQualityControlTaskInput
|
|
5944
5942
|
/**
|
|
@@ -5950,7 +5948,7 @@ export interface ProcessMediaRequest {
|
|
|
5950
5948
|
*/
|
|
5951
5949
|
TasksPriority?: number
|
|
5952
5950
|
/**
|
|
5953
|
-
* 用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50
|
|
5951
|
+
* 用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不传该参数或者参数为空字符串则本次请求不做去重操作。
|
|
5954
5952
|
*/
|
|
5955
5953
|
SessionId?: string
|
|
5956
5954
|
/**
|
|
@@ -6713,11 +6711,11 @@ export interface DescribeWorkflowsResponse {
|
|
|
6713
6711
|
/**
|
|
6714
6712
|
* 符合过滤条件的记录总数。
|
|
6715
6713
|
*/
|
|
6716
|
-
TotalCount
|
|
6714
|
+
TotalCount?: number
|
|
6717
6715
|
/**
|
|
6718
6716
|
* 工作流信息数组。
|
|
6719
6717
|
*/
|
|
6720
|
-
WorkflowInfoSet
|
|
6718
|
+
WorkflowInfoSet?: Array<WorkflowInfo>
|
|
6721
6719
|
/**
|
|
6722
6720
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6723
6721
|
*/
|
|
@@ -6758,11 +6756,11 @@ export interface DescribeContentReviewTemplatesResponse {
|
|
|
6758
6756
|
/**
|
|
6759
6757
|
* 符合过滤条件的记录总数。
|
|
6760
6758
|
*/
|
|
6761
|
-
TotalCount
|
|
6759
|
+
TotalCount?: number
|
|
6762
6760
|
/**
|
|
6763
6761
|
* 内容审核模板详情列表。
|
|
6764
6762
|
*/
|
|
6765
|
-
ContentReviewTemplateSet
|
|
6763
|
+
ContentReviewTemplateSet?: Array<ContentReviewTemplateItem>
|
|
6766
6764
|
/**
|
|
6767
6765
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6768
6766
|
*/
|
|
@@ -7180,7 +7178,7 @@ export interface CreateStreamLinkInputRequest {
|
|
|
7180
7178
|
}
|
|
7181
7179
|
|
|
7182
7180
|
/**
|
|
7183
|
-
*
|
|
7181
|
+
* 媒体质检任务结果类型
|
|
7184
7182
|
*/
|
|
7185
7183
|
export interface ScheduleQualityControlTaskResult {
|
|
7186
7184
|
/**
|
|
@@ -7200,11 +7198,11 @@ export interface ScheduleQualityControlTaskResult {
|
|
|
7200
7198
|
*/
|
|
7201
7199
|
Message?: string
|
|
7202
7200
|
/**
|
|
7203
|
-
*
|
|
7201
|
+
* 媒体质检任务的输入。
|
|
7204
7202
|
*/
|
|
7205
7203
|
Input?: AiQualityControlTaskInput
|
|
7206
7204
|
/**
|
|
7207
|
-
*
|
|
7205
|
+
* 媒体质检任务的输出。
|
|
7208
7206
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7209
7207
|
*/
|
|
7210
7208
|
Output?: QualityControlData
|
|
@@ -7783,6 +7781,10 @@ export interface DescribeInput {
|
|
|
7783
7781
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7784
7782
|
*/
|
|
7785
7783
|
SecurityGroupIds?: Array<string>
|
|
7784
|
+
/**
|
|
7785
|
+
* 可用区配置,开启容灾情况下最多有两个,顺序和pipeline 0、1对应,否则最多只有一个可用区。
|
|
7786
|
+
*/
|
|
7787
|
+
Zones?: Array<string>
|
|
7786
7788
|
}
|
|
7787
7789
|
|
|
7788
7790
|
/**
|
|
@@ -8280,6 +8282,10 @@ export interface DescribeOutput {
|
|
|
8280
8282
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8281
8283
|
*/
|
|
8282
8284
|
SecurityGroupIds?: Array<string>
|
|
8285
|
+
/**
|
|
8286
|
+
* 可用区,output目前最多只支持一个。
|
|
8287
|
+
*/
|
|
8288
|
+
Zones?: Array<string>
|
|
8283
8289
|
}
|
|
8284
8290
|
|
|
8285
8291
|
/**
|
|
@@ -8437,7 +8443,7 @@ export interface CreateSnapshotByTimeOffsetTemplateResponse {
|
|
|
8437
8443
|
/**
|
|
8438
8444
|
* 时间点截图模板唯一标识。
|
|
8439
8445
|
*/
|
|
8440
|
-
Definition
|
|
8446
|
+
Definition?: number
|
|
8441
8447
|
/**
|
|
8442
8448
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8443
8449
|
*/
|
|
@@ -9740,12 +9746,13 @@ export interface ActivityResult {
|
|
|
9740
9746
|
<li>AiContentReview:内容审核。</li>
|
|
9741
9747
|
<li>AIRecognition:智能识别。</li>
|
|
9742
9748
|
<li>AIAnalysis:智能分析。</li>
|
|
9749
|
+
<li>AiQualityControl:媒体质检。</li>
|
|
9743
9750
|
*/
|
|
9744
|
-
ActivityType
|
|
9751
|
+
ActivityType?: string
|
|
9745
9752
|
/**
|
|
9746
9753
|
* 原子任务输出。
|
|
9747
9754
|
*/
|
|
9748
|
-
ActivityResItem
|
|
9755
|
+
ActivityResItem?: ActivityResItem
|
|
9749
9756
|
}
|
|
9750
9757
|
|
|
9751
9758
|
/**
|
|
@@ -10514,6 +10521,7 @@ export interface Activity {
|
|
|
10514
10521
|
<li>action-image-sprite:雪碧图</li>
|
|
10515
10522
|
<li>action-snapshotByTimeOffset: 时间点截图</li>
|
|
10516
10523
|
<li>action-adaptive-substream:自适应码流</li>
|
|
10524
|
+
<li>action-AIQualityControl:媒体质检</li>
|
|
10517
10525
|
|
|
10518
10526
|
|
|
10519
10527
|
|
|
@@ -10781,7 +10789,7 @@ export interface VideoTemplateInfoForUpdate {
|
|
|
10781
10789
|
<li>dnxhd:DNxHD 编码</li>
|
|
10782
10790
|
注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。
|
|
10783
10791
|
|
|
10784
|
-
注意:av1 编码容器目前只支持 mp4 ,webm,mkv
|
|
10792
|
+
注意:av1 编码容器目前只支持 mp4 ,webm,mkv。
|
|
10785
10793
|
注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。
|
|
10786
10794
|
注意:VP8、VP9编码容器目前只支持webm,mkv。
|
|
10787
10795
|
注意:MPEG2、dnxhd 编码容器目前只支持mxf。
|
|
@@ -10789,7 +10797,7 @@ export interface VideoTemplateInfoForUpdate {
|
|
|
10789
10797
|
*/
|
|
10790
10798
|
Codec?: string
|
|
10791
10799
|
/**
|
|
10792
|
-
* 视频帧率,取值范围:[0, 120],单位:Hz。
|
|
10800
|
+
* 视频帧率,取值范围:[0, 120],单位:Hz。 当取值为 0,表示帧率和原始视频保持一致。
|
|
10793
10801
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10794
10802
|
*/
|
|
10795
10803
|
Fps?: number
|
|
@@ -10851,11 +10859,11 @@ export interface VideoTemplateInfoForUpdate {
|
|
|
10851
10859
|
ContentAdaptStream?: number
|
|
10852
10860
|
/**
|
|
10853
10861
|
* hls 分片类型,可选值:
|
|
10854
|
-
<li>
|
|
10862
|
+
<li>0:HLS+TS 切片</li>
|
|
10855
10863
|
<li>2:HLS+TS byte range</li>
|
|
10856
10864
|
<li>7:HLS+MP4 切片</li>
|
|
10857
10865
|
<li>5:HLS+MP4 byte range</li>
|
|
10858
|
-
默认值:
|
|
10866
|
+
默认值:0
|
|
10859
10867
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10860
10868
|
*/
|
|
10861
10869
|
SegmentType?: number
|
|
@@ -10984,11 +10992,11 @@ export interface DescribeImageSpriteTemplatesResponse {
|
|
|
10984
10992
|
/**
|
|
10985
10993
|
* 符合过滤条件的记录总数。
|
|
10986
10994
|
*/
|
|
10987
|
-
TotalCount
|
|
10995
|
+
TotalCount?: number
|
|
10988
10996
|
/**
|
|
10989
10997
|
* 雪碧图模板详情列表。
|
|
10990
10998
|
*/
|
|
10991
|
-
ImageSpriteTemplateSet
|
|
10999
|
+
ImageSpriteTemplateSet?: Array<ImageSpriteTemplate>
|
|
10992
11000
|
/**
|
|
10993
11001
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10994
11002
|
*/
|
|
@@ -11611,52 +11619,52 @@ export interface DescribeOutputSRTSettings {
|
|
|
11611
11619
|
* 转推的目标的地址信息列表,SRT模式为CALLER时使用。
|
|
11612
11620
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11613
11621
|
*/
|
|
11614
|
-
Destinations
|
|
11622
|
+
Destinations?: Array<SRTAddressDestination>
|
|
11615
11623
|
/**
|
|
11616
11624
|
* 流Id。
|
|
11617
11625
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11618
11626
|
*/
|
|
11619
|
-
StreamId
|
|
11627
|
+
StreamId?: string
|
|
11620
11628
|
/**
|
|
11621
11629
|
* 延迟。
|
|
11622
11630
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11623
11631
|
*/
|
|
11624
|
-
Latency
|
|
11632
|
+
Latency?: number
|
|
11625
11633
|
/**
|
|
11626
11634
|
* 接收延迟。
|
|
11627
11635
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11628
11636
|
*/
|
|
11629
|
-
RecvLatency
|
|
11637
|
+
RecvLatency?: number
|
|
11630
11638
|
/**
|
|
11631
11639
|
* 对端延迟。
|
|
11632
11640
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11633
11641
|
*/
|
|
11634
|
-
PeerLatency
|
|
11642
|
+
PeerLatency?: number
|
|
11635
11643
|
/**
|
|
11636
11644
|
* 对端空闲超时时间。
|
|
11637
11645
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11638
11646
|
*/
|
|
11639
|
-
PeerIdleTimeout
|
|
11647
|
+
PeerIdleTimeout?: number
|
|
11640
11648
|
/**
|
|
11641
11649
|
* 加密密钥。
|
|
11642
11650
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11643
11651
|
*/
|
|
11644
|
-
Passphrase
|
|
11652
|
+
Passphrase?: string
|
|
11645
11653
|
/**
|
|
11646
11654
|
* 加密密钥长度。
|
|
11647
11655
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11648
11656
|
*/
|
|
11649
|
-
PbKeyLen
|
|
11657
|
+
PbKeyLen?: number
|
|
11650
11658
|
/**
|
|
11651
11659
|
* SRT模式。
|
|
11652
11660
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11653
11661
|
*/
|
|
11654
|
-
Mode
|
|
11662
|
+
Mode?: string
|
|
11655
11663
|
/**
|
|
11656
11664
|
* 服务器监听地址,SRT模式为LISTENER时使用。
|
|
11657
11665
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11658
11666
|
*/
|
|
11659
|
-
SourceAddresses
|
|
11667
|
+
SourceAddresses?: Array<OutputSRTSourceAddressResp>
|
|
11660
11668
|
}
|
|
11661
11669
|
|
|
11662
11670
|
/**
|
|
@@ -11922,11 +11930,11 @@ export interface DescribeSnapshotByTimeOffsetTemplatesResponse {
|
|
|
11922
11930
|
/**
|
|
11923
11931
|
* 符合过滤条件的记录总数。
|
|
11924
11932
|
*/
|
|
11925
|
-
TotalCount
|
|
11933
|
+
TotalCount?: number
|
|
11926
11934
|
/**
|
|
11927
11935
|
* 指定时间点截图模板详情列表。
|
|
11928
11936
|
*/
|
|
11929
|
-
SnapshotByTimeOffsetTemplateSet
|
|
11937
|
+
SnapshotByTimeOffsetTemplateSet?: Array<SnapshotByTimeOffsetTemplate>
|
|
11930
11938
|
/**
|
|
11931
11939
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11932
11940
|
*/
|
|
@@ -12243,6 +12251,10 @@ export interface CreateInput {
|
|
|
12243
12251
|
* 绑定的输入安全组 ID。
|
|
12244
12252
|
*/
|
|
12245
12253
|
SecurityGroupIds?: Array<string>
|
|
12254
|
+
/**
|
|
12255
|
+
* 可用区,非必填,如果开启容灾必须输入两个不同的可用区,否则最多只允许输入一个可用区。
|
|
12256
|
+
*/
|
|
12257
|
+
Zones?: Array<string>
|
|
12246
12258
|
}
|
|
12247
12259
|
|
|
12248
12260
|
/**
|
|
@@ -12424,7 +12436,7 @@ export interface ProcessLiveStreamRequest {
|
|
|
12424
12436
|
*/
|
|
12425
12437
|
AiAnalysisTask?: AiAnalysisTaskInput
|
|
12426
12438
|
/**
|
|
12427
|
-
*
|
|
12439
|
+
* 媒体质检类型任务参数。
|
|
12428
12440
|
*/
|
|
12429
12441
|
AiQualityControlTask?: AiQualityControlTaskInput
|
|
12430
12442
|
/**
|
|
@@ -12665,7 +12677,7 @@ export interface LiveStreamProcessTask {
|
|
|
12665
12677
|
}
|
|
12666
12678
|
|
|
12667
12679
|
/**
|
|
12668
|
-
*
|
|
12680
|
+
* 媒体质检结果输出。
|
|
12669
12681
|
*/
|
|
12670
12682
|
export interface QualityControlData {
|
|
12671
12683
|
/**
|
|
@@ -12684,7 +12696,7 @@ export interface QualityControlData {
|
|
|
12684
12696
|
*/
|
|
12685
12697
|
QualityEvaluationScore?: number
|
|
12686
12698
|
/**
|
|
12687
|
-
*
|
|
12699
|
+
* 内容质检检出异常项。
|
|
12688
12700
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12689
12701
|
*/
|
|
12690
12702
|
QualityControlResultSet?: Array<QualityControlResult>
|
|
@@ -12714,11 +12726,11 @@ export interface DescribeSampleSnapshotTemplatesResponse {
|
|
|
12714
12726
|
/**
|
|
12715
12727
|
* 符合过滤条件的记录总数。
|
|
12716
12728
|
*/
|
|
12717
|
-
TotalCount
|
|
12729
|
+
TotalCount?: number
|
|
12718
12730
|
/**
|
|
12719
12731
|
* 采样截图模板详情列表。
|
|
12720
12732
|
*/
|
|
12721
|
-
SampleSnapshotTemplateSet
|
|
12733
|
+
SampleSnapshotTemplateSet?: Array<SampleSnapshotTemplate>
|
|
12722
12734
|
/**
|
|
12723
12735
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12724
12736
|
*/
|
|
@@ -12840,6 +12852,7 @@ export interface LiveActivityResult {
|
|
|
12840
12852
|
/**
|
|
12841
12853
|
* 原子任务类型。
|
|
12842
12854
|
<li>LiveRecord:直播录制。</li>
|
|
12855
|
+
<li>AiQualityControl:媒体质检。</li>
|
|
12843
12856
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12844
12857
|
*/
|
|
12845
12858
|
ActivityType?: string
|
|
@@ -12870,7 +12883,6 @@ export interface TerrorismImgReviewTemplateInfo {
|
|
|
12870
12883
|
<li>militant:武装分子;</li>
|
|
12871
12884
|
<li>explosion:爆炸火灾;</li>
|
|
12872
12885
|
<li>terrorists:涉敏人物;</li>
|
|
12873
|
-
<li>scenario:涉敏画面。</li>
|
|
12874
12886
|
*/
|
|
12875
12887
|
LabelSet?: Array<string>
|
|
12876
12888
|
/**
|
|
@@ -13096,11 +13108,11 @@ export interface DescribeWatermarkTemplatesResponse {
|
|
|
13096
13108
|
/**
|
|
13097
13109
|
* 符合过滤条件的记录总数。
|
|
13098
13110
|
*/
|
|
13099
|
-
TotalCount
|
|
13111
|
+
TotalCount?: number
|
|
13100
13112
|
/**
|
|
13101
13113
|
* 水印模板详情列表。
|
|
13102
13114
|
*/
|
|
13103
|
-
WatermarkTemplateSet
|
|
13115
|
+
WatermarkTemplateSet?: Array<WatermarkTemplate>
|
|
13104
13116
|
/**
|
|
13105
13117
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13106
13118
|
*/
|
|
@@ -13456,6 +13468,10 @@ export interface ModifyInput {
|
|
|
13456
13468
|
* 绑定的输入安全组 ID。 仅支持关联一组安全组。
|
|
13457
13469
|
*/
|
|
13458
13470
|
SecurityGroupIds?: Array<string>
|
|
13471
|
+
/**
|
|
13472
|
+
* 可用区,非必填,最多支持输入两个可用区,对于需改接口,只要第二个可用区会参与到资源分配。如果input开启容灾或者涉及RTSP_PULL协议切换时有效(会重新分配地址)。
|
|
13473
|
+
*/
|
|
13474
|
+
Zones?: Array<string>
|
|
13459
13475
|
}
|
|
13460
13476
|
|
|
13461
13477
|
/**
|
|
@@ -13767,7 +13783,7 @@ export interface WorkflowTask {
|
|
|
13767
13783
|
*/
|
|
13768
13784
|
AiRecognitionResultSet?: Array<AiRecognitionResult>
|
|
13769
13785
|
/**
|
|
13770
|
-
*
|
|
13786
|
+
* 媒体质检任务的执行状态与结果。
|
|
13771
13787
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13772
13788
|
*/
|
|
13773
13789
|
AiQualityControlTaskResult?: ScheduleQualityControlTaskResult
|
|
@@ -13988,11 +14004,11 @@ export interface CreateWatermarkTemplateResponse {
|
|
|
13988
14004
|
/**
|
|
13989
14005
|
* 水印模板唯一标识。
|
|
13990
14006
|
*/
|
|
13991
|
-
Definition
|
|
14007
|
+
Definition?: number
|
|
13992
14008
|
/**
|
|
13993
14009
|
* 水印图片地址,仅当 Type 为 image,该字段有效。
|
|
13994
14010
|
*/
|
|
13995
|
-
ImageUrl
|
|
14011
|
+
ImageUrl?: string
|
|
13996
14012
|
/**
|
|
13997
14013
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13998
14014
|
*/
|
|
@@ -14194,6 +14210,11 @@ export interface LiveActivityResItem {
|
|
|
14194
14210
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14195
14211
|
*/
|
|
14196
14212
|
LiveRecordTask?: LiveScheduleLiveRecordTaskResult
|
|
14213
|
+
/**
|
|
14214
|
+
* 媒体质检任务输出
|
|
14215
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14216
|
+
*/
|
|
14217
|
+
LiveQualityControlTask?: ScheduleQualityControlTaskResult
|
|
14197
14218
|
}
|
|
14198
14219
|
|
|
14199
14220
|
/**
|
|
@@ -14270,7 +14291,7 @@ export interface TerrorismConfigureInfo {
|
|
|
14270
14291
|
/**
|
|
14271
14292
|
* 文本涉敏任务控制参数。
|
|
14272
14293
|
*/
|
|
14273
|
-
OcrReviewInfo
|
|
14294
|
+
OcrReviewInfo?: TerrorismOcrReviewTemplateInfo
|
|
14274
14295
|
}
|
|
14275
14296
|
|
|
14276
14297
|
/**
|