tencentcloud-sdk-mps 3.0.934 → 3.0.936
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/v20190612/models.rb +22 -9
- 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: d76edbea354a708f366a5a976634c2cec0e3dfab
|
4
|
+
data.tar.gz: b6e50574787e84fd2520e7944326379a44bfcc85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0382a2613e63c801b26f81fd9cdbf4b062c505423708866f5459e34c8bb65aa0f4830b88505c871c90cb0f5a33f4f79d14796aab8b7255a6e1b525269fc8f1c0
|
7
|
+
data.tar.gz: 6cb2b8533774638d19550c2b3f7b0a181f2e106b77e07c7531ed3baea28b0d0c2f8c75e9183cf63a4038ac20f166e260d45cf78989088ec4eb76e543c0280d69
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.936
|
data/lib/v20190612/models.rb
CHANGED
@@ -2017,8 +2017,8 @@ module TencentCloud
|
|
2017
2017
|
|
2018
2018
|
attr_accessor :SegmentSet, :SubtitlePath, :OutputStorage
|
2019
2019
|
extend Gem::Deprecate
|
2020
|
-
deprecate :OutputStorage, :none, 2024,
|
2021
|
-
deprecate :OutputStorage=, :none, 2024,
|
2020
|
+
deprecate :OutputStorage, :none, 2024, 11
|
2021
|
+
deprecate :OutputStorage=, :none, 2024, 11
|
2022
2022
|
|
2023
2023
|
def initialize(segmentset=nil, subtitlepath=nil, outputstorage=nil)
|
2024
2024
|
@SegmentSet = segmentset
|
@@ -11590,7 +11590,10 @@ module TencentCloud
|
|
11590
11590
|
# @param Container: 封装格式,可选值:mp4、hls、mov、flv、avi。默认是 mp4。
|
11591
11591
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11592
11592
|
# @type Container: String
|
11593
|
-
# @param Type:
|
11593
|
+
# @param Type: 剪辑模式,可选值:
|
11594
|
+
# normal(默认):精准编辑
|
11595
|
+
# fast:快速编辑,处理速度更快但精准度一定程度降低
|
11596
|
+
# 注意:fast只支持单文件,normal默认输出转码格式是h264
|
11594
11597
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11595
11598
|
# @type Type: String
|
11596
11599
|
|
@@ -13356,10 +13359,10 @@ module TencentCloud
|
|
13356
13359
|
|
13357
13360
|
attr_accessor :QualityControlResults, :DiagnoseResults, :QualityControlResultSet, :DiagnoseResultSet
|
13358
13361
|
extend Gem::Deprecate
|
13359
|
-
deprecate :QualityControlResults, :none, 2024,
|
13360
|
-
deprecate :QualityControlResults=, :none, 2024,
|
13361
|
-
deprecate :DiagnoseResults, :none, 2024,
|
13362
|
-
deprecate :DiagnoseResults=, :none, 2024,
|
13362
|
+
deprecate :QualityControlResults, :none, 2024, 11
|
13363
|
+
deprecate :QualityControlResults=, :none, 2024, 11
|
13364
|
+
deprecate :DiagnoseResults, :none, 2024, 11
|
13365
|
+
deprecate :DiagnoseResults=, :none, 2024, 11
|
13363
13366
|
|
13364
13367
|
def initialize(qualitycontrolresults=nil, diagnoseresults=nil, qualitycontrolresultset=nil, diagnoseresultset=nil)
|
13365
13368
|
@QualityControlResults = qualitycontrolresults
|
@@ -19808,16 +19811,24 @@ module TencentCloud
|
|
19808
19811
|
# @param Summary: 分段概要。
|
19809
19812
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
19810
19813
|
# @type Summary: String
|
19814
|
+
# @param BeginTime: 直播切片对应直播起始时间点,采用 ISO 日期格式。
|
19815
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19816
|
+
# @type BeginTime: String
|
19817
|
+
# @param EndTime: 直播切片对应直播结束时间点,采用 ISO 日期格式。
|
19818
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19819
|
+
# @type EndTime: String
|
19811
19820
|
|
19812
|
-
attr_accessor :Confidence, :StartTimeOffset, :EndTimeOffset, :SegmentUrl, :Title, :Summary
|
19821
|
+
attr_accessor :Confidence, :StartTimeOffset, :EndTimeOffset, :SegmentUrl, :Title, :Summary, :BeginTime, :EndTime
|
19813
19822
|
|
19814
|
-
def initialize(confidence=nil, starttimeoffset=nil, endtimeoffset=nil, segmenturl=nil, title=nil, summary=nil)
|
19823
|
+
def initialize(confidence=nil, starttimeoffset=nil, endtimeoffset=nil, segmenturl=nil, title=nil, summary=nil, begintime=nil, endtime=nil)
|
19815
19824
|
@Confidence = confidence
|
19816
19825
|
@StartTimeOffset = starttimeoffset
|
19817
19826
|
@EndTimeOffset = endtimeoffset
|
19818
19827
|
@SegmentUrl = segmenturl
|
19819
19828
|
@Title = title
|
19820
19829
|
@Summary = summary
|
19830
|
+
@BeginTime = begintime
|
19831
|
+
@EndTime = endtime
|
19821
19832
|
end
|
19822
19833
|
|
19823
19834
|
def deserialize(params)
|
@@ -19827,6 +19838,8 @@ module TencentCloud
|
|
19827
19838
|
@SegmentUrl = params['SegmentUrl']
|
19828
19839
|
@Title = params['Title']
|
19829
19840
|
@Summary = params['Summary']
|
19841
|
+
@BeginTime = params['BeginTime']
|
19842
|
+
@EndTime = params['EndTime']
|
19830
19843
|
end
|
19831
19844
|
end
|
19832
19845
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.936
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|