tencentcloud-sdk-mps 3.0.852 → 3.0.853
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190612/models.rb +61 -37
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee70eeee9ac479cc781cbfde465aabce498c2d60
|
|
4
|
+
data.tar.gz: 4bda1683dbf0b790183e07ec69c1c10ff38ecc19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4984ee37831b567d23ffd3dc945225511caa87f848d26406572f83a358f9c93792699e0b248993b0a77e75882c8e0b57dc3305ff60cf3ffa55f477150e30fe0d
|
|
7
|
+
data.tar.gz: bd89d15b8095142317e006a5633e399ead7959bbf40b87add4cfb2db805ab2936519941f0f20481344ef26f0772dcd23ad98adf5d1ab141d786dcaab07640eb2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.853
|
data/lib/v20190612/models.rb
CHANGED
|
@@ -202,6 +202,7 @@ module TencentCloud
|
|
|
202
202
|
# <li>action-image-sprite:雪碧图</li>
|
|
203
203
|
# <li>action-snapshotByTimeOffset: 时间点截图</li>
|
|
204
204
|
# <li>action-adaptive-substream:自适应码流</li>
|
|
205
|
+
# <li>action-AIQualityControl:媒体质检</li>
|
|
205
206
|
|
|
206
207
|
|
|
207
208
|
|
|
@@ -412,6 +413,7 @@ module TencentCloud
|
|
|
412
413
|
# <li>AiContentReview:内容审核。</li>
|
|
413
414
|
# <li>AIRecognition:智能识别。</li>
|
|
414
415
|
# <li>AIAnalysis:智能分析。</li>
|
|
416
|
+
# <li>AiQualityControl:媒体质检。</li>
|
|
415
417
|
# @type ActivityType: String
|
|
416
418
|
# @param ActivityResItem: 原子任务输出。
|
|
417
419
|
# @type ActivityResItem: :class:`Tencentcloud::Mps.v20190612.models.ActivityResItem`
|
|
@@ -1704,7 +1706,7 @@ module TencentCloud
|
|
|
1704
1706
|
|
|
1705
1707
|
# 视频质检输入参数类型
|
|
1706
1708
|
class AiQualityControlTaskInput < TencentCloud::Common::AbstractModel
|
|
1707
|
-
# @param Definition:
|
|
1709
|
+
# @param Definition: 媒体质检模板 ID 。暂时可以直接使用 预设模板ID 10,后面控制台支持用户配置自定义模板。
|
|
1708
1710
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1709
1711
|
# @type Definition: Integer
|
|
1710
1712
|
# @param ChannelExtPara: 渠道扩展参数json序列化字符串。
|
|
@@ -4356,9 +4358,7 @@ module TencentCloud
|
|
|
4356
4358
|
# <li>flac。</li>
|
|
4357
4359
|
# 当外层参数 Container 为 m4a 时,可选值为:
|
|
4358
4360
|
# <li>aac;</li>
|
|
4359
|
-
# <li>mp3;</li>
|
|
4360
4361
|
# <li>ac3。</li>
|
|
4361
|
-
# <li>eac3。</li>
|
|
4362
4362
|
# 当外层参数 Container 为 mp4 或 flv 时,可选值为:
|
|
4363
4363
|
# <li>aac:更适合 mp4;</li>
|
|
4364
4364
|
# <li>mp3:更适合 flv;</li>
|
|
@@ -4412,9 +4412,7 @@ module TencentCloud
|
|
|
4412
4412
|
# <li>flac。</li>
|
|
4413
4413
|
# 当外层参数 Container 为 m4a 时,可选值为:
|
|
4414
4414
|
# <li>aac;</li>
|
|
4415
|
-
# <li>mp3;</li>
|
|
4416
4415
|
# <li>ac3。</li>
|
|
4417
|
-
# <li>eac3。</li>
|
|
4418
4416
|
# 当外层参数 Container 为 mp4 或 flv 时,可选值为:
|
|
4419
4417
|
# <li>aac:更适合 mp4;</li>
|
|
4420
4418
|
# <li>mp3:更适合 flv;</li>
|
|
@@ -6254,10 +6252,12 @@ module TencentCloud
|
|
|
6254
6252
|
# @type ResilientStream: :class:`Tencentcloud::Mps.v20190612.models.ResilientStreamConf`
|
|
6255
6253
|
# @param SecurityGroupIds: 绑定的输入安全组 ID。
|
|
6256
6254
|
# @type SecurityGroupIds: Array
|
|
6255
|
+
# @param Zones: 可用区,非必填,如果开启容灾必须输入两个不同的可用区,否则最多只允许输入一个可用区。
|
|
6256
|
+
# @type Zones: Array
|
|
6257
6257
|
|
|
6258
|
-
attr_accessor :InputName, :Protocol, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream, :SecurityGroupIds
|
|
6258
|
+
attr_accessor :InputName, :Protocol, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream, :SecurityGroupIds, :Zones
|
|
6259
6259
|
|
|
6260
|
-
def initialize(inputname=nil, protocol=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil, securitygroupids=nil)
|
|
6260
|
+
def initialize(inputname=nil, protocol=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil, securitygroupids=nil, zones=nil)
|
|
6261
6261
|
@InputName = inputname
|
|
6262
6262
|
@Protocol = protocol
|
|
6263
6263
|
@Description = description
|
|
@@ -6270,6 +6270,7 @@ module TencentCloud
|
|
|
6270
6270
|
@HLSPullSettings = hlspullsettings
|
|
6271
6271
|
@ResilientStream = resilientstream
|
|
6272
6272
|
@SecurityGroupIds = securitygroupids
|
|
6273
|
+
@Zones = zones
|
|
6273
6274
|
end
|
|
6274
6275
|
|
|
6275
6276
|
def deserialize(params)
|
|
@@ -6303,6 +6304,7 @@ module TencentCloud
|
|
|
6303
6304
|
@ResilientStream.deserialize(params['ResilientStream'])
|
|
6304
6305
|
end
|
|
6305
6306
|
@SecurityGroupIds = params['SecurityGroupIds']
|
|
6307
|
+
@Zones = params['Zones']
|
|
6306
6308
|
end
|
|
6307
6309
|
end
|
|
6308
6310
|
|
|
@@ -6473,10 +6475,12 @@ module TencentCloud
|
|
|
6473
6475
|
# @type MaxConcurrent: Integer
|
|
6474
6476
|
# @param SecurityGroupIds: 绑定的输入安全组 ID。
|
|
6475
6477
|
# @type SecurityGroupIds: Array
|
|
6478
|
+
# @param Zones: 可用区,output最多只支持输入一个可用区。
|
|
6479
|
+
# @type Zones: Array
|
|
6476
6480
|
|
|
6477
|
-
attr_accessor :OutputName, :Description, :Protocol, :OutputRegion, :SRTSettings, :RTMPSettings, :RTPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds
|
|
6481
|
+
attr_accessor :OutputName, :Description, :Protocol, :OutputRegion, :SRTSettings, :RTMPSettings, :RTPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones
|
|
6478
6482
|
|
|
6479
|
-
def initialize(outputname=nil, description=nil, protocol=nil, outputregion=nil, srtsettings=nil, rtmpsettings=nil, rtpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil)
|
|
6483
|
+
def initialize(outputname=nil, description=nil, protocol=nil, outputregion=nil, srtsettings=nil, rtmpsettings=nil, rtpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil)
|
|
6480
6484
|
@OutputName = outputname
|
|
6481
6485
|
@Description = description
|
|
6482
6486
|
@Protocol = protocol
|
|
@@ -6487,6 +6491,7 @@ module TencentCloud
|
|
|
6487
6491
|
@AllowIpList = allowiplist
|
|
6488
6492
|
@MaxConcurrent = maxconcurrent
|
|
6489
6493
|
@SecurityGroupIds = securitygroupids
|
|
6494
|
+
@Zones = zones
|
|
6490
6495
|
end
|
|
6491
6496
|
|
|
6492
6497
|
def deserialize(params)
|
|
@@ -6509,6 +6514,7 @@ module TencentCloud
|
|
|
6509
6514
|
@AllowIpList = params['AllowIpList']
|
|
6510
6515
|
@MaxConcurrent = params['MaxConcurrent']
|
|
6511
6516
|
@SecurityGroupIds = params['SecurityGroupIds']
|
|
6517
|
+
@Zones = params['Zones']
|
|
6512
6518
|
end
|
|
6513
6519
|
end
|
|
6514
6520
|
|
|
@@ -8628,10 +8634,12 @@ module TencentCloud
|
|
|
8628
8634
|
# @param SecurityGroupIds: 绑定的输入安全组 ID。
|
|
8629
8635
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8630
8636
|
# @type SecurityGroupIds: Array
|
|
8637
|
+
# @param Zones: 可用区配置,开启容灾情况下最多有两个,顺序和pipeline 0、1对应,否则最多只有一个可用区。
|
|
8638
|
+
# @type Zones: Array
|
|
8631
8639
|
|
|
8632
|
-
attr_accessor :InputId, :InputName, :Description, :Protocol, :InputAddressList, :AllowIpList, :SRTSettings, :RTPSettings, :InputRegion, :RTMPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream, :SecurityGroupIds
|
|
8640
|
+
attr_accessor :InputId, :InputName, :Description, :Protocol, :InputAddressList, :AllowIpList, :SRTSettings, :RTPSettings, :InputRegion, :RTMPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream, :SecurityGroupIds, :Zones
|
|
8633
8641
|
|
|
8634
|
-
def initialize(inputid=nil, inputname=nil, description=nil, protocol=nil, inputaddresslist=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, inputregion=nil, rtmpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil, securitygroupids=nil)
|
|
8642
|
+
def initialize(inputid=nil, inputname=nil, description=nil, protocol=nil, inputaddresslist=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, inputregion=nil, rtmpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil, securitygroupids=nil, zones=nil)
|
|
8635
8643
|
@InputId = inputid
|
|
8636
8644
|
@InputName = inputname
|
|
8637
8645
|
@Description = description
|
|
@@ -8648,6 +8656,7 @@ module TencentCloud
|
|
|
8648
8656
|
@HLSPullSettings = hlspullsettings
|
|
8649
8657
|
@ResilientStream = resilientstream
|
|
8650
8658
|
@SecurityGroupIds = securitygroupids
|
|
8659
|
+
@Zones = zones
|
|
8651
8660
|
end
|
|
8652
8661
|
|
|
8653
8662
|
def deserialize(params)
|
|
@@ -8695,6 +8704,7 @@ module TencentCloud
|
|
|
8695
8704
|
@ResilientStream.deserialize(params['ResilientStream'])
|
|
8696
8705
|
end
|
|
8697
8706
|
@SecurityGroupIds = params['SecurityGroupIds']
|
|
8707
|
+
@Zones = params['Zones']
|
|
8698
8708
|
end
|
|
8699
8709
|
end
|
|
8700
8710
|
|
|
@@ -8953,10 +8963,12 @@ module TencentCloud
|
|
|
8953
8963
|
# @param SecurityGroupIds: 绑定的安全组 ID。
|
|
8954
8964
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8955
8965
|
# @type SecurityGroupIds: Array
|
|
8966
|
+
# @param Zones: 可用区,output目前最多只支持一个。
|
|
8967
|
+
# @type Zones: Array
|
|
8956
8968
|
|
|
8957
|
-
attr_accessor :OutputId, :OutputName, :OutputType, :Description, :Protocol, :OutputAddressList, :OutputRegion, :SRTSettings, :RTPSettings, :RTMPSettings, :RTMPPullSettings, :AllowIpList, :RTSPPullSettings, :HLSPullSettings, :MaxConcurrent, :SecurityGroupIds
|
|
8969
|
+
attr_accessor :OutputId, :OutputName, :OutputType, :Description, :Protocol, :OutputAddressList, :OutputRegion, :SRTSettings, :RTPSettings, :RTMPSettings, :RTMPPullSettings, :AllowIpList, :RTSPPullSettings, :HLSPullSettings, :MaxConcurrent, :SecurityGroupIds, :Zones
|
|
8958
8970
|
|
|
8959
|
-
def initialize(outputid=nil, outputname=nil, outputtype=nil, description=nil, protocol=nil, outputaddresslist=nil, outputregion=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, rtmppullsettings=nil, allowiplist=nil, rtsppullsettings=nil, hlspullsettings=nil, maxconcurrent=nil, securitygroupids=nil)
|
|
8971
|
+
def initialize(outputid=nil, outputname=nil, outputtype=nil, description=nil, protocol=nil, outputaddresslist=nil, outputregion=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, rtmppullsettings=nil, allowiplist=nil, rtsppullsettings=nil, hlspullsettings=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil)
|
|
8960
8972
|
@OutputId = outputid
|
|
8961
8973
|
@OutputName = outputname
|
|
8962
8974
|
@OutputType = outputtype
|
|
@@ -8973,6 +8985,7 @@ module TencentCloud
|
|
|
8973
8985
|
@HLSPullSettings = hlspullsettings
|
|
8974
8986
|
@MaxConcurrent = maxconcurrent
|
|
8975
8987
|
@SecurityGroupIds = securitygroupids
|
|
8988
|
+
@Zones = zones
|
|
8976
8989
|
end
|
|
8977
8990
|
|
|
8978
8991
|
def deserialize(params)
|
|
@@ -9017,6 +9030,7 @@ module TencentCloud
|
|
|
9017
9030
|
end
|
|
9018
9031
|
@MaxConcurrent = params['MaxConcurrent']
|
|
9019
9032
|
@SecurityGroupIds = params['SecurityGroupIds']
|
|
9033
|
+
@Zones = params['Zones']
|
|
9020
9034
|
end
|
|
9021
9035
|
end
|
|
9022
9036
|
|
|
@@ -12329,11 +12343,15 @@ module TencentCloud
|
|
|
12329
12343
|
# @param LiveRecordTask: 直播录制任务输出
|
|
12330
12344
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12331
12345
|
# @type LiveRecordTask: :class:`Tencentcloud::Mps.v20190612.models.LiveScheduleLiveRecordTaskResult`
|
|
12346
|
+
# @param LiveQualityControlTask: 媒体质检任务输出
|
|
12347
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12348
|
+
# @type LiveQualityControlTask: :class:`Tencentcloud::Mps.v20190612.models.ScheduleQualityControlTaskResult`
|
|
12332
12349
|
|
|
12333
|
-
attr_accessor :LiveRecordTask
|
|
12350
|
+
attr_accessor :LiveRecordTask, :LiveQualityControlTask
|
|
12334
12351
|
|
|
12335
|
-
def initialize(liverecordtask=nil)
|
|
12352
|
+
def initialize(liverecordtask=nil, livequalitycontroltask=nil)
|
|
12336
12353
|
@LiveRecordTask = liverecordtask
|
|
12354
|
+
@LiveQualityControlTask = livequalitycontroltask
|
|
12337
12355
|
end
|
|
12338
12356
|
|
|
12339
12357
|
def deserialize(params)
|
|
@@ -12341,6 +12359,10 @@ module TencentCloud
|
|
|
12341
12359
|
@LiveRecordTask = LiveScheduleLiveRecordTaskResult.new
|
|
12342
12360
|
@LiveRecordTask.deserialize(params['LiveRecordTask'])
|
|
12343
12361
|
end
|
|
12362
|
+
unless params['LiveQualityControlTask'].nil?
|
|
12363
|
+
@LiveQualityControlTask = ScheduleQualityControlTaskResult.new
|
|
12364
|
+
@LiveQualityControlTask.deserialize(params['LiveQualityControlTask'])
|
|
12365
|
+
end
|
|
12344
12366
|
end
|
|
12345
12367
|
end
|
|
12346
12368
|
|
|
@@ -12348,6 +12370,7 @@ module TencentCloud
|
|
|
12348
12370
|
class LiveActivityResult < TencentCloud::Common::AbstractModel
|
|
12349
12371
|
# @param ActivityType: 原子任务类型。
|
|
12350
12372
|
# <li>LiveRecord:直播录制。</li>
|
|
12373
|
+
# <li>AiQualityControl:媒体质检。</li>
|
|
12351
12374
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12352
12375
|
# @type ActivityType: String
|
|
12353
12376
|
# @param LiveActivityResItem: 原子任务输出。
|
|
@@ -15418,10 +15441,12 @@ module TencentCloud
|
|
|
15418
15441
|
# @type ResilientStream: :class:`Tencentcloud::Mps.v20190612.models.ResilientStreamConf`
|
|
15419
15442
|
# @param SecurityGroupIds: 绑定的输入安全组 ID。 仅支持关联一组安全组。
|
|
15420
15443
|
# @type SecurityGroupIds: Array
|
|
15444
|
+
# @param Zones: 可用区,非必填,最多支持输入两个可用区,对于需改接口,只要第二个可用区会参与到资源分配。如果input开启容灾或者涉及RTSP_PULL协议切换时有效(会重新分配地址)。
|
|
15445
|
+
# @type Zones: Array
|
|
15421
15446
|
|
|
15422
|
-
attr_accessor :InputId, :InputName, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :Protocol, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream, :SecurityGroupIds
|
|
15447
|
+
attr_accessor :InputId, :InputName, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :Protocol, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream, :SecurityGroupIds, :Zones
|
|
15423
15448
|
|
|
15424
|
-
def initialize(inputid=nil, inputname=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, protocol=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil, securitygroupids=nil)
|
|
15449
|
+
def initialize(inputid=nil, inputname=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, protocol=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil, securitygroupids=nil, zones=nil)
|
|
15425
15450
|
@InputId = inputid
|
|
15426
15451
|
@InputName = inputname
|
|
15427
15452
|
@Description = description
|
|
@@ -15435,6 +15460,7 @@ module TencentCloud
|
|
|
15435
15460
|
@HLSPullSettings = hlspullsettings
|
|
15436
15461
|
@ResilientStream = resilientstream
|
|
15437
15462
|
@SecurityGroupIds = securitygroupids
|
|
15463
|
+
@Zones = zones
|
|
15438
15464
|
end
|
|
15439
15465
|
|
|
15440
15466
|
def deserialize(params)
|
|
@@ -15469,6 +15495,7 @@ module TencentCloud
|
|
|
15469
15495
|
@ResilientStream.deserialize(params['ResilientStream'])
|
|
15470
15496
|
end
|
|
15471
15497
|
@SecurityGroupIds = params['SecurityGroupIds']
|
|
15498
|
+
@Zones = params['Zones']
|
|
15472
15499
|
end
|
|
15473
15500
|
end
|
|
15474
15501
|
|
|
@@ -17224,7 +17251,7 @@ module TencentCloud
|
|
|
17224
17251
|
# @type AiRecognitionTask: :class:`Tencentcloud::Mps.v20190612.models.AiRecognitionTaskInput`
|
|
17225
17252
|
# @param AiAnalysisTask: 视频内容分析类型任务参数。
|
|
17226
17253
|
# @type AiAnalysisTask: :class:`Tencentcloud::Mps.v20190612.models.AiAnalysisTaskInput`
|
|
17227
|
-
# @param AiQualityControlTask:
|
|
17254
|
+
# @param AiQualityControlTask: 媒体质检类型任务参数。
|
|
17228
17255
|
# @type AiQualityControlTask: :class:`Tencentcloud::Mps.v20190612.models.AiQualityControlTaskInput`
|
|
17229
17256
|
# @param SessionId: 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
|
|
17230
17257
|
# @type SessionId: String
|
|
@@ -17332,13 +17359,13 @@ module TencentCloud
|
|
|
17332
17359
|
# @type AiAnalysisTask: :class:`Tencentcloud::Mps.v20190612.models.AiAnalysisTaskInput`
|
|
17333
17360
|
# @param AiRecognitionTask: 视频内容识别类型任务参数。
|
|
17334
17361
|
# @type AiRecognitionTask: :class:`Tencentcloud::Mps.v20190612.models.AiRecognitionTaskInput`
|
|
17335
|
-
# @param AiQualityControlTask:
|
|
17362
|
+
# @param AiQualityControlTask: 媒体质检类型任务参数。
|
|
17336
17363
|
# @type AiQualityControlTask: :class:`Tencentcloud::Mps.v20190612.models.AiQualityControlTaskInput`
|
|
17337
17364
|
# @param TaskNotifyConfig: 任务的事件通知信息,不填代表不获取事件通知。
|
|
17338
17365
|
# @type TaskNotifyConfig: :class:`Tencentcloud::Mps.v20190612.models.TaskNotifyConfig`
|
|
17339
17366
|
# @param TasksPriority: 任务流的优先级,数值越大优先级越高,取值范围是-10到 10,不填代表0。
|
|
17340
17367
|
# @type TasksPriority: Integer
|
|
17341
|
-
# @param SessionId: 用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50
|
|
17368
|
+
# @param SessionId: 用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不传该参数或者参数为空字符串则本次请求不做去重操作。
|
|
17342
17369
|
# @type SessionId: String
|
|
17343
17370
|
# @param SessionContext: 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
|
|
17344
17371
|
# @type SessionContext: String
|
|
@@ -17586,7 +17613,7 @@ module TencentCloud
|
|
|
17586
17613
|
end
|
|
17587
17614
|
end
|
|
17588
17615
|
|
|
17589
|
-
#
|
|
17616
|
+
# 媒体质检结果输出。
|
|
17590
17617
|
class QualityControlData < TencentCloud::Common::AbstractModel
|
|
17591
17618
|
# @param NoAudio: 为true时表示视频无音频轨。
|
|
17592
17619
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -17597,7 +17624,7 @@ module TencentCloud
|
|
|
17597
17624
|
# @param QualityEvaluationScore: 视频无参考质量打分,百分制。
|
|
17598
17625
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
17599
17626
|
# @type QualityEvaluationScore: Integer
|
|
17600
|
-
# @param QualityControlResultSet:
|
|
17627
|
+
# @param QualityControlResultSet: 内容质检检出异常项。
|
|
17601
17628
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
17602
17629
|
# @type QualityControlResultSet: Array
|
|
17603
17630
|
|
|
@@ -18422,7 +18449,7 @@ module TencentCloud
|
|
|
18422
18449
|
end
|
|
18423
18450
|
end
|
|
18424
18451
|
|
|
18425
|
-
#
|
|
18452
|
+
# 媒体质检任务结果类型
|
|
18426
18453
|
class ScheduleQualityControlTaskResult < TencentCloud::Common::AbstractModel
|
|
18427
18454
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
18428
18455
|
# @type Status: String
|
|
@@ -18432,9 +18459,9 @@ module TencentCloud
|
|
|
18432
18459
|
# @type ErrCode: Integer
|
|
18433
18460
|
# @param Message: 错误信息。
|
|
18434
18461
|
# @type Message: String
|
|
18435
|
-
# @param Input:
|
|
18462
|
+
# @param Input: 媒体质检任务的输入。
|
|
18436
18463
|
# @type Input: :class:`Tencentcloud::Mps.v20190612.models.AiQualityControlTaskInput`
|
|
18437
|
-
# @param Output:
|
|
18464
|
+
# @param Output: 媒体质检任务的输出。
|
|
18438
18465
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
18439
18466
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.QualityControlData`
|
|
18440
18467
|
|
|
@@ -19512,7 +19539,6 @@ module TencentCloud
|
|
|
19512
19539
|
# <li>militant:武装分子;</li>
|
|
19513
19540
|
# <li>explosion:爆炸火灾;</li>
|
|
19514
19541
|
# <li>terrorists:涉敏人物;</li>
|
|
19515
|
-
# <li>scenario:涉敏画面。</li>
|
|
19516
19542
|
# @type LabelSet: Array
|
|
19517
19543
|
# @param BlockConfidence: 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规,不填默认为 90 分。取值范围:0~100。
|
|
19518
19544
|
# @type BlockConfidence: Integer
|
|
@@ -19551,7 +19577,6 @@ module TencentCloud
|
|
|
19551
19577
|
# <li>militant:武装分子;</li>
|
|
19552
19578
|
# <li>explosion:爆炸火灾;</li>
|
|
19553
19579
|
# <li>terrorists:涉敏人物;</li>
|
|
19554
|
-
# <li>scenario:涉敏画面。</li>
|
|
19555
19580
|
# @type LabelSet: Array
|
|
19556
19581
|
# @param BlockConfidence: 判定涉嫌违规的分数阈值,当智能审核达到该分数以上,认为涉嫌违规。取值范围:0~100。
|
|
19557
19582
|
# @type BlockConfidence: Integer
|
|
@@ -20362,13 +20387,12 @@ module TencentCloud
|
|
|
20362
20387
|
# <li>dnxhd:DNxHD 编码</li>
|
|
20363
20388
|
# 注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。
|
|
20364
20389
|
|
|
20365
|
-
# 注意:av1 编码容器目前只支持 mp4 ,webm,mkv
|
|
20390
|
+
# 注意:av1 编码容器目前只支持 mp4 ,webm,mkv。
|
|
20366
20391
|
# 注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。
|
|
20367
20392
|
# 注意:VP8、VP9编码容器目前只支持webm,mkv。
|
|
20368
20393
|
# 注意:MPEG2、dnxhd 编码容器目前只支持mxf。
|
|
20369
20394
|
# @type Codec: String
|
|
20370
|
-
# @param Fps: 视频帧率,取值范围:[0, 120],单位:Hz。 当取值为 0,表示帧率和原始视频保持一致。
|
|
20371
|
-
# 注意:自适应码率时取值范围是 [0, 60]
|
|
20395
|
+
# @param Fps: 视频帧率,取值范围:[0, 120],单位:Hz。 当取值为 0,表示帧率和原始视频保持一致。 注意:自适应码率时取值范围是 [0, 60]
|
|
20372
20396
|
# @type Fps: Integer
|
|
20373
20397
|
# @param Bitrate: 视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。
|
|
20374
20398
|
# 当取值为 0,表示视频码率和原始视频保持一致。
|
|
@@ -20409,11 +20433,11 @@ module TencentCloud
|
|
|
20409
20433
|
# 如果没有特殊需求,不建议指定该参数。
|
|
20410
20434
|
# @type Vcrf: Integer
|
|
20411
20435
|
# @param SegmentType: hls 分片类型,可选值 :
|
|
20412
|
-
# <li>
|
|
20436
|
+
# <li>0:HLS+TS 切片</li>
|
|
20413
20437
|
# <li>2:HLS+TS byte range</li>
|
|
20414
20438
|
# <li>7:HLS+MP4 切片</li>
|
|
20415
20439
|
# <li>5:HLS+MP4 byte range</li>
|
|
20416
|
-
# 默认值:
|
|
20440
|
+
# 默认值:0
|
|
20417
20441
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
20418
20442
|
# @type SegmentType: Integer
|
|
20419
20443
|
|
|
@@ -20459,13 +20483,13 @@ module TencentCloud
|
|
|
20459
20483
|
# <li>dnxhd:DNxHD 编码</li>
|
|
20460
20484
|
# 注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。
|
|
20461
20485
|
|
|
20462
|
-
# 注意:av1 编码容器目前只支持 mp4 ,webm,mkv
|
|
20486
|
+
# 注意:av1 编码容器目前只支持 mp4 ,webm,mkv。
|
|
20463
20487
|
# 注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。
|
|
20464
20488
|
# 注意:VP8、VP9编码容器目前只支持webm,mkv。
|
|
20465
20489
|
# 注意:MPEG2、dnxhd 编码容器目前只支持mxf。
|
|
20466
20490
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
20467
20491
|
# @type Codec: String
|
|
20468
|
-
# @param Fps: 视频帧率,取值范围:[0, 120],单位:Hz。
|
|
20492
|
+
# @param Fps: 视频帧率,取值范围:[0, 120],单位:Hz。 当取值为 0,表示帧率和原始视频保持一致。
|
|
20469
20493
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
20470
20494
|
# @type Fps: Integer
|
|
20471
20495
|
# @param Bitrate: 视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。
|
|
@@ -20509,11 +20533,11 @@ module TencentCloud
|
|
|
20509
20533
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
20510
20534
|
# @type ContentAdaptStream: Integer
|
|
20511
20535
|
# @param SegmentType: hls 分片类型,可选值:
|
|
20512
|
-
# <li>
|
|
20536
|
+
# <li>0:HLS+TS 切片</li>
|
|
20513
20537
|
# <li>2:HLS+TS byte range</li>
|
|
20514
20538
|
# <li>7:HLS+MP4 切片</li>
|
|
20515
20539
|
# <li>5:HLS+MP4 byte range</li>
|
|
20516
|
-
# 默认值:
|
|
20540
|
+
# 默认值:0
|
|
20517
20541
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
20518
20542
|
# @type SegmentType: Integer
|
|
20519
20543
|
|
|
@@ -20881,7 +20905,7 @@ module TencentCloud
|
|
|
20881
20905
|
# @type AiAnalysisResultSet: Array
|
|
20882
20906
|
# @param AiRecognitionResultSet: 视频内容识别任务的执行状态与结果。
|
|
20883
20907
|
# @type AiRecognitionResultSet: Array
|
|
20884
|
-
# @param AiQualityControlTaskResult:
|
|
20908
|
+
# @param AiQualityControlTaskResult: 媒体质检任务的执行状态与结果。
|
|
20885
20909
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
20886
20910
|
# @type AiQualityControlTaskResult: :class:`Tencentcloud::Mps.v20190612.models.ScheduleQualityControlTaskResult`
|
|
20887
20911
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-mps
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.853
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|