tencentcloud-sdk-python-live 3.0.1285__tar.gz → 3.0.1296__tar.gz

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 (16) hide show
  1. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/setup.py +1 -1
  3. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/tencentcloud/live/v20180801/models.py +151 -74
  5. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-live-3.0.1296/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-live-3.0.1285/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/README.rst +0 -0
  9. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/tencentcloud/live/__init__.py +0 -0
  11. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/tencentcloud/live/v20180801/__init__.py +0 -0
  12. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/tencentcloud/live/v20180801/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/tencentcloud/live/v20180801/live_client.py +0 -0
  14. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-live-3.0.1285 → tencentcloud-sdk-python-live-3.0.1296}/tencentcloud_sdk_python_live.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.0.1285
3
+ Version: 3.0.1296
4
4
  Summary: Tencent Cloud Live SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-live',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1285"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1296"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Live SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1285'
17
+ __version__ = '3.0.1296'
@@ -5262,7 +5262,6 @@ class CreateCasterPgmFromPvwResponse(AbstractModel):
5262
5262
  注:该地址仅供预览,不可分发。
5263
5263
  :type PgmPlayUrl: str
5264
5264
  :param _CdnPlayUrl: 注:该字段已废弃,请结合腾讯云直播播放地址生成策略生成cdn播放地址
5265
- 注意:此字段可能返回 null,表示取不到有效值。
5266
5265
  :type CdnPlayUrl: str
5267
5266
  :param _CdnStreamId: 主监任务在腾讯云直播侧的流ID。
5268
5267
  :type CdnStreamId: str
@@ -5295,7 +5294,6 @@ class CreateCasterPgmFromPvwResponse(AbstractModel):
5295
5294
  @property
5296
5295
  def CdnPlayUrl(self):
5297
5296
  """注:该字段已废弃,请结合腾讯云直播播放地址生成策略生成cdn播放地址
5298
- 注意:此字段可能返回 null,表示取不到有效值。
5299
5297
  :rtype: str
5300
5298
  """
5301
5299
  return self._CdnPlayUrl
@@ -5411,19 +5409,15 @@ class CreateCasterPgmResponse(AbstractModel):
5411
5409
  r"""
5412
5410
  :param _PgmPlayUrl: 主监任务的rtmp协议预览地址。
5413
5411
  注:该地址仅供预览,不可分发。
5414
- 注意:此字段可能返回 null,表示取不到有效值。
5415
5412
  :type PgmPlayUrl: str
5416
5413
  :param _CdnPlayUrl: 注:该字段已废弃,请结合腾讯云直播播放地址生成策略生成cdn播放地址。
5417
- 注意:此字段可能返回 null,表示取不到有效值。
5418
5414
  :type CdnPlayUrl: str
5419
5415
  :param _CdnStreamId: 主监任务在腾讯云直播侧的流ID。
5420
- 注意:此字段可能返回 null,表示取不到有效值。
5421
5416
  :type CdnStreamId: str
5422
5417
  :param _PgmWebRTCPlayUrl: 主监任务的webrtc协议播放地址。
5423
5418
  注:
5424
5419
  1. 该预览地址仅作为预览,不可分发。
5425
5420
  2. webrtc播放地址需配合腾讯云快直播播放sdk使用。
5426
- 注意:此字段可能返回 null,表示取不到有效值。
5427
5421
  :type PgmWebRTCPlayUrl: str
5428
5422
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5429
5423
  :type RequestId: str
@@ -5438,7 +5432,6 @@ class CreateCasterPgmResponse(AbstractModel):
5438
5432
  def PgmPlayUrl(self):
5439
5433
  """主监任务的rtmp协议预览地址。
5440
5434
  注:该地址仅供预览,不可分发。
5441
- 注意:此字段可能返回 null,表示取不到有效值。
5442
5435
  :rtype: str
5443
5436
  """
5444
5437
  return self._PgmPlayUrl
@@ -5450,7 +5443,6 @@ class CreateCasterPgmResponse(AbstractModel):
5450
5443
  @property
5451
5444
  def CdnPlayUrl(self):
5452
5445
  """注:该字段已废弃,请结合腾讯云直播播放地址生成策略生成cdn播放地址。
5453
- 注意:此字段可能返回 null,表示取不到有效值。
5454
5446
  :rtype: str
5455
5447
  """
5456
5448
  return self._CdnPlayUrl
@@ -5462,7 +5454,6 @@ class CreateCasterPgmResponse(AbstractModel):
5462
5454
  @property
5463
5455
  def CdnStreamId(self):
5464
5456
  """主监任务在腾讯云直播侧的流ID。
5465
- 注意:此字段可能返回 null,表示取不到有效值。
5466
5457
  :rtype: str
5467
5458
  """
5468
5459
  return self._CdnStreamId
@@ -5477,7 +5468,6 @@ class CreateCasterPgmResponse(AbstractModel):
5477
5468
  注:
5478
5469
  1. 该预览地址仅作为预览,不可分发。
5479
5470
  2. webrtc播放地址需配合腾讯云快直播播放sdk使用。
5480
- 注意:此字段可能返回 null,表示取不到有效值。
5481
5471
  :rtype: str
5482
5472
  """
5483
5473
  return self._PgmWebRTCPlayUrl
@@ -6792,6 +6782,15 @@ rtmp、rtmps、rtsp、rtp、srt。
6792
6782
 
6793
6783
  注意:签名时间需要超过任务结束时间,避免因签名过期造成任务失败。
6794
6784
  :type ToUrl: str
