tencentcloud-sdk-vod 3.0.671 → 3.0.672

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: fbfa42f56a75ea7b90d12d000874850d66ddcdbd
4
- data.tar.gz: 7168b938157696ee1837f7047f6a1dc452a172ea
3
+ metadata.gz: 6c6ac1d11abc181425e879d14693788d5add0a72
4
+ data.tar.gz: b79c437ff1d2c2df8006243c6e0b1147815820b1
5
5
  SHA512:
6
- metadata.gz: 0aed2d846471724b116267adbd0b8c7791c95a24c82c6b189a8b51e27a77a41ba03488a067dbd86e61de50f525877f583d56170264ab2043984b9aa83d178f1f
7
- data.tar.gz: b7e2006141012e24b2143e0b3707916f2566946dbcac51970cbed0e54933edfc9169f69ff779b72a4d24974ebacdf06d75be962b358ce958216450996648eb52
6
+ metadata.gz: baa2dd4ced4415cd0e0f7c11816943c849d7c165fe783d8ced1046dad6ba002a4ead99b654e04912f120098dd3ae1d50e6ce4750f7e049e3d3b503fa3ecc5116
7
+ data.tar.gz: 927a796a96f5802d90648c117be0cfcb98fdddf85d58ffecd3da09e56a007b9bfaf2418340a8457fef99814bc17064ca9a0360cf17aa8310075b11b1bb62dd7e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.671
1
+ 3.0.672
@@ -1983,8 +1983,8 @@ module TencentCloud
1983
1983
 
1984
1984
  attr_accessor :Name, :SegmentSet, :RecognitionSegmentSet
1985
1985
  extend Gem::Deprecate
1986
- deprecate :SegmentSet, :none, 2023, 9
1987
- deprecate :SegmentSet=, :none, 2023, 9
1986
+ deprecate :SegmentSet, :none, 2023, 10
1987
+ deprecate :SegmentSet=, :none, 2023, 10
1988
1988
 
1989
1989
  def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
1990
1990
  @Name = name
@@ -11927,9 +11927,9 @@ module TencentCloud
11927
11927
  class EditMediaFileInfo < TencentCloud::Common::AbstractModel
11928
11928
  # @param FileId: 视频的 ID。
11929
11929
  # @type FileId: String
11930
- # @param StartTimeOffset: 视频剪辑的起始偏移时间偏移,单位:秒。
11930
+ # @param StartTimeOffset: 视频剪辑起始的偏移时间,单位:秒。
11931
11931
  # @type StartTimeOffset: Float
11932
- # @param EndTimeOffset: 视频剪辑的起始结束时间偏移,单位:秒。
11932
+ # @param EndTimeOffset: 视频剪辑结束的偏移时间,单位:秒。
11933
11933
  # @type EndTimeOffset: Float
11934
11934
 
11935
11935
  attr_accessor :FileId, :StartTimeOffset, :EndTimeOffset
@@ -16545,8 +16545,8 @@ module TencentCloud
16545
16545
 
16546
16546
  attr_accessor :Duration, :Transitions, :MediaTransitions
16547
16547
  extend Gem::Deprecate
16548
- deprecate :Transitions, :none, 2023, 9
16549
- deprecate :Transitions=, :none, 2023, 9
16548
+ deprecate :Transitions, :none, 2023, 10
16549
+ deprecate :Transitions=, :none, 2023, 10
16550
16550
 
16551
16551
  def initialize(duration=nil, transitions=nil, mediatransitions=nil)
16552
16552
  @Duration = duration
@@ -20354,8 +20354,8 @@ module TencentCloud
20354
20354
 
20355
20355
  attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
20356
20356
  extend Gem::Deprecate
20357
- deprecate :ProductInstanceResourceSet, :none, 2023, 9
20358
- deprecate :ProductInstanceResourceSet=, :none, 2023, 9
20357
+ deprecate :ProductInstanceResourceSet, :none, 2023, 10
20358
+ deprecate :ProductInstanceResourceSet=, :none, 2023, 10
20359
20359
 
20360
20360
  def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
20361
20361
  @ProductType = producttype
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.671
4
+ version: 3.0.672
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-07 00:00:00.000000000 Z
11
+ date: 2023-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common