tencentcloud-sdk-vod 3.0.671 → 3.0.672
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180717/models.rb +8 -8
- 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: 6c6ac1d11abc181425e879d14693788d5add0a72
|
4
|
+
data.tar.gz: b79c437ff1d2c2df8006243c6e0b1147815820b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: baa2dd4ced4415cd0e0f7c11816943c849d7c165fe783d8ced1046dad6ba002a4ead99b654e04912f120098dd3ae1d50e6ce4750f7e049e3d3b503fa3ecc5116
|
7
|
+
data.tar.gz: 927a796a96f5802d90648c117be0cfcb98fdddf85d58ffecd3da09e56a007b9bfaf2418340a8457fef99814bc17064ca9a0360cf17aa8310075b11b1bb62dd7e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.672
|
data/lib/v20180717/models.rb
CHANGED
@@ -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,
|
1987
|
-
deprecate :SegmentSet=, :none, 2023,
|
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,
|
16549
|
-
deprecate :Transitions=, :none, 2023,
|
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,
|
20358
|
-
deprecate :ProductInstanceResourceSet=, :none, 2023,
|
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.
|
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-
|
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
|