tencentcloud-sdk-live 3.0.970 → 3.0.971
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 +39 -36
- 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: fad9c2a7800cf30bacb822c5979d162c6805ff2f
|
4
|
+
data.tar.gz: 5042a328e14980f3d8ac02613a2d0f2d6e4fc190
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 522f54b5536fc4945a9eb41a1b84658a8a358821e7b2a7cd583c174cc0f4b956e2368d90efec59ee0906e56655398ddb53b63f6f2abaaa2fc7c2fcdc8e747d11
|
7
|
+
data.tar.gz: 45710a08fd37ffbfbf3a4b050b0f512a78fa32f15ef9d95e0445922e09434a635ffb738cdf67148331679c88d76fe537384b125ce03550b7371913f6fec6bfd5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.971
|
data/lib/v20180801/models.rb
CHANGED
@@ -3142,10 +3142,14 @@ module TencentCloud
|
|
3142
3142
|
# @type AiFormatDiagnose: Integer
|
3143
3143
|
# @param AiQualityControl: 是否开启内容质检。
|
3144
3144
|
# @type AiQualityControl: Integer
|
3145
|
+
# @param CasterId: 导播台监播对应的导播台场次id。
|
3146
|
+
# @type CasterId: String
|
3147
|
+
# @param PullPushTaskId: 拉流转推监播任务对应的拉流转推场次id
|
3148
|
+
# @type PullPushTaskId: String
|
3145
3149
|
|
3146
|
-
attr_accessor :OutputInfo, :InputList, :MonitorName, :NotifyPolicy, :AsrLanguage, :OcrLanguage, :AiAsrInputIndexList, :AiOcrInputIndexList, :CheckStreamBroken, :CheckStreamLowFrameRate, :AllowMonitorReport, :AiFormatDiagnose, :AiQualityControl
|
3150
|
+
attr_accessor :OutputInfo, :InputList, :MonitorName, :NotifyPolicy, :AsrLanguage, :OcrLanguage, :AiAsrInputIndexList, :AiOcrInputIndexList, :CheckStreamBroken, :CheckStreamLowFrameRate, :AllowMonitorReport, :AiFormatDiagnose, :AiQualityControl, :CasterId, :PullPushTaskId
|
3147
3151
|
|
3148
|
-
def initialize(outputinfo=nil, inputlist=nil, monitorname=nil, notifypolicy=nil, asrlanguage=nil, ocrlanguage=nil, aiasrinputindexlist=nil, aiocrinputindexlist=nil, checkstreambroken=nil, checkstreamlowframerate=nil, allowmonitorreport=nil, aiformatdiagnose=nil, aiqualitycontrol=nil)
|
3152
|
+
def initialize(outputinfo=nil, inputlist=nil, monitorname=nil, notifypolicy=nil, asrlanguage=nil, ocrlanguage=nil, aiasrinputindexlist=nil, aiocrinputindexlist=nil, checkstreambroken=nil, checkstreamlowframerate=nil, allowmonitorreport=nil, aiformatdiagnose=nil, aiqualitycontrol=nil, casterid=nil, pullpushtaskid=nil)
|
3149
3153
|
@OutputInfo = outputinfo
|
3150
3154
|
@InputList = inputlist
|
3151
3155
|
@MonitorName = monitorname
|
@@ -3159,6 +3163,8 @@ module TencentCloud
|
|
3159
3163
|
@AllowMonitorReport = allowmonitorreport
|
3160
3164
|
@AiFormatDiagnose = aiformatdiagnose
|
3161
3165
|
@AiQualityControl = aiqualitycontrol
|
3166
|
+
@CasterId = casterid
|
3167
|
+
@PullPushTaskId = pullpushtaskid
|
3162
3168
|
end
|
3163
3169
|
|
3164
3170
|
def deserialize(params)
|
@@ -3188,13 +3194,14 @@ module TencentCloud
|
|
3188
3194
|
@AllowMonitorReport = params['AllowMonitorReport']
|
3189
3195
|
@AiFormatDiagnose = params['AiFormatDiagnose']
|
3190
3196
|
@AiQualityControl = params['AiQualityControl']
|
3197
|
+
@CasterId = params['CasterId']
|
3198
|
+
@PullPushTaskId = params['PullPushTaskId']
|
3191
3199
|
end
|
3192
3200
|
end
|
3193
3201
|
|
3194
3202
|
# CreateLiveStreamMonitor返回参数结构体
|
3195
3203
|
class CreateLiveStreamMonitorResponse < TencentCloud::Common::AbstractModel
|
3196
3204
|
# @param MonitorId: 监播任务ID。
|
3197
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3198
3205
|
# @type MonitorId: String
|
3199
3206
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3200
3207
|
# @type RequestId: String
|
@@ -5223,16 +5230,12 @@ module TencentCloud
|
|
5223
5230
|
# 1:无预监,有主监
|
5224
5231
|
# 2:有预监,无主监
|
5225
5232
|
# 3:有预监,有主监
|
5226
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5227
5233
|
# @type Status: Integer
|
5228
5234
|
# @param PvwDisplayInfo: 预监使用的展示参数。
|
5229
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5230
5235
|
# @type PvwDisplayInfo: :class:`Tencentcloud::Live.v20180801.models.CasterDisplayInfo`
|
5231
5236
|
# @param PgmDisplayInfo: 主监使用的展示参数。
|
5232
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5233
5237
|
# @type PgmDisplayInfo: :class:`Tencentcloud::Live.v20180801.models.CasterDisplayInfo`
|
5234
5238
|
# @param StartLiveTime: 启动直播的时间,值为unix时间戳。
|
5235
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5236
5239
|
# @type StartLiveTime: Integer
|
5237
5240
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5238
5241
|
# @type RequestId: String
|
@@ -5362,7 +5365,6 @@ module TencentCloud
|
|
5362
5365
|
# DescribeCasterList返回参数结构体
|
5363
5366
|
class DescribeCasterListResponse < TencentCloud::Common::AbstractModel
|
5364
5367
|
# @param CasterList: 用户对应的导播台简要信息列表
|
5365
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5366
5368
|
# @type CasterList: Array
|
5367
5369
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5368
5370
|
# @type RequestId: String
|
@@ -5406,7 +5408,6 @@ module TencentCloud
|
|
5406
5408
|
# DescribeCasterMarkPicInfos返回参数结构体
|
5407
5409
|
class DescribeCasterMarkPicInfosResponse < TencentCloud::Common::AbstractModel
|
5408
5410
|
# @param MarkPicInfos: 导播台的水印信息列表。
|
5409
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5410
5411
|
# @type MarkPicInfos: Array
|
5411
5412
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5412
5413
|
# @type RequestId: String
|
@@ -5450,7 +5451,6 @@ module TencentCloud
|
|
5450
5451
|
# DescribeCasterMarkWordInfos返回参数结构体
|
5451
5452
|
class DescribeCasterMarkWordInfosResponse < TencentCloud::Common::AbstractModel
|
5452
5453
|
# @param MarkWordInfos: 导播台的文本信息列表。
|
5453
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5454
5454
|
# @type MarkWordInfos: Array
|
5455
5455
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5456
5456
|
# @type RequestId: String
|
@@ -5494,7 +5494,6 @@ module TencentCloud
|
|
5494
5494
|
# DescribeCasterOutputInfos返回参数结构体
|
5495
5495
|
class DescribeCasterOutputInfosResponse < TencentCloud::Common::AbstractModel
|
5496
5496
|
# @param OutputInfos: 导播台的推流信息列表。
|
5497
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5498
5497
|
# @type OutputInfos: Array
|
5499
5498
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5500
5499
|
# @type RequestId: String
|
@@ -5552,12 +5551,10 @@ module TencentCloud
|
|
5552
5551
|
class DescribeCasterPlayUrlResponse < TencentCloud::Common::AbstractModel
|
5553
5552
|
# @param PlayUrl: 播放url。
|
5554
5553
|
# 当导播台不存在预监或主监时,若请求预监或主监的播放地址,该字段为空。
|
5555
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5556
5554
|
# @type PlayUrl: String
|
5557
5555
|
# @param WebRTCPlayUrl: webrtc协议播放地址。
|
5558
5556
|
# 当导播台不存在预监或主监时,若请求预监或主监的webrtc播放地址,该字段为空。
|
5559
5557
|
# 注:webrtc协议播放地址需配合腾讯云快直播播放sdk方可使用。
|
5560
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5561
5558
|
# @type WebRTCPlayUrl: String
|
5562
5559
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5563
5560
|
# @type RequestId: String
|
@@ -5635,7 +5632,6 @@ module TencentCloud
|
|
5635
5632
|
# DescribeCasterTransitionTypes返回参数结构体
|
5636
5633
|
class DescribeCasterTransitionTypesResponse < TencentCloud::Common::AbstractModel
|
5637
5634
|
# @param TransitionTypes: 转场信息列表
|
5638
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5639
5635
|
# @type TransitionTypes: Array
|
5640
5636
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5641
5637
|
# @type RequestId: String
|
@@ -6439,7 +6435,6 @@ module TencentCloud
|
|
6439
6435
|
# DescribeLiveDomain返回参数结构体
|
6440
6436
|
class DescribeLiveDomainResponse < TencentCloud::Common::AbstractModel
|
6441
6437
|
# @param DomainInfo: 域名信息。
|
6442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6443
6438
|
# @type DomainInfo: :class:`Tencentcloud::Live.v20180801.models.DomainInfo`
|
6444
6439
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6445
6440
|
# @type RequestId: String
|
@@ -6510,10 +6505,8 @@ module TencentCloud
|
|
6510
6505
|
# @param DomainList: 域名详细信息列表。
|
6511
6506
|
# @type DomainList: Array
|
6512
6507
|
# @param CreateLimitCount: 可继续添加域名数量。
|
6513
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6514
6508
|
# @type CreateLimitCount: Integer
|
6515
6509
|
# @param PlayTypeCount: 启用的播放域名加速区域统计,数组元素分别为:中国大陆(境内),全球地区,国际/港澳台(境外)域名数量。
|
6516
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6517
6510
|
# @type PlayTypeCount: Array
|
6518
6511
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6519
6512
|
# @type RequestId: String
|
@@ -6728,7 +6721,6 @@ module TencentCloud
|
|
6728
6721
|
# DescribeLivePackageInfo返回参数结构体
|
6729
6722
|
class DescribeLivePackageInfoResponse < TencentCloud::Common::AbstractModel
|
6730
6723
|
# @param LivePackageInfoList: 套餐包信息。
|
6731
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6732
6724
|
# @type LivePackageInfoList: Array
|
6733
6725
|
# @param PackageBillMode: 套餐包当前计费方式:
|
6734
6726
|
# -1: 无计费方式或获取失败
|
@@ -6740,7 +6732,6 @@ module TencentCloud
|
|
6740
6732
|
# 205: 日结时长
|
6741
6733
|
# 206: 月结时长
|
6742
6734
|
# 304: 日结流量。
|
6743
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6744
6735
|
# @type PackageBillMode: Integer
|
6745
6736
|
# @param TotalPage: 总页数。
|
6746
6737
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -6759,7 +6750,6 @@ module TencentCloud
|
|
6759
6750
|
# 标准直播,国际/港澳台(境外多地区)计费方式。
|
6760
6751
|
# 快直播,中国大陆(境内全地区)计费方式。
|
6761
6752
|
# 快直播,国际/港澳台(境外多地区)计费方式。
|
6762
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6763
6753
|
# @type FluxPackageBillMode: String
|
6764
6754
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6765
6755
|
# @type RequestId: String
|
@@ -7521,10 +7511,8 @@ module TencentCloud
|
|
7521
7511
|
# DescribeLiveStreamMonitorList返回参数结构体
|
7522
7512
|
class DescribeLiveStreamMonitorListResponse < TencentCloud::Common::AbstractModel
|
7523
7513
|
# @param TotalNum: 账号下的直播流监播任务个数。
|
7524
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7525
7514
|
# @type TotalNum: Integer
|
7526
7515
|
# @param LiveStreamMonitors: 直播流监播任务列表
|
7527
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7528
7516
|
# @type LiveStreamMonitors: Array
|
7529
7517
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7530
7518
|
# @type RequestId: String
|
@@ -7570,7 +7558,6 @@ module TencentCloud
|
|
7570
7558
|
# DescribeLiveStreamMonitor返回参数结构体
|
7571
7559
|
class DescribeLiveStreamMonitorResponse < TencentCloud::Common::AbstractModel
|
7572
7560
|
# @param LiveStreamMonitor: 直播监播任务相关信息。
|
7573
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7574
7561
|
# @type LiveStreamMonitor: :class:`Tencentcloud::Live.v20180801.models.LiveStreamMonitorInfo`
|
7575
7562
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7576
7563
|
# @type RequestId: String
|
@@ -8644,10 +8631,8 @@ module TencentCloud
|
|
8644
8631
|
# DescribeMonitorReport返回参数结构体
|
8645
8632
|
class DescribeMonitorReportResponse < TencentCloud::Common::AbstractModel
|
8646
8633
|
# @param MPSResult: 媒体处理结果信息。
|
8647
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8648
8634
|
# @type MPSResult: :class:`Tencentcloud::Live.v20180801.models.MPSResult`
|
8649
8635
|
# @param DiagnoseResult: 媒体诊断结果信息。
|
8650
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8651
8636
|
# @type DiagnoseResult: :class:`Tencentcloud::Live.v20180801.models.DiagnoseResult`
|
8652
8637
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8653
8638
|
# @type RequestId: String
|
@@ -9758,7 +9743,6 @@ module TencentCloud
|
|
9758
9743
|
# DescribeTimeShiftRecordDetail返回参数结构体
|
9759
9744
|
class DescribeTimeShiftRecordDetailResponse < TencentCloud::Common::AbstractModel
|
9760
9745
|
# @param RecordList: 时移录制会话数组。
|
9761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9762
9746
|
# @type RecordList: Array
|
9763
9747
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9764
9748
|
# @type RequestId: String
|
@@ -9829,7 +9813,6 @@ module TencentCloud
|
|
9829
9813
|
# @param TotalSize: 时间段内所有的数据量。
|
9830
9814
|
# @type TotalSize: Integer
|
9831
9815
|
# @param StreamList: 流列表。
|
9832
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9833
9816
|
# @type StreamList: Array
|
9834
9817
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9835
9818
|
# @type RequestId: String
|
@@ -11050,10 +11033,14 @@ module TencentCloud
|
|
11050
11033
|
# @param AiQualityControl: 是否开启内容质检。
|
11051
11034
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11052
11035
|
# @type AiQualityControl: Integer
|
11036
|
+
# @param CasterId: 导播台监播对应的导播台场次id
|
11037
|
+
# @type CasterId: String
|
11038
|
+
# @param PullPushTaskId: 拉流转推监播对应的拉流转推任务id
|
11039
|
+
# @type PullPushTaskId: String
|
11053
11040
|
|
11054
|
-
attr_accessor :MonitorId, :MonitorName, :OutputInfo, :InputList, :Status, :StartTime, :StopTime, :CreateTime, :UpdateTime, :NotifyPolicy, :AudibleInputIndexList, :AiAsrInputIndexList, :CheckStreamBroken, :CheckStreamLowFrameRate, :AsrLanguage, :OcrLanguage, :AiOcrInputIndexList, :AllowMonitorReport, :AiFormatDiagnose, :AiQualityControl
|
11041
|
+
attr_accessor :MonitorId, :MonitorName, :OutputInfo, :InputList, :Status, :StartTime, :StopTime, :CreateTime, :UpdateTime, :NotifyPolicy, :AudibleInputIndexList, :AiAsrInputIndexList, :CheckStreamBroken, :CheckStreamLowFrameRate, :AsrLanguage, :OcrLanguage, :AiOcrInputIndexList, :AllowMonitorReport, :AiFormatDiagnose, :AiQualityControl, :CasterId, :PullPushTaskId
|
11055
11042
|
|
11056
|
-
def initialize(monitorid=nil, monitorname=nil, outputinfo=nil, inputlist=nil, status=nil, starttime=nil, stoptime=nil, createtime=nil, updatetime=nil, notifypolicy=nil, audibleinputindexlist=nil, aiasrinputindexlist=nil, checkstreambroken=nil, checkstreamlowframerate=nil, asrlanguage=nil, ocrlanguage=nil, aiocrinputindexlist=nil, allowmonitorreport=nil, aiformatdiagnose=nil, aiqualitycontrol=nil)
|
11043
|
+
def initialize(monitorid=nil, monitorname=nil, outputinfo=nil, inputlist=nil, status=nil, starttime=nil, stoptime=nil, createtime=nil, updatetime=nil, notifypolicy=nil, audibleinputindexlist=nil, aiasrinputindexlist=nil, checkstreambroken=nil, checkstreamlowframerate=nil, asrlanguage=nil, ocrlanguage=nil, aiocrinputindexlist=nil, allowmonitorreport=nil, aiformatdiagnose=nil, aiqualitycontrol=nil, casterid=nil, pullpushtaskid=nil)
|
11057
11044
|
@MonitorId = monitorid
|
11058
11045
|
@MonitorName = monitorname
|
11059
11046
|
@OutputInfo = outputinfo
|
@@ -11074,6 +11061,8 @@ module TencentCloud
|
|
11074
11061
|
@AllowMonitorReport = allowmonitorreport
|
11075
11062
|
@AiFormatDiagnose = aiformatdiagnose
|
11076
11063
|
@AiQualityControl = aiqualitycontrol
|
11064
|
+
@CasterId = casterid
|
11065
|
+
@PullPushTaskId = pullpushtaskid
|
11077
11066
|
end
|
11078
11067
|
|
11079
11068
|
def deserialize(params)
|
@@ -11110,6 +11099,8 @@ module TencentCloud
|
|
11110
11099
|
@AllowMonitorReport = params['AllowMonitorReport']
|
11111
11100
|
@AiFormatDiagnose = params['AiFormatDiagnose']
|
11112
11101
|
@AiQualityControl = params['AiQualityControl']
|
11102
|
+
@CasterId = params['CasterId']
|
11103
|
+
@PullPushTaskId = params['PullPushTaskId']
|
11113
11104
|
end
|
11114
11105
|
end
|
11115
11106
|
|
@@ -11130,15 +11121,21 @@ module TencentCloud
|
|
11130
11121
|
# @param Description: 描述。256字节以内。
|
11131
11122
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11132
11123
|
# @type Description: String
|
11124
|
+
# @param CasterInputIndex: 导播台输入源索引(10000 pvw, 10001 pgm, 其余代表输入下标)
|
11125
|
+
# @type CasterInputIndex: Integer
|
11126
|
+
# @param NeedMonitor: 该输入源是否正在监播
|
11127
|
+
# @type NeedMonitor: Boolean
|
11133
11128
|
|
11134
|
-
attr_accessor :InputStreamName, :InputDomain, :InputApp, :InputUrl, :Description
|
11129
|
+
attr_accessor :InputStreamName, :InputDomain, :InputApp, :InputUrl, :Description, :CasterInputIndex, :NeedMonitor
|
11135
11130
|
|
11136
|
-
def initialize(inputstreamname=nil, inputdomain=nil, inputapp=nil, inputurl=nil, description=nil)
|
11131
|
+
def initialize(inputstreamname=nil, inputdomain=nil, inputapp=nil, inputurl=nil, description=nil, casterinputindex=nil, needmonitor=nil)
|
11137
11132
|
@InputStreamName = inputstreamname
|
11138
11133
|
@InputDomain = inputdomain
|
11139
11134
|
@InputApp = inputapp
|
11140
11135
|
@InputUrl = inputurl
|
11141
11136
|
@Description = description
|
11137
|
+
@CasterInputIndex = casterinputindex
|
11138
|
+
@NeedMonitor = needmonitor
|
11142
11139
|
end
|
11143
11140
|
|
11144
11141
|
def deserialize(params)
|
@@ -11147,6 +11144,8 @@ module TencentCloud
|
|
11147
11144
|
@InputApp = params['InputApp']
|
11148
11145
|
@InputUrl = params['InputUrl']
|
11149
11146
|
@Description = params['Description']
|
11147
|
+
@CasterInputIndex = params['CasterInputIndex']
|
11148
|
+
@NeedMonitor = params['NeedMonitor']
|
11150
11149
|
end
|
11151
11150
|
end
|
11152
11151
|
|
@@ -11245,23 +11244,28 @@ module TencentCloud
|
|
11245
11244
|
|
11246
11245
|
# 媒体处理结果,包含智能语音识别、智能文字识别结果
|
11247
11246
|
class MPSResult < TencentCloud::Common::AbstractModel
|
11248
|
-
# @param AiAsrResults:
|
11247
|
+
# @param AiAsrResults: 智能语音识别结果。
|
11249
11248
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11250
11249
|
# @type AiAsrResults: Array
|
11251
|
-
# @param AiOcrResults:
|
11250
|
+
# @param AiOcrResults: 智能文字识别结果。
|
11252
11251
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11253
11252
|
# @type AiOcrResults: Array
|
11253
|
+
# @param StreamQuaCtrlResults: 内容质检结果。
|
11254
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
11255
|
+
# @type StreamQuaCtrlResults: Array
|
11254
11256
|
|
11255
|
-
attr_accessor :AiAsrResults, :AiOcrResults
|
11257
|
+
attr_accessor :AiAsrResults, :AiOcrResults, :StreamQuaCtrlResults
|
11256
11258
|
|
11257
|
-
def initialize(aiasrresults=nil, aiocrresults=nil)
|
11259
|
+
def initialize(aiasrresults=nil, aiocrresults=nil, streamquactrlresults=nil)
|
11258
11260
|
@AiAsrResults = aiasrresults
|
11259
11261
|
@AiOcrResults = aiocrresults
|
11262
|
+
@StreamQuaCtrlResults = streamquactrlresults
|
11260
11263
|
end
|
11261
11264
|
|
11262
11265
|
def deserialize(params)
|
11263
11266
|
@AiAsrResults = params['AiAsrResults']
|
11264
11267
|
@AiOcrResults = params['AiOcrResults']
|
11268
|
+
@StreamQuaCtrlResults = params['StreamQuaCtrlResults']
|
11265
11269
|
end
|
11266
11270
|
end
|
11267
11271
|
|
@@ -11734,7 +11738,6 @@ module TencentCloud
|
|
11734
11738
|
# @param MismatchedDomainNames: DomainNames 入参中,与证书不匹配的域名列表,将会跳过处理。
|
11735
11739
|
# @type MismatchedDomainNames: Array
|
11736
11740
|
# @param Errors: 操作失败的域名及错误码,错误信息,包括MismatchedDomainNames中的域名。
|
11737
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11738
11741
|
# @type Errors: Array
|
11739
11742
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11740
11743
|
# @type RequestId: String
|
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.971
|
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-
|
11
|
+
date: 2024-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|