6785
+ :param _FileIndex: 指定播放文件索引。
6786
+ 注意: 1. 从1开始,不大于SourceUrls中文件个数。
6787
+ 2. 该偏移仅在首次轮播时有效。
6788
+ 3. 提前创建的任务指定的偏移最长有效期为24小时,24小时后未开始的任务偏移失效。
6789
+ :type FileIndex: int
6790
+ :param _OffsetTime: 指定播放文件偏移。
6791
+ 注意:
6792
+ 1. 单位:秒,配合FileIndex使用。
6793
+ :type OffsetTime: int
6795
6794
  :param _BackupSourceType: 备源的类型:
6796
6795
  PullLivePushLive -直播,
6797
6796
  PullVodPushLive -点播。
@@ -6838,6 +6837,8 @@ PullVodPushLive -点播。
6838
6837
  self._SpecifyTaskId = None
6839
6838
  self._Comment = None
6840
6839
  self._ToUrl = None
6840
+ self._FileIndex = None
6841
+ self._OffsetTime = None
6841
6842
  self._BackupSourceType = None
6842
6843
  self._BackupSourceUrl = None
6843
6844
  self._WatermarkList = None
@@ -7098,6 +7099,33 @@ rtmp、rtmps、rtsp、rtp、srt。
7098
7099
  def ToUrl(self, ToUrl):
7099
7100
  self._ToUrl = ToUrl
7100
7101
 
7102
+ @property
7103
+ def FileIndex(self):
7104
+ """指定播放文件索引。
7105
+ 注意: 1. 从1开始,不大于SourceUrls中文件个数。
7106
+ 2. 该偏移仅在首次轮播时有效。
7107
+ 3. 提前创建的任务指定的偏移最长有效期为24小时,24小时后未开始的任务偏移失效。
7108
+ :rtype: int
7109
+ """
7110
+ return self._FileIndex
7111
+
7112
+ @FileIndex.setter
7113
+ def FileIndex(self, FileIndex):
7114
+ self._FileIndex = FileIndex
7115
+
7116
+ @property
7117
+ def OffsetTime(self):
7118
+ """指定播放文件偏移。
7119
+ 注意:
7120
+ 1. 单位:秒,配合FileIndex使用。
7121
+ :rtype: int
7122
+ """
7123
+ return self._OffsetTime
7124
+
7125
+ @OffsetTime.setter
7126
+ def OffsetTime(self, OffsetTime):
7127
+ self._OffsetTime = OffsetTime
7128
+
7101
7129
  @property
7102
7130
  def BackupSourceType(self):
7103
7131
  """备源的类型:
@@ -7208,6 +7236,8 @@ PullVodPushLive -点播。
7208
7236
  self._SpecifyTaskId = params.get("SpecifyTaskId")
7209
7237
  self._Comment = params.get("Comment")
7210
7238
  self._ToUrl = params.get("ToUrl")
7239
+ self._FileIndex = params.get("FileIndex")
7240
+ self._OffsetTime = params.get("OffsetTime")
7211
7241
  self._BackupSourceType = params.get("BackupSourceType")
7212
7242
  self._BackupSourceUrl = params.get("BackupSourceUrl")
7213
7243
  if params.get("WatermarkList") is not None:
@@ -8302,6 +8332,10 @@ class CreateLiveStreamMonitorRequest(AbstractModel):
8302
8332
  :type AiFormatDiagnose: int
8303
8333
  :param _AiQualityControl: 是否开启内容质检。
8304
8334
  :type AiQualityControl: int
8335
+ :param _CasterId: 导播台监播对应的导播台场次id。
8336
+ :type CasterId: str
8337
+ :param _PullPushTaskId: 拉流转推监播任务对应的拉流转推场次id
8338
+ :type PullPushTaskId: str
8305
8339
  """
8306
8340
  self._OutputInfo = None
8307
8341
  self._InputList = None
@@ -8316,6 +8350,8 @@ class CreateLiveStreamMonitorRequest(AbstractModel):
8316
8350
  self._AllowMonitorReport = None
8317
8351
  self._AiFormatDiagnose = None
8318
8352
  self._AiQualityControl = None
8353
+ self._CasterId = None
8354
+ self._PullPushTaskId = None
8319
8355
 
8320
8356
  @property
8321
8357
  def OutputInfo(self):
@@ -8465,6 +8501,28 @@ class CreateLiveStreamMonitorRequest(AbstractModel):
8465
8501
  def AiQualityControl(self, AiQualityControl):
8466
8502
  self._AiQualityControl = AiQualityControl
8467
8503
 
8504
+ @property
8505
+ def CasterId(self):
8506
+ """导播台监播对应的导播台场次id。
8507
+ :rtype: str
8508
+ """
8509
+ return self._CasterId
8510
+
8511
+ @CasterId.setter
8512
+ def CasterId(self, CasterId):
8513
+ self._CasterId = CasterId
8514
+
8515
+ @property
8516
+ def PullPushTaskId(self):
8517
+ """拉流转推监播任务对应的拉流转推场次id
8518
+ :rtype: str
8519
+ """
8520
+ return self._PullPushTaskId
8521
+
8522
+ @PullPushTaskId.setter
8523
+ def PullPushTaskId(self, PullPushTaskId):
8524
+ self._PullPushTaskId = PullPushTaskId
8525
+
8468
8526
 
8469
8527
  def _deserialize(self, params):
8470
8528
  if params.get("OutputInfo") is not None:
@@ -8489,6 +8547,8 @@ class CreateLiveStreamMonitorRequest(AbstractModel):
8489
8547
  self._AllowMonitorReport = params.get("AllowMonitorReport")
8490
8548
  self._AiFormatDiagnose = params.get("AiFormatDiagnose")
8491
8549
  self._AiQualityControl = params.get("AiQualityControl")
8550
+ self._CasterId = params.get("CasterId")
8551
+ self._PullPushTaskId = params.get("PullPushTaskId")
8492
8552
  memeber_set = set(params.keys())
8493
8553
  for name, value in vars(self).items():
8494
8554
  property_name = name[1:]
