tencentcloud-sdk-vod 3.0.1079 → 3.0.1098
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/v20180717/client.rb +1 -1
- data/lib/v20180717/models.rb +41 -39
- data/lib/v20240718/client.rb +1 -1
- data/lib/v20240718/models.rb +1 -1
- 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: d2d8b9b1551c80f57ea074c2654b7a59566cc024
|
4
|
+
data.tar.gz: 0252dd1433e8c0d1a09aa45a0285a77058bc82ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e39b2015fe45b6aa44fa4151a60ada5b585c2a1ffbe2f946070bb78d7321d68af67e359dd01318bdba492517b5a8e857f1e3685af7d0128db23bcf0a9cf07af0
|
7
|
+
data.tar.gz: b336391c80a07ae7dbe7988b05c156f786de5192ec75e77af792a4678a4fec935f0e49d41fc0f0b9e1930d2cfed3f0a84d67e1b3174082948a5ba20c8b6d7dc3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1098
|
data/lib/v20180717/client.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
data/lib/v20180717/models.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -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, 7
|
2148
|
+
deprecate :SegmentSet=, :none, 2025, 7
|
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, 7
|
4295
|
+
deprecate :SubtitleFormat=, :none, 2025, 7
|
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, 7
|
4339
|
+
deprecate :SubtitleFormat=, :none, 2025, 7
|
4340
4340
|
|
4341
4341
|
def initialize(switch=nil, subtitleformatsoperation=nil, subtitleformat=nil, srclanguage=nil, subtitlename=nil)
|
4342
4342
|
@Switch = switch
|
@@ -5109,7 +5109,7 @@ module TencentCloud
|
|
5109
5109
|
# @param Date: 日志所属日期, 格式为:yyyy-MM-dd ,如2018-03-01。
|
5110
5110
|
# @type Date: String
|
5111
5111
|
# @param Name: 日志名称,格式为:日期小时-域名
|
5112
|
-
# 如
|
5112
|
+
# 如 example.com。
|
5113
5113
|
# @type Name: String
|
5114
5114
|
# @param Url: 日志下载链接,24小时内下载有效。
|
5115
5115
|
# @type Url: String
|
@@ -10600,8 +10600,8 @@ module TencentCloud
|
|
10600
10600
|
|
10601
10601
|
attr_accessor :DomainName, :Domain, :Scheme, :PlayKey, :RequestId
|
10602
10602
|
extend Gem::Deprecate
|
10603
|
-
deprecate :DomainName, :none, 2025,
|
10604
|
-
deprecate :DomainName=, :none, 2025,
|
10603
|
+
deprecate :DomainName, :none, 2025, 7
|
10604
|
+
deprecate :DomainName=, :none, 2025, 7
|
10605
10605
|
|
10606
10606
|
def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
|
10607
10607
|
@DomainName = domainname
|
@@ -12016,8 +12016,8 @@ module TencentCloud
|
|
12016
12016
|
|
12017
12017
|
attr_accessor :SubAppId, :RoundPlayIds, :Status, :CreateTime, :UpdateTime, :ScrollToken, :Offset, :Limit
|
12018
12018
|
extend Gem::Deprecate
|
12019
|
-
deprecate :Offset, :none, 2025,
|
12020
|
-
deprecate :Offset=, :none, 2025,
|
12019
|
+
deprecate :Offset, :none, 2025, 7
|
12020
|
+
deprecate :Offset=, :none, 2025, 7
|
12021
12021
|
|
12022
12022
|
def initialize(subappid=nil, roundplayids=nil, status=nil, createtime=nil, updatetime=nil, scrolltoken=nil, offset=nil, limit=nil)
|
12023
12023
|
@SubAppId = subappid
|
@@ -12061,8 +12061,8 @@ module TencentCloud
|
|
12061
12061
|
|
12062
12062
|
attr_accessor :TotalCount, :RoundPlaySet, :ScrollToken, :RequestId
|
12063
12063
|
extend Gem::Deprecate
|
12064
|
-
deprecate :TotalCount, :none, 2025,
|
12065
|
-
deprecate :TotalCount=, :none, 2025,
|
12064
|
+
deprecate :TotalCount, :none, 2025, 7
|
12065
|
+
deprecate :TotalCount=, :none, 2025, 7
|
12066
12066
|
|
12067
12067
|
def initialize(totalcount=nil, roundplayset=nil, scrolltoken=nil, requestid=nil)
|
12068
12068
|
@TotalCount = totalcount
|
@@ -14571,8 +14571,8 @@ module TencentCloud
|
|
14571
14571
|
|
14572
14572
|
attr_accessor :Uv, :Uid
|
14573
14573
|
extend Gem::Deprecate
|
14574
|
-
deprecate :Uid, :none, 2025,
|
14575
|
-
deprecate :Uid=, :none, 2025,
|
14574
|
+
deprecate :Uid, :none, 2025, 7
|
14575
|
+
deprecate :Uid=, :none, 2025, 7
|
14576
14576
|
|
14577
14577
|
def initialize(uv=nil, uid=nil)
|
14578
14578
|
@Uv = uv
|
@@ -16752,8 +16752,8 @@ module TencentCloud
|
|
16752
16752
|
|
16753
16753
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Suggestion, :Name, :Label, :Url, :AreaCoordSet, :PicUrlExpireTimeStamp, :PicUrlExpireTime
|
16754
16754
|
extend Gem::Deprecate
|
16755
|
-
deprecate :PicUrlExpireTimeStamp, :none, 2025,
|
16756
|
-
deprecate :PicUrlExpireTimeStamp=, :none, 2025,
|
16755
|
+
deprecate :PicUrlExpireTimeStamp, :none, 2025, 7
|
16756
|
+
deprecate :PicUrlExpireTimeStamp=, :none, 2025, 7
|
16757
16757
|
|
16758
16758
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, suggestion=nil, name=nil, label=nil, url=nil, areacoordset=nil, picurlexpiretimestamp=nil, picurlexpiretime=nil)
|
16759
16759
|
@StartTimeOffset = starttimeoffset
|
@@ -16807,8 +16807,8 @@ module TencentCloud
|
|
16807
16807
|
|
16808
16808
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Label, :Suggestion, :Url, :PicUrlExpireTimeStamp, :PicUrlExpireTime
|
16809
16809
|
extend Gem::Deprecate
|
16810
|
-
deprecate :PicUrlExpireTimeStamp, :none, 2025,
|
16811
|
-
deprecate :PicUrlExpireTimeStamp=, :none, 2025,
|
16810
|
+
deprecate :PicUrlExpireTimeStamp, :none, 2025, 7
|
16811
|
+
deprecate :PicUrlExpireTimeStamp=, :none, 2025, 7
|
16812
16812
|
|
16813
16813
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, label=nil, suggestion=nil, url=nil, picurlexpiretimestamp=nil, picurlexpiretime=nil)
|
16814
16814
|
@StartTimeOffset = starttimeoffset
|
@@ -18398,8 +18398,8 @@ module TencentCloud
|
|
18398
18398
|
|
18399
18399
|
attr_accessor :Duration, :Transitions, :MediaTransitions
|
18400
18400
|
extend Gem::Deprecate
|
18401
|
-
deprecate :Transitions, :none, 2025,
|
18402
|
-
deprecate :Transitions=, :none, 2025,
|
18401
|
+
deprecate :Transitions, :none, 2025, 7
|
18402
|
+
deprecate :Transitions=, :none, 2025, 7
|
18403
18403
|
|
18404
18404
|
def initialize(duration=nil, transitions=nil, mediatransitions=nil)
|
18405
18405
|
@Duration = duration
|
@@ -21817,10 +21817,10 @@ module TencentCloud
|
|
21817
21817
|
|
21818
21818
|
attr_accessor :TaskId, :Status, :ErrCode, :Message, :FileId, :FileName, :FileUrl, :MetaData, :MediaProcessResultSet, :AiContentReviewResultSet, :AiAnalysisResultSet, :AiRecognitionResultSet, :TasksPriority, :TasksNotifyMode, :SessionContext, :SessionId, :Operator, :OperationType
|
21819
21819
|
extend Gem::Deprecate
|
21820
|
-
deprecate :ErrCode, :none, 2025,
|
21821
|
-
deprecate :ErrCode=, :none, 2025,
|
21822
|
-
deprecate :Message, :none, 2025,
|
21823
|
-
deprecate :Message=, :none, 2025,
|
21820
|
+
deprecate :ErrCode, :none, 2025, 7
|
21821
|
+
deprecate :ErrCode=, :none, 2025, 7
|
21822
|
+
deprecate :Message, :none, 2025, 7
|
21823
|
+
deprecate :Message=, :none, 2025, 7
|
21824
21824
|
|
21825
21825
|
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)
|
21826
21826
|
@TaskId = taskid
|
@@ -22321,8 +22321,8 @@ module TencentCloud
|
|
22321
22321
|
|
22322
22322
|
attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
|
22323
22323
|
extend Gem::Deprecate
|
22324
|
-
deprecate :ProductInstanceResourceSet, :none, 2025,
|
22325
|
-
deprecate :ProductInstanceResourceSet=, :none, 2025,
|
22324
|
+
deprecate :ProductInstanceResourceSet, :none, 2025, 7
|
22325
|
+
deprecate :ProductInstanceResourceSet=, :none, 2025, 7
|
22326
22326
|
|
22327
22327
|
def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
|
22328
22328
|
@ProductType = producttype
|
@@ -24902,10 +24902,10 @@ module TencentCloud
|
|
24902
24902
|
|
24903
24903
|
attr_accessor :FileId, :OriginalStorageClass, :TargetStorageClass, :RestoreTier, :RestoreDay, :Status, :Message
|
24904
24904
|
extend Gem::Deprecate
|
24905
|
-
deprecate :Status, :none, 2025,
|
24906
|
-
deprecate :Status=, :none, 2025,
|
24907
|
-
deprecate :Message, :none, 2025,
|
24908
|
-
deprecate :Message=, :none, 2025,
|
24905
|
+
deprecate :Status, :none, 2025, 7
|
24906
|
+
deprecate :Status=, :none, 2025, 7
|
24907
|
+
deprecate :Message, :none, 2025, 7
|
24908
|
+
deprecate :Message=, :none, 2025, 7
|
24909
24909
|
|
24910
24910
|
def initialize(fileid=nil, originalstorageclass=nil, targetstorageclass=nil, restoretier=nil, restoreday=nil, status=nil, message=nil)
|
24911
24911
|
@FileId = fileid
|
@@ -25252,8 +25252,8 @@ module TencentCloud
|
|
25252
25252
|
|
25253
25253
|
attr_accessor :ReviewResultSet, :MediaReviewResult, :RequestId
|
25254
25254
|
extend Gem::Deprecate
|
25255
|
-
deprecate :ReviewResultSet, :none, 2025,
|
25256
|
-
deprecate :ReviewResultSet=, :none, 2025,
|
25255
|
+
deprecate :ReviewResultSet, :none, 2025, 7
|
25256
|
+
deprecate :ReviewResultSet=, :none, 2025, 7
|
25257
25257
|
|
25258
25258
|
def initialize(reviewresultset=nil, mediareviewresult=nil, requestid=nil)
|
25259
25259
|
@ReviewResultSet = reviewresultset
|
@@ -27147,8 +27147,8 @@ module TencentCloud
|
|
27147
27147
|
|
27148
27148
|
attr_accessor :Width, :Height, :CycleConfig
|
27149
27149
|
extend Gem::Deprecate
|
27150
|
-
deprecate :CycleConfig, :none, 2025,
|
27151
|
-
deprecate :CycleConfig=, :none, 2025,
|
27150
|
+
deprecate :CycleConfig, :none, 2025, 7
|
27151
|
+
deprecate :CycleConfig=, :none, 2025, 7
|
27152
27152
|
|
27153
27153
|
def initialize(width=nil, height=nil, cycleconfig=nil)
|
27154
27154
|
@Width = width
|
@@ -27808,8 +27808,8 @@ module TencentCloud
|
|
27808
27808
|
|
27809
27809
|
attr_accessor :Switch, :Definition
|
27810
27810
|
extend Gem::Deprecate
|
27811
|
-
deprecate :Definition, :none, 2025,
|
27812
|
-
deprecate :Definition=, :none, 2025,
|
27811
|
+
deprecate :Definition, :none, 2025, 7
|
27812
|
+
deprecate :Definition=, :none, 2025, 7
|
27813
27813
|
|
27814
27814
|
def initialize(switch=nil, definition=nil)
|
27815
27815
|
@Switch = switch
|
@@ -29265,7 +29265,9 @@ module TencentCloud
|
|
29265
29265
|
# @type FileId: String
|
29266
29266
|
# @param SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
29267
29267
|
# @type SubAppId: Integer
|
29268
|
-
# @param SourceDefinition: 发布视频所对应的转码模板 ID,为0
|
29268
|
+
# @param SourceDefinition: 发布视频所对应的转码模板 ID,为 0 代表原始视频。支持的视频格式:
|
29269
|
+
# <li>当 SourceDefinition 为 0 时,视频格式支持 MP4、3GP 格式;</li>
|
29270
|
+
# <li>当 SourceDefinition 大于 0 时,视频格式支持 MP4、3GP 及 M3U8 格式。</li>不填默认值为 0。
|
29269
29271
|
# @type SourceDefinition: Integer
|
29270
29272
|
|
29271
29273
|
attr_accessor :FileId, :SubAppId, :SourceDefinition
|
data/lib/v20240718/client.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
data/lib/v20240718/models.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
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.1098
|
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-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|