tencentcloud-sdk-python-live 3.1.72__tar.gz → 3.1.78__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 (17) hide show
  1. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/setup.py +1 -1
  3. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/tencentcloud/live/v20180801/live_client.py +4 -4
  5. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/tencentcloud/live/v20180801/live_client_async.py +4 -4
  6. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/tencentcloud/live/v20180801/models.py +164 -98
  7. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +2 -2
  8. tencentcloud_sdk_python_live-3.1.78/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_live-3.1.72/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/README.rst +0 -0
  11. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/tencentcloud/live/__init__.py +0 -0
  13. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/tencentcloud/live/v20180801/__init__.py +0 -0
  14. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/tencentcloud/live/v20180801/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.78}/tencentcloud_sdk_python_live.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.1.72
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.72
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.78
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -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.1.72,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.78,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Live SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.72'
17
+ __version__ = '3.1.78'
@@ -515,7 +515,7 @@ class LiveClient(AbstractClient):
515
515
 
516
516
 
517
517
  def CreateLiveAvatarScript(self, request):
518
- r"""调用该接口,用于创建数字人直播间话术。
518
+ r"""调用该接口,用于创建数字人直播间/AIGC直播间话术。
519
519
 
520
520
  :param request: Request instance for CreateLiveAvatarScript.
521
521
  :type request: :class:`tencentcloud.live.v20180801.models.CreateLiveAvatarScriptRequest`
@@ -2401,7 +2401,7 @@ class LiveClient(AbstractClient):
2401
2401
 
2402
2402
 
2403
2403
  def DescribeLiveAvatarScripts(self, request):
2404
- r"""调用该接口,查询数字人直播间话术信息列表。
2404
+ r"""调用该接口,查询数字人直播间话术信息列表。新增产品ID参数
2405
2405
 
2406
2406
  :param request: Request instance for DescribeLiveAvatarScripts.
2407
2407
  :type request: :class:`tencentcloud.live.v20180801.models.DescribeLiveAvatarScriptsRequest`
@@ -4479,7 +4479,7 @@ class LiveClient(AbstractClient):
4479
4479
 
4480
4480
 
4481
4481
  def ModifyLiveAvatarRoom(self, request):
4482
- r"""调用该接口,用于修改数字人直播间。
4482
+ r"""调用该接口,用于修改数字人(包括AIGC数字人)直播间。
4483
4483
 
4484
4484
  :param request: Request instance for ModifyLiveAvatarRoom.
4485
4485
  :type request: :class:`tencentcloud.live.v20180801.models.ModifyLiveAvatarRoomRequest`
@@ -5016,7 +5016,7 @@ class LiveClient(AbstractClient):
5016
5016
 
5017
5017
 
5018
5018
  def StartLiveAvatarRoom(self, request):
5019
- r"""调用该接口,用于启动数字人直播间。
5019
+ r"""调用该接口,用于启动数字人(包括AIGC数字人)直播间。
5020
5020
 
5021
5021
  :param request: Request instance for StartLiveAvatarRoom.
5022
5022
  :type request: :class:`tencentcloud.live.v20180801.models.StartLiveAvatarRoomRequest`
@@ -414,7 +414,7 @@ class LiveClient(AbstractClient):
414
414
  opts: Dict = None,
415
415
  ) -> models.CreateLiveAvatarScriptResponse:
416
416
  """
417
- 调用该接口,用于创建数字人直播间话术。
417
+ 调用该接口,用于创建数字人直播间/AIGC直播间话术。
418
418
  """
419
419
 
420
420
  kwargs = {}
@@ -1905,7 +1905,7 @@ class LiveClient(AbstractClient):
1905
1905
  opts: Dict = None,
1906
1906
  ) -> models.DescribeLiveAvatarScriptsResponse:
1907
1907
  """
1908
- 调用该接口,查询数字人直播间话术信息列表。
1908
+ 调用该接口,查询数字人直播间话术信息列表。新增产品ID参数
1909
1909
  """
1910
1910
 
1911
1911
  kwargs = {}
@@ -3543,7 +3543,7 @@ class LiveClient(AbstractClient):
3543
3543
  opts: Dict = None,
3544
3544
  ) -> models.ModifyLiveAvatarRoomResponse:
3545
3545
  """
3546
- 调用该接口,用于修改数字人直播间。
3546
+ 调用该接口,用于修改数字人(包括AIGC数字人)直播间。
3547
3547
  """
3548
3548
 
3549
3549
  kwargs = {}
@@ -3965,7 +3965,7 @@ class LiveClient(AbstractClient):
3965
3965
  opts: Dict = None,
3966
3966
  ) -> models.StartLiveAvatarRoomResponse:
3967
3967
  """
3968
- 调用该接口,用于启动数字人直播间。
3968
+ 调用该接口,用于启动数字人(包括AIGC数字人)直播间。
3969
3969
  """
3970
3970
 
3971
3971
  kwargs = {}
@@ -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
 
@@ -8034,28 +8049,29 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8034
8049
 
8035
8050
  def __init__(self):
8036
8051
  r"""
8037
- :param _Title: 话术标题。限制500字节。
8052
+ :param _Title: <p>话术标题。限制500字节。</p>
8038
8053
  :type Title: str
8039
- :param _Content: 话术内容。中文最大支持150个汉字(全角标点符号算一个汉字);英文最大支持500个字母(半角标点符号算一个字母)。
8054
+ :param _Content: <p>话术内容。中文最大支持150个汉字(全角标点符号算一个汉字);英文最大支持500个字母(半角标点符号算一个字母)。</p>
8040
8055
  :type Content: str
8041
- :param _RoomId: 话术所属的数字人直播间 ID
8056
+ :param _RoomId: <p>话术所属的数字人直播间 ID。</p>
8042
8057
  :type RoomId: str
8043
- :param _SpecifyPosition: 话术插入时,可根据已有话术位置,指定新话术插入位置。
8044
- 如已有三条话术100,200,300。
8045
- 新话术可选择150插入到第一条和第二条中间。
8058
+ :param _SpecifyPosition: <p>话术插入时,可根据已有话术位置,指定新话术插入位置。<br>如已有三条话术100,200,300。<br>新话术可选择150插入到第一条和第二条中间。</p>
8046
8059
  :type SpecifyPosition: int
8047
- :param _Operator: 操作者。
8060
+ :param _Operator: <p>操作者。</p>
8048
8061
  :type Operator: str
8062
+ :param _ProductId: <p>话术所属的数字人产品 ID。</p>
8063
+ :type ProductId: str
8049
8064
  """
8050
8065
  self._Title = None
8051
8066
  self._Content = None
8052
8067
  self._RoomId = None
8053
8068
  self._SpecifyPosition = None
8054
8069
  self._Operator = None
8070
+ self._ProductId = None
8055
8071
 
8056
8072
  @property
8057
8073
  def Title(self):
8058
- r"""话术标题。限制500字节。
8074
+ r"""<p>话术标题。限制500字节。</p>
8059
8075
  :rtype: str
8060
8076
  """
8061
8077
  return self._Title
@@ -8066,7 +8082,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8066
8082
 
8067
8083
  @property
8068
8084
  def Content(self):
8069
- r"""话术内容。中文最大支持150个汉字(全角标点符号算一个汉字);英文最大支持500个字母(半角标点符号算一个字母)。
8085
+ r"""<p>话术内容。中文最大支持150个汉字(全角标点符号算一个汉字);英文最大支持500个字母(半角标点符号算一个字母)。</p>
8070
8086
  :rtype: str
8071
8087
  """
8072
8088
  return self._Content
@@ -8077,7 +8093,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8077
8093
 
8078
8094
  @property
8079
8095
  def RoomId(self):
8080
- r"""话术所属的数字人直播间 ID
8096
+ r"""<p>话术所属的数字人直播间 ID。</p>
8081
8097
  :rtype: str
8082
8098
  """
8083
8099
  return self._RoomId
@@ -8088,9 +8104,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8088
8104
 
8089
8105
  @property
8090
8106
  def SpecifyPosition(self):
8091
- r"""话术插入时,可根据已有话术位置,指定新话术插入位置。
8092
- 如已有三条话术100,200,300。
8093
- 新话术可选择150插入到第一条和第二条中间。
8107
+ r"""<p>话术插入时,可根据已有话术位置,指定新话术插入位置。<br>如已有三条话术100,200,300。<br>新话术可选择150插入到第一条和第二条中间。</p>
8094
8108
  :rtype: int
8095
8109
  """
8096
8110
  return self._SpecifyPosition
@@ -8101,7 +8115,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8101
8115
 
8102
8116
  @property
8103
8117
  def Operator(self):
8104
- r"""操作者。
8118
+ r"""<p>操作者。</p>
8105
8119
  :rtype: str