@@ -8507,7 +8567,6 @@ class CreateLiveStreamMonitorResponse(AbstractModel):
8507
8567
  def __init__(self):
8508
8568
  r"""
8509
8569
  :param _MonitorId: 监播任务ID。
8510
- 注意:此字段可能返回 null,表示取不到有效值。
8511
8570
  :type MonitorId: str
8512
8571
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8513
8572
  :type RequestId: str
@@ -8518,7 +8577,6 @@ class CreateLiveStreamMonitorResponse(AbstractModel):
8518
8577
  @property
8519
8578
  def MonitorId(self):
8520
8579
  """监播任务ID。
8521
- 注意:此字段可能返回 null,表示取不到有效值。
8522
8580
  :rtype: str
8523
8581
  """
8524
8582
  return self._MonitorId
@@ -12754,7 +12812,6 @@ class DescribeBackupStreamListResponse(AbstractModel):
12754
12812
  def __init__(self):
12755
12813
  r"""
12756
12814
  :param _StreamInfoList: 主备流分组信息列表。
12757
- 注意:此字段可能返回 null,表示取不到有效值。
12758
12815
  :type StreamInfoList: list of BackupStreamGroupInfo
12759
12816
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12760
12817
  :type RequestId: str
@@ -12765,7 +12822,6 @@ class DescribeBackupStreamListResponse(AbstractModel):
12765
12822
  @property
12766
12823
  def StreamInfoList(self):
12767
12824
  """主备流分组信息列表。
12768
- 注意:此字段可能返回 null,表示取不到有效值。
12769
12825
  :rtype: list of BackupStreamGroupInfo
12770
12826
  """
12771
12827
  return self._StreamInfoList
@@ -13401,16 +13457,12 @@ class DescribeCasterDisplayInfoResponse(AbstractModel):
13401
13457
  1:无预监,有主监
13402
13458
  2:有预监,无主监
13403
13459
  3:有预监,有主监
13404
- 注意:此字段可能返回 null,表示取不到有效值。
13405
13460
  :type Status: int
13406
13461
  :param _PvwDisplayInfo: 预监使用的展示参数。
13407
- 注意:此字段可能返回 null,表示取不到有效值。
13408
13462
  :type PvwDisplayInfo: :class:`tencentcloud.live.v20180801.models.CasterDisplayInfo`
13409
13463
  :param _PgmDisplayInfo: 主监使用的展示参数。
13410
- 注意:此字段可能返回 null,表示取不到有效值。
13411
13464
  :type PgmDisplayInfo: :class:`tencentcloud.live.v20180801.models.CasterDisplayInfo`
13412
13465
  :param _StartLiveTime: 启动直播的时间,值为unix时间戳。
13413
- 注意:此字段可能返回 null,表示取不到有效值。
13414
13466
  :type StartLiveTime: int
13415
13467
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13416
13468
  :type RequestId: str
@@ -13428,7 +13480,6 @@ class DescribeCasterDisplayInfoResponse(AbstractModel):
13428
13480
  1:无预监,有主监
13429
13481
  2:有预监,无主监
13430
13482
  3:有预监,有主监
13431
- 注意:此字段可能返回 null,表示取不到有效值。
13432
13483
  :rtype: int
13433
13484
  """
13434
13485
  return self._Status
@@ -13440,7 +13491,6 @@ class DescribeCasterDisplayInfoResponse(AbstractModel):
13440
13491
  @property
13441
13492
  def PvwDisplayInfo(self):
13442
13493
  """预监使用的展示参数。
13443
- 注意:此字段可能返回 null,表示取不到有效值。
13444
13494
  :rtype: :class:`tencentcloud.live.v20180801.models.CasterDisplayInfo`
13445
13495
  """
13446
13496
  return self._PvwDisplayInfo
@@ -13452,7 +13502,6 @@ class DescribeCasterDisplayInfoResponse(AbstractModel):
13452
13502
  @property
13453
13503
  def PgmDisplayInfo(self):
13454
13504
  """主监使用的展示参数。
13455
- 注意:此字段可能返回 null,表示取不到有效值。
13456
13505
  :rtype: :class:`tencentcloud.live.v20180801.models.CasterDisplayInfo`
13457
13506
  """
13458
13507
  return self._PgmDisplayInfo
@@ -13464,7 +13513,6 @@ class DescribeCasterDisplayInfoResponse(AbstractModel):
13464
13513
  @property
13465
13514
  def StartLiveTime(self):
13466
13515
  """启动直播的时间,值为unix时间戳。
13467
- 注意:此字段可能返回 null,表示取不到有效值。
13468
13516
  :rtype: int
13469
13517
  """
13470
13518
  return self._StartLiveTime
@@ -13679,7 +13727,6 @@ class DescribeCasterListResponse(AbstractModel):
13679
13727
  def __init__(self):
13680
13728
  r"""
13681
13729
  :param _CasterList: 用户对应的导播台简要信息列表
13682
- 注意:此字段可能返回 null,表示取不到有效值。
13683
13730
  :type CasterList: list of CasterBriefInfo
13684
13731
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13685
13732
  :type RequestId: str
@@ -13690,7 +13737,6 @@ class DescribeCasterListResponse(AbstractModel):
13690
13737
  @property
13691
13738
  def CasterList(self):
13692
13739
  """用户对应的导播台简要信息列表
13693
- 注意:此字段可能返回 null,表示取不到有效值。
13694
13740
  :rtype: list of CasterBriefInfo
13695
13741
  """
13696
13742
  return self._CasterList
@@ -13765,7 +13811,6 @@ class DescribeCasterMarkPicInfosResponse(AbstractModel):
13765
13811
  def __init__(self):
