tencentcloud-sdk-mps 3.0.1090 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190612/models.rb +41 -15
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9c6fdeff270be40c1e2ee1612791ba5cd9db861
4
- data.tar.gz: e6def85ec2f08adb3449205d7a455f7e639486f4
3
+ metadata.gz: 4c4a46f8cdb1e8af15669c4ccabdbbdab6dfc8a8
4
+ data.tar.gz: 020ec4ed283092c48ff1f0a6b1ecf7fc959fa305
5
5
  SHA512:
6
- metadata.gz: 2d30a8e2ffe5992117eccb4e821118e5a4c72baeaaaf79162ec1384cff639e224b46df0e1fe04180a8b8fee3545160465d53ab276f5481f1f8795f1624e6f682
7
- data.tar.gz: 2ef469c512871c587f7e49f80dc20ca214e47e2ff81e4f228620c3e1933bac7df3d7b316fbae9b82e5ea414cda205434b0c484d4a3692633be9dbad93f77e879
6
+ metadata.gz: f85ed7ead6e20cb1f947d7668f2c980d25867652f4a220f69ff872b06619da636764070bce7bf6f8802cfaad3b386290a17192d4c53e655b5750c360b34014fb
7
+ data.tar.gz: d12dcc46df0f2b33023f861c290692089ad1517c93f75bc2f89e977e8ea8b43d540311b9ba49ff5b28c6f9c6a81dab2afa66fe6fed29db884e159deeafcd7c48
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1090
1
+ 3.0.1092
@@ -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, 6
2103
- deprecate :OutputStorage=, :none, 2025, 6
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, 6
15625
- deprecate :QualityControlResults=, :none, 2025, 6
15626
- deprecate :DiagnoseResults, :none, 2025, 6
15627
- deprecate :DiagnoseResults=, :none, 2025, 6
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
 
@@ -18840,14 +18855,18 @@ module TencentCloud
18840
18855
  # @type Comment: String
18841
18856
  # @param QualityControlItemSet: 媒体质检配置参数。
18842
18857
  # @type QualityControlItemSet: Array
18858
+ # @param RecordFormat: 录制文件格式。可选值:
18859
+ # <li>PNG: PNG图片</li>
18860
+ # @type RecordFormat: String
18843
18861
 
18844
- attr_accessor :Definition, :Name, :Comment, :QualityControlItemSet
18862
+ attr_accessor :Definition, :Name, :Comment, :QualityControlItemSet, :RecordFormat
18845
18863
 
18846
- def initialize(definition=nil, name=nil, comment=nil, qualitycontrolitemset=nil)
18864
+ def initialize(definition=nil, name=nil, comment=nil, qualitycontrolitemset=nil, recordformat=nil)
18847
18865
  @Definition = definition
18848
18866
  @Name = name
18849
18867
  @Comment = comment
18850
18868
  @QualityControlItemSet = qualitycontrolitemset
18869
+ @RecordFormat = recordformat
18851
18870
  end
18852
18871
 
18853
18872
  def deserialize(params)
@@ -18862,6 +18881,7 @@ module TencentCloud
18862
18881
  @QualityControlItemSet << qualitycontrolitemconfig_tmp
18863
18882
  end
18864
18883
  end
18884
+ @RecordFormat = params['RecordFormat']
18865
18885
  end
18866
18886
  end
18867
18887
 
@@ -20747,7 +20767,13 @@ module TencentCloud
20747
20767
 
20748
20768
  # ProcessLiveStream请求参数结构体
20749
20769
  class ProcessLiveStreamRequest < TencentCloud::Common::AbstractModel
20750
- # @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 用户的签名
20751
20777
  # @type Url: String
20752
20778
  # @param TaskNotifyConfig: 任务的事件通知信息,用于指定直播流处理的结果。
20753
20779
  # @type TaskNotifyConfig: :class:`Tencentcloud::Mps.v20190612.models.LiveStreamTaskNotifyConfig`
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.1090
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-06-27 00:00:00.000000000 Z
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