tencentcloud-sdk-mps 3.0.1090 → 3.0.1093

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 +46 -17
  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: 3e374bd27223255026f17ed01edfb6ba1252e4de
4
+ data.tar.gz: ec208f7a857498706a4ee78cfbf4ef493f161b08
5
5
  SHA512:
6
- metadata.gz: 2d30a8e2ffe5992117eccb4e821118e5a4c72baeaaaf79162ec1384cff639e224b46df0e1fe04180a8b8fee3545160465d53ab276f5481f1f8795f1624e6f682
7
- data.tar.gz: 2ef469c512871c587f7e49f80dc20ca214e47e2ff81e4f228620c3e1933bac7df3d7b316fbae9b82e5ea414cda205434b0c484d4a3692633be9dbad93f77e879
6
+ metadata.gz: ff46d49f94ce65fdd5df025028d492c51878edf5ec61c9a5edc7c3e0ec9b5264332ad35d2545bb84d34a17731199d15cfa3ebb078effe69eec075aab592037be
7
+ data.tar.gz: 66ae8aa6ec457a7080a72bc9d03dcebc3a001c40a3b4b21636390ec029cdfd3da8e1d4a16fef17fac34558d17d4f3d072f3cc09b35dba28f528f3890511e0247
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1090
1
+ 3.0.1093
@@ -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
 
@@ -16796,7 +16811,7 @@ module TencentCloud
16796
16811
  # @type Storage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
16797
16812
  # @param Path: 转动图的文件路径。
16798
16813
  # @type Path: String
16799
- # @param Definition: 转动图模板 ID,参见[转动图参数模板](https://cloud.tencent.com/document/product/862/37042#.E9.A2.84.E7.BD.AE.E8.BD.AC.E5.8A.A8.E5.9B.BE.E6.A8.A1.E6.9D.BF)。
16814
+ # @param Definition: 转动图模板 ID,参见[转动图参数模板](https://cloud.tencent.com/document/product/862/77168#.E8.BD.AC.E5.8A.A8.E5.9B.BE.E6.A8.A1.E6.9D.BF.5B.5D(id.3Amove))
16800
16815
  # @type Definition: Integer
16801
16816
  # @param Container: 动图格式,如 gif。
16802
16817
  # @type Container: String
@@ -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`
@@ -21714,8 +21740,11 @@ module TencentCloud
21714
21740
  # @param Type: 水印类型,可选值:
21715
21741
  # <li>image:图片水印。</li>
21716
21742
  # @type Type: String
21717
- # @param CoordinateOrigin: 原点位置,目前仅支持:
21743
+ # @param CoordinateOrigin: 原点位置,可选值:
21718
21744
  # <li>TopLeft:表示坐标原点位于视频图像左上角,水印原点为图片或文字的左上角。</li>
21745
+ # <li>TopRight:表示坐标原点位于视频图像的右上角,水印原点为图片或文字的右上角;</li>
21746
+ # <li>BottomLeft:表示坐标原点位于视频图像的左下角,水印原点为图片或文字的左下角;</li>
21747
+ # <li>BottomRight:表示坐标原点位于视频图像的右下角,水印原点为图片或文字的右下角。</li>
21719
21748
  # 默认值:TopLeft。
21720
21749
  # @type CoordinateOrigin: String
21721
21750
  # @param XPos: 水印原点距离视频图像坐标原点的水平位置。支持 %、px 两种格式:
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.1093
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