tencentcloud-sdk-mps 3.0.1173 → 3.0.1175
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/client.rb +26 -0
- data/lib/v20190612/models.rb +277 -15
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9355476108c91e196a4bbe363520440d215daf5d
|
|
4
|
+
data.tar.gz: cca1c48ddaa7d0d29245768e2d6f1b1c1984a4cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a7663c2f0a8adf9cfbb0696045554f78ede31af01b015b20b28c60382ea989e1cd82981c48898ebb667c65d8f060bbede7d51791e9f3792f2ce735edcadbc2c
|
|
7
|
+
data.tar.gz: 73eb95573f87ab1b567961b110e53cff9e9a7f575f9fbb969801f619e2ad186896d7776df59f8b66c975b12160e35fa6f05af6b85adf9339c58c1c770430e6d4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1175
|
data/lib/v20190612/client.rb
CHANGED
|
@@ -2367,6 +2367,32 @@ module TencentCloud
|
|
|
2367
2367
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2368
2368
|
end
|
|
2369
2369
|
|
|
2370
|
+
# 该接口返回查询时间范围内每天使用的媒体处理用量信息。
|
|
2371
|
+
# 1. 可以查询最近365天内的媒体处理统计数据。
|
|
2372
|
+
# 2. 查询时间跨度不超过90天。
|
|
2373
|
+
|
|
2374
|
+
# @param request: Request instance for DescribeUsageData.
|
|
2375
|
+
# @type request: :class:`Tencentcloud::mps::V20190612::DescribeUsageDataRequest`
|
|
2376
|
+
# @rtype: :class:`Tencentcloud::mps::V20190612::DescribeUsageDataResponse`
|
|
2377
|
+
def DescribeUsageData(request)
|
|
2378
|
+
body = send_request('DescribeUsageData', request.serialize)
|
|
2379
|
+
response = JSON.parse(body)
|
|
2380
|
+
if response['Response'].key?('Error') == false
|
|
2381
|
+
model = DescribeUsageDataResponse.new
|
|
2382
|
+
model.deserialize(response['Response'])
|
|
2383
|
+
model
|
|
2384
|
+
else
|
|
2385
|
+
code = response['Response']['Error']['Code']
|
|
2386
|
+
message = response['Response']['Error']['Message']
|
|
2387
|
+
reqid = response['Response']['RequestId']
|
|
2388
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
|
2389
|
+
end
|
|
2390
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
|
2391
|
+
raise e
|
|
2392
|
+
rescue StandardError => e
|
|
2393
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2394
|
+
end
|
|
2395
|
+
|
|
2370
2396
|
# 根据任务ID查询视频入库任务的状态。
|
|
2371
2397
|
|
|
2372
2398
|
# @param request: Request instance for DescribeVideoDatabaseEntryTaskDetail.
|
data/lib/v20190612/models.rb
CHANGED
|
@@ -2505,8 +2505,8 @@ module TencentCloud
|
|
|
2505
2505
|
|
|
2506
2506
|
attr_accessor :SegmentSet, :SubtitlePath, :OutputStorage
|
|
2507
2507
|
extend Gem::Deprecate
|
|
2508
|
-
deprecate :OutputStorage, :none, 2025,
|
|
2509
|
-
deprecate :OutputStorage=, :none, 2025,
|
|
2508
|
+
deprecate :OutputStorage, :none, 2025, 12
|
|
2509
|
+
deprecate :OutputStorage=, :none, 2025, 12
|
|
2510
2510
|
|
|
2511
2511
|
def initialize(segmentset=nil, subtitlepath=nil, outputstorage=nil)
|
|
2512
2512
|
@SegmentSet = segmentset
|
|
@@ -8076,8 +8076,8 @@ module TencentCloud
|
|
|
8076
8076
|
|
|
8077
8077
|
attr_accessor :OutputName, :Description, :Protocol, :OutputRegion, :OutputType, :OutputKind, :SRTSettings, :RTMPSettings, :RTPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :PidSelector, :StreamSelector
|
|
8078
8078
|
extend Gem::Deprecate
|
|
8079
|
-
deprecate :PidSelector, :none, 2025,
|
|
8080
|
-
deprecate :PidSelector=, :none, 2025,
|
|
8079
|
+
deprecate :PidSelector, :none, 2025, 12
|
|
8080
|
+
deprecate :PidSelector=, :none, 2025, 12
|
|
8081
8081
|
|
|
8082
8082
|
def initialize(outputname=nil, description=nil, protocol=nil, outputregion=nil, outputtype=nil, outputkind=nil, srtsettings=nil, rtmpsettings=nil, rtpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, pidselector=nil, streamselector=nil)
|
|
8083
8083
|
@OutputName = outputname
|
|
@@ -11996,8 +11996,8 @@ module TencentCloud
|
|
|
11996
11996
|
|
|
11997
11997
|
attr_accessor :OutputId, :OutputName, :OutputType, :OutputKind, :Description, :Protocol, :OutputAddressList, :OutputRegion, :SRTSettings, :RTPSettings, :RTMPSettings, :RTMPPullSettings, :AllowIpList, :RTSPPullSettings, :HLSPullSettings, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :PidSelector, :StreamUrls, :StreamSelector
|
|
11998
11998
|
extend Gem::Deprecate
|
|
11999
|
-
deprecate :PidSelector, :none, 2025,
|
|
12000
|
-
deprecate :PidSelector=, :none, 2025,
|
|
11999
|
+
deprecate :PidSelector, :none, 2025, 12
|
|
12000
|
+
deprecate :PidSelector=, :none, 2025, 12
|
|
12001
12001
|
|
|
12002
12002
|
def initialize(outputid=nil, outputname=nil, outputtype=nil, outputkind=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, ristsettings=nil, pidselector=nil, streamurls=nil, streamselector=nil)
|
|
12003
12003
|
@OutputId = outputid
|
|
@@ -14053,6 +14053,90 @@ module TencentCloud
|
|
|
14053
14053
|
end
|
|
14054
14054
|
end
|
|
14055
14055
|
|
|
14056
|
+
# DescribeUsageData请求参数结构体
|
|
14057
|
+
class DescribeUsageDataRequest < TencentCloud::Common::AbstractModel
|
|
14058
|
+
# @param StartTime: 起始日期。使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
|
|
14059
|
+
# @type StartTime: String
|
|
14060
|
+
# @param EndTime: 结束日期,需大于等于起始日期。使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
|
|
14061
|
+
# @type EndTime: String
|
|
14062
|
+
# @param Types: 查询媒体处理任务类型,默认查询转码。
|
|
14063
|
+
# <li>Transcode:转码</li>
|
|
14064
|
+
# <li>Enhance:增强</li>
|
|
14065
|
+
# <li>AIAnalysis:智能分析</li>
|
|
14066
|
+
# <li>AIRecognition:智能识别</li>
|
|
14067
|
+
# <li>AIReview:内容审核</li>
|
|
14068
|
+
# <li>Snapshot:截图</li>
|
|
14069
|
+
# <li>AnimatedGraphics:转动图</li>
|
|
14070
|
+
# <li>AiQualityControl:质检</li>
|
|
14071
|
+
# <li>Evaluation:视频评测</li>
|
|
14072
|
+
# <li>ImageProcess: 图片处理</li>
|
|
14073
|
+
# <li>AddBlindWatermark: 添加基础版权数字水印</li>
|
|
14074
|
+
# <li>AddNagraWatermark: 添加NAGRA数字水印</li>
|
|
14075
|
+
# <li>ExtractBlindWatermark: 提取基础版权数字水印</li>
|
|
14076
|
+
# @type Types: Array
|
|
14077
|
+
# @param ProcessRegions: 媒体处理园区,默认返回 ap-guangzhou 园区。
|
|
14078
|
+
# <li>ap-guangzhou:广州</li>
|
|
14079
|
+
# <li>ap-hongkong:中国香港</li>
|
|
14080
|
+
# <li>ap-taipei:中国台北</li>
|
|
14081
|
+
# <li>ap-singapore:新加坡</li>
|
|
14082
|
+
# <li>ap-mumbai:印度</li>
|
|
14083
|
+
# <li>ap-jakarta:雅加达</li>
|
|
14084
|
+
# <li>ap-seoul:首尔</li>
|
|
14085
|
+
# <li>ap-bangkok:泰国</li>
|
|
14086
|
+
# <li>ap-tokyo:日本</li>
|
|
14087
|
+
# <li>na-siliconvalley:美国硅谷</li>
|
|
14088
|
+
# <li>na-ashburn:弗吉尼亚</li>
|
|
14089
|
+
# <li>na-toronto:多伦多</li>
|
|
14090
|
+
# <li>sa-saopaulo:圣保罗</li>
|
|
14091
|
+
# <li>eu-frankfurt:法兰克福</li>
|
|
14092
|
+
# <li>eu-moscow:俄罗斯</li>
|
|
14093
|
+
# <li>aws:AWS</li>
|
|
14094
|
+
# @type ProcessRegions: Array
|
|
14095
|
+
|
|
14096
|
+
attr_accessor :StartTime, :EndTime, :Types, :ProcessRegions
|
|
14097
|
+
|
|
14098
|
+
def initialize(starttime=nil, endtime=nil, types=nil, processregions=nil)
|
|
14099
|
+
@StartTime = starttime
|
|
14100
|
+
@EndTime = endtime
|
|
14101
|
+
@Types = types
|
|
14102
|
+
@ProcessRegions = processregions
|
|
14103
|
+
end
|
|
14104
|
+
|
|
14105
|
+
def deserialize(params)
|
|
14106
|
+
@StartTime = params['StartTime']
|
|
14107
|
+
@EndTime = params['EndTime']
|
|
14108
|
+
@Types = params['Types']
|
|
14109
|
+
@ProcessRegions = params['ProcessRegions']
|
|
14110
|
+
end
|
|
14111
|
+
end
|
|
14112
|
+
|
|
14113
|
+
# DescribeUsageData返回参数结构体
|
|
14114
|
+
class DescribeUsageDataResponse < TencentCloud::Common::AbstractModel
|
|
14115
|
+
# @param Data: 媒体处理统计数据概览,展示所查询任务的概览以及详细数据。
|
|
14116
|
+
# @type Data: Array
|
|
14117
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14118
|
+
# @type RequestId: String
|
|
14119
|
+
|
|
14120
|
+
attr_accessor :Data, :RequestId
|
|
14121
|
+
|
|
14122
|
+
def initialize(data=nil, requestid=nil)
|
|
14123
|
+
@Data = data
|
|
14124
|
+
@RequestId = requestid
|
|
14125
|
+
end
|
|
14126
|
+
|
|
14127
|
+
def deserialize(params)
|
|
14128
|
+
unless params['Data'].nil?
|
|
14129
|
+
@Data = []
|
|
14130
|
+
params['Data'].each do |i|
|
|
14131
|
+
taskstatdata_tmp = TaskStatData.new
|
|
14132
|
+
taskstatdata_tmp.deserialize(i)
|
|
14133
|
+
@Data << taskstatdata_tmp
|
|
14134
|
+
end
|
|
14135
|
+
end
|
|
14136
|
+
@RequestId = params['RequestId']
|
|
14137
|
+
end
|
|
14138
|
+
end
|
|
14139
|
+
|
|
14056
14140
|
# DescribeVideoDatabaseEntryTaskDetail请求参数结构体
|
|
14057
14141
|
class DescribeVideoDatabaseEntryTaskDetailRequest < TencentCloud::Common::AbstractModel
|
|
14058
14142
|
# @param TaskId: 待查询的任务Id
|
|
@@ -15138,8 +15222,8 @@ module TencentCloud
|
|
|
15138
15222
|
|
|
15139
15223
|
attr_accessor :TaskType, :EvaluationTypeSet, :EvaluationRangeType, :ContrastInfoSet, :ContrastMediaSet, :ContrastTemplateSet, :StartTime, :EndTime, :StartFrameIndex, :EndFrameIndex, :ResolutionAlignmentMode, :BitrateSet, :VCRFSet
|
|
15140
15224
|
extend Gem::Deprecate
|
|
15141
|
-
deprecate :ContrastInfoSet, :none, 2025,
|
|
15142
|
-
deprecate :ContrastInfoSet=, :none, 2025,
|
|
15225
|
+
deprecate :ContrastInfoSet, :none, 2025, 12
|
|
15226
|
+
deprecate :ContrastInfoSet=, :none, 2025, 12
|
|
15143
15227
|
|
|
15144
15228
|
def initialize(tasktype=nil, evaluationtypeset=nil, evaluationrangetype=nil, contrastinfoset=nil, contrastmediaset=nil, contrasttemplateset=nil, starttime=nil, endtime=nil, startframeindex=nil, endframeindex=nil, resolutionalignmentmode=nil, bitrateset=nil, vcrfset=nil)
|
|
15145
15229
|
@TaskType = tasktype
|
|
@@ -16592,6 +16676,7 @@ module TencentCloud
|
|
|
16592
16676
|
# @param DetectTypes: 图片框选区域类型,可选值:
|
|
16593
16677
|
# <li>logo:图标;</li>
|
|
16594
16678
|
# <li>text:文字;</li>
|
|
16679
|
+
# <li>watermark:水印;</li>
|
|
16595
16680
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
16596
16681
|
# @type DetectTypes: Array
|
|
16597
16682
|
|
|
@@ -17499,10 +17584,10 @@ module TencentCloud
|
|
|
17499
17584
|
|
|
17500
17585
|
attr_accessor :QualityControlResults, :DiagnoseResults, :QualityControlResultSet, :DiagnoseResultSet
|
|
17501
17586
|
extend Gem::Deprecate
|
|
17502
|
-
deprecate :QualityControlResults, :none, 2025,
|
|
17503
|
-
deprecate :QualityControlResults=, :none, 2025,
|
|
17504
|
-
deprecate :DiagnoseResults, :none, 2025,
|
|
17505
|
-
deprecate :DiagnoseResults=, :none, 2025,
|
|
17587
|
+
deprecate :QualityControlResults, :none, 2025, 12
|
|
17588
|
+
deprecate :QualityControlResults=, :none, 2025, 12
|
|
17589
|
+
deprecate :DiagnoseResults, :none, 2025, 12
|
|
17590
|
+
deprecate :DiagnoseResults=, :none, 2025, 12
|
|
17506
17591
|
|
|
17507
17592
|
def initialize(qualitycontrolresults=nil, diagnoseresults=nil, qualitycontrolresultset=nil, diagnoseresultset=nil)
|
|
17508
17593
|
@QualityControlResults = qualitycontrolresults
|
|
@@ -20659,8 +20744,8 @@ module TencentCloud
|
|
|
20659
20744
|
|
|
20660
20745
|
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :OutputKind, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :OutputType, :PidSelector, :StreamSelector
|
|
20661
20746
|
extend Gem::Deprecate
|
|
20662
|
-
deprecate :PidSelector, :none, 2025,
|
|
20663
|
-
deprecate :PidSelector=, :none, 2025,
|
|
20747
|
+
deprecate :PidSelector, :none, 2025, 12
|
|
20748
|
+
deprecate :PidSelector=, :none, 2025, 12
|
|
20664
20749
|
|
|
20665
20750
|
def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, outputkind=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, outputtype=nil, pidselector=nil, streamselector=nil)
|
|
20666
20751
|
@OutputId = outputid
|
|
@@ -22888,8 +22973,9 @@ module TencentCloud
|
|
|
22888
22973
|
# 如果不填,则默认为相对路径:{inputName}.{format}。
|
|
22889
22974
|
# @type OutputPath: String
|
|
22890
22975
|
# @param Definition: 图片处理模板唯一标识。
|
|
22976
|
+
# 图片模板功能内测中,如需使用请提交工单申请。
|
|
22891
22977
|
# @type Definition: Integer
|
|
22892
|
-
# @param ResourceId: 资源ID
|
|
22978
|
+
# @param ResourceId: 资源ID,需要保证对应资源是开启状态。默认为账号主资源ID。
|
|
22893
22979
|
# @type ResourceId: String
|
|
22894
22980
|
# @param ImageTask: 图片处理参数。
|
|
22895
22981
|
# @type ImageTask: :class:`Tencentcloud::Mps.v20190612.models.ImageTaskInput`
|
|
@@ -26594,6 +26680,33 @@ module TencentCloud
|
|
|
26594
26680
|
end
|
|
26595
26681
|
end
|
|
26596
26682
|
|
|
26683
|
+
# 指定规格任务统计数据。
|
|
26684
|
+
class SpecificationDataItem < TencentCloud::Common::AbstractModel
|
|
26685
|
+
# @param Specification: 任务规格。
|
|
26686
|
+
# @type Specification: String
|
|
26687
|
+
# @param Data: 统计数据。
|
|
26688
|
+
# @type Data: Array
|
|
26689
|
+
|
|
26690
|
+
attr_accessor :Specification, :Data
|
|
26691
|
+
|
|
26692
|
+
def initialize(specification=nil, data=nil)
|
|
26693
|
+
@Specification = specification
|
|
26694
|
+
@Data = data
|
|
26695
|
+
end
|
|
26696
|
+
|
|
26697
|
+
def deserialize(params)
|
|
26698
|
+
@Specification = params['Specification']
|
|
26699
|
+
unless params['Data'].nil?
|
|
26700
|
+
@Data = []
|
|
26701
|
+
params['Data'].each do |i|
|
|
26702
|
+
taskstatdataitem_tmp = TaskStatDataItem.new
|
|
26703
|
+
taskstatdataitem_tmp.deserialize(i)
|
|
26704
|
+
@Data << taskstatdataitem_tmp
|
|
26705
|
+
end
|
|
26706
|
+
end
|
|
26707
|
+
end
|
|
26708
|
+
end
|
|
26709
|
+
|
|
26597
26710
|
# FairPlay,WideVine,PlayReady 等Drm加密方式。
|
|
26598
26711
|
class SpekeDrm < TencentCloud::Common::AbstractModel
|
|
26599
26712
|
# @param ResourceId: 资源标记,该字段内容为用户自定义;
|
|
@@ -27329,6 +27442,155 @@ module TencentCloud
|
|
|
27329
27442
|
end
|
|
27330
27443
|
end
|
|
27331
27444
|
|
|
27445
|
+
# 任务统计数据。
|
|
27446
|
+
class TaskStatData < TencentCloud::Common::AbstractModel
|
|
27447
|
+
# @param TaskType: 任务类型。
|
|
27448
|
+
# <li>Transcode: 转码</li>
|
|
27449
|
+
# <li>Enhance: 增强</li>
|
|
27450
|
+
# <li>AIAnalysis: 智能分析</li>
|
|
27451
|
+
# <li>AIRecognition: 智能识别</li>
|
|
27452
|
+
# <li>AIReview: 内容审核</li>
|
|
27453
|
+
# <li>Snapshot: 截图</li>
|
|
27454
|
+
# <li>AnimatedGraphics: 转动图</li>
|
|
27455
|
+
# <li>ImageProcess: 图片处理</li>
|
|
27456
|
+
# @type TaskType: String
|
|
27457
|
+
# @param Summary: 任务数统计数据概览。
|
|
27458
|
+
# <li>Transcode:用量单位为秒</li>
|
|
27459
|
+
# <li>Enhance:用量单位为秒</li>
|
|
27460
|
+
# <li>AIAnalysis:用量单位为秒</li>
|
|
27461
|
+
# <li>AIRecognition:用量单位为秒</li>
|
|
27462
|
+
# <li>AIReview:用量单位为秒</li>
|
|
27463
|
+
# <li>Snapshot:用量单位为张</li>
|
|
27464
|
+
# <li>AnimatedGraphics: 用量单位为秒</li>
|
|
27465
|
+
# <li>ImageProcess: 用量单位为张</li>
|
|
27466
|
+
# @type Summary: Array
|
|
27467
|
+
# @param Details: 不同规格任务统计数据详情。
|
|
27468
|
+
|
|
27469
|
+
# 1、转码规格:
|
|
27470
|
+
# <li>Audio:纯音频</li>
|
|
27471
|
+
# <li>Remuxing:转封装</li>
|
|
27472
|
+
# <li>其他转码规格:{TYPE}.{CODEC}.{SPECIFICATION}</li> 其中 TYPE 取值
|
|
27473
|
+
# Standard:普通转码
|
|
27474
|
+
# TESHD-10:视频极速高清
|
|
27475
|
+
# TESHD-20:音频极速高清
|
|
27476
|
+
# TESHD-30:音视频极速高清
|
|
27477
|
+
# TESHD-30-SDK:音视频极速高清SDK按时长计费
|
|
27478
|
+
# TESHD-30-SDKCores:音视频极速高清SDK按核心数计费
|
|
27479
|
+
# Edit:视频编辑
|
|
27480
|
+
# 其中 CODEC 取值
|
|
27481
|
+
# H264:H.264 编码
|
|
27482
|
+
# H265:H.265 编码
|
|
27483
|
+
# AV1:AV1 编码
|
|
27484
|
+
# MV-HEVC:MV-HEVC 编码
|
|
27485
|
+
# 其中 SPECIFICATION 取值
|
|
27486
|
+
# SD:标清
|
|
27487
|
+
# HD:高清
|
|
27488
|
+
# FHD:全高清
|
|
27489
|
+
# 2K:2K
|
|
27490
|
+
# 4K:4K
|
|
27491
|
+
# 例如 TESHD-10.H265.HD 表示 H.265 编码方式高清极速高清转码
|
|
27492
|
+
|
|
27493
|
+
# 2、增强规格:视频增强格式:{TYPE}.{CODEC}.{SPECIFICATION}.{FPS},其中 CODEC 和 SPECIFICATION 同转码,FPS在原子类型时才存在;音频增强格式:{TYPE}。
|
|
27494
|
+
# 增强TYPE 取值:
|
|
27495
|
+
# <li>Enhance:通用增强类型,可能是任意一种原子增强类型</li>
|
|
27496
|
+
# <li>原子增强类型</li> 视频原子增强类型取值:
|
|
27497
|
+
# Sdr2hdr:SDR2HDR
|
|
27498
|
+
# SuperResolution:超分
|
|
27499
|
+
# InsertFrame:插帧
|
|
27500
|
+
# ComprehensiveEnhancement:综合增强
|
|
27501
|
+
# NoiseReduction:视频降噪
|
|
27502
|
+
# ColorEnhancement:色彩增强
|
|
27503
|
+
# RemoveScratches:去划痕
|
|
27504
|
+
# Deburr:去毛刺
|
|
27505
|
+
# DetailEnhancement:细节增强
|
|
27506
|
+
# LightEnhancement:低光照增强
|
|
27507
|
+
# FaceEnhancement:人脸增强
|
|
27508
|
+
# 音频原子增强类型取值:
|
|
27509
|
+
# AudioNoiseReduction
|
|
27510
|
+
# VolumeBalance
|
|
27511
|
+
# AudioBeautify
|
|
27512
|
+
# AudioSeparation
|
|
27513
|
+
|
|
27514
|
+
# 3、截图规格:
|
|
27515
|
+
# <li>ImageSprite:雪碧图</li>
|
|
27516
|
+
# <li>SampleSnapshot:采样截图</li>
|
|
27517
|
+
# <li>SnapshotByTime:时间点截图</li>
|
|
27518
|
+
# 4、图片处理规格:{TYPE}.{CODEC}.{SPECIFICATION}
|
|
27519
|
+
# <li> ImageCompression:图片编码</li>
|
|
27520
|
+
# <li> ImageSuperResolution:图片超分</li>
|
|
27521
|
+
# <li> EnhanceImageColor:图片色彩增强</li>
|
|
27522
|
+
# 5、智能分析规格:
|
|
27523
|
+
# <li>AIAnalysis:分析大类,对于未拆分的</li>
|
|
27524
|
+
# <li>VideoTag:视频标签</li>
|
|
27525
|
+
# <li>VideoClassification:视频分类</li>
|
|
27526
|
+
# <li>SmartCover:智能封面</li>
|
|
27527
|
+
# <li>FrameLabel:帧标签</li>
|
|
27528
|
+
# <li>VideoSplit:视频拆条</li>
|
|
27529
|
+
# <li>Highlights:精彩集锦</li>
|
|
27530
|
+
# <li>OpeningAndEnding:片头片尾</li>
|
|
27531
|
+
# 6、智能识别规格:
|
|
27532
|
+
# <li>AIRecognition:识别大类,对于未拆分的</li>
|
|
27533
|
+
# <li>FaceRecognition:人脸识别</li>
|
|
27534
|
+
# <li>TextRecognition:文字识别</li>
|
|
27535
|
+
# <li>ObjectRecognition:物体识别</li>
|
|
27536
|
+
# <li>VoiceRecognition:语音识别</li>
|
|
27537
|
+
# <li>VoiceTranslation:语音翻译</li>
|
|
27538
|
+
# 7、内容审核、转动图无细分规格。
|
|
27539
|
+
# @type Details: Array
|
|
27540
|
+
|
|
27541
|
+
attr_accessor :TaskType, :Summary, :Details
|
|
27542
|
+
|
|
27543
|
+
def initialize(tasktype=nil, summary=nil, details=nil)
|
|
27544
|
+
@TaskType = tasktype
|
|
27545
|
+
@Summary = summary
|
|
27546
|
+
@Details = details
|
|
27547
|
+
end
|
|
27548
|
+
|
|
27549
|
+
def deserialize(params)
|
|
27550
|
+
@TaskType = params['TaskType']
|
|
27551
|
+
unless params['Summary'].nil?
|
|
27552
|
+
@Summary = []
|
|
27553
|
+
params['Summary'].each do |i|
|
|
27554
|
+
taskstatdataitem_tmp = TaskStatDataItem.new
|
|
27555
|
+
taskstatdataitem_tmp.deserialize(i)
|
|
27556
|
+
@Summary << taskstatdataitem_tmp
|
|
27557
|
+
end
|
|
27558
|
+
end
|
|
27559
|
+
unless params['Details'].nil?
|
|
27560
|
+
@Details = []
|
|
27561
|
+
params['Details'].each do |i|
|
|
27562
|
+
specificationdataitem_tmp = SpecificationDataItem.new
|
|
27563
|
+
specificationdataitem_tmp.deserialize(i)
|
|
27564
|
+
@Details << specificationdataitem_tmp
|
|
27565
|
+
end
|
|
27566
|
+
end
|
|
27567
|
+
end
|
|
27568
|
+
end
|
|
27569
|
+
|
|
27570
|
+
# 任务统计数据,包括任务数和用量。
|
|
27571
|
+
class TaskStatDataItem < TencentCloud::Common::AbstractModel
|
|
27572
|
+
# @param Time: 数据所在时间区间的开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。如:当时间粒度为天,2018-12-01T00:00:00+08:00,表示2018年12月1日(含)到2018年12月2日(不含)区间。
|
|
27573
|
+
# @type Time: String
|
|
27574
|
+
# @param Count: 任务数。
|
|
27575
|
+
# @type Count: Integer
|
|
27576
|
+
# @param Usage: 任务用量。
|
|
27577
|
+
# @type Usage: Integer
|
|
27578
|
+
|
|
27579
|
+
attr_accessor :Time, :Count, :Usage
|
|
27580
|
+
|
|
27581
|
+
def initialize(time=nil, count=nil, usage=nil)
|
|
27582
|
+
@Time = time
|
|
27583
|
+
@Count = count
|
|
27584
|
+
@Usage = usage
|
|
27585
|
+
end
|
|
27586
|
+
|
|
27587
|
+
def deserialize(params)
|
|
27588
|
+
@Time = params['Time']
|
|
27589
|
+
@Count = params['Count']
|
|
27590
|
+
@Usage = params['Usage']
|
|
27591
|
+
end
|
|
27592
|
+
end
|
|
27593
|
+
|
|
27332
27594
|
# 涉敏任务控制参数
|
|
27333
27595
|
class TerrorismConfigureInfo < TencentCloud::Common::AbstractModel
|
|
27334
27596
|
# @param ImgReviewInfo: 画面涉敏任务控制参数。
|
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.1175
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-12-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,8 +34,8 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-mps.rb
|
|
37
|
-
- lib/v20190612/client.rb
|
|
38
37
|
- lib/v20190612/models.rb
|
|
38
|
+
- lib/v20190612/client.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|