tencentcloud-sdk-mps 3.0.935 → 3.0.937
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/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: 854c9cf34e07de9cdc1c9c8686b1e09c62dd0754
|
4
|
+
data.tar.gz: e33d12e84ddd0c2fe8cdda444d9648a945ece7bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c834d105504afada16c157cb8d9c45dad00e6c0357d97c9e18aabe9da01d00f789a653495c94d37b5a9fe6697bca63c3b84fe74fd146b53c4fb9737f28ceeeb8
|
7
|
+
data.tar.gz: 8b6f7bfeb5721a2d9b66e46cd78d7268331a38755b35e862b9f0e694c3ff1d55227336b2ad1c24bffc09b582d5e16dc775fdeeac3b8027ecd8f1313db387cc80
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.937
|
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.937
|
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-
|
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
|