tencentcloud-sdk-vod 3.0.1139 → 3.0.1143

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2faa993eab103cfa020f1ff9a74755d00a4048d0
4
- data.tar.gz: 01af0f262042bec5cf1766e9534bb5fe808eaeb4
3
+ metadata.gz: f37d3ab9e657b454348b46d1315daa32d2c17c24
4
+ data.tar.gz: f4d72677544ec874a9b7f6e18fd7c4b099700285
5
5
  SHA512:
6
- metadata.gz: e0211a2316322fe892246c3db34fba8db13bd7480293ec1399a02cedf5001cd4814cea27541054200ba5e13e0c9b24a0143c18f54f1515c23d8cda5b7d82d612
7
- data.tar.gz: 3e39341aad0551435f9acb80ac9fed94bf8b5b5536e087b49dcc97701b335cd210f847f82b4892d9788b9907e5db7d6f0db967c81dd5ee80daab0ad2c90659d1
6
+ metadata.gz: 9ad2e85d430f353154d8d9e4fad5653920ec38d8161b9b769e15ad127f9b534bfcc953bf75b5f22ba485012a69fb2077ac3a4a15557b811fdf993f8cfe00bdaa
7
+ data.tar.gz: 13669712cffb488f893ccfd969e13a7a34c06aa498708ad56ebc2c3fdf9a4f001ce33f74d288a241f375acc7e713ee482a7c06912318a1e5bb74f1f422ef316e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1139
1
+ 3.0.1143
@@ -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
@@ -4718,9 +4718,7 @@ module TencentCloud
4718
4718
  # - 剪辑固化:将剪辑出来的视频保存成独立的视频,拥有独立 FileId;适用于将精彩片段长久保存的场景;
4719
4719
  # - 剪辑不固化:剪辑得到的视频附属于输入文件,没有独立 FileId;适用于将精彩片段临时分享的场景。
4720
4720
 
4721
- # 裁剪精度支持粗略裁剪和精确裁剪:
4722
- # - 粗略剪辑:基于输入 m3u8 文件进行裁剪,其最小剪辑精度为一个 ts 切片,无法实现秒级或者更为精确的剪辑精度。
4723
- # - 精确剪辑:按照 StartTimeOffset 和 EndTimeOffset 参数进行精确裁剪。使用精确裁剪需要开通[即时转码](/document/product/266/102174)的功能。
4721
+ # 该接口基于输入 m3u8 文件进行裁剪,其最小剪辑精度为一个 ts 切片,无法实现秒级或者更为精确的剪辑精度。
4724
4722
 
4725
4723
  # ### 剪辑固化
4726
4724
  # 所谓剪辑固化,是指将剪辑出来的视频保存成一个独立的视频(拥有独立的 FileId)。其生命周期不受原始输入视频影响(即使原始输入视频被删除,剪辑结果也不会受到任何影响);也可以对其进行转码、微信发布等二次处理。
@@ -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, 8
2148
- deprecate :SegmentSet=, :none, 2025, 8
2147
+ deprecate :SegmentSet, :none, 2025, 9
2148
+ deprecate :SegmentSet=, :none, 2025, 9
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, 8
4295
- deprecate :SubtitleFormat=, :none, 2025, 8
4294
+ deprecate :SubtitleFormat, :none, 2025, 9
4295
+ deprecate :SubtitleFormat=, :none, 2025, 9
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, 8
4339
- deprecate :SubtitleFormat=, :none, 2025, 8
4338
+ deprecate :SubtitleFormat, :none, 2025, 9
4339
+ deprecate :SubtitleFormat=, :none, 2025, 9
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, 8
7502
- deprecate :AiRecognitionTask=, :none, 2025, 8
7501
+ deprecate :AiRecognitionTask, :none, 2025, 9
7502
+ deprecate :AiRecognitionTask=, :none, 2025, 9
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, 8
10712
- deprecate :DomainName=, :none, 2025, 8
10711
+ deprecate :DomainName, :none, 2025, 9
10712
+ deprecate :DomainName=, :none, 2025, 9
10713
10713
 
10714
10714
  def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
10715
10715
  @DomainName = domainname
@@ -12183,8 +12183,8 @@ module TencentCloud
12183
12183
 
12184
12184
  attr_accessor :SubAppId, :RoundPlayIds, :Status, :CreateTime, :UpdateTime, :ScrollToken, :Offset, :Limit
12185
12185
  extend Gem::Deprecate
