tencentcloud-sdk-mps 3.0.970 → 3.0.972

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190612/models.rb +26 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e139247ffe4c9f89bb960e564f9f6f6a192d7204
4
- data.tar.gz: 1dadc8fe191f05b08f6f4ba868347c0deaf93d2b
3
+ metadata.gz: 396b0f86e972d4d196260d3957f8225bd6514080
4
+ data.tar.gz: eb6f453bb5bcf6a925c2853399aa564787ec3bc8
5
5
  SHA512:
6
- metadata.gz: 0f5dc34c3d198d2f2a19fc398fd699c351b5a79997a59c9ba5d5a48fc4ab77ea60683679c686785d12dfea4cc84ad0d83b2ef80ac4a4d27dfa42eb434eacf15e
7
- data.tar.gz: 1490b8e6a7f7b0fc97893f4bdf3b284b574a7aeda0d0df9fc3226ef166359e4a3a6a1b7be939eaaf0880bd27b779440f366dbe3f70cacde4123ff5b922a08eb1
6
+ metadata.gz: 2439fb2d377f9dbcd879d1617e27dfe24626717d21af4ee6e02d5f47f544c4b0e0ad1d35961c151541cd5f12f2e3a0b997dfc384d9d545e0767cfde5a998d422
7
+ data.tar.gz: dae043577c60ac5df2d45671115de7e9a4d9563144b944a675eeb5090ca059e6019332fabcc3ea89fac14124c4cce12fee7acc603908ac7ae45c97e9830599fc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.970
1
+ 3.0.972
@@ -16844,10 +16844,12 @@ module TencentCloud
16844
16844
  # @type Zones: Array
16845
16845
  # @param RISTSettings: 转推RIST的配置。
16846
16846
  # @type RISTSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateOutputRistSettings`
16847
+ # @param OutputType: 输出类型:Internet/TencentCSS/StreamLive
16848
+ # @type OutputType: String
16847
16849
 
16848
- attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings
16850
+ attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :OutputType
16849
16851
 
16850
- def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil)
16852
+ def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, outputtype=nil)
16851
16853
  @OutputId = outputid
16852
16854
  @OutputName = outputname
16853
16855
  @Description = description
@@ -16860,6 +16862,7 @@ module TencentCloud
16860
16862
  @SecurityGroupIds = securitygroupids
16861
16863
  @Zones = zones
16862
16864
  @RISTSettings = ristsettings
16865
+ @OutputType = outputtype
16863
16866
  end
16864
16867
 
16865
16868
  def deserialize(params)
@@ -16887,6 +16890,7 @@ module TencentCloud
16887
16890
  @RISTSettings = CreateOutputRistSettings.new
16888
16891
  @RISTSettings.deserialize(params['RISTSettings'])
16889
16892
  end
16893
+ @OutputType = params['OutputType']
16890
16894
  end
16891
16895
  end
16892
16896
 
@@ -20498,10 +20502,18 @@ module TencentCloud
20498
20502
  # @param EndTime: 直播切片对应直播结束时间点,采用 ISO 日期格式。
20499
20503
  # 注意:此字段可能返回 null,表示取不到有效值。
20500
20504
  # @type EndTime: String
20501
-
20502
- attr_accessor :Confidence, :StartTimeOffset, :EndTimeOffset, :SegmentUrl, :CovImgUrl, :Title, :Summary, :Keywords, :BeginTime, :EndTime
20503
-
20504
- def initialize(confidence=nil, starttimeoffset=nil, endtimeoffset=nil, segmenturl=nil, covimgurl=nil, title=nil, summary=nil, keywords=nil, begintime=nil, endtime=nil)
20505
+ # @param AudioUrl: 直播拆条用,音频url。
20506
+ # @type AudioUrl: String
20507
+ # @param AudioBeginTime: 直播拆条用,音频对应起始时间戳;
20508
+ # @type AudioBeginTime: Float
20509
+ # @param AudioEndTime: 直播拆条用,音频对应结束时间戳。
20510
+ # @type AudioEndTime: Float
20511
+ # @param PersonPositionUrl: 直播拆条用,人物位置参考信息用于横转竖。
20512
+ # @type PersonPositionUrl: String
20513
+
20514
+ attr_accessor :Confidence, :StartTimeOffset, :EndTimeOffset, :SegmentUrl, :CovImgUrl, :Title, :Summary, :Keywords, :BeginTime, :EndTime, :AudioUrl, :AudioBeginTime, :AudioEndTime, :PersonPositionUrl
20515
+
20516
+ def initialize(confidence=nil, starttimeoffset=nil, endtimeoffset=nil, segmenturl=nil, covimgurl=nil, title=nil, summary=nil, keywords=nil, begintime=nil, endtime=nil, audiourl=nil, audiobegintime=nil, audioendtime=nil, personpositionurl=nil)
20505
20517
  @Confidence = confidence
20506
20518
  @StartTimeOffset = starttimeoffset
20507
20519
  @EndTimeOffset = endtimeoffset
@@ -20512,6 +20524,10 @@ module TencentCloud
20512
20524
  @Keywords = keywords
20513
20525
  @BeginTime = begintime
20514
20526
  @EndTime = endtime
20527
+ @AudioUrl = audiourl
20528
+ @AudioBeginTime = audiobegintime
20529
+ @AudioEndTime = audioendtime
20530
+ @PersonPositionUrl = personpositionurl
20515
20531
  end
20516
20532
 
20517
20533
  def deserialize(params)
@@ -20525,6 +20541,10 @@ module TencentCloud
20525
20541
  @Keywords = params['Keywords']
20526
20542
  @BeginTime = params['BeginTime']
20527
20543
  @EndTime = params['EndTime']
20544
+ @AudioUrl = params['AudioUrl']
20545
+ @AudioBeginTime = params['AudioBeginTime']
20546
+ @AudioEndTime = params['AudioEndTime']
20547
+ @PersonPositionUrl = params['PersonPositionUrl']
20528
20548
  end
20529
20549
  end
20530
20550
 
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.970
4
+ version: 3.0.972
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-12-26 00:00:00.000000000 Z
11
+ date: 2024-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common