tencentcloud-sdk-live 3.0.1008 → 3.0.1010
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/v20180801/models.rb +0 -39
- 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: e6f7edad009cc9621176f06c61f411df1b057475
|
4
|
+
data.tar.gz: b97ad78202781d6e42c779e47954c76462ce8787
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 861f4f85c5a743d6b257a0be3b02819a6360666a0c7620c7f8c489b8f7dd2bd1fcc39cf5cc247dc0c8d52c41f5a7af1d10e7fa927068b2d48622ced4c04f19b8
|
7
|
+
data.tar.gz: 453c82693f5f25430155a2be074790c752d86c085dd91b8989f4ec64077a3a62d01143b9836c8004b8a3d855b7cb14058b3577cec8c66e46f5ccdf492a6d0936
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1010
|
data/lib/v20180801/models.rb
CHANGED
@@ -10120,13 +10120,10 @@ module TencentCloud
|
|
10120
10120
|
# 媒体诊断结果,包含断流信息、低帧率信息等
|
10121
10121
|
class DiagnoseResult < TencentCloud::Common::AbstractModel
|
10122
10122
|
# @param StreamBrokenResults: 断流信息
|
10123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10124
10123
|
# @type StreamBrokenResults: Array
|
10125
10124
|
# @param LowFrameRateResults: 低帧率信息
|
10126
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10127
10125
|
# @type LowFrameRateResults: Array
|
10128
10126
|
# @param StreamFormatResults: 流格式诊断信息
|
10129
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10130
10127
|
# @type StreamFormatResults: Array
|
10131
10128
|
|
10132
10129
|
attr_accessor :StreamBrokenResults, :LowFrameRateResults, :StreamFormatResults
|
@@ -10938,68 +10935,48 @@ module TencentCloud
|
|
10938
10935
|
# 直播监播任务信息。
|
10939
10936
|
class LiveStreamMonitorInfo < TencentCloud::Common::AbstractModel
|
10940
10937
|
# @param MonitorId: 监播任务ID。
|
10941
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10942
10938
|
# @type MonitorId: String
|
10943
10939
|
# @param MonitorName: 监播任务名称。128字节以内。
|
10944
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10945
10940
|
# @type MonitorName: String
|
10946
10941
|
# @param OutputInfo: 监播任务输出信息。
|
10947
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10948
10942
|
# @type OutputInfo: :class:`Tencentcloud::Live.v20180801.models.LiveStreamMonitorOutputInfo`
|
10949
10943
|
# @param InputList: 待监播的输入流信息。
|
10950
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10951
10944
|
# @type InputList: Array
|
10952
10945
|
# @param Status: 监播任务状态。
|
10953
10946
|
# 0: 代表空闲
|
10954
10947
|
# 1: 代表监播中。
|
10955
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10956
10948
|
# @type Status: Integer
|
10957
10949
|
# @param StartTime: 上一次的启动时间,unix时间戳。
|
10958
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10959
10950
|
# @type StartTime: Integer
|
10960
10951
|
# @param StopTime: 上一次的停止时间,unix时间戳。
|
10961
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10962
10952
|
# @type StopTime: Integer
|
10963
10953
|
# @param CreateTime: 监播任务创建时间,unix时间戳
|
10964
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10965
10954
|
# @type CreateTime: Integer
|
10966
10955
|
# @param UpdateTime: 监播任务更新时间,unix时间戳
|
10967
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10968
10956
|
# @type UpdateTime: Integer
|
10969
10957
|
# @param NotifyPolicy: 监播事件通知策略。
|
10970
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10971
10958
|
# @type NotifyPolicy: :class:`Tencentcloud::Live.v20180801.models.LiveStreamMonitorNotifyPolicy`
|
10972
10959
|
# @param AudibleInputIndexList: 输出音频的输入Index列表。
|
10973
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10974
10960
|
# @type AudibleInputIndexList: Array
|
10975
10961
|
# @param AiAsrInputIndexList: 开启智能语音识别的输入Index列表
|
10976
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10977
10962
|
# @type AiAsrInputIndexList: Array
|
10978
10963
|
# @param CheckStreamBroken: 是否开启断流检测
|
10979
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10980
10964
|
# @type CheckStreamBroken: Integer
|
10981
10965
|
# @param CheckStreamLowFrameRate: 是否开启低帧率检测
|
10982
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10983
10966
|
# @type CheckStreamLowFrameRate: Integer
|
10984
10967
|
# @param AsrLanguage: 智能语音识别语种:
|
10985
10968
|
# 0 关闭 1 中文 2 英文 3日文 4 韩文
|
10986
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10987
10969
|
# @type AsrLanguage: Integer
|
10988
10970
|
# @param OcrLanguage: 智能文字识别语种:
|
10989
10971
|
# 0 关闭 1 中、英文
|
10990
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10991
10972
|
# @type OcrLanguage: Integer
|
10992
10973
|
# @param AiOcrInputIndexList: 开启智能文字识别的输入Index列表
|
10993
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10994
10974
|
# @type AiOcrInputIndexList: Array
|
10995
10975
|
# @param AllowMonitorReport: 是否存储监播事件到监播报告,以及是否允许查询监播报告
|
10996
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10997
10976
|
# @type AllowMonitorReport: Integer
|
10998
10977
|
# @param AiFormatDiagnose: 是否开启格式诊断
|
10999
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11000
10978
|
# @type AiFormatDiagnose: Integer
|
11001
10979
|
# @param AiQualityControl: 是否开启内容质检。
|
11002
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11003
10980
|
# @type AiQualityControl: Integer
|
11004
10981
|
# @param CasterId: 导播台监播对应的导播台场次id
|
11005
10982
|
# @type CasterId: String
|
@@ -11075,19 +11052,14 @@ module TencentCloud
|
|
11075
11052
|
# 直播监播功能输入流信息
|
11076
11053
|
class LiveStreamMonitorInputInfo < TencentCloud::Common::AbstractModel
|
11077
11054
|
# @param InputStreamName: 待监播的输入流名称。256字节以内,只允许包含字母、数字、‘-’,‘_’,'.'字符。
|
11078
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11079
11055
|
# @type InputStreamName: String
|
11080
11056
|
# @param InputDomain: 待监播的输入流推流域名。128字节以内,只允许填处于启用状态的推流域名。
|
11081
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11082
11057
|
# @type InputDomain: String
|
11083
11058
|
# @param InputApp: 待监播的输入流推流路径。32字节以内,只允许包含字母、数字、‘-’,‘_’,'.'字符。
|
11084
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11085
11059
|
# @type InputApp: String
|
11086
11060
|
# @param InputUrl: 待监播的输入流推流url。一般场景下,无需该参数。
|
11087
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11088
11061
|
# @type InputUrl: String
|
11089
11062
|
# @param Description: 描述。256字节以内。
|
11090
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11091
11063
|
# @type Description: String
|
11092
11064
|
# @param CasterInputIndex: 导播台输入源索引(10000 pvw, 10001 pgm, 其余代表输入下标)
|
11093
11065
|
# @type CasterInputIndex: Integer
|
@@ -11126,11 +11098,9 @@ module TencentCloud
|
|
11126
11098
|
# @param NotifyPolicyType: 通知策略类型:范围[0,1]
|
11127
11099
|
# 0:代表不使用任何通知策略
|
11128
11100
|
# 1:代表使用全局回调策略,所有事件通知到CallbackUrl。
|
11129
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11130
11101
|
# @type NotifyPolicyType: Integer
|
11131
11102
|
# @param CallbackUrl: 回调URL:长度[0,512]
|
11132
11103
|
# 只支持http和https类型的url。
|
11133
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11134
11104
|
# @type CallbackUrl: String
|
11135
11105
|
|
11136
11106
|
attr_accessor :NotifyPolicyType, :CallbackUrl
|
@@ -11149,21 +11119,16 @@ module TencentCloud
|
|
11149
11119
|
# 直播流监播输出流信息
|
11150
11120
|
class LiveStreamMonitorOutputInfo < TencentCloud::Common::AbstractModel
|
11151
11121
|
# @param OutputStreamWidth: 监播任务输出流宽度像素。范围[1,1920]。建议至少大于100像素。
|
11152
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11153
11122
|
# @type OutputStreamWidth: Integer
|
11154
11123
|
# @param OutputStreamHeight: 监播任务输出流长度像素。范围[1,1080],建议至少大于100像素。
|
11155
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11156
11124
|
# @type OutputStreamHeight: Integer
|
11157
11125
|
# @param OutputStreamName: 监播任务输出流名称。
|
11158
11126
|
# 不填时,系统会自动生成。
|
11159
11127
|
# 256字节以内,只允许包含字母、数字、‘-’,‘_’,'.'字符。
|
11160
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11161
11128
|
# @type OutputStreamName: String
|
11162
11129
|
# @param OutputDomain: 监播任务播放域名。128字节以内,只允许填处于启用状态的播放域名。
|
11163
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11164
11130
|
# @type OutputDomain: String
|
11165
11131
|
# @param OutputApp: 监播任务播放路径。32字节以内,只允许包含字母、数字、‘-’,‘_’,'.'字符。
|
11166
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11167
11132
|
# @type OutputApp: String
|
11168
11133
|
|
11169
11134
|
attr_accessor :OutputStreamWidth, :OutputStreamHeight, :OutputStreamName, :OutputDomain, :OutputApp
|
@@ -11217,13 +11182,10 @@ module TencentCloud
|
|
11217
11182
|
# 媒体处理结果,包含智能语音识别、智能文字识别结果
|
11218
11183
|
class MPSResult < TencentCloud::Common::AbstractModel
|
11219
11184
|
# @param AiAsrResults: 智能语音识别结果。
|
11220
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11221
11185
|
# @type AiAsrResults: Array
|
11222
11186
|
# @param AiOcrResults: 智能文字识别结果。
|
11223
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11224
11187
|
# @type AiOcrResults: Array
|
11225
11188
|
# @param StreamQuaCtrlResults: 内容质检结果。
|
11226
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11227
11189
|
# @type StreamQuaCtrlResults: Array
|
11228
11190
|
|
11229
11191
|
attr_accessor :AiAsrResults, :AiOcrResults, :StreamQuaCtrlResults
|
@@ -12945,7 +12907,6 @@ module TencentCloud
|
|
12945
12907
|
# @param Time: 数据时间点。
|
12946
12908
|
# @type Time: String
|
12947
12909
|
# @param Value: 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。
|
12948
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12949
12910
|
# @type Value: Float
|
12950
12911
|
|
12951
12912
|
attr_accessor :Time, :Value
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-live
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1010
|
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-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|