tencentcloud-sdk-python-live 3.1.73__py2.py3-none-any.whl → 3.1.78__py2.py3-none-any.whl

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.
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.73'
17
+ __version__ = '3.1.78'
@@ -6862,11 +6862,25 @@ class CreateAuditKeywordLibResponse(AbstractModel):
6862
6862
 
6863
6863
  def __init__(self):
6864
6864
  r"""
6865
+ :param _LibId: <p>新建的词库 Id。</p>
6866
+ :type LibId: str
6865
6867
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6866
6868
  :type RequestId: str
6867
6869
  """
6870
+ self._LibId = None
6868
6871
  self._RequestId = None
6869
6872
 
6873
+ @property
6874
+ def LibId(self):
6875
+ r"""<p>新建的词库 Id。</p>
6876
+ :rtype: str
6877
+ """
6878
+ return self._LibId
6879
+
6880
+ @LibId.setter
6881
+ def LibId(self, LibId):
6882
+ self._LibId = LibId
6883
+
6870
6884
  @property
6871
6885
  def RequestId(self):
6872
6886
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -6880,6 +6894,7 @@ class CreateAuditKeywordLibResponse(AbstractModel):
6880
6894
 
6881
6895
 
6882
6896
  def _deserialize(self, params):
6897
+ self._LibId = params.get("LibId")
6883
6898
  self._RequestId = params.get("RequestId")
6884
6899
 
6885
6900
 
@@ -36555,28 +36570,26 @@ class PadTemplate(AbstractModel):
36555
36570
 
36556
36571
  def __init__(self):
36557
36572
  r"""
36558
- :param _TemplateId: 模板id
36573
+ :param _TemplateId: <p>模板id。</p>
36559
36574
  :type TemplateId: int
36560
- :param _TemplateName: 模板名称。
36575
+ :param _TemplateName: <p>模板名称。</p>
36561
36576
  :type TemplateName: str
36562
- :param _Url: 垫片内容。
36577
+ :param _Url: <p>垫片内容。</p>
36563
36578
  :type Url: str
36564
- :param _CreateTime: 模板创建时间。
36579
+ :param _CreateTime: <p>模板创建时间。</p>
36565
36580
  :type CreateTime: str
36566
- :param _UpdateTime: 模板修改时间。
36581
+ :param _UpdateTime: <p>模板修改时间。</p>
36567
36582
  :type UpdateTime: str
36568
- :param _Description: 模板描述。
36583
+ :param _Description: <p>模板描述。</p>
36569
36584
  :type Description: str
36570
- :param _WaitDuration: 断流等待时间。
36571
- 取值范围:0-30000。
36572
- 单位:ms。
36585
+ :param _WaitDuration: <p>断流等待时间。<br>取值范围:0-30000。<br>单位:ms。</p>
36573
36586
  :type WaitDuration: int
36574
- :param _MaxDuration: 最大垫片时长。
36575
- 取值范围:0 - 正无穷。
36576
- 单位:ms。
36587
+ :param _MaxDuration: <p>最大垫片时长。<br>取值范围:0 - 正无穷。<br>单位:ms。</p>
36577
36588
  :type MaxDuration: int
36578
- :param _Type: 垫片内容类型: 1:图片,2:视频。 默认值:1
36589
+ :param _Type: <p>垫片内容类型: 1:图片,2:视频。 默认值:1。</p>
36579
36590
  :type Type: int
36591
+ :param _TriggerCondition: <p>断流垫片触发条件</p><p>枚举值:</p><ul><li>0: 主动及异常断流</li><li>1: 异常断流</li></ul><p>默认值:0</p>
36592
+ :type TriggerCondition: int
36580
36593
  """
36581
36594
  self._TemplateId = None
36582
36595
  self._TemplateName = None
@@ -36587,10 +36600,11 @@ class PadTemplate(AbstractModel):
36587
36600
  self._WaitDuration = None
36588
36601
  self._MaxDuration = None
36589
36602
  self._Type = None
36603
+ self._TriggerCondition = None
36590
36604
 
36591
36605
  @property
36592
36606
  def TemplateId(self):
36593
- r"""模板id
36607
+ r"""<p>模板id。</p>
36594
36608
  :rtype: int
36595
36609
  """
36596
36610
  return self._TemplateId
@@ -36601,7 +36615,7 @@ class PadTemplate(AbstractModel):
36601
36615
 
36602
36616
  @property
36603
36617
  def TemplateName(self):
36604
- r"""模板名称。
36618
+ r"""<p>模板名称。</p>
36605
36619
  :rtype: str
36606
36620
  """
36607
36621
  return self._TemplateName
@@ -36612,7 +36626,7 @@ class PadTemplate(AbstractModel):
36612
36626
 
36613
36627
  @property
36614
36628
  def Url(self):
36615
- r"""垫片内容。
36629
+ r"""<p>垫片内容。</p>
36616
36630
  :rtype: str
36617
36631
  """
36618
36632
  return self._Url
@@ -36623,7 +36637,7 @@ class PadTemplate(AbstractModel):
36623
36637
 
36624
36638
  @property
36625
36639
  def CreateTime(self):
36626
- r"""模板创建时间。
36640
+ r"""<p>模板创建时间。</p>
36627
36641
  :rtype: str
36628
36642
  """
36629
36643
  return self._CreateTime
@@ -36634,7 +36648,7 @@ class PadTemplate(AbstractModel):
36634
36648
 
36635
36649
  @property
36636
36650
  def UpdateTime(self):
36637
- r"""模板修改时间。
36651
+ r"""<p>模板修改时间。</p>
36638
36652
  :rtype: str