8106
8120
  """
8107
8121
  return self._Operator
@@ -8110,6 +8124,17 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8110
8124
  def Operator(self, Operator):
8111
8125
  self._Operator = Operator
8112
8126
 
8127
+ @property
8128
+ def ProductId(self):
8129
+ r"""<p>话术所属的数字人产品 ID。</p>
8130
+ :rtype: str
8131
+ """
8132
+ return self._ProductId
8133
+
8134
+ @ProductId.setter
8135
+ def ProductId(self, ProductId):
8136
+ self._ProductId = ProductId
8137
+
8113
8138
 
8114
8139
  def _deserialize(self, params):
8115
8140
  self._Title = params.get("Title")
@@ -8117,6 +8142,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8117
8142
  self._RoomId = params.get("RoomId")
8118
8143
  self._SpecifyPosition = params.get("SpecifyPosition")
8119
8144
  self._Operator = params.get("Operator")
8145
+ self._ProductId = params.get("ProductId")
8120
8146
  memeber_set = set(params.keys())
8121
8147
  for name, value in vars(self).items():
8122
8148
  property_name = name[1:]
@@ -8134,7 +8160,7 @@ class CreateLiveAvatarScriptResponse(AbstractModel):
8134
8160
 
8135
8161
  def __init__(self):
8136
8162
  r"""
8137
- :param _ScriptId: 话术 ID
8163
+ :param _ScriptId: <p>话术 ID。</p>
8138
8164
  :type ScriptId: str
8139
8165
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8140
8166
  :type RequestId: str
@@ -8144,7 +8170,7 @@ class CreateLiveAvatarScriptResponse(AbstractModel):
8144
8170
 
8145
8171
  @property
8146
8172
  def ScriptId(self):
8147
- r"""话术 ID
8173
+ r"""<p>话术 ID。</p>
8148
8174
  :rtype: str
8149
8175
  """
8150
8176
  return self._ScriptId
@@ -18437,23 +18463,26 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
18437
18463
 
18438
18464
  def __init__(self):
18439
18465
  r"""
18440
- :param _RoomId: 数字人直播间 ID
18466
+ :param _RoomId: <p>数字人直播间 ID。</p>
18441
18467
  :type RoomId: str
18442
- :param _ScriptId: 数字人直播间话术 ID
18468
+ :param _ScriptId: <p>数字人直播间话术 ID。</p>
18443
18469
  :type ScriptId: str
18444
- :param _PageIndex: 分页查询的页数。
18470
+ :param _PageIndex: <p>分页查询的页数。</p>
18445
18471
  :type PageIndex: int
18446
- :param _PageSize: 分页查询的每页个数。
18472
+ :param _PageSize: <p>分页查询的每页个数。</p>
18447
18473
  :type PageSize: int
18474
+ :param _ProductId: <p>数字人该话术所属的产品 ID。</p>
18475
+ :type ProductId: str
18448
18476
  """
18449
18477
  self._RoomId = None
18450
18478
  self._ScriptId = None
18451
18479
  self._PageIndex = None
18452
18480
  self._PageSize = None
18481
+ self._ProductId = None
18453
18482
 
18454
18483
  @property
18455
18484
  def RoomId(self):
18456
- r"""数字人直播间 ID
18485
+ r"""<p>数字人直播间 ID。</p>
18457
18486
  :rtype: str
18458
18487
  """
18459
18488
  return self._RoomId
@@ -18464,7 +18493,7 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
18464
18493
 
18465
18494
  @property
18466
18495
  def ScriptId(self):
18467
- r"""数字人直播间话术 ID
18496
+ r"""<p>数字人直播间话术 ID。</p>
18468
18497
  :rtype: str
18469
18498
  """
18470
18499
  return self._ScriptId
@@ -18475,7 +18504,7 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
18475
18504
 
18476
18505
  @property
18477
18506
  def PageIndex(self):
18478
- r"""分页查询的页数。
18507
+ r"""<p>分页查询的页数。</p>
18479
18508
  :rtype: int
18480
18509
  """
18481
18510
  return self._PageIndex
@@ -18486,7 +18515,7 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
18486
18515
 
18487
18516
  @property
18488
18517
  def PageSize(self):
18489
- r"""分页查询的每页个数。
18518
+ r"""<p>分页查询的每页个数。</p>
18490
18519
  :rtype: int
18491
18520
  """
18492
18521
  return self._PageSize
@@ -18495,12 +18524,24 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
18495
18524
  def PageSize(self, PageSize):
18496
18525
  self._PageSize = PageSize
18497
18526
 
18527
+ @property
18528
+ def ProductId(self):
18529
+ r"""<p>数字人该话术所属的产品 ID。</p>
18530
+ :rtype: str
18531
+ """
18532
+ return self._ProductId
18533
+
18534
+ @ProductId.setter
18535
+ def ProductId(self, ProductId):
18536
+ self._ProductId = ProductId
18537
+
18498
18538
 
18499
18539
  def _deserialize(self, params):
18500
18540
  self._RoomId = params.get("RoomId")
18501
18541
  self._ScriptId = params.get("ScriptId")
18502
18542
  self._PageIndex = params.get("PageIndex")
18503
18543
  self._PageSize = params.get("PageSize")
18544
+ self._ProductId = params.get("ProductId")
18504
18545
  memeber_set = set(params.keys())
18505
18546
  for name, value in vars(self).items():
18506
18547
  property_name = name[1:]
@@ -18518,11 +18559,11 @@ class DescribeLiveAvatarScriptsResponse(AbstractModel):
18518
18559
 
18519
18560
  def __init__(self):
18520
18561
  r"""
