tencentcloud-sdk-vod 3.0.1172 → 3.0.1178
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/tencentcloud-sdk-vod.rb +3 -3
- data/lib/v20180717/models.rb +158 -46
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d213db350696a26065aaf6ce8842a02d20054b5
|
|
4
|
+
data.tar.gz: 2bc3bbb40e52c0cc5a79894e0febd8807ae454e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44e0ec027d02e4e603c83516348735951cb257dd8871cf2ae3fa2089cded2f54688157fb2bf7a6b697ba21a64500e67d9bc7b94645a0d252ea67a95c2b8eeade
|
|
7
|
+
data.tar.gz: 2513639c8a75d26c021e789a3a0b986d6fa7e56f15da3dd2d222fcbe91f9cdf9f3fe28d961750c11e1f1996c5ef094270ed537ccc097aef8b4aae28a5c0c7c94
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1178
|
data/lib/tencentcloud-sdk-vod.rb
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
require 'tencentcloud-sdk-common'
|
|
4
4
|
|
|
5
|
-
require_relative 'v20180717/client'
|
|
6
|
-
require_relative 'v20180717/models'
|
|
7
|
-
|
|
8
5
|
require_relative 'v20240718/client'
|
|
9
6
|
require_relative 'v20240718/models'
|
|
10
7
|
|
|
8
|
+
require_relative 'v20180717/client'
|
|
9
|
+
require_relative 'v20180717/models'
|
|
10
|
+
|
|
11
11
|
module TencentCloud
|
|
12
12
|
module Vod
|
|
13
13
|
end
|
data/lib/v20180717/models.rb
CHANGED
|
@@ -2144,8 +2144,8 @@ module TencentCloud
|
|
|
2144
2144
|
|
|
2145
2145
|
attr_accessor :Name, :SegmentSet, :RecognitionSegmentSet
|
|
2146
2146
|
extend Gem::Deprecate
|
|
2147
|
-
deprecate :SegmentSet, :none, 2025,
|
|
2148
|
-
deprecate :SegmentSet=, :none, 2025,
|
|
2147
|
+
deprecate :SegmentSet, :none, 2025, 12
|
|
2148
|
+
deprecate :SegmentSet=, :none, 2025, 12
|
|
2149
2149
|
|
|
2150
2150
|
def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
|
|
2151
2151
|
@Name = name
|
|
@@ -4291,8 +4291,8 @@ module TencentCloud
|
|
|
4291
4291
|
|
|
4292
4292
|
attr_accessor :Switch, :SubtitleFormats, :SubtitleFormat, :SrcLanguage, :SubtitleName
|
|
4293
4293
|
extend Gem::Deprecate
|
|
4294
|
-
deprecate :SubtitleFormat, :none, 2025,
|
|
4295
|
-
deprecate :SubtitleFormat=, :none, 2025,
|
|
4294
|
+
deprecate :SubtitleFormat, :none, 2025, 12
|
|
4295
|
+
deprecate :SubtitleFormat=, :none, 2025, 12
|
|
4296
4296
|
|
|
4297
4297
|
def initialize(switch=nil, subtitleformats=nil, subtitleformat=nil, srclanguage=nil, subtitlename=nil)
|
|
4298
4298
|
@Switch = switch
|
|
@@ -4335,8 +4335,8 @@ module TencentCloud
|
|
|
4335
4335
|
|
|
4336
4336
|
attr_accessor :Switch, :SubtitleFormatsOperation, :SubtitleFormat, :SrcLanguage, :SubtitleName
|
|
4337
4337
|
extend Gem::Deprecate
|
|
4338
|
-
deprecate :SubtitleFormat, :none, 2025,
|
|
4339
|
-
deprecate :SubtitleFormat=, :none, 2025,
|
|
4338
|
+
deprecate :SubtitleFormat, :none, 2025, 12
|
|
4339
|
+
deprecate :SubtitleFormat=, :none, 2025, 12
|
|
4340
4340
|
|
|
4341
4341
|
def initialize(switch=nil, subtitleformatsoperation=nil, subtitleformat=nil, srclanguage=nil, subtitlename=nil)
|
|
4342
4342
|
@Switch = switch
|
|
@@ -7498,8 +7498,8 @@ module TencentCloud
|
|
|
7498
7498
|
|
|
7499
7499
|
attr_accessor :Name, :SubAppId, :Comment, :MediaProcessTask, :AiContentReviewTask, :AiAnalysisTask, :AiRecognitionTaskSet, :AiRecognitionTask, :ReviewAudioVideoTask
|
|
7500
7500
|
extend Gem::Deprecate
|
|
7501
|
-
deprecate :AiRecognitionTask, :none, 2025,
|
|
7502
|
-
deprecate :AiRecognitionTask=, :none, 2025,
|
|
7501
|
+
deprecate :AiRecognitionTask, :none, 2025, 12
|
|
7502
|
+
deprecate :AiRecognitionTask=, :none, 2025, 12
|
|
7503
7503
|
|
|
7504
7504
|
def initialize(name=nil, subappid=nil, comment=nil, mediaprocesstask=nil, aicontentreviewtask=nil, aianalysistask=nil, airecognitiontaskset=nil, airecognitiontask=nil, reviewaudiovideotask=nil)
|
|
7505
7505
|
@Name = name
|
|
@@ -10708,8 +10708,8 @@ module TencentCloud
|
|
|
10708
10708
|
|
|
10709
10709
|
attr_accessor :DomainName, :Domain, :Scheme, :PlayKey, :RequestId
|
|
10710
10710
|
extend Gem::Deprecate
|
|
10711
|
-
deprecate :DomainName, :none, 2025,
|
|
10712
|
-
deprecate :DomainName=, :none, 2025,
|
|
10711
|
+
deprecate :DomainName, :none, 2025, 12
|
|
10712
|
+
deprecate :DomainName=, :none, 2025, 12
|
|
10713
10713
|
|
|
10714
10714
|
def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
|
|
10715
10715
|
@DomainName = domainname
|
|
@@ -12182,8 +12182,8 @@ module TencentCloud
|
|
|
12182
12182
|
|
|
12183
12183
|
attr_accessor :SubAppId, :RoundPlayIds, :Status, :CreateTime, :UpdateTime, :ScrollToken, :Offset, :Limit
|
|
12184
12184
|
extend Gem::Deprecate
|
|
12185
|
-
deprecate :Offset, :none, 2025,
|
|
12186
|
-
deprecate :Offset=, :none, 2025,
|
|
12185
|
+
deprecate :Offset, :none, 2025, 12
|
|
12186
|
+
deprecate :Offset=, :none, 2025, 12
|
|
12187
12187
|
|
|
12188
12188
|
def initialize(subappid=nil, roundplayids=nil, status=nil, createtime=nil, updatetime=nil, scrolltoken=nil, offset=nil, limit=nil)
|
|
12189
12189
|
@SubAppId = subappid
|
|
@@ -12227,8 +12227,8 @@ module TencentCloud
|
|
|
12227
12227
|
|
|
12228
12228
|
attr_accessor :TotalCount, :RoundPlaySet, :ScrollToken, :RequestId
|
|
12229
12229
|
extend Gem::Deprecate
|
|
12230
|
-
deprecate :TotalCount, :none, 2025,
|
|
12231
|
-
deprecate :TotalCount=, :none, 2025,
|
|
12230
|
+
deprecate :TotalCount, :none, 2025, 12
|
|
12231
|
+
deprecate :TotalCount=, :none, 2025, 12
|
|
12232
12232
|
|
|
12233
12233
|
def initialize(totalcount=nil, roundplayset=nil, scrolltoken=nil, requestid=nil)
|
|
12234
12234
|
@TotalCount = totalcount
|
|
@@ -14754,8 +14754,8 @@ module TencentCloud
|
|
|
14754
14754
|
|
|
14755
14755
|
attr_accessor :Uv, :Uid
|
|
14756
14756
|
extend Gem::Deprecate
|
|
14757
|
-
deprecate :Uid, :none, 2025,
|
|
14758
|
-
deprecate :Uid=, :none, 2025,
|
|
14757
|
+
deprecate :Uid, :none, 2025, 12
|
|
14758
|
+
deprecate :Uid=, :none, 2025, 12
|
|
14759
14759
|
|
|
14760
14760
|
def initialize(uv=nil, uid=nil)
|
|
14761
14761
|
@Uv = uv
|
|
@@ -16331,6 +16331,87 @@ module TencentCloud
|
|
|
16331
16331
|
end
|
|
16332
16332
|
end
|
|
16333
16333
|
|
|
16334
|
+
# 使用MPS进行处理后的智能媒体信息
|
|
16335
|
+
class MPSAiMediaInfo < TencentCloud::Common::AbstractModel
|
|
16336
|
+
# @param AiMediaList: MPS处理后的智能媒体信息列表
|
|
16337
|
+
# @type AiMediaList: Array
|
|
16338
|
+
|
|
16339
|
+
attr_accessor :AiMediaList
|
|
16340
|
+
|
|
16341
|
+
def initialize(aimedialist=nil)
|
|
16342
|
+
@AiMediaList = aimedialist
|
|
16343
|
+
end
|
|
16344
|
+
|
|
16345
|
+
def deserialize(params)
|
|
16346
|
+
unless params['AiMediaList'].nil?
|
|
16347
|
+
@AiMediaList = []
|
|
16348
|
+
params['AiMediaList'].each do |i|
|
|
16349
|
+
mpsaimediaitem_tmp = MPSAiMediaItem.new
|
|
16350
|
+
mpsaimediaitem_tmp.deserialize(i)
|
|
16351
|
+
@AiMediaList << mpsaimediaitem_tmp
|
|
16352
|
+
end
|
|
16353
|
+
end
|
|
16354
|
+
end
|
|
16355
|
+
end
|
|
16356
|
+
|
|
16357
|
+
# MPS AI媒资任务项
|
|
16358
|
+
class MPSAiMediaItem < TencentCloud::Common::AbstractModel
|
|
16359
|
+
# @param TaskType: MPS智能处理任务类型
|
|
16360
|
+
# @type TaskType: String
|
|
16361
|
+
# @param AiMediaTasks: MPS 智能媒资任务输出
|
|
16362
|
+
# @type AiMediaTasks: Array
|
|
16363
|
+
|
|
16364
|
+
attr_accessor :TaskType, :AiMediaTasks
|
|
16365
|
+
|
|
16366
|
+
def initialize(tasktype=nil, aimediatasks=nil)
|
|
16367
|
+
@TaskType = tasktype
|
|
16368
|
+
@AiMediaTasks = aimediatasks
|
|
16369
|
+
end
|
|
16370
|
+
|
|
16371
|
+
def deserialize(params)
|
|
16372
|
+
@TaskType = params['TaskType']
|
|
16373
|
+
unless params['AiMediaTasks'].nil?
|
|
16374
|
+
@AiMediaTasks = []
|
|
16375
|
+
params['AiMediaTasks'].each do |i|
|
|
16376
|
+
mpsaimediatask_tmp = MPSAiMediaTask.new
|
|
16377
|
+
mpsaimediatask_tmp.deserialize(i)
|
|
16378
|
+
@AiMediaTasks << mpsaimediatask_tmp
|
|
16379
|
+
end
|
|
16380
|
+
end
|
|
16381
|
+
end
|
|
16382
|
+
end
|
|
16383
|
+
|
|
16384
|
+
# MPS智能任务
|
|
16385
|
+
class MPSAiMediaTask < TencentCloud::Common::AbstractModel
|
|
16386
|
+
# @param Definition: MPS智能任务的模板 ID
|
|
16387
|
+
# @type Definition: Integer
|
|
16388
|
+
# @param OutputFile: MPS智能任务输出文件集合
|
|
16389
|
+
# @type OutputFile: Array
|
|
16390
|
+
# @param OutputText: MPS智能任务输出
|
|
16391
|
+
# @type OutputText: String
|
|
16392
|
+
|
|
16393
|
+
attr_accessor :Definition, :OutputFile, :OutputText
|
|
16394
|
+
|
|
16395
|
+
def initialize(definition=nil, outputfile=nil, outputtext=nil)
|
|
16396
|
+
@Definition = definition
|
|
16397
|
+
@OutputFile = outputfile
|
|
16398
|
+
@OutputText = outputtext
|
|
16399
|
+
end
|
|
16400
|
+
|
|
16401
|
+
def deserialize(params)
|
|
16402
|
+
@Definition = params['Definition']
|
|
16403
|
+
unless params['OutputFile'].nil?
|
|
16404
|
+
@OutputFile = []
|
|
16405
|
+
params['OutputFile'].each do |i|
|
|
16406
|
+
mpsoutputfileinfo_tmp = MPSOutputFileInfo.new
|
|
16407
|
+
mpsoutputfileinfo_tmp.deserialize(i)
|
|
16408
|
+
@OutputFile << mpsoutputfileinfo_tmp
|
|
16409
|
+
end
|
|
16410
|
+
end
|
|
16411
|
+
@OutputText = params['OutputText']
|
|
16412
|
+
end
|
|
16413
|
+
end
|
|
16414
|
+
|
|
16334
16415
|
# 用于描述 MPS 视频处理任务中的返回文件结果。
|
|
16335
16416
|
class MPSOutputFile < TencentCloud::Common::AbstractModel
|
|
16336
16417
|
# @param FileType: 文件类型。用于标识 MPS 视频处理任务执行结果中的特定返回文件。
|
|
@@ -16368,6 +16449,26 @@ module TencentCloud
|
|
|
16368
16449
|
end
|
|
16369
16450
|
end
|
|
16370
16451
|
|
|
16452
|
+
# MPS输出文件信息
|
|
16453
|
+
class MPSOutputFileInfo < TencentCloud::Common::AbstractModel
|
|
16454
|
+
# @param FileType: MPS输出文件类型
|
|
16455
|
+
# @type FileType: String
|
|
16456
|
+
# @param Url: MPS输出文件的URL
|
|
16457
|
+
# @type Url: String
|
|
16458
|
+
|
|
16459
|
+
attr_accessor :FileType, :Url
|
|
16460
|
+
|
|
16461
|
+
def initialize(filetype=nil, url=nil)
|
|
16462
|
+
@FileType = filetype
|
|
16463
|
+
@Url = url
|
|
16464
|
+
end
|
|
16465
|
+
|
|
16466
|
+
def deserialize(params)
|
|
16467
|
+
@FileType = params['FileType']
|
|
16468
|
+
@Url = params['Url']
|
|
16469
|
+
end
|
|
16470
|
+
end
|
|
16471
|
+
|
|
16371
16472
|
# MPS 具体子任务查询结果类型。
|
|
16372
16473
|
class MPSSubTaskResult < TencentCloud::Common::AbstractModel
|
|
16373
16474
|
# @param TaskType: 任务类型。MPS 的 WorkflowTask 结构中的具体子任务类型。取值:<li>AiAnalysis.DeLogo:智能擦除任务。</li><li>MediaProcess.Transcode:音视频增强任务。</li>
|
|
@@ -16411,11 +16512,14 @@ module TencentCloud
|
|
|
16411
16512
|
class MPSTaskOutput < TencentCloud::Common::AbstractModel
|
|
16412
16513
|
# @param OutputFiles: 任务返回结果中的文件类型结果。如智能擦除中,擦除后的视频文件将被存入媒资,并在此字段中给出 FileId;基于画面提取的字幕文件 Url 将在此字段中给出。
|
|
16413
16514
|
# @type OutputFiles: Array
|
|
16515
|
+
# @param OutputText: 任务返回的结果JSON
|
|
16516
|
+
# @type OutputText: String
|
|
16414
16517
|
|
|
16415
|
-
attr_accessor :OutputFiles
|
|
16518
|
+
attr_accessor :OutputFiles, :OutputText
|
|
16416
16519
|
|
|
16417
|
-
def initialize(outputfiles=nil)
|
|
16520
|
+
def initialize(outputfiles=nil, outputtext=nil)
|
|
16418
16521
|
@OutputFiles = outputfiles
|
|
16522
|
+
@OutputText = outputtext
|
|
16419
16523
|
end
|
|
16420
16524
|
|
|
16421
16525
|
def deserialize(params)
|
|
@@ -16427,6 +16531,7 @@ module TencentCloud
|
|
|
16427
16531
|
@OutputFiles << mpsoutputfile_tmp
|
|
16428
16532
|
end
|
|
16429
16533
|
end
|
|
16534
|
+
@OutputText = params['OutputText']
|
|
16430
16535
|
end
|
|
16431
16536
|
end
|
|
16432
16537
|
|
|
@@ -17059,8 +17164,8 @@ module TencentCloud
|
|
|
17059
17164
|
|
|
17060
17165
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Suggestion, :Name, :Label, :Url, :AreaCoordSet, :PicUrlExpireTimeStamp, :PicUrlExpireTime
|
|
17061
17166
|
extend Gem::Deprecate
|
|
17062
|
-
deprecate :PicUrlExpireTimeStamp, :none, 2025,
|
|
17063
|
-
deprecate :PicUrlExpireTimeStamp=, :none, 2025,
|
|
17167
|
+
deprecate :PicUrlExpireTimeStamp, :none, 2025, 12
|
|
17168
|
+
deprecate :PicUrlExpireTimeStamp=, :none, 2025, 12
|
|
17064
17169
|
|
|
17065
17170
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, suggestion=nil, name=nil, label=nil, url=nil, areacoordset=nil, picurlexpiretimestamp=nil, picurlexpiretime=nil)
|
|
17066
17171
|
@StartTimeOffset = starttimeoffset
|
|
@@ -17114,8 +17219,8 @@ module TencentCloud
|
|
|
17114
17219
|
|
|
17115
17220
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Label, :Suggestion, :Url, :PicUrlExpireTimeStamp, :PicUrlExpireTime
|
|
17116
17221
|
extend Gem::Deprecate
|
|
17117
|
-
deprecate :PicUrlExpireTimeStamp, :none, 2025,
|
|
17118
|
-
deprecate :PicUrlExpireTimeStamp=, :none, 2025,
|
|
17222
|
+
deprecate :PicUrlExpireTimeStamp, :none, 2025, 12
|
|
17223
|
+
deprecate :PicUrlExpireTimeStamp=, :none, 2025, 12
|
|
17119
17224
|
|
|
17120
17225
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, label=nil, suggestion=nil, url=nil, picurlexpiretimestamp=nil, picurlexpiretime=nil)
|
|
17121
17226
|
@StartTimeOffset = starttimeoffset
|
|
@@ -17267,10 +17372,12 @@ module TencentCloud
|
|
|
17267
17372
|
# @param ReviewInfo: 审核信息。
|
|
17268
17373
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
17269
17374
|
# @type ReviewInfo: :class:`Tencentcloud::Vod.v20180717.models.FileReviewInfo`
|
|
17375
|
+
# @param MPSAiMediaInfo: MPS智能媒资信息
|
|
17376
|
+
# @type MPSAiMediaInfo: :class:`Tencentcloud::Vod.v20180717.models.MPSAiMediaInfo`
|
|
17270
17377
|
|
|
17271
|
-
attr_accessor :BasicInfo, :MetaData, :TranscodeInfo, :AnimatedGraphicsInfo, :SampleSnapshotInfo, :ImageSpriteInfo, :SnapshotByTimeOffsetInfo, :KeyFrameDescInfo, :AdaptiveDynamicStreamingInfo, :MiniProgramReviewInfo, :SubtitleInfo, :FileId, :ReviewInfo
|
|
17378
|
+
attr_accessor :BasicInfo, :MetaData, :TranscodeInfo, :AnimatedGraphicsInfo, :SampleSnapshotInfo, :ImageSpriteInfo, :SnapshotByTimeOffsetInfo, :KeyFrameDescInfo, :AdaptiveDynamicStreamingInfo, :MiniProgramReviewInfo, :SubtitleInfo, :FileId, :ReviewInfo, :MPSAiMediaInfo
|
|
17272
17379
|
|
|
17273
|
-
def initialize(basicinfo=nil, metadata=nil, transcodeinfo=nil, animatedgraphicsinfo=nil, samplesnapshotinfo=nil, imagespriteinfo=nil, snapshotbytimeoffsetinfo=nil, keyframedescinfo=nil, adaptivedynamicstreaminginfo=nil, miniprogramreviewinfo=nil, subtitleinfo=nil, fileid=nil, reviewinfo=nil)
|
|
17380
|
+
def initialize(basicinfo=nil, metadata=nil, transcodeinfo=nil, animatedgraphicsinfo=nil, samplesnapshotinfo=nil, imagespriteinfo=nil, snapshotbytimeoffsetinfo=nil, keyframedescinfo=nil, adaptivedynamicstreaminginfo=nil, miniprogramreviewinfo=nil, subtitleinfo=nil, fileid=nil, reviewinfo=nil, mpsaimediainfo=nil)
|
|
17274
17381
|
@BasicInfo = basicinfo
|
|
17275
17382
|
@MetaData = metadata
|
|
17276
17383
|
@TranscodeInfo = transcodeinfo
|
|
@@ -17284,6 +17391,7 @@ module TencentCloud
|
|
|
17284
17391
|
@SubtitleInfo = subtitleinfo
|
|
17285
17392
|
@FileId = fileid
|
|
17286
17393
|
@ReviewInfo = reviewinfo
|
|
17394
|
+
@MPSAiMediaInfo = mpsaimediainfo
|
|
17287
17395
|
end
|
|
17288
17396
|
|
|
17289
17397
|
def deserialize(params)
|
|
@@ -17336,6 +17444,10 @@ module TencentCloud
|
|
|
17336
17444
|
@ReviewInfo = FileReviewInfo.new
|
|
17337
17445
|
@ReviewInfo.deserialize(params['ReviewInfo'])
|
|
17338
17446
|
end
|
|
17447
|
+
unless params['MPSAiMediaInfo'].nil?
|
|
17448
|
+
@MPSAiMediaInfo = MPSAiMediaInfo.new
|
|
17449
|
+
@MPSAiMediaInfo.deserialize(params['MPSAiMediaInfo'])
|
|
17450
|
+
end
|
|
17339
17451
|
end
|
|
17340
17452
|
end
|
|
17341
17453
|
|
|
@@ -18705,8 +18817,8 @@ module TencentCloud
|
|
|
18705
18817
|
|
|
18706
18818
|
attr_accessor :Duration, :Transitions, :MediaTransitions
|
|
18707
18819
|
extend Gem::Deprecate
|
|
18708
|
-
deprecate :Transitions, :none, 2025,
|
|
18709
|
-
deprecate :Transitions=, :none, 2025,
|
|
18820
|
+
deprecate :Transitions, :none, 2025, 12
|
|
18821
|
+
deprecate :Transitions=, :none, 2025, 12
|
|
18710
18822
|
|
|
18711
18823
|
def initialize(duration=nil, transitions=nil, mediatransitions=nil)
|
|
18712
18824
|
@Duration = duration
|
|
@@ -22167,10 +22279,10 @@ module TencentCloud
|
|
|
22167
22279
|
|
|
22168
22280
|
attr_accessor :TaskId, :Status, :ErrCode, :Message, :FileId, :FileName, :FileUrl, :MetaData, :MediaProcessResultSet, :AiContentReviewResultSet, :AiAnalysisResultSet, :AiRecognitionResultSet, :TasksPriority, :TasksNotifyMode, :SessionContext, :SessionId, :Operator, :OperationType
|
|
22169
22281
|
extend Gem::Deprecate
|
|
22170
|
-
deprecate :ErrCode, :none, 2025,
|
|
22171
|
-
deprecate :ErrCode=, :none, 2025,
|
|
22172
|
-
deprecate :Message, :none, 2025,
|
|
22173
|
-
deprecate :Message=, :none, 2025,
|
|
22282
|
+
deprecate :ErrCode, :none, 2025, 12
|
|
22283
|
+
deprecate :ErrCode=, :none, 2025, 12
|
|
22284
|
+
deprecate :Message, :none, 2025, 12
|
|
22285
|
+
deprecate :Message=, :none, 2025, 12
|
|
22174
22286
|
|
|
22175
22287
|
def initialize(taskid=nil, status=nil, errcode=nil, message=nil, fileid=nil, filename=nil, fileurl=nil, metadata=nil, mediaprocessresultset=nil, aicontentreviewresultset=nil, aianalysisresultset=nil, airecognitionresultset=nil, taskspriority=nil, tasksnotifymode=nil, sessioncontext=nil, sessionid=nil, operator=nil, operationtype=nil)
|
|
22176
22288
|
@TaskId = taskid
|
|
@@ -22284,8 +22396,8 @@ module TencentCloud
|
|
|
22284
22396
|
|
|
22285
22397
|
attr_accessor :Name, :Type, :Comment, :MediaProcessTask, :AiContentReviewTask, :AiAnalysisTask, :AiRecognitionTaskSet, :AiRecognitionTask, :MiniProgramPublishTask, :ReviewAudioVideoTask, :CreateTime, :UpdateTime
|
|
22286
22398
|
extend Gem::Deprecate
|
|
22287
|
-
deprecate :AiRecognitionTask, :none, 2025,
|
|
22288
|
-
deprecate :AiRecognitionTask=, :none, 2025,
|
|
22399
|
+
deprecate :AiRecognitionTask, :none, 2025, 12
|
|
22400
|
+
deprecate :AiRecognitionTask=, :none, 2025, 12
|
|
22289
22401
|
|
|
22290
22402
|
def initialize(name=nil, type=nil, comment=nil, mediaprocesstask=nil, aicontentreviewtask=nil, aianalysistask=nil, airecognitiontaskset=nil, airecognitiontask=nil, miniprogrampublishtask=nil, reviewaudiovideotask=nil, createtime=nil, updatetime=nil)
|
|
22291
22403
|
@Name = name
|
|
@@ -22777,8 +22889,8 @@ module TencentCloud
|
|
|
22777
22889
|
|
|
22778
22890
|
attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
|
|
22779
22891
|
extend Gem::Deprecate
|
|
22780
|
-
deprecate :ProductInstanceResourceSet, :none, 2025,
|
|
22781
|
-
deprecate :ProductInstanceResourceSet=, :none, 2025,
|
|
22892
|
+
deprecate :ProductInstanceResourceSet, :none, 2025, 12
|
|
22893
|
+
deprecate :ProductInstanceResourceSet=, :none, 2025, 12
|
|
22782
22894
|
|
|
22783
22895
|
def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
|
|
22784
22896
|
@ProductType = producttype
|
|
@@ -25194,8 +25306,8 @@ module TencentCloud
|
|
|
25194
25306
|
|
|
25195
25307
|
attr_accessor :Name, :SubAppId, :Comment, :MediaProcessTask, :AiContentReviewTask, :AiAnalysisTask, :AiRecognitionTaskSet, :AiRecognitionTask, :ReviewAudioVideoTask
|
|
25196
25308
|
extend Gem::Deprecate
|
|
25197
|
-
deprecate :AiRecognitionTask, :none, 2025,
|
|
25198
|
-
deprecate :AiRecognitionTask=, :none, 2025,
|
|
25309
|
+
deprecate :AiRecognitionTask, :none, 2025, 12
|
|
25310
|
+
deprecate :AiRecognitionTask=, :none, 2025, 12
|
|
25199
25311
|
|
|
25200
25312
|
def initialize(name=nil, subappid=nil, comment=nil, mediaprocesstask=nil, aicontentreviewtask=nil, aianalysistask=nil, airecognitiontaskset=nil, airecognitiontask=nil, reviewaudiovideotask=nil)
|
|
25201
25313
|
@Name = name
|
|
@@ -25372,10 +25484,10 @@ module TencentCloud
|
|
|
25372
25484
|
|
|
25373
25485
|
attr_accessor :FileId, :OriginalStorageClass, :TargetStorageClass, :RestoreTier, :RestoreDay, :Status, :Message
|
|
25374
25486
|
extend Gem::Deprecate
|
|
25375
|
-
deprecate :Status, :none, 2025,
|
|
25376
|
-
deprecate :Status=, :none, 2025,
|
|
25377
|
-
deprecate :Message, :none, 2025,
|
|
25378
|
-
deprecate :Message=, :none, 2025,
|
|
25487
|
+
deprecate :Status, :none, 2025, 12
|
|
25488
|
+
deprecate :Status=, :none, 2025, 12
|
|
25489
|
+
deprecate :Message, :none, 2025, 12
|
|
25490
|
+
deprecate :Message=, :none, 2025, 12
|
|
25379
25491
|
|
|
25380
25492
|
def initialize(fileid=nil, originalstorageclass=nil, targetstorageclass=nil, restoretier=nil, restoreday=nil, status=nil, message=nil)
|
|
25381
25493
|
@FileId = fileid
|
|
@@ -25722,8 +25834,8 @@ module TencentCloud
|
|
|
25722
25834
|
|
|
25723
25835
|
attr_accessor :ReviewResultSet, :MediaReviewResult, :RequestId
|
|
25724
25836
|
extend Gem::Deprecate
|
|
25725
|
-
deprecate :ReviewResultSet, :none, 2025,
|
|
25726
|
-
deprecate :ReviewResultSet=, :none, 2025,
|
|
25837
|
+
deprecate :ReviewResultSet, :none, 2025, 12
|
|
25838
|
+
deprecate :ReviewResultSet=, :none, 2025, 12
|
|
25727
25839
|
|
|
25728
25840
|
def initialize(reviewresultset=nil, mediareviewresult=nil, requestid=nil)
|
|
25729
25841
|
@ReviewResultSet = reviewresultset
|
|
@@ -27617,8 +27729,8 @@ module TencentCloud
|
|
|
27617
27729
|
|
|
27618
27730
|
attr_accessor :Width, :Height, :CycleConfig
|
|
27619
27731
|
extend Gem::Deprecate
|
|
27620
|
-
deprecate :CycleConfig, :none, 2025,
|
|
27621
|
-
deprecate :CycleConfig=, :none, 2025,
|
|
27732
|
+
deprecate :CycleConfig, :none, 2025, 12
|
|
27733
|
+
deprecate :CycleConfig=, :none, 2025, 12
|
|
27622
27734
|
|
|
27623
27735
|
def initialize(width=nil, height=nil, cycleconfig=nil)
|
|
27624
27736
|
@Width = width
|
|
@@ -28279,8 +28391,8 @@ module TencentCloud
|
|
|
28279
28391
|
|
|
28280
28392
|
attr_accessor :Switch, :Definition
|
|
28281
28393
|
extend Gem::Deprecate
|
|
28282
|
-
deprecate :Definition, :none, 2025,
|
|
28283
|
-
deprecate :Definition=, :none, 2025,
|
|
28394
|
+
deprecate :Definition, :none, 2025, 12
|
|
28395
|
+
deprecate :Definition=, :none, 2025, 12
|
|
28284
28396
|
|
|
28285
28397
|
def initialize(switch=nil, definition=nil)
|
|
28286
28398
|
@Switch = switch
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-vod
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1178
|
|
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-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,10 +34,10 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-vod.rb
|
|
37
|
-
- lib/v20240718/client.rb
|
|
38
37
|
- lib/v20240718/models.rb
|
|
39
|
-
- lib/
|
|
38
|
+
- lib/v20240718/client.rb
|
|
40
39
|
- lib/v20180717/models.rb
|
|
40
|
+
- lib/v20180717/client.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|