12186
- deprecate :Offset, :none, 2025, 8
12187
- deprecate :Offset=, :none, 2025, 8
12186
+ deprecate :Offset, :none, 2025, 9
12187
+ deprecate :Offset=, :none, 2025, 9
12188
12188
 
12189
12189
  def initialize(subappid=nil, roundplayids=nil, status=nil, createtime=nil, updatetime=nil, scrolltoken=nil, offset=nil, limit=nil)
12190
12190
  @SubAppId = subappid
@@ -12228,8 +12228,8 @@ module TencentCloud
12228
12228
 
12229
12229
  attr_accessor :TotalCount, :RoundPlaySet, :ScrollToken, :RequestId
12230
12230
  extend Gem::Deprecate
12231
- deprecate :TotalCount, :none, 2025, 8
12232
- deprecate :TotalCount=, :none, 2025, 8
12231
+ deprecate :TotalCount, :none, 2025, 9
12232
+ deprecate :TotalCount=, :none, 2025, 9
12233
12233
 
12234
12234
  def initialize(totalcount=nil, roundplayset=nil, scrolltoken=nil, requestid=nil)
12235
12235
  @TotalCount = totalcount
@@ -14753,8 +14753,8 @@ module TencentCloud
14753
14753
 
14754
14754
  attr_accessor :Uv, :Uid
14755
14755
  extend Gem::Deprecate
14756
- deprecate :Uid, :none, 2025, 8
14757
- deprecate :Uid=, :none, 2025, 8
14756
+ deprecate :Uid, :none, 2025, 9
14757
+ deprecate :Uid=, :none, 2025, 9
14758
14758
 
14759
14759
  def initialize(uv=nil, uid=nil)
14760
14760
  @Uv = uv
@@ -17058,8 +17058,8 @@ module TencentCloud
17058
17058
 
17059
17059
  attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Suggestion, :Name, :Label, :Url, :AreaCoordSet, :PicUrlExpireTimeStamp, :PicUrlExpireTime
17060
17060
  extend Gem::Deprecate
17061
- deprecate :PicUrlExpireTimeStamp, :none, 2025, 8
17062
- deprecate :PicUrlExpireTimeStamp=, :none, 2025, 8
17061
+ deprecate :PicUrlExpireTimeStamp, :none, 2025, 9
17062
+ deprecate :PicUrlExpireTimeStamp=, :none, 2025, 9
17063
17063
 
17064
17064
  def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, suggestion=nil, name=nil, label=nil, url=nil, areacoordset=nil, picurlexpiretimestamp=nil, picurlexpiretime=nil)
17065
17065
  @StartTimeOffset = starttimeoffset
@@ -17113,8 +17113,8 @@ module TencentCloud
17113
17113
 
17114
17114
  attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Label, :Suggestion, :Url, :PicUrlExpireTimeStamp, :PicUrlExpireTime
17115
17115
  extend Gem::Deprecate
17116
- deprecate :PicUrlExpireTimeStamp, :none, 2025, 8
17117
- deprecate :PicUrlExpireTimeStamp=, :none, 2025, 8
17116
+ deprecate :PicUrlExpireTimeStamp, :none, 2025, 9
17117
+ deprecate :PicUrlExpireTimeStamp=, :none, 2025, 9
17118
17118
 
17119
17119
  def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, label=nil, suggestion=nil, url=nil, picurlexpiretimestamp=nil, picurlexpiretime=nil)
17120
17120
  @StartTimeOffset = starttimeoffset
@@ -18704,8 +18704,8 @@ module TencentCloud
18704
18704
 
18705
18705
  attr_accessor :Duration, :Transitions, :MediaTransitions
18706
18706
  extend Gem::Deprecate
18707
- deprecate :Transitions, :none, 2025, 8
18708
- deprecate :Transitions=, :none, 2025, 8
18707
+ deprecate :Transitions, :none, 2025, 9
18708
+ deprecate :Transitions=, :none, 2025, 9
18709
18709
 
18710
18710
  def initialize(duration=nil, transitions=nil, mediatransitions=nil)
18711
18711
  @Duration = duration
@@ -22166,10 +22166,10 @@ module TencentCloud
22166
22166
 
22167
22167
  attr_accessor :TaskId, :Status, :ErrCode, :Message, :FileId, :FileName, :FileUrl, :MetaData, :MediaProcessResultSet, :AiContentReviewResultSet, :AiAnalysisResultSet, :AiRecognitionResultSet, :TasksPriority, :TasksNotifyMode, :SessionContext, :SessionId, :Operator, :OperationType
22168
22168
  extend Gem::Deprecate