13766
13812
  r"""
13767
13813
  :param _MarkPicInfos: 导播台的水印信息列表。
13768
- 注意:此字段可能返回 null,表示取不到有效值。
13769
13814
  :type MarkPicInfos: list of CasterMarkPicInfo
13770
13815
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13771
13816
  :type RequestId: str
@@ -13776,7 +13821,6 @@ class DescribeCasterMarkPicInfosResponse(AbstractModel):
13776
13821
  @property
13777
13822
  def MarkPicInfos(self):
13778
13823
  """导播台的水印信息列表。
13779
- 注意:此字段可能返回 null,表示取不到有效值。
13780
13824
  :rtype: list of CasterMarkPicInfo
13781
13825
  """
13782
13826
  return self._MarkPicInfos
@@ -13851,7 +13895,6 @@ class DescribeCasterMarkWordInfosResponse(AbstractModel):
13851
13895
  def __init__(self):
13852
13896
  r"""
13853
13897
  :param _MarkWordInfos: 导播台的文本信息列表。
13854
- 注意:此字段可能返回 null,表示取不到有效值。
13855
13898
  :type MarkWordInfos: list of CasterMarkWordInfo
13856
13899
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13857
13900
  :type RequestId: str
@@ -13862,7 +13905,6 @@ class DescribeCasterMarkWordInfosResponse(AbstractModel):
13862
13905
  @property
13863
13906
  def MarkWordInfos(self):
13864
13907
  """导播台的文本信息列表。
13865
- 注意:此字段可能返回 null,表示取不到有效值。
13866
13908
  :rtype: list of CasterMarkWordInfo
13867
13909
  """
13868
13910
  return self._MarkWordInfos
@@ -13937,7 +13979,6 @@ class DescribeCasterOutputInfosResponse(AbstractModel):
13937
13979
  def __init__(self):
13938
13980
  r"""
13939
13981
  :param _OutputInfos: 导播台的推流信息列表。
13940
- 注意:此字段可能返回 null,表示取不到有效值。
13941
13982
  :type OutputInfos: list of CasterOutputInfo
13942
13983
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13943
13984
  :type RequestId: str
@@ -13948,7 +13989,6 @@ class DescribeCasterOutputInfosResponse(AbstractModel):
13948
13989
  @property
13949
13990
  def OutputInfos(self):
13950
13991
  """导播台的推流信息列表。
13951
- 注意:此字段可能返回 null,表示取不到有效值。
13952
13992
  :rtype: list of CasterOutputInfo
13953
13993
  """
13954
13994
  return self._OutputInfos
@@ -14064,12 +14104,10 @@ class DescribeCasterPlayUrlResponse(AbstractModel):
14064
14104
  r"""
14065
14105
  :param _PlayUrl: 播放url。
14066
14106
  当导播台不存在预监或主监时,若请求预监或主监的播放地址,该字段为空。
14067
- 注意:此字段可能返回 null,表示取不到有效值。
14068
14107
  :type PlayUrl: str
14069
14108
  :param _WebRTCPlayUrl: webrtc协议播放地址。
14070
14109
  当导播台不存在预监或主监时,若请求预监或主监的webrtc播放地址,该字段为空。
14071
14110
  注:webrtc协议播放地址需配合腾讯云快直播播放sdk方可使用。
14072
- 注意:此字段可能返回 null,表示取不到有效值。
14073
14111
  :type WebRTCPlayUrl: str
14074
14112
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14075
14113
  :type RequestId: str
@@ -14082,7 +14120,6 @@ class DescribeCasterPlayUrlResponse(AbstractModel):
14082
14120
  def PlayUrl(self):
14083
14121
  """播放url。
14084
14122
  当导播台不存在预监或主监时,若请求预监或主监的播放地址,该字段为空。
14085
- 注意:此字段可能返回 null,表示取不到有效值。
14086
14123
  :rtype: str
14087
14124
  """
14088
14125
  return self._PlayUrl
@@ -14096,7 +14133,6 @@ class DescribeCasterPlayUrlResponse(AbstractModel):
14096
14133
  """webrtc协议播放地址。
14097
14134
  当导播台不存在预监或主监时,若请求预监或主监的webrtc播放地址,该字段为空。
14098
14135
  注:webrtc协议播放地址需配合腾讯云快直播播放sdk方可使用。
14099
- 注意:此字段可能返回 null,表示取不到有效值。
14100
14136
  :rtype: str
14101
14137
  """
14102
14138
  return self._WebRTCPlayUrl
@@ -14248,7 +14284,6 @@ class DescribeCasterTransitionTypesResponse(AbstractModel):
14248
14284
  def __init__(self):
14249
14285
  r"""
14250
14286
  :param _TransitionTypes: 转场信息列表
14251
- 注意:此字段可能返回 null,表示取不到有效值。
14252
14287
  :type TransitionTypes: list of TransitionTypeInfo
14253
14288
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14254
14289
  :type RequestId: str
@@ -14259,7 +14294,6 @@ class DescribeCasterTransitionTypesResponse(AbstractModel):
14259
14294
  @property
14260
14295
  def TransitionTypes(self):
14261
14296
  """转场信息列表
14262
- 注意:此字段可能返回 null,表示取不到有效值。
14263
14297
  :rtype: list of TransitionTypeInfo
14264
14298
  """
14265
14299
  return self._TransitionTypes
@@ -15892,7 +15926,6 @@ class DescribeLiveDomainResponse(AbstractModel):
15892
15926
  def __init__(self):
15893
15927
  r"""
15894
15928
  :param _DomainInfo: 域名信息。
15895
- 注意:此字段可能返回 null,表示取不到有效值。
15896
15929
  :type DomainInfo: :class:`tencentcloud.live.v20180801.models.DomainInfo`
15897
15930
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15898
15931
  :type RequestId: str
@@ -15903,7 +15936,6 @@ class DescribeLiveDomainResponse(AbstractModel):
15903
15936
  @property
15904
15937
  def DomainInfo(self):
15905
15938
  """域名信息。
15906
- 注意:此字段可能返回 null,表示取不到有效值。
15907
15939
  :rtype: :class:`tencentcloud.live.v20180801.models.DomainInfo`
15908
15940
  """
15909
15941
  return self._DomainInfo
@@ -16075,10 +16107,8 @@ class DescribeLiveDomainsResponse(AbstractModel):
16075
16107
  :param _DomainList: 域名详细信息列表。
16076
16108
  :type DomainList: list of DomainInfo
16077
16109
  :param _CreateLimitCount: 可继续添加域名数量。
16078
- 注意:此字段可能返回 null,表示取不到有效值。
16079
16110
  :type CreateLimitCount: int
16080
16111
  :param _PlayTypeCount: 启用的播放域名加速区域统计,数组元素分别为:中国大陆(境内),全球地区,国际/港澳台(境外)域名数量。
16081
- 注意:此字段可能返回 null,表示取不到有效值。
16082
16112
  :type PlayTypeCount: list of int
16083
16113
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16084
16114
  :type RequestId: str
@@ -16114,7 +16144,6 @@ class DescribeLiveDomainsResponse(AbstractModel):
16114
16144
  @property
16115
16145
  def CreateLimitCount(self):
16116
16146
  """可继续添加域名数量。
16117
- 注意:此字段可能返回 null,表示取不到有效值。
16118
16147
  :rtype: int
16119
16148
  """
16120
16149
  return self._CreateLimitCount
@@ -16126,7 +16155,6 @@ class DescribeLiveDomainsResponse(AbstractModel):
16126
16155
  @property
16127
16156
  def PlayTypeCount(self):
16128
16157
  """启用的播放域名加速区域统计,数组元素分别为:中国大陆(境内),全球地区,国际/港澳台(境外)域名数量。
16129
- 注意:此字段可能返回 null,表示取不到有效值。
16130
16158
  :rtype: list of int
16131
16159
  """
16132
16160
  return self._PlayTypeCount
@@ -16635,7 +16663,6 @@ class DescribeLivePackageInfoResponse(AbstractModel):
16635
16663
  def __init__(self):
16636
16664
  r"""
16637
16665
  :param _LivePackageInfoList: 套餐包信息。
16638
- 注意:此字段可能返回 null,表示取不到有效值。
16639
16666
  :type LivePackageInfoList: list of LivePackageInfo
16640
16667
  :param _PackageBillMode: 套餐包当前计费方式:
16641
16668
  -1: 无计费方式或获取失败
@@ -16647,7 +16674,6 @@ class DescribeLivePackageInfoResponse(AbstractModel):
16647
16674
  205: 日结时长
16648
16675
  206: 月结时长
16649
16676
  304: 日结流量。
16650
- 注意:此字段可能返回 null,表示取不到有效值。
16651
16677
  :type PackageBillMode: int
16652
16678
  :param _TotalPage: 总页数。
16653
16679
  注意:此字段可能返回 null,表示取不到有效值。
@@ -16666,7 +16692,6 @@ class DescribeLivePackageInfoResponse(AbstractModel):
16666
16692
  标准直播,国际/港澳台(境外多地区)计费方式。
16667
16693
  快直播,中国大陆(境内全地区)计费方式。
16668
16694
  快直播,国际/港澳台(境外多地区)计费方式。
16669
- 注意:此字段可能返回 null,表示取不到有效值。
16670
16695
  :type FluxPackageBillMode: str
16671
16696
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16672
16697
  :type RequestId: str
@@ -16683,7 +16708,6 @@ class DescribeLivePackageInfoResponse(AbstractModel):
16683
16708
  @property
16684
16709
  def LivePackageInfoList(self):
16685
16710
  """套餐包信息。
16686
- 注意:此字段可能返回 null,表示取不到有效值。
16687
16711
  :rtype: list of LivePackageInfo
16688
16712
  """
16689
16713
  return self._LivePackageInfoList
@@ -16704,7 +16728,6 @@ class DescribeLivePackageInfoResponse(AbstractModel):
16704
16728
  205: 日结时长
16705
16729
  206: 月结时长
16706
16730
  304: 日结流量。
16707
- 注意:此字段可能返回 null,表示取不到有效值。
16708
16731
  :rtype: int
16709
16732
  """
16710
16733
  return self._PackageBillMode
@@ -16768,7 +16791,6 @@ class DescribeLivePackageInfoResponse(AbstractModel):
16768
16791
  标准直播,国际/港澳台(境外多地区)计费方式。
16769
16792
  快直播,中国大陆(境内全地区)计费方式。
16770
16793
  快直播,国际/港澳台(境外多地区)计费方式。
16771
- 注意:此字段可能返回 null,表示取不到有效值。
16772
16794
  :rtype: str
16773
16795
  """
16774
16796
  return self._FluxPackageBillMode
@@ -16864,7 +16886,6 @@ class DescribeLivePadProcessorListResponse(AbstractModel):
16864
16886
  def __init__(self):
16865
16887
  r"""
16866
16888
  :param _StreamNameList: 当前正在拉取垫片的流名称列表。
16867
- 注意:此字段可能返回 null,表示取不到有效值。
16868
16889
  :type StreamNameList: list of str
16869
16890
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16870
16891
  :type RequestId: str
@@ -16875,7 +16896,6 @@ class DescribeLivePadProcessorListResponse(AbstractModel):
16875
16896
  @property
16876
16897
  def StreamNameList(self):
16877
16898
  """当前正在拉取垫片的流名称列表。
16878
- 注意:此字段可能返回 null,表示取不到有效值。
16879
16899
  :rtype: list of str
16880
16900
  """
16881
16901
  return self._StreamNameList
@@ -18333,10 +18353,8 @@ class DescribeLiveStreamMonitorListResponse(AbstractModel):
18333
18353
  def __init__(self):
18334
18354
  r"""
18335
18355
  :param _TotalNum: 账号下的直播流监播任务个数。
18336
- 注意:此字段可能返回 null,表示取不到有效值。
18337
18356
  :type TotalNum: int
18338
18357
  :param _LiveStreamMonitors: 直播流监播任务列表
18339
- 注意:此字段可能返回 null,表示取不到有效值。
18340
18358
  :type LiveStreamMonitors: list of LiveStreamMonitorInfo
18341
18359
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18342
18360
  :type RequestId: str
@@ -18348,7 +18366,6 @@ class DescribeLiveStreamMonitorListResponse(AbstractModel):
18348
18366
  @property
18349
18367
  def TotalNum(self):
18350
18368
  """账号下的直播流监播任务个数。
18351
- 注意:此字段可能返回 null,表示取不到有效值。
18352
18369
  :rtype: int
18353
18370
  """
18354
18371
  return self._TotalNum
@@ -18360,7 +18377,6 @@ class DescribeLiveStreamMonitorListResponse(AbstractModel):
18360
18377
  @property
18361
18378
  def LiveStreamMonitors(self):
18362
18379
  """直播流监播任务列表
18363
- 注意:此字段可能返回 null,表示取不到有效值。
18364
18380
  :rtype: list of LiveStreamMonitorInfo
18365
18381
  """
18366
18382
  return self._LiveStreamMonitors
@@ -18436,7 +18452,6 @@ class DescribeLiveStreamMonitorResponse(AbstractModel):
18436
18452
  def __init__(self):
18437
18453
  r"""
18438
18454
  :param _LiveStreamMonitor: 直播监播任务相关信息。
18439
- 注意:此字段可能返回 null,表示取不到有效值。
18440
18455
  :type LiveStreamMonitor: :class:`tencentcloud.live.v20180801.models.LiveStreamMonitorInfo`
18441
18456
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18442
18457
  :type RequestId: str
@@ -18447,7 +18462,6 @@ class DescribeLiveStreamMonitorResponse(AbstractModel):
18447
18462
  @property
18448
18463
  def LiveStreamMonitor(self):
18449
18464
  """直播监播任务相关信息。
18450
- 注意:此字段可能返回 null,表示取不到有效值。
18451
18465
  :rtype: :class:`tencentcloud.live.v20180801.models.LiveStreamMonitorInfo`
18452
18466
  """
18453
18467
  return self._LiveStreamMonitor
@@ -20286,7 +20300,6 @@ class DescribeLiveTranscodeTotalInfoResponse(AbstractModel):
20286
20300
  def __init__(self):
20287
20301
  r"""
20288
20302
  :param _DataInfoList: 统计数据列表。
20289
- 注意:此字段可能返回 null,表示取不到有效值。
20290
20303
  :type DataInfoList: list of TranscodeTotalInfo
20291
20304
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20292
20305
  :type RequestId: str
@@ -20297,7 +20310,6 @@ class DescribeLiveTranscodeTotalInfoResponse(AbstractModel):
20297
20310
  @property
20298
20311
  def DataInfoList(self):
20299
20312
  """统计数据列表。
20300
- 注意:此字段可能返回 null,表示取不到有效值。
20301
20313
  :rtype: list of TranscodeTotalInfo
20302
20314
  """
20303
20315
  return self._DataInfoList
@@ -20925,10 +20937,8 @@ class DescribeMonitorReportResponse(AbstractModel):
20925
20937
  def __init__(self):
20926
20938
  r"""
20927
20939
  :param _MPSResult: 媒体处理结果信息。
20928
- 注意:此字段可能返回 null,表示取不到有效值。
20929
20940
  :type MPSResult: :class:`tencentcloud.live.v20180801.models.MPSResult`
20930
20941
  :param _DiagnoseResult: 媒体诊断结果信息。
20931
- 注意:此字段可能返回 null,表示取不到有效值。
20932
20942
  :type DiagnoseResult: :class:`tencentcloud.live.v20180801.models.DiagnoseResult`
20933
20943
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20934
20944
  :type RequestId: str
@@ -20940,7 +20950,6 @@ class DescribeMonitorReportResponse(AbstractModel):
20940
20950
  @property
20941
20951
  def MPSResult(self):
20942
20952
  """媒体处理结果信息。
20943
- 注意:此字段可能返回 null,表示取不到有效值。
20944
20953
  :rtype: :class:`tencentcloud.live.v20180801.models.MPSResult`
20945
20954
  """
20946
20955
  return self._MPSResult
@@ -20952,7 +20961,6 @@ class DescribeMonitorReportResponse(AbstractModel):
20952
20961
  @property
20953
20962
  def DiagnoseResult(self):
20954
20963
  """媒体诊断结果信息。
20955
- 注意:此字段可能返回 null,表示取不到有效值。
20956
20964
  :rtype: :class:`tencentcloud.live.v20180801.models.DiagnoseResult`
20957
20965
  """
20958
20966
  return self._DiagnoseResult
@@ -23831,7 +23839,6 @@ class DescribeTimeShiftRecordDetailResponse(AbstractModel):
23831
23839
  def __init__(self):
23832
23840
  r"""
23833
23841
  :param _RecordList: 时移录制会话数组。
23834
- 注意:此字段可能返回 null,表示取不到有效值。
23835
23842
  :type RecordList: list of TimeShiftRecord
23836
23843
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23837
23844
  :type RequestId: str
@@ -23842,7 +23849,6 @@ class DescribeTimeShiftRecordDetailResponse(AbstractModel):
23842
23849
  @property
23843
23850
  def RecordList(self):
23844
23851
  """时移录制会话数组。
23845
- 注意:此字段可能返回 null,表示取不到有效值。
23846
23852
  :rtype: list of TimeShiftRecord
23847
23853
  """
23848
23854
  return self._RecordList
@@ -24011,7 +24017,6 @@ class DescribeTimeShiftStreamListResponse(AbstractModel):
24011
24017
  :param _TotalSize: 时间段内所有的数据量。
24012
24018
  :type TotalSize: int
24013
24019
  :param _StreamList: 流列表。
24014
- 注意:此字段可能返回 null,表示取不到有效值。
24015
24020
  :type StreamList: list of TimeShiftStreamInfo
24016
24021
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24017
24022
  :type RequestId: str
@@ -24034,7 +24039,6 @@ class DescribeTimeShiftStreamListResponse(AbstractModel):
24034
24039
  @property
24035
24040
  def StreamList(self):
24036
24041
  """流列表。
24037
- 注意:此字段可能返回 null,表示取不到有效值。
24038
24042
  :rtype: list of TimeShiftStreamInfo
24039
24043
  """
24040
24044
  return self._StreamList
@@ -27103,6 +27107,10 @@ class LiveStreamMonitorInfo(AbstractModel):
27103
27107
  :param _AiQualityControl: 是否开启内容质检。
27104
27108
  注意:此字段可能返回 null,表示取不到有效值。
27105
27109
  :type AiQualityControl: int
27110
+ :param _CasterId: 导播台监播对应的导播台场次id
27111
+ :type CasterId: str
27112
+ :param _PullPushTaskId: 拉流转推监播对应的拉流转推任务id
27113
+ :type PullPushTaskId: str
27106
27114
  """
27107
27115
  self._MonitorId = None
27108
27116
  self._MonitorName = None
@@ -27124,6 +27132,8 @@ class LiveStreamMonitorInfo(AbstractModel):
27124
27132
  self._AllowMonitorReport = None
27125
27133
  self._AiFormatDiagnose = None
27126
27134
  self._AiQualityControl = None
27135
+ self._CasterId = None
27136
+ self._PullPushTaskId = None
27127
27137
 
27128
27138
  @property
27129
27139
  def MonitorId(self):
@@ -27369,6 +27379,28 @@ class LiveStreamMonitorInfo(AbstractModel):
27369
27379
  def AiQualityControl(self, AiQualityControl):
27370
27380
  self._AiQualityControl = AiQualityControl
27371
27381
 
27382
+ @property
27383
+ def CasterId(self):
27384
+ """导播台监播对应的导播台场次id
27385
+ :rtype: str
27386
+ """
27387
+ return self._CasterId
27388
+
27389
+ @CasterId.setter
27390
+ def CasterId(self, CasterId):
27391
+ self._CasterId = CasterId
27392
+
27393
+ @property
27394
+ def PullPushTaskId(self):
27395
+ """拉流转推监播对应的拉流转推任务id
27396
+ :rtype: str
27397
+ """
27398
+ return self._PullPushTaskId
27399
+
27400
+ @PullPushTaskId.setter
27401
+ def PullPushTaskId(self, PullPushTaskId):
27402
+ self._PullPushTaskId = PullPushTaskId
27403
+
27372
27404
 
27373
27405
  def _deserialize(self, params):
27374
27406
  self._MonitorId = params.get("MonitorId")
@@ -27400,6 +27432,8 @@ class LiveStreamMonitorInfo(AbstractModel):
27400
27432
  self._AllowMonitorReport = params.get("AllowMonitorReport")
27401
27433
  self._AiFormatDiagnose = params.get("AiFormatDiagnose")
27402
27434
  self._AiQualityControl = params.get("AiQualityControl")
27435
+ self._CasterId = params.get("CasterId")
27436
+ self._PullPushTaskId = params.get("PullPushTaskId")
27403
27437
  memeber_set = set(params.keys())
27404
27438
  for name, value in vars(self).items():
27405
27439
  property_name = name[1:]
@@ -27432,12 +27466,18 @@ class LiveStreamMonitorInputInfo(AbstractModel):
27432
27466
  :param _Description: 描述。256字节以内。
27433
27467
  注意:此字段可能返回 null,表示取不到有效值。
27434
27468
  :type Description: str
27469
+ :param _CasterInputIndex: 导播台输入源索引(10000 pvw, 10001 pgm, 其余代表输入下标)
27470
+ :type CasterInputIndex: int
27471
+ :param _NeedMonitor: 该输入源是否正在监播
27472
+ :type NeedMonitor: bool
27435
27473
  """
27436
27474
  self._InputStreamName = None
27437
27475
  self._InputDomain = None
27438
27476
  self._InputApp = None
27439
27477
  self._InputUrl = None
27440
27478
  self._Description = None
27479
+ self._CasterInputIndex = None
27480
+ self._NeedMonitor = None
27441
27481
 
27442
27482
  @property
27443
27483
  def InputStreamName(self):
@@ -27499,6 +27539,28 @@ class LiveStreamMonitorInputInfo(AbstractModel):
27499
27539
  def Description(self, Description):
27500
27540
  self._Description = Description
27501
27541
 
27542
+ @property
27543
+ def CasterInputIndex(self):
27544
+ """导播台输入源索引(10000 pvw, 10001 pgm, 其余代表输入下标)
27545
+ :rtype: int
27546
+ """
27547
+ return self._CasterInputIndex
27548
+
27549
+ @CasterInputIndex.setter
27550
+ def CasterInputIndex(self, CasterInputIndex):
27551
+ self._CasterInputIndex = CasterInputIndex
27552
+
27553
+ @property
27554
+ def NeedMonitor(self):
27555
+ """该输入源是否正在监播
27556
+ :rtype: bool
27557
+ """
27558
+ return self._NeedMonitor
27559
+
27560
+ @NeedMonitor.setter
27561
+ def NeedMonitor(self, NeedMonitor):
27562
+ self._NeedMonitor = NeedMonitor
27563
+
27502
27564
 
27503
27565
  def _deserialize(self, params):
27504
27566
  self._InputStreamName = params.get("InputStreamName")
@@ -27506,6 +27568,8 @@ class LiveStreamMonitorInputInfo(AbstractModel):
27506
27568
  self._InputApp = params.get("InputApp")
27507
27569
  self._InputUrl = params.get("InputUrl")
27508
27570
  self._Description = params.get("Description")
27571
+ self._CasterInputIndex = params.get("CasterInputIndex")
27572
+ self._NeedMonitor = params.get("NeedMonitor")
27509
27573
  memeber_set = set(params.keys())
27510
27574
  for name, value in vars(self).items():
27511
27575
  property_name = name[1:]
@@ -27777,19 +27841,23 @@ class MPSResult(AbstractModel):
27777
27841
 
27778
27842
  def __init__(self):
27779
27843
  r"""
27780
- :param _AiAsrResults: 智能语音识别结果
27844
+ :param _AiAsrResults: 智能语音识别结果。
27781
27845
  注意:此字段可能返回 null,表示取不到有效值。
27782
27846
  :type AiAsrResults: list of str
27783
- :param _AiOcrResults: 智能文字识别结果
27847
+ :param _AiOcrResults: 智能文字识别结果。
27784
27848
  注意:此字段可能返回 null,表示取不到有效值。
27785
27849
  :type AiOcrResults: list of str
27850
+ :param _StreamQuaCtrlResults: 内容质检结果。
27851
+ 注意:此字段可能返回 null,表示取不到有效值。
27852
+ :type StreamQuaCtrlResults: list of str
27786
27853
  """
27787
27854
  self._AiAsrResults = None
27788
27855
  self._AiOcrResults = None
27856
+ self._StreamQuaCtrlResults = None
27789
27857
 
27790
27858
  @property
27791
27859
  def AiAsrResults(self):
27792
- """智能语音识别结果
27860
+ """智能语音识别结果。
27793
27861
  注意:此字段可能返回 null,表示取不到有效值。
27794
27862
  :rtype: list of str
27795
27863
  """
@@ -27801,7 +27869,7 @@ class MPSResult(AbstractModel):
27801
27869
 
27802
27870
  @property
27803
27871
  def AiOcrResults(self):
27804
- """智能文字识别结果
27872
+ """智能文字识别结果。
27805
27873
  注意:此字段可能返回 null,表示取不到有效值。
27806
27874
  :rtype: list of str
27807
27875
  """
@@ -27811,10 +27879,23 @@ class MPSResult(AbstractModel):
27811
27879
  def AiOcrResults(self, AiOcrResults):
27812
27880
  self._AiOcrResults = AiOcrResults
27813
27881
 
27882
+ @property
27883
+ def StreamQuaCtrlResults(self):
27884
+ """内容质检结果。
27885
+ 注意:此字段可能返回 null,表示取不到有效值。
27886
+ :rtype: list of str
27887
+ """
27888
+ return self._StreamQuaCtrlResults
27889
+
27890
+ @StreamQuaCtrlResults.setter
27891
+ def StreamQuaCtrlResults(self, StreamQuaCtrlResults):
27892
+ self._StreamQuaCtrlResults = StreamQuaCtrlResults
27893
+
27814
27894
 
27815
27895
  def _deserialize(self, params):
27816
27896
  self._AiAsrResults = params.get("AiAsrResults")
27817
27897
  self._AiOcrResults = params.get("AiOcrResults")
27898
+ self._StreamQuaCtrlResults = params.get("StreamQuaCtrlResults")
27818
27899
  memeber_set = set(params.keys())
27819
27900
  for name, value in vars(self).items():
27820
27901
  property_name = name[1:]
@@ -28994,7 +29075,6 @@ class ModifyLiveDomainCertBindingsResponse(AbstractModel):
28994
29075
  :param _MismatchedDomainNames: DomainNames 入参中,与证书不匹配的域名列表,将会跳过处理。
28995
29076
  :type MismatchedDomainNames: list of str
28996
29077
  :param _Errors: 操作失败的域名及错误码,错误信息,包括MismatchedDomainNames中的域名。
28997
- 注意:此字段可能返回 null,表示取不到有效值。
28998
29078
  :type Errors: list of BatchDomainOperateErrors
28999
29079
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
29000
29080
  :type RequestId: str
@@ -29017,7 +29097,6 @@ class ModifyLiveDomainCertBindingsResponse(AbstractModel):
29017
29097
  @property
29018
29098
  def Errors(self):
29019
29099
  """操作失败的域名及错误码,错误信息,包括MismatchedDomainNames中的域名。
29020
- 注意:此字段可能返回 null,表示取不到有效值。
29021
29100
  :rtype: list of BatchDomainOperateErrors
29022
29101
  """
29023
29102
  return self._Errors
@@ -36310,7 +36389,6 @@ class StopLivePadProcessorResponse(AbstractModel):
36310
36389
  def __init__(self):
36311
36390
  r"""
36312
36391
  :param _ResultMessage: 处理结果信息。
36313
- 注意:此字段可能返回 null,表示取不到有效值。
36314
36392
  :type ResultMessage: str
36315
36393
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
36316
36394
  :type RequestId: str
@@ -36321,7 +36399,6 @@ class StopLivePadProcessorResponse(AbstractModel):
36321
36399
  @property
36322
36400
  def ResultMessage(self):
36323
36401
  """处理结果信息。
36324
- 注意:此字段可能返回 null,表示取不到有效值。
36325
36402
  :rtype: str
36326
36403
  """
36327
36404
  return self._ResultMessage
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.0.1285
3
+ Version: 3.0.1296
4
4
  Summary: Tencent Cloud Live SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1296
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1285