tencentcloud-sdk-mps 3.0.1085 → 3.0.1092
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 +129 -28
- 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: 4c4a46f8cdb1e8af15669c4ccabdbbdab6dfc8a8
|
4
|
+
data.tar.gz: 020ec4ed283092c48ff1f0a6b1ecf7fc959fa305
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f85ed7ead6e20cb1f947d7668f2c980d25867652f4a220f69ff872b06619da636764070bce7bf6f8802cfaad3b386290a17192d4c53e655b5750c360b34014fb
|
7
|
+
data.tar.gz: d12dcc46df0f2b33023f861c290692089ad1517c93f75bc2f89e977e8ea8b43d540311b9ba49ff5b28c6f9c6a81dab2afa66fe6fed29db884e159deeafcd7c48
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1092
|
data/lib/v20190612/models.rb
CHANGED
@@ -2099,8 +2099,8 @@ module TencentCloud
|
|
2099
2099
|
|
2100
2100
|
attr_accessor :SegmentSet, :SubtitlePath, :OutputStorage
|
2101
2101
|
extend Gem::Deprecate
|
2102
|
-
deprecate :OutputStorage, :none, 2025,
|
2103
|
-
deprecate :OutputStorage=, :none, 2025,
|
2102
|
+
deprecate :OutputStorage, :none, 2025, 7
|
2103
|
+
deprecate :OutputStorage=, :none, 2025, 7
|
2104
2104
|
|
2105
2105
|
def initialize(segmentset=nil, subtitlepath=nil, outputstorage=nil)
|
2106
2106
|
@SegmentSet = segmentset
|
@@ -7682,13 +7682,17 @@ module TencentCloud
|
|
7682
7682
|
# @type QualityControlItemSet: Array
|
7683
7683
|
# @param Comment: 媒体质检模板描述信息,长度限制:256 个字符。
|
7684
7684
|
# @type Comment: String
|
7685
|
+
# @param RecordFormat: 录制文件格式。可选值:
|
7686
|
+
# <li>PNG: PNG图片</li>
|
7687
|
+
# @type RecordFormat: String
|
7685
7688
|
|
7686
|
-
attr_accessor :Name, :QualityControlItemSet, :Comment
|
7689
|
+
attr_accessor :Name, :QualityControlItemSet, :Comment, :RecordFormat
|
7687
7690
|
|
7688
|
-
def initialize(name=nil, qualitycontrolitemset=nil, comment=nil)
|
7691
|
+
def initialize(name=nil, qualitycontrolitemset=nil, comment=nil, recordformat=nil)
|
7689
7692
|
@Name = name
|
7690
7693
|
@QualityControlItemSet = qualitycontrolitemset
|
7691
7694
|
@Comment = comment
|
7695
|
+
@RecordFormat = recordformat
|
7692
7696
|
end
|
7693
7697
|
|
7694
7698
|
def deserialize(params)
|
@@ -7702,6 +7706,7 @@ module TencentCloud
|
|
7702
7706
|
end
|
7703
7707
|
end
|
7704
7708
|
@Comment = params['Comment']
|
7709
|
+
@RecordFormat = params['RecordFormat']
|
7705
7710
|
end
|
7706
7711
|
end
|
7707
7712
|
|
@@ -15621,10 +15626,10 @@ module TencentCloud
|
|
15621
15626
|
|
15622
15627
|
attr_accessor :QualityControlResults, :DiagnoseResults, :QualityControlResultSet, :DiagnoseResultSet
|
15623
15628
|
extend Gem::Deprecate
|
15624
|
-
deprecate :QualityControlResults, :none, 2025,
|
15625
|
-
deprecate :QualityControlResults=, :none, 2025,
|
15626
|
-
deprecate :DiagnoseResults, :none, 2025,
|
15627
|
-
deprecate :DiagnoseResults=, :none, 2025,
|
15629
|
+
deprecate :QualityControlResults, :none, 2025, 7
|
15630
|
+
deprecate :QualityControlResults=, :none, 2025, 7
|
15631
|
+
deprecate :DiagnoseResults, :none, 2025, 7
|
15632
|
+
deprecate :DiagnoseResults=, :none, 2025, 7
|
15628
15633
|
|
15629
15634
|
def initialize(qualitycontrolresults=nil, diagnoseresults=nil, qualitycontrolresultset=nil, diagnoseresultset=nil)
|
15630
15635
|
@QualityControlResults = qualitycontrolresults
|
@@ -16106,10 +16111,13 @@ module TencentCloud
|
|
16106
16111
|
# @param SteadyState: 稳态标记。
|
16107
16112
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
16108
16113
|
# @type SteadyState: Boolean
|
16114
|
+
# @param UserId: websocket与trtc识别结果的UserId
|
16115
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16116
|
+
# @type UserId: String
|
16109
16117
|
|
16110
|
-
attr_accessor :Text, :StartPtsTime, :EndPtsTime, :Confidence, :StartTime, :EndTime, :SteadyState
|
16118
|
+
attr_accessor :Text, :StartPtsTime, :EndPtsTime, :Confidence, :StartTime, :EndTime, :SteadyState, :UserId
|
16111
16119
|
|
16112
|
-
def initialize(text=nil, startptstime=nil, endptstime=nil, confidence=nil, starttime=nil, endtime=nil, steadystate=nil)
|
16120
|
+
def initialize(text=nil, startptstime=nil, endptstime=nil, confidence=nil, starttime=nil, endtime=nil, steadystate=nil, userid=nil)
|
16113
16121
|
@Text = text
|
16114
16122
|
@StartPtsTime = startptstime
|
16115
16123
|
@EndPtsTime = endptstime
|
@@ -16117,6 +16125,7 @@ module TencentCloud
|
|
16117
16125
|
@StartTime = starttime
|
16118
16126
|
@EndTime = endtime
|
16119
16127
|
@SteadyState = steadystate
|
16128
|
+
@UserId = userid
|
16120
16129
|
end
|
16121
16130
|
|
16122
16131
|
def deserialize(params)
|
@@ -16127,6 +16136,7 @@ module TencentCloud
|
|
16127
16136
|
@StartTime = params['StartTime']
|
16128
16137
|
@EndTime = params['EndTime']
|
16129
16138
|
@SteadyState = params['SteadyState']
|
16139
|
+
@UserId = params['UserId']
|
16130
16140
|
end
|
16131
16141
|
end
|
16132
16142
|
|
@@ -16481,10 +16491,13 @@ module TencentCloud
|
|
16481
16491
|
# @param SteadyState: 稳态标记。
|
16482
16492
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
16483
16493
|
# @type SteadyState: Boolean
|
16494
|
+
# @param UserId: websocket与trtc实时翻译的UserId
|
16495
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16496
|
+
# @type UserId: String
|
16484
16497
|
|
16485
|
-
attr_accessor :Text, :StartPtsTime, :EndPtsTime, :Confidence, :Trans, :StartTime, :EndTime, :SteadyState
|
16498
|
+
attr_accessor :Text, :StartPtsTime, :EndPtsTime, :Confidence, :Trans, :StartTime, :EndTime, :SteadyState, :UserId
|
16486
16499
|
|
16487
|
-
def initialize(text=nil, startptstime=nil, endptstime=nil, confidence=nil, trans=nil, starttime=nil, endtime=nil, steadystate=nil)
|
16500
|
+
def initialize(text=nil, startptstime=nil, endptstime=nil, confidence=nil, trans=nil, starttime=nil, endtime=nil, steadystate=nil, userid=nil)
|
16488
16501
|
@Text = text
|
16489
16502
|
@StartPtsTime = startptstime
|
16490
16503
|
@EndPtsTime = endptstime
|
@@ -16493,6 +16506,7 @@ module TencentCloud
|
|
16493
16506
|
@StartTime = starttime
|
16494
16507
|
@EndTime = endtime
|
16495
16508
|
@SteadyState = steadystate
|
16509
|
+
@UserId = userid
|
16496
16510
|
end
|
16497
16511
|
|
16498
16512
|
def deserialize(params)
|
@@ -16504,6 +16518,7 @@ module TencentCloud
|
|
16504
16518
|
@StartTime = params['StartTime']
|
16505
16519
|
@EndTime = params['EndTime']
|
16506
16520
|
@SteadyState = params['SteadyState']
|
16521
|
+
@UserId = params['UserId']
|
16507
16522
|
end
|
16508
16523
|
end
|
16509
16524
|
|
@@ -16643,15 +16658,19 @@ module TencentCloud
|
|
16643
16658
|
# @param Paragraphs: 分段结果。
|
16644
16659
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
16645
16660
|
# @type Paragraphs: Array
|
16661
|
+
# @param MindMapUrl: 摘要思维导图地址
|
16662
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16663
|
+
# @type MindMapUrl: String
|
16646
16664
|
|
16647
|
-
attr_accessor :Description, :Confidence, :Title, :Keywords, :Paragraphs
|
16665
|
+
attr_accessor :Description, :Confidence, :Title, :Keywords, :Paragraphs, :MindMapUrl
|
16648
16666
|
|
16649
|
-
def initialize(description=nil, confidence=nil, title=nil, keywords=nil, paragraphs=nil)
|
16667
|
+
def initialize(description=nil, confidence=nil, title=nil, keywords=nil, paragraphs=nil, mindmapurl=nil)
|
16650
16668
|
@Description = description
|
16651
16669
|
@Confidence = confidence
|
16652
16670
|
@Title = title
|
16653
16671
|
@Keywords = keywords
|
16654
16672
|
@Paragraphs = paragraphs
|
16673
|
+
@MindMapUrl = mindmapurl
|
16655
16674
|
end
|
16656
16675
|
|
16657
16676
|
def deserialize(params)
|
@@ -16667,6 +16686,7 @@ module TencentCloud
|
|
16667
16686
|
@Paragraphs << aiparagraphinfo_tmp
|
16668
16687
|
end
|
16669
16688
|
end
|
16689
|
+
@MindMapUrl = params['MindMapUrl']
|
16670
16690
|
end
|
16671
16691
|
end
|
16672
16692
|
|
@@ -18835,14 +18855,18 @@ module TencentCloud
|
|
18835
18855
|
# @type Comment: String
|
18836
18856
|
# @param QualityControlItemSet: 媒体质检配置参数。
|
18837
18857
|
# @type QualityControlItemSet: Array
|
18858
|
+
# @param RecordFormat: 录制文件格式。可选值:
|
18859
|
+
# <li>PNG: PNG图片</li>
|
18860
|
+
# @type RecordFormat: String
|
18838
18861
|
|
18839
|
-
attr_accessor :Definition, :Name, :Comment, :QualityControlItemSet
|
18862
|
+
attr_accessor :Definition, :Name, :Comment, :QualityControlItemSet, :RecordFormat
|
18840
18863
|
|
18841
|
-
def initialize(definition=nil, name=nil, comment=nil, qualitycontrolitemset=nil)
|
18864
|
+
def initialize(definition=nil, name=nil, comment=nil, qualitycontrolitemset=nil, recordformat=nil)
|
18842
18865
|
@Definition = definition
|
18843
18866
|
@Name = name
|
18844
18867
|
@Comment = comment
|
18845
18868
|
@QualityControlItemSet = qualitycontrolitemset
|
18869
|
+
@RecordFormat = recordformat
|
18846
18870
|
end
|
18847
18871
|
|
18848
18872
|
def deserialize(params)
|
@@ -18857,6 +18881,7 @@ module TencentCloud
|
|
18857
18881
|
@QualityControlItemSet << qualitycontrolitemconfig_tmp
|
18858
18882
|
end
|
18859
18883
|
end
|
18884
|
+
@RecordFormat = params['RecordFormat']
|
18860
18885
|
end
|
18861
18886
|
end
|
18862
18887
|
|
@@ -20742,7 +20767,13 @@ module TencentCloud
|
|
20742
20767
|
|
20743
20768
|
# ProcessLiveStream请求参数结构体
|
20744
20769
|
class ProcessLiveStreamRequest < TencentCloud::Common::AbstractModel
|
20745
|
-
# @param Url: 直播流 URL(必须是直播文件地址,支持 rtmp,hls 和 flv 等)。
|
20770
|
+
# @param Url: 直播流 URL(必须是直播文件地址,支持 rtmp,hls 和 flv, trtc 等)。
|
20771
|
+
# trtc地址如下:
|
20772
|
+
# trtc: //trtc.rtc.qq.com/mps/`<roomid>`?sdkappid=`<sdkappid>`&userid=`<userid>`&usersig=<`usersig>`
|
20773
|
+
# `<roomid>` 为trtc的房间号id, 为数字
|
20774
|
+
# `<sdkappid>` 为trtc的sdk app id
|
20775
|
+
# `<userid>` 为服务进入房间的用户id,可以区分谁是机器人
|
20776
|
+
# <`usersig>` 为trtc 用户的签名
|
20746
20777
|
# @type Url: String
|
20747
20778
|
# @param TaskNotifyConfig: 任务的事件通知信息,用于指定直播流处理的结果。
|
20748
20779
|
# @type TaskNotifyConfig: :class:`Tencentcloud::Mps.v20190612.models.LiveStreamTaskNotifyConfig`
|
@@ -23760,21 +23791,38 @@ module TencentCloud
|
|
23760
23791
|
# @param Path: 要压制到视频中的字幕文件地址。
|
23761
23792
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
23762
23793
|
# @type Path: String
|
23763
|
-
# @param StreamIndex:
|
23794
|
+
# @param StreamIndex: 指定要压制到视频中的字幕轨道,Path 和 StreamIndex 至少指定一个;如果指定了Path,则优先使用Path。
|
23795
|
+
# Streamindex的取值须与源文件中的字幕轨索引一致。例如,源文件中的字幕轨为stream#0:3,则StreamIndex应为3,否则可能导致任务处理失败。
|
23796
|
+
|
23797
|
+
|
23764
23798
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
23765
23799
|
# @type StreamIndex: Integer
|
23766
|
-
# @param FontType:
|
23800
|
+
# @param FontType: 字体类型,支持:
|
23767
23801
|
# <li>hei.ttf:黑体</li>
|
23768
23802
|
# <li>song.ttf:宋体</li>
|
23769
|
-
# <li>simkai.ttf:楷体</li>
|
23803
|
+
# <li>kai.ttf(推荐)或 simkai.ttf:楷体</li>
|
23804
|
+
# <li>msyh.ttf:微软雅黑</li>
|
23805
|
+
# <li>msyhbd.ttf:微软雅黑加粗</li>
|
23806
|
+
# <li>hkjgt.ttf:华康金刚体</li>
|
23807
|
+
# <li>dhttx.ttf:典黑体特细</li>
|
23808
|
+
# <li>xqgdzt.ttf:喜鹊古字典体</li>
|
23809
|
+
# <li>qpcyt.ttf:巧拼超圆体</li>
|
23770
23810
|
# <li>arial.ttf:仅支持英文</li>
|
23771
|
-
#
|
23811
|
+
# <li>dinalternate.ttf:DIN Alternate Bold</li>
|
23812
|
+
# <li>helveticalt.ttf:Helvetica</li>
|
23813
|
+
# <li>helveticains.ttf:Helvetica Inserat</li>
|
23814
|
+
# <li>trajanpro.ttf:TrajanPro-Bold</li>
|
23815
|
+
# <li>korean.ttf:韩语</li>
|
23816
|
+
# <li>japanese.ttf:日语</li>
|
23817
|
+
# <li>thai.ttf:泰语</li>
|
23818
|
+
# 默认:hei.ttf 黑体。
|
23772
23819
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
23773
23820
|
# @type FontType: String
|
23774
23821
|
# @param FontSize: 字体大小,格式:Npx,N 为数值,不指定则以字幕文件中为准。
|
23822
|
+
# 默认源视频高度的5%。
|
23775
23823
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
23776
23824
|
# @type FontSize: String
|
23777
|
-
# @param FontColor: 字体颜色,格式:0xRRGGBB,默认值:0xFFFFFF
|
23825
|
+
# @param FontColor: 字体颜色,格式:0xRRGGBB,默认值:0xFFFFFF(白色)。
|
23778
23826
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
23779
23827
|
# @type FontColor: String
|
23780
23828
|
# @param FontAlpha: 文字透明度,取值范围:(0, 1]
|
@@ -23783,16 +23831,63 @@ module TencentCloud
|
|
23783
23831
|
# 默认值:1。
|
23784
23832
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
23785
23833
|
# @type FontAlpha: Float
|
23834
|
+
# @param YPos: 字幕y轴坐标位置,指定此参数会忽略字幕文件自带坐标;支持像素和百分比格式:
|
23835
|
+
|
23836
|
+
# - 像素:Npx,N范围:[0,4096]。
|
23837
|
+
# - 百分百:N%,N范围:[0,100];例如10%表示字幕y坐标=10%*源视频高度。
|
23786
23838
|
|
23787
|
-
|
23839
|
+
# 默认值:源视频高度*4%。
|
23840
|
+
# 注意:坐标轴原点在源视频中轴线底部,字幕基准点在字幕中轴线底部,参考下图:
|
23841
|
+
# 
|
23842
|
+
|
23843
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
23844
|
+
# @type YPos: String
|
23845
|
+
# @param BoardY: 字幕背景底板的y轴坐标位置;支持像素和百分比格式:
|
23846
|
+
|
23847
|
+
# - 像素:Npx,N范围:[0,4096]。
|
23848
|
+
# - 百分百:N%,N范围:[0,100];例如10%表示字幕背景底板y坐标=10%*源视频高度。
|
23849
|
+
|
23850
|
+
# 不传表示不开启字幕背景底板。
|
23851
|
+
# 注意:坐标轴原点位于源视频的中轴线底部,字幕背景底板的基准点在其中轴线底部,参考下图:
|
23852
|
+
# 
|
23853
|
+
|
23854
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
23855
|
+
# @type BoardY: String
|
23856
|
+
# @param BoardWidth: 底板的宽度,单位为像素,取值范围:[0,4096]。
|
23857
|
+
# 默认源视频宽像素的90%。
|
23788
23858
|
|
23789
|
-
|
23859
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
23860
|
+
# @type BoardWidth: Integer
|
23861
|
+
# @param BoardHeight: 底板的高度。单位为像素,取值范围:[0,4096]。
|
23862
|
+
# 默认为源视频高像素的15%。
|
23863
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
23864
|
+
# @type BoardHeight: Integer
|
23865
|
+
# @param BoardColor: 底板颜色。格式:0xRRGGBB,
|
23866
|
+
# 默认值:0x000000(黑色)。
|
23867
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
23868
|
+
# @type BoardColor: String
|
23869
|
+
# @param BoardAlpha: 字幕背景板透明度,取值范围:[0, 1]
|
23870
|
+
# <li>0:完全透明</li>
|
23871
|
+
# <li>1:完全不透明</li>
|
23872
|
+
# 默认值:0.8。
|
23873
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
23874
|
+
# @type BoardAlpha: Float
|
23875
|
+
|
23876
|
+
attr_accessor :Path, :StreamIndex, :FontType, :FontSize, :FontColor, :FontAlpha, :YPos, :BoardY, :BoardWidth, :BoardHeight, :BoardColor, :BoardAlpha
|
23877
|
+
|
23878
|
+
def initialize(path=nil, streamindex=nil, fonttype=nil, fontsize=nil, fontcolor=nil, fontalpha=nil, ypos=nil, boardy=nil, boardwidth=nil, boardheight=nil, boardcolor=nil, boardalpha=nil)
|
23790
23879
|
@Path = path
|
23791
23880
|
@StreamIndex = streamindex
|
23792
23881
|
@FontType = fonttype
|
23793
23882
|
@FontSize = fontsize
|
23794
23883
|
@FontColor = fontcolor
|
23795
23884
|
@FontAlpha = fontalpha
|
23885
|
+
@YPos = ypos
|
23886
|
+
@BoardY = boardy
|
23887
|
+
@BoardWidth = boardwidth
|
23888
|
+
@BoardHeight = boardheight
|
23889
|
+
@BoardColor = boardcolor
|
23890
|
+
@BoardAlpha = boardalpha
|
23796
23891
|
end
|
23797
23892
|
|
23798
23893
|
def deserialize(params)
|
@@ -23802,6 +23897,12 @@ module TencentCloud
|
|
23802
23897
|
@FontSize = params['FontSize']
|
23803
23898
|
@FontColor = params['FontColor']
|
23804
23899
|
@FontAlpha = params['FontAlpha']
|
23900
|
+
@YPos = params['YPos']
|
23901
|
+
@BoardY = params['BoardY']
|
23902
|
+
@BoardWidth = params['BoardWidth']
|
23903
|
+
@BoardHeight = params['BoardHeight']
|
23904
|
+
@BoardColor = params['BoardColor']
|
23905
|
+
@BoardAlpha = params['BoardAlpha']
|
23805
23906
|
end
|
23806
23907
|
end
|
23807
23908
|
|
@@ -25737,10 +25838,10 @@ module TencentCloud
|
|
25737
25838
|
# @param UpdateTime: 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
25738
25839
|
# @type UpdateTime: String
|
25739
25840
|
# @param CoordinateOrigin: 原点位置,可选值:
|
25740
|
-
# <li>
|
25741
|
-
# <li>
|
25742
|
-
# <li>
|
25743
|
-
# <li>
|
25841
|
+
# <li>TopLeft:表示坐标原点位于视频图像左上角,水印原点为图片或文字的左上角;</li>
|
25842
|
+
# <li>TopRight:表示坐标原点位于视频图像的右上角,水印原点为图片或文字的右上角;</li>
|
25843
|
+
# <li>BottomLeft:表示坐标原点位于视频图像的左下角,水印原点为图片或文字的左下角;</li>
|
25844
|
+
# <li>BottomRight:表示坐标原点位于视频图像的右下角,水印原点为图片或文字的右下角。</li>
|
25744
25845
|
# @type CoordinateOrigin: String
|
25745
25846
|
|
25746
25847
|
attr_accessor :Definition, :Type, :Name, :Comment, :XPos, :YPos, :ImageTemplate, :TextTemplate, :SvgTemplate, :CreateTime, :UpdateTime, :CoordinateOrigin
|
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.1092
|
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-
|
11
|
+
date: 2025-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|