22169
- deprecate :ErrCode, :none, 2025, 8
22170
- deprecate :ErrCode=, :none, 2025, 8
22171
- deprecate :Message, :none, 2025, 8
22172
- deprecate :Message=, :none, 2025, 8
22169
+ deprecate :ErrCode, :none, 2025, 9
22170
+ deprecate :ErrCode=, :none, 2025, 9
22171
+ deprecate :Message, :none, 2025, 9
22172
+ deprecate :Message=, :none, 2025, 9
22173
22173
 
22174
22174
  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)
22175
22175
  @TaskId = taskid
@@ -22283,8 +22283,8 @@ module TencentCloud
22283
22283
 
22284
22284
  attr_accessor :Name, :Type, :Comment, :MediaProcessTask, :AiContentReviewTask, :AiAnalysisTask, :AiRecognitionTaskSet, :AiRecognitionTask, :MiniProgramPublishTask, :ReviewAudioVideoTask, :CreateTime, :UpdateTime
22285
22285
  extend Gem::Deprecate
22286
- deprecate :AiRecognitionTask, :none, 2025, 8
22287
- deprecate :AiRecognitionTask=, :none, 2025, 8
22286
+ deprecate :AiRecognitionTask, :none, 2025, 9
22287
+ deprecate :AiRecognitionTask=, :none, 2025, 9
22288
22288
 
22289
22289
  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)
22290
22290
  @Name = name
@@ -22776,8 +22776,8 @@ module TencentCloud
22776
22776
 
22777
22777
  attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
22778
22778
  extend Gem::Deprecate
22779
- deprecate :ProductInstanceResourceSet, :none, 2025, 8
22780
- deprecate :ProductInstanceResourceSet=, :none, 2025, 8
22779
+ deprecate :ProductInstanceResourceSet, :none, 2025, 9
22780
+ deprecate :ProductInstanceResourceSet=, :none, 2025, 9
22781
22781
 
22782
22782
  def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
22783
22783
  @ProductType = producttype
@@ -25193,8 +25193,8 @@ module TencentCloud
25193
25193
 
25194
25194
  attr_accessor :Name, :SubAppId, :Comment, :MediaProcessTask, :AiContentReviewTask, :AiAnalysisTask, :AiRecognitionTaskSet, :AiRecognitionTask, :ReviewAudioVideoTask
25195
25195
  extend Gem::Deprecate
25196
- deprecate :AiRecognitionTask, :none, 2025, 8
25197
- deprecate :AiRecognitionTask=, :none, 2025, 8
25196
+ deprecate :AiRecognitionTask, :none, 2025, 9
25197
+ deprecate :AiRecognitionTask=, :none, 2025, 9
25198
25198
 
25199
25199
  def initialize(name=nil, subappid=nil, comment=nil, mediaprocesstask=nil, aicontentreviewtask=nil, aianalysistask=nil, airecognitiontaskset=nil, airecognitiontask=nil, reviewaudiovideotask=nil)
25200
25200
  @Name = name
@@ -25371,10 +25371,10 @@ module TencentCloud
25371
25371
 
25372
25372
  attr_accessor :FileId, :OriginalStorageClass, :TargetStorageClass, :RestoreTier, :RestoreDay, :Status, :Message
25373
25373
  extend Gem::Deprecate
25374
- deprecate :Status, :none, 2025, 8
25375
- deprecate :Status=, :none, 2025, 8
25376
- deprecate :Message, :none, 2025, 8
25377
- deprecate :Message=, :none, 2025, 8
25374
+ deprecate :Status, :none, 2025, 9
25375
+ deprecate :Status=, :none, 2025, 9
25376
+ deprecate :Message, :none, 2025, 9
25377
+ deprecate :Message=, :none, 2025, 9
25378
25378
 
25379
25379
  def initialize(fileid=nil, originalstorageclass=nil, targetstorageclass=nil, restoretier=nil, restoreday=nil, status=nil, message=nil)
25380
25380
  @FileId = fileid
@@ -25721,8 +25721,8 @@ module TencentCloud
25721
25721
 
25722
25722
  attr_accessor :ReviewResultSet, :MediaReviewResult, :RequestId
25723
25723
  extend Gem::Deprecate
25724
- deprecate :ReviewResultSet, :none, 2025, 8
25725
- deprecate :ReviewResultSet=, :none, 2025, 8
25724
+ deprecate :ReviewResultSet, :none, 2025, 9
25725
+ deprecate :ReviewResultSet=, :none, 2025, 9
25726
25726
 