18521
- :param _InfoList: 数字人直播间话术信息列表。
18562
+ :param _InfoList: <p>数字人直播间话术信息列表。</p>
18522
18563
  :type InfoList: list of AvatarScriptInfo
18523
- :param _LimitCreateNum: 限制可创建的数字人直播间话术总条数。
18564
+ :param _LimitCreateNum: <p>限制可创建的数字人直播间话术总条数。</p>
18524
18565
  :type LimitCreateNum: int
18525
- :param _TotalNum: 当前数字人直播间话术总条数。
18566
+ :param _TotalNum: <p>当前数字人直播间话术总条数。</p>
18526
18567
  :type TotalNum: int
18527
18568
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18528
18569
  :type RequestId: str
@@ -18534,7 +18575,7 @@ class DescribeLiveAvatarScriptsResponse(AbstractModel):
18534
18575
 
18535
18576
  @property
18536
18577
  def InfoList(self):
18537
- r"""数字人直播间话术信息列表。
18578
+ r"""<p>数字人直播间话术信息列表。</p>
18538
18579
  :rtype: list of AvatarScriptInfo
18539
18580
  """
18540
18581
  return self._InfoList
@@ -18545,7 +18586,7 @@ class DescribeLiveAvatarScriptsResponse(AbstractModel):
18545
18586
 
18546
18587
  @property
18547
18588
  def LimitCreateNum(self):
18548
- r"""限制可创建的数字人直播间话术总条数。
18589
+ r"""<p>限制可创建的数字人直播间话术总条数。</p>
18549
18590
  :rtype: int
18550
18591
  """
18551
18592
  return self._LimitCreateNum
@@ -18556,7 +18597,7 @@ class DescribeLiveAvatarScriptsResponse(AbstractModel):
18556
18597
 
18557
18598
  @property
18558
18599
  def TotalNum(self):
18559
- r"""当前数字人直播间话术总条数。
18600
+ r"""<p>当前数字人直播间话术总条数。</p>
18560
18601
  :rtype: int
18561
18602
  """
18562
18603
  return self._TotalNum
@@ -32777,34 +32818,30 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32777
32818
 
32778
32819
  def __init__(self):
32779
32820
  r"""
32780
- :param _RoomId: 数字人直播间 ID
32821
+ :param _RoomId: <p>数字人直播间 ID。</p>
32781
32822
  :type RoomId: str
32782
- :param _Name: 直播间名称。
32823
+ :param _Name: <p>直播间名称。</p>
32783
32824
  :type Name: str
32784
- :param _AvatarKey: 数字人形象KEY
32825
+ :param _AvatarKey: <p>数字人形象KEY。</p>
32785
32826
  :type AvatarKey: str
32786
- :param _TimbreKey: 音色KEY
32827
+ :param _TimbreKey: <p>音色KEY。</p>
32787
32828
  :type TimbreKey: str
32788
- :param _BackgroundUrl: 背景图片URL
32829
+ :param _BackgroundUrl: <p>背景图片URL。</p>
32789
32830
  :type BackgroundUrl: str
32790
- :param _AnchorScale: 主播大小,默认1.00
32791
- 取值范围(0, 15.00]。
32792
- 精度:使用小数点后两位。
32831
+ :param _AnchorScale: <p>主播大小,默认1.00。<br>取值范围(0, 15.00]。<br>精度:使用小数点后两位。</p>
32793
32832
  :type AnchorScale: float
32794
- :param _AnchorVerticalPos: 主播纵向位置。默认-1贴底部。
32795
- 左上角为原点,形象顶部离屏幕顶部的距离,最大不能使形象底部超出屏幕。
32796
- 即该纵向位置最大为:数字人分辨率的高 - 形象高。
32833
+ :param _AnchorVerticalPos: <p>主播纵向位置。默认-1贴底部。<br>左上角为原点,形象顶部离屏幕顶部的距离,最大不能使形象底部超出屏幕。<br>即该纵向位置最大为:数字人分辨率的高 - 形象高。</p>
32797
32834
  :type AnchorVerticalPos: int
32798
- :param _AnchorHorizontalPos: 主播横向位置。默认-1居中。
32799
- 左上角为原点,形象左侧离左侧屏幕的距离。最大值不可使形象右侧超出右侧屏幕。
32800
- 即最大值为:数字人分辨率的宽 - 形象宽。
32835
+ :param _AnchorHorizontalPos: <p>主播横向位置。默认-1居中。<br>左上角为原点,形象左侧离左侧屏幕的距离。最大值不可使形象右侧超出右侧屏幕。<br>即最大值为:数字人分辨率的宽 - 形象宽。</p>
32801
32836
  :type AnchorHorizontalPos: int
32802
- :param _SpeechSpeed: 语速(1.0为正常语速,范围[0.6-2.5],值为0.6时播报语速最慢,值为2.5时播报语速最快。
32837
+ :param _SpeechSpeed: <p>语速(1.0为正常语速,范围[0.6-2.5],值为0.6时播报语速最慢,值为2.5时播报语速最快。</p>
32803
32838
  :type SpeechSpeed: float
32804
- :param _SpeechVolume: 音量大小,范围[0,10],对应音量大小。默认为5,代表正常音量,值越大音量越高。
32839
+ :param _SpeechVolume: <p>音量大小,范围[0,10],对应音量大小。默认为5,代表正常音量,值越大音量越高。</p>
32805
32840
  :type SpeechVolume: int
32806
- :param _Operator: 操作者。
32841
+ :param _Operator: <p>操作者。</p>
32807
32842
  :type Operator: str
32843
+ :param _RoomType: <p>房间类型。AIGC:AIGC形象房间;PRESET:预设形象房间</p><p>枚举值:</p><ul><li>AIGC: AIGC形象房间</li><li>PRESET: 预设形象房间</li></ul>
32844
+ :type RoomType: str
32808
32845
  """
32809
32846
  self._RoomId = None
32810
32847
  self._Name = None
@@ -32817,10 +32854,11 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32817
32854
  self._SpeechSpeed = None
32818
32855
  self._SpeechVolume = None
32819
32856
  self._Operator = None
32857
+ self._RoomType = None
32820
32858
 
32821
32859
  @property
32822
32860
  def RoomId(self):
32823
- r"""数字人直播间 ID
32861
+ r"""<p>数字人直播间 ID。</p>
32824
32862
  :rtype: str
32825
32863
  """
32826
32864
  return self._RoomId
@@ -32831,7 +32869,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32831
32869
 
32832
32870
  @property
32833
32871
  def Name(self):
32834
- r"""直播间名称。
32872
+ r"""<p>直播间名称。</p>
32835
32873
  :rtype: str
32836
32874
  """
32837
32875
  return self._Name
@@ -32842,7 +32880,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32842
32880
 
32843
32881
  @property
32844
32882
  def AvatarKey(self):
32845
- r"""数字人形象KEY
32883
+ r"""<p>数字人形象KEY。</p>
32846
32884
  :rtype: str
32847
32885
  """
32848
32886
  return self._AvatarKey
@@ -32853,7 +32891,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32853
32891
 
32854
32892
  @property
32855
32893
  def TimbreKey(self):
32856
- r"""音色KEY
32894
+ r"""<p>音色KEY。</p>
32857
32895
  :rtype: str
32858
32896
  """
32859
32897
  return self._TimbreKey
@@ -32864,7 +32902,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32864
32902
 
32865
32903
  @property
32866
32904
  def BackgroundUrl(self):
32867
- r"""背景图片URL
32905
+ r"""<p>背景图片URL。</p>
32868
32906
  :rtype: str
32869
32907
  """
32870
32908
  return self._BackgroundUrl
@@ -32875,9 +32913,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32875
32913
 
32876
32914
  @property
32877
32915
  def AnchorScale(self):
32878
- r"""主播大小,默认1.00
32879
- 取值范围(0, 15.00]。
32880
- 精度:使用小数点后两位。
32916
+ r"""<p>主播大小,默认1.00。<br>取值范围(0, 15.00]。<br>精度:使用小数点后两位。</p>
32881
32917
  :rtype: float
32882
32918
  """
32883
32919
  return self._AnchorScale
@@ -32888,9 +32924,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32888
32924
 
32889
32925
  @property
32890
32926
  def AnchorVerticalPos(self):
32891
- r"""主播纵向位置。默认-1贴底部。
32892
- 左上角为原点,形象顶部离屏幕顶部的距离,最大不能使形象底部超出屏幕。
32893
- 即该纵向位置最大为:数字人分辨率的高 - 形象高。
32927
+ r"""<p>主播纵向位置。默认-1贴底部。<br>左上角为原点,形象顶部离屏幕顶部的距离,最大不能使形象底部超出屏幕。<br>即该纵向位置最大为:数字人分辨率的高 - 形象高。</p>
32894
32928
  :rtype: int
32895
32929
  """
32896
32930
  return self._AnchorVerticalPos
@@ -32901,9 +32935,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32901
32935
 
32902
32936
  @property
32903
32937
  def AnchorHorizontalPos(self):
32904
- r"""主播横向位置。默认-1居中。
32905
- 左上角为原点,形象左侧离左侧屏幕的距离。最大值不可使形象右侧超出右侧屏幕。
32906
- 即最大值为:数字人分辨率的宽 - 形象宽。
32938
+ r"""<p>主播横向位置。默认-1居中。<br>左上角为原点,形象左侧离左侧屏幕的距离。最大值不可使形象右侧超出右侧屏幕。<br>即最大值为:数字人分辨率的宽 - 形象宽。</p>
32907
32939
  :rtype: int
32908
32940
  """
32909
32941
  return self._AnchorHorizontalPos
@@ -32914,7 +32946,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32914
32946
 
32915
32947
  @property
32916
32948
  def SpeechSpeed(self):
32917
- r"""语速(1.0为正常语速,范围[0.6-2.5],值为0.6时播报语速最慢,值为2.5时播报语速最快。
32949
+ r"""<p>语速(1.0为正常语速,范围[0.6-2.5],值为0.6时播报语速最慢,值为2.5时播报语速最快。</p>
32918
32950
  :rtype: float
32919
32951
  """
32920
32952
  return self._SpeechSpeed
@@ -32925,7 +32957,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32925
32957
 
32926
32958
  @property
32927
32959
  def SpeechVolume(self):
32928
- r"""音量大小,范围[0,10],对应音量大小。默认为5,代表正常音量,值越大音量越高。
32960
+ r"""<p>音量大小,范围[0,10],对应音量大小。默认为5,代表正常音量,值越大音量越高。</p>
32929
32961
  :rtype: int
32930
32962
  """
32931
32963
  return self._SpeechVolume
@@ -32936,7 +32968,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32936
32968
 
32937
32969
  @property
32938
32970
  def Operator(self):
32939
- r"""操作者。
32971
+ r"""<p>操作者。</p>
32940
32972
  :rtype: str
32941
32973
  """
32942
32974
  return self._Operator
@@ -32945,6 +32977,17 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32945
32977
  def Operator(self, Operator):
32946
32978
  self._Operator = Operator
32947
32979
 
32980
+ @property
32981
+ def RoomType(self):
32982
+ r"""<p>房间类型。AIGC:AIGC形象房间;PRESET:预设形象房间</p><p>枚举值:</p><ul><li>AIGC: AIGC形象房间</li><li>PRESET: 预设形象房间</li></ul>
32983
+ :rtype: str
32984
+ """
32985
+ return self._RoomType
32986
+
32987
+ @RoomType.setter
32988
+ def RoomType(self, RoomType):
32989
+ self._RoomType = RoomType
32990
+
32948
32991
 
32949
32992
  def _deserialize(self, params):
32950
32993
  self._RoomId = params.get("RoomId")
@@ -32958,6 +33001,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32958
33001
  self._SpeechSpeed = params.get("SpeechSpeed")
32959
33002
  self._SpeechVolume = params.get("SpeechVolume")
32960
33003
  self._Operator = params.get("Operator")
33004
+ self._RoomType = params.get("RoomType")
32961
33005
  memeber_set = set(params.keys())
32962
33006
  for name, value in vars(self).items():
32963
33007
  property_name = name[1:]
@@ -36526,28 +36570,26 @@ class PadTemplate(AbstractModel):
36526
36570
 
36527
36571
  def __init__(self):
36528
36572
  r"""
36529
- :param _TemplateId: 模板id
36573
+ :param _TemplateId: <p>模板id。</p>
36530
36574
  :type TemplateId: int
36531
- :param _TemplateName: 模板名称。
36575
+ :param _TemplateName: <p>模板名称。</p>
36532
36576
  :type TemplateName: str
36533
- :param _Url: 垫片内容。
36577
+ :param _Url: <p>垫片内容。</p>
36534
36578
  :type Url: str
36535
- :param _CreateTime: 模板创建时间。
36579
+ :param _CreateTime: <p>模板创建时间。</p>
36536
36580
  :type CreateTime: str
36537
- :param _UpdateTime: 模板修改时间。
36581
+ :param _UpdateTime: <p>模板修改时间。</p>
36538
36582
  :type UpdateTime: str
36539
- :param _Description: 模板描述。
36583
+ :param _Description: <p>模板描述。</p>
36540
36584
  :type Description: str
36541
- :param _WaitDuration: 断流等待时间。
36542
- 取值范围:0-30000。
36543
- 单位:ms。
36585
+ :param _WaitDuration: <p>断流等待时间。<br>取值范围:0-30000。<br>单位:ms。</p>
36544
36586
  :type WaitDuration: int
36545
- :param _MaxDuration: 最大垫片时长。
36546
- 取值范围:0 - 正无穷。
36547
- 单位:ms。
36587
+ :param _MaxDuration: <p>最大垫片时长。<br>取值范围:0 - 正无穷。<br>单位:ms。</p>
36548
36588
  :type MaxDuration: int
36549
- :param _Type: 垫片内容类型: 1:图片,2:视频。 默认值:1
36589
+ :param _Type: <p>垫片内容类型: 1:图片,2:视频。 默认值:1。</p>
36550
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
36551
36593
  """
36552
36594
  self._TemplateId = None
36553
36595
  self._TemplateName = None
@@ -36558,10 +36600,11 @@ class PadTemplate(AbstractModel):
36558
36600
  self._WaitDuration = None
36559
36601
  self._MaxDuration = None
36560
36602
  self._Type = None
36603
+ self._TriggerCondition = None
36561
36604
 
36562
36605
  @property
36563
36606
  def TemplateId(self):
36564
- r"""模板id
36607
+ r"""<p>模板id。</p>
36565
36608
  :rtype: int
36566
36609
  """
36567
36610
  return self._TemplateId
@@ -36572,7 +36615,7 @@ class PadTemplate(AbstractModel):
36572
36615
 
36573
36616
  @property
36574
36617
  def TemplateName(self):
36575
- r"""模板名称。
36618
+ r"""<p>模板名称。</p>
36576
36619
  :rtype: str
36577
36620
  """
36578
36621
  return self._TemplateName
@@ -36583,7 +36626,7 @@ class PadTemplate(AbstractModel):
36583
36626
 
36584
36627
  @property
36585
36628
  def Url(self):
36586
- r"""垫片内容。
36629
+ r"""<p>垫片内容。</p>
36587
36630
  :rtype: str
36588
36631
  """
36589
36632
  return self._Url
@@ -36594,7 +36637,7 @@ class PadTemplate(AbstractModel):
36594
36637
 
36595
36638
  @property
36596
36639
  def CreateTime(self):
36597
- r"""模板创建时间。
36640
+ r"""<p>模板创建时间。</p>
36598
36641
  :rtype: str
36599
36642
  """
36600
36643
  return self._CreateTime
@@ -36605,7 +36648,7 @@ class PadTemplate(AbstractModel):
36605
36648
 
36606
36649
  @property
36607
36650
  def UpdateTime(self):
36608
- r"""模板修改时间。
36651
+ r"""<p>模板修改时间。</p>
36609
36652
  :rtype: str
36610
36653
  """
36611
36654
  return self._UpdateTime
@@ -36616,7 +36659,7 @@ class PadTemplate(AbstractModel):
36616
36659
 
36617
36660
  @property
36618
36661
  def Description(self):
36619
- r"""模板描述。
36662
+ r"""<p>模板描述。</p>
36620
36663
  :rtype: str
36621
36664
  """
36622
36665
  return self._Description
@@ -36627,9 +36670,7 @@ class PadTemplate(AbstractModel):
36627
36670
 
36628
36671
  @property
36629
36672
  def WaitDuration(self):
36630
- r"""断流等待时间。
36631
- 取值范围:0-30000。
36632
- 单位:ms。
36673
+ r"""<p>断流等待时间。<br>取值范围:0-30000。<br>单位:ms。</p>
36633
36674
  :rtype: int
36634
36675
  """
36635
36676
  return self._WaitDuration
@@ -36640,9 +36681,7 @@ class PadTemplate(AbstractModel):
36640
36681
 
36641
36682
  @property
36642
36683
  def MaxDuration(self):
36643
- r"""最大垫片时长。
36644
- 取值范围:0 - 正无穷。
36645
- 单位:ms。
36684
+ r"""<p>最大垫片时长。<br>取值范围:0 - 正无穷。<br>单位:ms。</p>
36646
36685
  :rtype: int
36647
36686
  """
36648
36687
  return self._MaxDuration
@@ -36653,7 +36692,7 @@ class PadTemplate(AbstractModel):
36653
36692
 
36654
36693
  @property
36655
36694
  def Type(self):
36656
- r"""垫片内容类型: 1:图片,2:视频。 默认值:1
36695
+ r"""<p>垫片内容类型: 1:图片,2:视频。 默认值:1。</p>
36657
36696
  :rtype: int
36658
36697
  """
36659
36698
  return self._Type
@@ -36662,6 +36701,17 @@ class PadTemplate(AbstractModel):
36662
36701
  def Type(self, Type):
36663
36702
  self._Type = Type
36664
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
+
36665
36715
 
36666
36716
  def _deserialize(self, params):
36667
36717
  self._TemplateId = params.get("TemplateId")
@@ -36673,6 +36723,7 @@ class PadTemplate(AbstractModel):
36673
36723
  self._WaitDuration = params.get("WaitDuration")
36674
36724
  self._MaxDuration = params.get("MaxDuration")
36675
36725
  self._Type = params.get("Type")
36726
+ self._TriggerCondition = params.get("TriggerCondition")
36676
36727
  memeber_set = set(params.keys())
36677
36728
  for name, value in vars(self).items():
36678
36729
  property_name = name[1:]
@@ -40824,23 +40875,26 @@ class StartLiveAvatarRoomRequest(AbstractModel):
40824
40875
 
40825
40876
  def __init__(self):
40826
40877
  r"""
40827
- :param _RoomId: 数字人直播间 ID
40878
+ :param _RoomId: <p>数字人直播间 ID。</p>
40828
40879
  :type RoomId: str
40829
- :param _Comment: 目标地址描述。
40880
+ :param _Comment: <p>目标地址描述。</p>
40830
40881
  :type Comment: str
40831
- :param _ToUrl: 推流目标地址。
40882
+ :param _ToUrl: <p>推流目标地址。</p>
40832
40883
  :type ToUrl: str
40833
- :param _Operator: 操作者。
40884
+ :param _Operator: <p>操作者。</p>
40834
40885
  :type Operator: str
40886
+ :param _RoomType: <p>房间类型。AIGC:AIGC形象房间;PRESET:预设形象房间</p><p>枚举值:</p><ul><li>AIGC: AIGC形象房间</li><li>PRESET: 预设形象房间</li></ul>
40887
+ :type RoomType: str
40835
40888
  """
40836
40889
  self._RoomId = None
40837
40890
  self._Comment = None
40838
40891
  self._ToUrl = None
40839
40892
  self._Operator = None
40893
+ self._RoomType = None
40840
40894
 
40841
40895
  @property
40842
40896
  def RoomId(self):
40843
- r"""数字人直播间 ID
40897
+ r"""<p>数字人直播间 ID。</p>
40844
40898
  :rtype: str
40845
40899
  """
40846
40900
  return self._RoomId
@@ -40851,7 +40905,7 @@ class StartLiveAvatarRoomRequest(AbstractModel):
40851
40905
 
40852
40906
  @property
40853
40907
  def Comment(self):
40854
- r"""目标地址描述。
40908
+ r"""<p>目标地址描述。</p>
40855
40909
  :rtype: str
40856
40910
  """
40857
40911
  return self._Comment
@@ -40862,7 +40916,7 @@ class StartLiveAvatarRoomRequest(AbstractModel):
40862
40916
 
40863
40917
  @property
40864
40918
  def ToUrl(self):
40865
- r"""推流目标地址。
40919
+ r"""<p>推流目标地址。</p>
40866
40920
  :rtype: str
40867
40921
  """
40868
40922
  return self._ToUrl
@@ -40873,7 +40927,7 @@ class StartLiveAvatarRoomRequest(AbstractModel):
40873
40927
 
40874
40928
  @property
40875
40929
  def Operator(self):
40876
- r"""操作者。
40930
+ r"""<p>操作者。</p>
40877
40931
  :rtype: str
40878
40932
  """
40879
40933
  return self._Operator
@@ -40882,12 +40936,24 @@ class StartLiveAvatarRoomRequest(AbstractModel):
40882
40936
  def Operator(self, Operator):
40883
40937
  self._Operator = Operator
40884
40938
 
40939
+ @property
40940
+ def RoomType(self):
40941
+ r"""<p>房间类型。AIGC:AIGC形象房间;PRESET:预设形象房间</p><p>枚举值:</p><ul><li>AIGC: AIGC形象房间</li><li>PRESET: 预设形象房间</li></ul>
40942
+ :rtype: str
40943
+ """
40944
+ return self._RoomType
40945
+
40946
+ @RoomType.setter
40947
+ def RoomType(self, RoomType):
40948
+ self._RoomType = RoomType
40949
+
40885
40950
 
40886
40951
  def _deserialize(self, params):
40887
40952
  self._RoomId = params.get("RoomId")
40888
40953
  self._Comment = params.get("Comment")
40889
40954
  self._ToUrl = params.get("ToUrl")
40890
40955
  self._Operator = params.get("Operator")
40956
+ self._RoomType = params.get("RoomType")
40891
40957
  memeber_set = set(params.keys())
40892
40958
  for name, value in vars(self).items():
40893
40959
  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.72
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.72
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.78
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.78
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.72