36639
36653
  """
36640
36654
  return self._UpdateTime
@@ -36645,7 +36659,7 @@ class PadTemplate(AbstractModel):
36645
36659
 
36646
36660
  @property
36647
36661
  def Description(self):
36648
- r"""模板描述。
36662
+ r"""<p>模板描述。</p>
36649
36663
  :rtype: str
36650
36664
  """
36651
36665
  return self._Description
@@ -36656,9 +36670,7 @@ class PadTemplate(AbstractModel):
36656
36670
 
36657
36671
  @property
36658
36672
  def WaitDuration(self):
36659
- r"""断流等待时间。
36660
- 取值范围:0-30000。
36661
- 单位:ms。
36673
+ r"""<p>断流等待时间。<br>取值范围:0-30000。<br>单位:ms。</p>
36662
36674
  :rtype: int
36663
36675
  """
36664
36676
  return self._WaitDuration
@@ -36669,9 +36681,7 @@ class PadTemplate(AbstractModel):
36669
36681
 
36670
36682
  @property
36671
36683
  def MaxDuration(self):
36672
- r"""最大垫片时长。
36673
- 取值范围:0 - 正无穷。
36674
- 单位:ms。
36684
+ r"""<p>最大垫片时长。<br>取值范围:0 - 正无穷。<br>单位:ms。</p>
36675
36685
  :rtype: int
36676
36686
  """
36677
36687
  return self._MaxDuration
@@ -36682,7 +36692,7 @@ class PadTemplate(AbstractModel):
36682
36692
 
36683
36693
  @property
36684
36694
  def Type(self):
36685
- r"""垫片内容类型: 1:图片,2:视频。 默认值:1
36695
+ r"""<p>垫片内容类型: 1:图片,2:视频。 默认值:1。</p>
36686
36696
  :rtype: int
36687
36697
  """
36688
36698
  return self._Type
@@ -36691,6 +36701,17 @@ class PadTemplate(AbstractModel):
36691
36701
  def Type(self, Type):
36692
36702
  self._Type = Type
36693
36703
 
36704
+ @property
36705
+ def TriggerCondition(self):
36706
+ r"""<p>断流垫片触发条件</p><p>枚举值:</p><ul><li>0: 主动及异常断流</li><li>1: 异常断流</li></ul><p>默认值:0</p>
36707
+ :rtype: int
36708
+ """
36709
+ return self._TriggerCondition
36710
+
36711
+ @TriggerCondition.setter
36712
+ def TriggerCondition(self, TriggerCondition):
36713
+ self._TriggerCondition = TriggerCondition
36714
+
36694
36715
 
36695
36716
  def _deserialize(self, params):
36696
36717
  self._TemplateId = params.get("TemplateId")
@@ -36702,6 +36723,7 @@ class PadTemplate(AbstractModel):
36702
36723
  self._WaitDuration = params.get("WaitDuration")
36703
36724
  self._MaxDuration = params.get("MaxDuration")
36704
36725
  self._Type = params.get("Type")
36726
+ self._TriggerCondition = params.get("TriggerCondition")
36705
36727
  memeber_set = set(params.keys())
36706
36728
  for name, value in vars(self).items():
36707
36729
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.1.73
3
+ Version: 3.1.78
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
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.73
18
+ Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.78
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -1,11 +1,11 @@
1
- tencentcloud/__init__.py,sha256=BCJvTIvZJ45hmQeWdBA2mI7IEwDld6vwEn--S5FsDGs,629
1
+ tencentcloud/__init__.py,sha256=iWEe0JW7BkO87vz_mMjdpW6AjcGb-xr0Sj8S9orjSQg,629
2
2
  tencentcloud/live/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  tencentcloud/live/v20180801/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  tencentcloud/live/v20180801/errorcodes.py,sha256=5-NJAgGBXD0E71Ow7pkfD9_sc1oW_lihRR5m2sqpzi8,24861
5
5
  tencentcloud/live/v20180801/live_client.py,sha256=Sdgf3w1FyqYdS0lZUXd6TIxhGDb03G9fVrSwcYuWchE,231788
6
6
  tencentcloud/live/v20180801/live_client_async.py,sha256=848oxsafokrMvSaWtyid55FDzQrmYC9U0Dfq-yElykc,162247
7
- tencentcloud/live/v20180801/models.py,sha256=daahnJ1UiKDEQ_nCispCEw2jJlC7DNR37g9OeWUttDs,1423636
8
- tencentcloud_sdk_python_live-3.1.73.dist-info/METADATA,sha256=lb1ACHVB1wyOtVLPrf_GIWs-T9AHBp_uD3zze7QDNX0,1500
9
- tencentcloud_sdk_python_live-3.1.73.dist-info/WHEEL,sha256=a5ogxI61vGGBHYbAAwISCXsfU7mxKr76gTpCEmSNOI8,109
10
- tencentcloud_sdk_python_live-3.1.73.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
11
- tencentcloud_sdk_python_live-3.1.73.dist-info/RECORD,,
7
+ tencentcloud/live/v20180801/models.py,sha256=B9OOmb9kOaMpWECSUXOvpCrhF04WB1bSSHp_uu_YUXE,1424856
8
+ tencentcloud_sdk_python_live-3.1.78.dist-info/METADATA,sha256=xf1u3k2CNkPUPxWxykyLY6afEW9NPFNlA23OcT2WoWc,1500
9
+ tencentcloud_sdk_python_live-3.1.78.dist-info/WHEEL,sha256=a5ogxI61vGGBHYbAAwISCXsfU7mxKr76gTpCEmSNOI8,109
10
+ tencentcloud_sdk_python_live-3.1.78.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
11
+ tencentcloud_sdk_python_live-3.1.78.dist-info/RECORD,,