25727
25727
  def initialize(reviewresultset=nil, mediareviewresult=nil, requestid=nil)
25728
25728
  @ReviewResultSet = reviewresultset
@@ -26703,7 +26703,7 @@ module TencentCloud
26703
26703
  # @type IsPersistence: Integer
26704
26704
  # @param ExpireTime: 剪辑固化后的视频存储过期时间。格式参照 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。填“9999-12-31T23:59:59Z”表示永不过期。过期后该媒体文件及其相关资源(转码结果、雪碧图等)将被永久删除。仅 IsPersistence 为 1 时有效,默认剪辑固化的视频永不过期。
26705
26705
  # @type ExpireTime: String
26706
- # @param Procedure: 剪辑固化后的视频点播任务流处理,详见[上传指定任务流](https://cloud.tencent.com/document/product/266/9759)。仅 IsPersistence 为 1 且 Precision 为 Rough 时有效。
26706
+ # @param Procedure: 剪辑固化后的视频点播任务流处理,详见[上传指定任务流](https://cloud.tencent.com/document/product/266/9759)。仅 IsPersistence 为 1 时有效。
26707
26707
  # @type Procedure: String
26708
26708
  # @param ClassId: 分类ID,用于对媒体进行分类管理,可通过 [创建分类](/document/product/266/7812) 接口,创建分类,获得分类 ID。
26709
26709
  # <li>默认值:0,表示其他分类。</li>
@@ -26713,9 +26713,9 @@ module TencentCloud
26713
26713
  # @type SourceContext: String
26714
26714
  # @param SessionContext: 会话上下文,用于透传用户请求信息,当指定 Procedure 参数后,[任务流状态变更回调](/document/product/266/9636) 将返回该字段值,最长 1000 个字符。仅 IsPersistence 为 1 时有效。
26715
26715
  # @type SessionContext: String
26716
- # @param Precision: 裁剪精度,取值有:<li>Rough: 粗略裁剪,最小剪辑精度是单个 ts 分片;</li><li>Precise: 精确裁剪,做到按照剪辑时间点的毫秒级精确剪辑。</li> 默认取值 Rough。
26716
+ # @param Precision: 该字段已废弃。
26717
26717
  # @type Precision: String
26718
- # @param OutputMediaType: 输出视频类型,取值有:<li>hls: 输出 hls 文件;</li><li>mp4:输出 mp4 文件,MP4 文件的大小不超过5G,时长小于2小时。仅当 Precision 选择 Precise 且 IsPersistence 选择0时有效,即只有非固化的精确剪辑时支持输出 MP4。</li>默认取值 hls。
26718
+ # @param OutputMediaType: 输出视频类型,取值有:<li>hls: 输出 hls 文件。</li>默认取值 hls。
26719
26719
  # @type OutputMediaType: String
26720
26720
  # @param ExtInfo: 保留字段,特殊用途时使用。 示例值:""
26721
26721
  # @type ExtInfo: String
@@ -27616,8 +27616,8 @@ module TencentCloud
27616
27616
 
27617
27617
  attr_accessor :Width, :Height, :CycleConfig
27618
27618
  extend Gem::Deprecate
27619
- deprecate :CycleConfig, :none, 2025, 8
27620
- deprecate :CycleConfig=, :none, 2025, 8
27619
+ deprecate :CycleConfig, :none, 2025, 9
27620
+ deprecate :CycleConfig=, :none, 2025, 9
27621
27621
 
27622
27622
  def initialize(width=nil, height=nil, cycleconfig=nil)
27623
27623
  @Width = width
@@ -28278,8 +28278,8 @@ module TencentCloud
28278
28278
 
28279
28279
  attr_accessor :Switch, :Definition
28280
28280
  extend Gem::Deprecate
28281
- deprecate :Definition, :none, 2025, 8
28282
- deprecate :Definition=, :none, 2025, 8
28281
+ deprecate :Definition, :none, 2025, 9
28282
+ deprecate :Definition=, :none, 2025, 9
28283
28283
 
28284
28284
  def initialize(switch=nil, definition=nil)
28285
28285
  @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.1139
4
+ version: 3.0.1143
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-09-10 00:00:00.000000000 Z
11
+ date: 2025-09-18 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/models.rb
38
- - lib/v20240718/client.rb
39
- - lib/v20180717/models.rb
40
37
  - lib/v20180717/client.rb
38
+ - lib/v20180717/models.rb
39
+ - lib/v20240718/client.rb
40
+ - lib/v20240718/models.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: