tencentcloud-sdk-python-live 3.1.70__tar.gz → 3.1.73__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-live might be problematic. Click here for more details.

Files changed (17) hide show
  1. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/setup.py +1 -1
  3. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/live/v20180801/live_client.py +4 -4
  5. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/live/v20180801/live_client_async.py +4 -4
  6. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/live/v20180801/models.py +147 -98
  7. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +2 -2
  8. tencentcloud_sdk_python_live-3.1.73/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_live-3.1.70/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/README.rst +0 -0
  11. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/live/__init__.py +0 -0
  13. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/live/v20180801/__init__.py +0 -0
  14. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/live/v20180801/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.73}/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.70
3
+ Version: 3.1.73
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.70
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.73
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.70,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.73,<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.70'
17
+ __version__ = '3.1.73'
@@ -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 = {}
@@ -1892,29 +1892,27 @@ class AvatarScriptInfo(AbstractModel):
1892
1892
 
1893
1893
  def __init__(self):
1894
1894
  r"""
1895
- :param _ScriptId: 数字人直播间话术 ID
1895
+ :param _ScriptId: <p>数字人直播间话术 ID。</p>
1896
1896
  :type ScriptId: str
1897
- :param _Title: 话术标题。
1897
+ :param _ProductId: <p>数字人直播间产品 ID。</p>
1898
+ :type ProductId: str
1899
+ :param _Title: <p>话术标题。</p>
1898
1900
  :type Title: str
1899
- :param _Content: 话术内容。
1901
+ :param _Content: <p>话术内容。</p>
1900
1902
  :type Content: str
1901
- :param _Status: 话术状态。
1902
- PENDING --未生成。
1903
- PROCESSING --生成中。
1904
- READY --已生成。
1903
+ :param _Status: <p>话术状态。PENDING --未生成。PROCESSING --生成中。READY --已生成。FAILED-失败</p><p>枚举值:</p><ul><li>FAILED: 失败</li></ul>
1905
1904
  :type Status: str
1906
- :param _Duration: 时长。单位:毫秒。
1905
+ :param _Duration: <p>时长。单位:毫秒。</p>
1907
1906
  :type Duration: int
1908
- :param _Position: 话术位置。
1907
+ :param _Position: <p>话术位置。</p>
1909
1908
  :type Position: int
1910
- :param _CreateTime: 话术创建时间,UTC时间。
1911
- 注意:UTC时间和北京时间相差八小时。
1909
+ :param _CreateTime: <p>话术创建时间,UTC时间。<br>注意:UTC时间和北京时间相差八小时。</p>
1912
1910
  :type CreateTime: str
1913
- :param _UpdateTime: 话术最后更新时间,UTC时间。
1914
- 注意:UTC时间和北京时间相差八小时。
1911
+ :param _UpdateTime: <p>话术最后更新时间,UTC时间。<br>注意:UTC时间和北京时间相差八小时。</p>
1915
1912
  :type UpdateTime: str
1916
1913
  """
1917
1914
  self._ScriptId = None
1915
+ self._ProductId = None
1918
1916
  self._Title = None
1919
1917
  self._Content = None
1920
1918
  self._Status = None
@@ -1925,7 +1923,7 @@ READY --已生成。
1925
1923
 
1926
1924
  @property
1927
1925
  def ScriptId(self):
1928
- r"""数字人直播间话术 ID
1926
+ r"""<p>数字人直播间话术 ID。</p>
1929
1927
  :rtype: str
1930
1928
  """
1931
1929
  return self._ScriptId
@@ -1934,9 +1932,20 @@ READY --已生成。
1934
1932
  def ScriptId(self, ScriptId):
1935
1933
  self._ScriptId = ScriptId
1936
1934
 
1935
+ @property
1936
+ def ProductId(self):
1937
+ r"""<p>数字人直播间产品 ID。</p>
1938
+ :rtype: str
1939
+ """
1940
+ return self._ProductId
1941
+
1942
+ @ProductId.setter
1943
+ def ProductId(self, ProductId):
1944
+ self._ProductId = ProductId
1945
+
1937
1946
  @property
1938
1947
  def Title(self):
1939
- r"""话术标题。
1948
+ r"""<p>话术标题。</p>
1940
1949
  :rtype: str
1941
1950
  """
1942
1951
  return self._Title
@@ -1947,7 +1956,7 @@ READY --已生成。
1947
1956
 
1948
1957
  @property
1949
1958
  def Content(self):
1950
- r"""话术内容。
1959
+ r"""<p>话术内容。</p>
1951
1960
  :rtype: str
1952
1961
  """
1953
1962
  return self._Content
@@ -1958,10 +1967,7 @@ READY --已生成。
1958
1967
 
1959
1968
  @property
1960
1969
  def Status(self):
1961
- r"""话术状态。
1962
- PENDING --未生成。
1963
- PROCESSING --生成中。
1964
- READY --已生成。
1970
+ r"""<p>话术状态。PENDING --未生成。PROCESSING --生成中。READY --已生成。FAILED-失败</p><p>枚举值:</p><ul><li>FAILED: 失败</li></ul>
1965
1971
  :rtype: str
1966
1972
  """
1967
1973
  return self._Status
@@ -1972,7 +1978,7 @@ READY --已生成。
1972
1978
 
1973
1979
  @property
1974
1980
  def Duration(self):
1975
- r"""时长。单位:毫秒。
1981
+ r"""<p>时长。单位:毫秒。</p>
1976
1982
  :rtype: int
1977
1983
  """
1978
1984
  return self._Duration
@@ -1983,7 +1989,7 @@ READY --已生成。
1983
1989
 
1984
1990
  @property
1985
1991
  def Position(self):
1986
- r"""话术位置。
1992
+ r"""<p>话术位置。</p>
1987
1993
  :rtype: int
1988
1994
  """
1989
1995
  return self._Position
@@ -1994,8 +2000,7 @@ READY --已生成。
1994
2000
 
1995
2001
  @property
1996
2002
  def CreateTime(self):
1997
- r"""话术创建时间,UTC时间。
1998
- 注意:UTC时间和北京时间相差八小时。
2003
+ r"""<p>话术创建时间,UTC时间。<br>注意:UTC时间和北京时间相差八小时。</p>
1999
2004
  :rtype: str
2000
2005
  """
2001
2006
  return self._CreateTime
@@ -2006,8 +2011,7 @@ READY --已生成。
2006
2011
 
2007
2012
  @property
2008
2013
  def UpdateTime(self):
2009
- r"""话术最后更新时间,UTC时间。
2010
- 注意:UTC时间和北京时间相差八小时。
2014
+ r"""<p>话术最后更新时间,UTC时间。<br>注意:UTC时间和北京时间相差八小时。</p>
2011
2015
  :rtype: str
2012
2016
  """
2013
2017
  return self._UpdateTime
@@ -2019,6 +2023,7 @@ READY --已生成。
2019
2023
 
2020
2024
  def _deserialize(self, params):
2021
2025
  self._ScriptId = params.get("ScriptId")
2026
+ self._ProductId = params.get("ProductId")
2022
2027
  self._Title = params.get("Title")
2023
2028
  self._Content = params.get("Content")
2024
2029
  self._Status = params.get("Status")
@@ -8029,28 +8034,29 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8029
8034
 
8030
8035
  def __init__(self):
8031
8036
  r"""
8032
- :param _Title: 话术标题。限制500字节。
8037
+ :param _Title: <p>话术标题。限制500字节。</p>
8033
8038
  :type Title: str
8034
- :param _Content: 话术内容。中文最大支持150个汉字(全角标点符号算一个汉字);英文最大支持500个字母(半角标点符号算一个字母)。
8039
+ :param _Content: <p>话术内容。中文最大支持150个汉字(全角标点符号算一个汉字);英文最大支持500个字母(半角标点符号算一个字母)。</p>
8035
8040
  :type Content: str
8036
- :param _RoomId: 话术所属的数字人直播间 ID
8041
+ :param _RoomId: <p>话术所属的数字人直播间 ID。</p>
8037
8042
  :type RoomId: str
8038
- :param _SpecifyPosition: 话术插入时,可根据已有话术位置,指定新话术插入位置。
8039
- 如已有三条话术100,200,300。
8040
- 新话术可选择150插入到第一条和第二条中间。
8043
+ :param _SpecifyPosition: <p>话术插入时,可根据已有话术位置,指定新话术插入位置。<br>如已有三条话术100,200,300。<br>新话术可选择150插入到第一条和第二条中间。</p>
8041
8044
  :type SpecifyPosition: int
8042
- :param _Operator: 操作者。
8045
+ :param _Operator: <p>操作者。</p>
8043
8046
  :type Operator: str
8047
+ :param _ProductId: <p>话术所属的数字人产品 ID。</p>
8048
+ :type ProductId: str
8044
8049
  """
8045
8050
  self._Title = None
8046
8051
  self._Content = None
8047
8052
  self._RoomId = None
8048
8053
  self._SpecifyPosition = None
8049
8054
  self._Operator = None
8055
+ self._ProductId = None
8050
8056
 
8051
8057
  @property
8052
8058
  def Title(self):
8053
- r"""话术标题。限制500字节。
8059
+ r"""<p>话术标题。限制500字节。</p>
8054
8060
  :rtype: str
8055
8061
  """
8056
8062
  return self._Title
@@ -8061,7 +8067,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8061
8067
 
8062
8068
  @property
8063
8069
  def Content(self):
8064
- r"""话术内容。中文最大支持150个汉字(全角标点符号算一个汉字);英文最大支持500个字母(半角标点符号算一个字母)。
8070
+ r"""<p>话术内容。中文最大支持150个汉字(全角标点符号算一个汉字);英文最大支持500个字母(半角标点符号算一个字母)。</p>
8065
8071
  :rtype: str
8066
8072
  """
8067
8073
  return self._Content
@@ -8072,7 +8078,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8072
8078
 
8073
8079
  @property
8074
8080
  def RoomId(self):
8075
- r"""话术所属的数字人直播间 ID
8081
+ r"""<p>话术所属的数字人直播间 ID。</p>
8076
8082
  :rtype: str
8077
8083
  """
8078
8084
  return self._RoomId
@@ -8083,9 +8089,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8083
8089
 
8084
8090
  @property
8085
8091
  def SpecifyPosition(self):
8086
- r"""话术插入时,可根据已有话术位置,指定新话术插入位置。
8087
- 如已有三条话术100,200,300。
8088
- 新话术可选择150插入到第一条和第二条中间。
8092
+ r"""<p>话术插入时,可根据已有话术位置,指定新话术插入位置。<br>如已有三条话术100,200,300。<br>新话术可选择150插入到第一条和第二条中间。</p>
8089
8093
  :rtype: int
8090
8094
  """
8091
8095
  return self._SpecifyPosition
@@ -8096,7 +8100,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8096
8100
 
8097
8101
  @property
8098
8102
  def Operator(self):
8099
- r"""操作者。
8103
+ r"""<p>操作者。</p>
8100
8104
  :rtype: str
8101
8105
  """
8102
8106
  return self._Operator
@@ -8105,6 +8109,17 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8105
8109
  def Operator(self, Operator):
8106
8110
  self._Operator = Operator
8107
8111
 
8112
+ @property
8113
+ def ProductId(self):
8114
+ r"""<p>话术所属的数字人产品 ID。</p>
8115
+ :rtype: str
8116
+ """
8117
+ return self._ProductId
8118
+
8119
+ @ProductId.setter
8120
+ def ProductId(self, ProductId):
8121
+ self._ProductId = ProductId
8122
+
8108
8123
 
8109
8124
  def _deserialize(self, params):
8110
8125
  self._Title = params.get("Title")
@@ -8112,6 +8127,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
8112
8127
  self._RoomId = params.get("RoomId")
8113
8128
  self._SpecifyPosition = params.get("SpecifyPosition")
8114
8129
  self._Operator = params.get("Operator")
8130
+ self._ProductId = params.get("ProductId")
8115
8131
  memeber_set = set(params.keys())
8116
8132
  for name, value in vars(self).items():
8117
8133
  property_name = name[1:]
@@ -8129,7 +8145,7 @@ class CreateLiveAvatarScriptResponse(AbstractModel):
8129
8145
 
8130
8146
  def __init__(self):
8131
8147
  r"""
8132
- :param _ScriptId: 话术 ID
8148
+ :param _ScriptId: <p>话术 ID。</p>
8133
8149
  :type ScriptId: str
8134
8150
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8135
8151
  :type RequestId: str
@@ -8139,7 +8155,7 @@ class CreateLiveAvatarScriptResponse(AbstractModel):
8139
8155
 
8140
8156
  @property
8141
8157
  def ScriptId(self):
8142
- r"""话术 ID
8158
+ r"""<p>话术 ID。</p>
8143
8159
  :rtype: str
8144
8160
  """
8145
8161
  return self._ScriptId
@@ -18432,23 +18448,26 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
18432
18448
 
18433
18449
  def __init__(self):
18434
18450
  r"""
18435
- :param _RoomId: 数字人直播间 ID
18451
+ :param _RoomId: <p>数字人直播间 ID。</p>
18436
18452
  :type RoomId: str
18437
- :param _ScriptId: 数字人直播间话术 ID
18453
+ :param _ScriptId: <p>数字人直播间话术 ID。</p>
18438
18454
  :type ScriptId: str
18439
- :param _PageIndex: 分页查询的页数。
18455
+ :param _PageIndex: <p>分页查询的页数。</p>
18440
18456
  :type PageIndex: int
18441
- :param _PageSize: 分页查询的每页个数。
18457
+ :param _PageSize: <p>分页查询的每页个数。</p>
18442
18458
  :type PageSize: int
18459
+ :param _ProductId: <p>数字人该话术所属的产品 ID。</p>
18460
+ :type ProductId: str
18443
18461
  """
18444
18462
  self._RoomId = None
18445
18463
  self._ScriptId = None
18446
18464
  self._PageIndex = None
18447
18465
  self._PageSize = None
18466
+ self._ProductId = None
18448
18467
 
18449
18468
  @property
18450
18469
  def RoomId(self):
18451
- r"""数字人直播间 ID
18470
+ r"""<p>数字人直播间 ID。</p>
18452
18471
  :rtype: str
18453
18472
  """
18454
18473
  return self._RoomId
@@ -18459,7 +18478,7 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
18459
18478
 
18460
18479
  @property
18461
18480
  def ScriptId(self):
18462
- r"""数字人直播间话术 ID
18481
+ r"""<p>数字人直播间话术 ID。</p>
18463
18482
  :rtype: str
18464
18483
  """
18465
18484
  return self._ScriptId
@@ -18470,7 +18489,7 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
18470
18489
 
18471
18490
  @property
18472
18491
  def PageIndex(self):
18473
- r"""分页查询的页数。
18492
+ r"""<p>分页查询的页数。</p>
18474
18493
  :rtype: int
18475
18494
  """
18476
18495
  return self._PageIndex
@@ -18481,7 +18500,7 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
18481
18500
 
18482
18501
  @property
18483
18502
  def PageSize(self):
18484
- r"""分页查询的每页个数。
18503
+ r"""<p>分页查询的每页个数。</p>
18485
18504
  :rtype: int
18486
18505
  """
18487
18506
  return self._PageSize
@@ -18490,12 +18509,24 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
18490
18509
  def PageSize(self, PageSize):
18491
18510
  self._PageSize = PageSize
18492
18511
 
18512
+ @property
18513
+ def ProductId(self):
18514
+ r"""<p>数字人该话术所属的产品 ID。</p>
18515
+ :rtype: str
18516
+ """
18517
+ return self._ProductId
18518
+
18519
+ @ProductId.setter
18520
+ def ProductId(self, ProductId):
18521
+ self._ProductId = ProductId
18522
+
18493
18523
 
18494
18524
  def _deserialize(self, params):
18495
18525
  self._RoomId = params.get("RoomId")
18496
18526
  self._ScriptId = params.get("ScriptId")
18497
18527
  self._PageIndex = params.get("PageIndex")
18498
18528
  self._PageSize = params.get("PageSize")
18529
+ self._ProductId = params.get("ProductId")
18499
18530
  memeber_set = set(params.keys())
18500
18531
  for name, value in vars(self).items():
18501
18532
  property_name = name[1:]
@@ -18513,11 +18544,11 @@ class DescribeLiveAvatarScriptsResponse(AbstractModel):
18513
18544
 
18514
18545
  def __init__(self):
18515
18546
  r"""
18516
- :param _InfoList: 数字人直播间话术信息列表。
18547
+ :param _InfoList: <p>数字人直播间话术信息列表。</p>
18517
18548
  :type InfoList: list of AvatarScriptInfo
18518
- :param _LimitCreateNum: 限制可创建的数字人直播间话术总条数。
18549
+ :param _LimitCreateNum: <p>限制可创建的数字人直播间话术总条数。</p>
18519
18550
  :type LimitCreateNum: int
18520
- :param _TotalNum: 当前数字人直播间话术总条数。
18551
+ :param _TotalNum: <p>当前数字人直播间话术总条数。</p>
18521
18552
  :type TotalNum: int
18522
18553
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18523
18554
  :type RequestId: str
@@ -18529,7 +18560,7 @@ class DescribeLiveAvatarScriptsResponse(AbstractModel):
18529
18560
 
18530
18561
  @property
18531
18562
  def InfoList(self):
18532
- r"""数字人直播间话术信息列表。
18563
+ r"""<p>数字人直播间话术信息列表。</p>
18533
18564
  :rtype: list of AvatarScriptInfo
18534
18565
  """
18535
18566
  return self._InfoList
@@ -18540,7 +18571,7 @@ class DescribeLiveAvatarScriptsResponse(AbstractModel):
18540
18571
 
18541
18572
  @property
18542
18573
  def LimitCreateNum(self):
18543
- r"""限制可创建的数字人直播间话术总条数。
18574
+ r"""<p>限制可创建的数字人直播间话术总条数。</p>
18544
18575
  :rtype: int
18545
18576
  """
18546
18577
  return self._LimitCreateNum
@@ -18551,7 +18582,7 @@ class DescribeLiveAvatarScriptsResponse(AbstractModel):
18551
18582
 
18552
18583
  @property
18553
18584
  def TotalNum(self):
18554
- r"""当前数字人直播间话术总条数。
18585
+ r"""<p>当前数字人直播间话术总条数。</p>
18555
18586
  :rtype: int
18556
18587
  """
18557
18588
  return self._TotalNum
@@ -32772,34 +32803,30 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32772
32803
 
32773
32804
  def __init__(self):
32774
32805
  r"""
32775
- :param _RoomId: 数字人直播间 ID
32806
+ :param _RoomId: <p>数字人直播间 ID。</p>
32776
32807
  :type RoomId: str
32777
- :param _Name: 直播间名称。
32808
+ :param _Name: <p>直播间名称。</p>
32778
32809
  :type Name: str
32779
- :param _AvatarKey: 数字人形象KEY
32810
+ :param _AvatarKey: <p>数字人形象KEY。</p>
32780
32811
  :type AvatarKey: str
32781
- :param _TimbreKey: 音色KEY
32812
+ :param _TimbreKey: <p>音色KEY。</p>
32782
32813
  :type TimbreKey: str
32783
- :param _BackgroundUrl: 背景图片URL
32814
+ :param _BackgroundUrl: <p>背景图片URL。</p>
32784
32815
  :type BackgroundUrl: str
32785
- :param _AnchorScale: 主播大小,默认1.00
32786
- 取值范围(0, 15.00]。
32787
- 精度:使用小数点后两位。
32816
+ :param _AnchorScale: <p>主播大小,默认1.00。<br>取值范围(0, 15.00]。<br>精度:使用小数点后两位。</p>
32788
32817
  :type AnchorScale: float
32789
- :param _AnchorVerticalPos: 主播纵向位置。默认-1贴底部。
32790
- 左上角为原点,形象顶部离屏幕顶部的距离,最大不能使形象底部超出屏幕。
32791
- 即该纵向位置最大为:数字人分辨率的高 - 形象高。
32818
+ :param _AnchorVerticalPos: <p>主播纵向位置。默认-1贴底部。<br>左上角为原点,形象顶部离屏幕顶部的距离,最大不能使形象底部超出屏幕。<br>即该纵向位置最大为:数字人分辨率的高 - 形象高。</p>
32792
32819
  :type AnchorVerticalPos: int
32793
- :param _AnchorHorizontalPos: 主播横向位置。默认-1居中。
32794
- 左上角为原点,形象左侧离左侧屏幕的距离。最大值不可使形象右侧超出右侧屏幕。
32795
- 即最大值为:数字人分辨率的宽 - 形象宽。
32820
+ :param _AnchorHorizontalPos: <p>主播横向位置。默认-1居中。<br>左上角为原点,形象左侧离左侧屏幕的距离。最大值不可使形象右侧超出右侧屏幕。<br>即最大值为:数字人分辨率的宽 - 形象宽。</p>
32796
32821
  :type AnchorHorizontalPos: int
32797
- :param _SpeechSpeed: 语速(1.0为正常语速,范围[0.6-2.5],值为0.6时播报语速最慢,值为2.5时播报语速最快。
32822
+ :param _SpeechSpeed: <p>语速(1.0为正常语速,范围[0.6-2.5],值为0.6时播报语速最慢,值为2.5时播报语速最快。</p>
32798
32823
  :type SpeechSpeed: float
32799
- :param _SpeechVolume: 音量大小,范围[0,10],对应音量大小。默认为5,代表正常音量,值越大音量越高。
32824
+ :param _SpeechVolume: <p>音量大小,范围[0,10],对应音量大小。默认为5,代表正常音量,值越大音量越高。</p>
32800
32825
  :type SpeechVolume: int
32801
- :param _Operator: 操作者。
32826
+ :param _Operator: <p>操作者。</p>
32802
32827
  :type Operator: str
32828
+ :param _RoomType: <p>房间类型。AIGC:AIGC形象房间;PRESET:预设形象房间</p><p>枚举值:</p><ul><li>AIGC: AIGC形象房间</li><li>PRESET: 预设形象房间</li></ul>
32829
+ :type RoomType: str
32803
32830
  """
32804
32831
  self._RoomId = None
32805
32832
  self._Name = None
@@ -32812,10 +32839,11 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32812
32839
  self._SpeechSpeed = None
32813
32840
  self._SpeechVolume = None
32814
32841
  self._Operator = None
32842
+ self._RoomType = None
32815
32843
 
32816
32844
  @property
32817
32845
  def RoomId(self):
32818
- r"""数字人直播间 ID
32846
+ r"""<p>数字人直播间 ID。</p>
32819
32847
  :rtype: str
32820
32848
  """
32821
32849
  return self._RoomId
@@ -32826,7 +32854,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32826
32854
 
32827
32855
  @property
32828
32856
  def Name(self):
32829
- r"""直播间名称。
32857
+ r"""<p>直播间名称。</p>
32830
32858
  :rtype: str
32831
32859
  """
32832
32860
  return self._Name
@@ -32837,7 +32865,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32837
32865
 
32838
32866
  @property
32839
32867
  def AvatarKey(self):
32840
- r"""数字人形象KEY
32868
+ r"""<p>数字人形象KEY。</p>
32841
32869
  :rtype: str
32842
32870
  """
32843
32871
  return self._AvatarKey
@@ -32848,7 +32876,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32848
32876
 
32849
32877
  @property
32850
32878
  def TimbreKey(self):
32851
- r"""音色KEY
32879
+ r"""<p>音色KEY。</p>
32852
32880
  :rtype: str
32853
32881
  """
32854
32882
  return self._TimbreKey
@@ -32859,7 +32887,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32859
32887
 
32860
32888
  @property
32861
32889
  def BackgroundUrl(self):
32862
- r"""背景图片URL
32890
+ r"""<p>背景图片URL。</p>
32863
32891
  :rtype: str
32864
32892
  """
32865
32893
  return self._BackgroundUrl
@@ -32870,9 +32898,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32870
32898
 
32871
32899
  @property
32872
32900
  def AnchorScale(self):
32873
- r"""主播大小,默认1.00
32874
- 取值范围(0, 15.00]。
32875
- 精度:使用小数点后两位。
32901
+ r"""<p>主播大小,默认1.00。<br>取值范围(0, 15.00]。<br>精度:使用小数点后两位。</p>
32876
32902
  :rtype: float
32877
32903
  """
32878
32904
  return self._AnchorScale
@@ -32883,9 +32909,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32883
32909
 
32884
32910
  @property
32885
32911
  def AnchorVerticalPos(self):
32886
- r"""主播纵向位置。默认-1贴底部。
32887
- 左上角为原点,形象顶部离屏幕顶部的距离,最大不能使形象底部超出屏幕。
32888
- 即该纵向位置最大为:数字人分辨率的高 - 形象高。
32912
+ r"""<p>主播纵向位置。默认-1贴底部。<br>左上角为原点,形象顶部离屏幕顶部的距离,最大不能使形象底部超出屏幕。<br>即该纵向位置最大为:数字人分辨率的高 - 形象高。</p>
32889
32913
  :rtype: int
32890
32914
  """
32891
32915
  return self._AnchorVerticalPos
@@ -32896,9 +32920,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32896
32920
 
32897
32921
  @property
32898
32922
  def AnchorHorizontalPos(self):
32899
- r"""主播横向位置。默认-1居中。
32900
- 左上角为原点,形象左侧离左侧屏幕的距离。最大值不可使形象右侧超出右侧屏幕。
32901
- 即最大值为:数字人分辨率的宽 - 形象宽。
32923
+ r"""<p>主播横向位置。默认-1居中。<br>左上角为原点,形象左侧离左侧屏幕的距离。最大值不可使形象右侧超出右侧屏幕。<br>即最大值为:数字人分辨率的宽 - 形象宽。</p>
32902
32924
  :rtype: int
32903
32925
  """
32904
32926
  return self._AnchorHorizontalPos
@@ -32909,7 +32931,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32909
32931
 
32910
32932
  @property
32911
32933
  def SpeechSpeed(self):
32912
- r"""语速(1.0为正常语速,范围[0.6-2.5],值为0.6时播报语速最慢,值为2.5时播报语速最快。
32934
+ r"""<p>语速(1.0为正常语速,范围[0.6-2.5],值为0.6时播报语速最慢,值为2.5时播报语速最快。</p>
32913
32935
  :rtype: float
32914
32936
  """
32915
32937
  return self._SpeechSpeed
@@ -32920,7 +32942,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32920
32942
 
32921
32943
  @property
32922
32944
  def SpeechVolume(self):
32923
- r"""音量大小,范围[0,10],对应音量大小。默认为5,代表正常音量,值越大音量越高。
32945
+ r"""<p>音量大小,范围[0,10],对应音量大小。默认为5,代表正常音量,值越大音量越高。</p>
32924
32946
  :rtype: int
32925
32947
  """
32926
32948
  return self._SpeechVolume
@@ -32931,7 +32953,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32931
32953
 
32932
32954
  @property
32933
32955
  def Operator(self):
32934
- r"""操作者。
32956
+ r"""<p>操作者。</p>
32935
32957
  :rtype: str
32936
32958
  """
32937
32959
  return self._Operator
@@ -32940,6 +32962,17 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32940
32962
  def Operator(self, Operator):
32941
32963
  self._Operator = Operator
32942
32964
 
32965
+ @property
32966
+ def RoomType(self):
32967
+ r"""<p>房间类型。AIGC:AIGC形象房间;PRESET:预设形象房间</p><p>枚举值:</p><ul><li>AIGC: AIGC形象房间</li><li>PRESET: 预设形象房间</li></ul>
32968
+ :rtype: str
32969
+ """
32970
+ return self._RoomType
32971
+
32972
+ @RoomType.setter
32973
+ def RoomType(self, RoomType):
32974
+ self._RoomType = RoomType
32975
+
32943
32976
 
32944
32977
  def _deserialize(self, params):
32945
32978
  self._RoomId = params.get("RoomId")
@@ -32953,6 +32986,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
32953
32986
  self._SpeechSpeed = params.get("SpeechSpeed")
32954
32987
  self._SpeechVolume = params.get("SpeechVolume")
32955
32988
  self._Operator = params.get("Operator")
32989
+ self._RoomType = params.get("RoomType")
32956
32990
  memeber_set = set(params.keys())
32957
32991
  for name, value in vars(self).items():
32958
32992
  property_name = name[1:]
@@ -40819,23 +40853,26 @@ class StartLiveAvatarRoomRequest(AbstractModel):
40819
40853
 
40820
40854
  def __init__(self):
40821
40855
  r"""
40822
- :param _RoomId: 数字人直播间 ID
40856
+ :param _RoomId: <p>数字人直播间 ID。</p>
40823
40857
  :type RoomId: str
40824
- :param _Comment: 目标地址描述。
40858
+ :param _Comment: <p>目标地址描述。</p>
40825
40859
  :type Comment: str
40826
- :param _ToUrl: 推流目标地址。
40860
+ :param _ToUrl: <p>推流目标地址。</p>
40827
40861
  :type ToUrl: str
40828
- :param _Operator: 操作者。
40862
+ :param _Operator: <p>操作者。</p>
40829
40863
  :type Operator: str
40864
+ :param _RoomType: <p>房间类型。AIGC:AIGC形象房间;PRESET:预设形象房间</p><p>枚举值:</p><ul><li>AIGC: AIGC形象房间</li><li>PRESET: 预设形象房间</li></ul>
40865
+ :type RoomType: str
40830
40866
  """
40831
40867
  self._RoomId = None
40832
40868
  self._Comment = None
40833
40869
  self._ToUrl = None
40834
40870
  self._Operator = None
40871
+ self._RoomType = None
40835
40872
 
40836
40873
  @property
40837
40874
  def RoomId(self):
40838
- r"""数字人直播间 ID
40875
+ r"""<p>数字人直播间 ID。</p>
40839
40876
  :rtype: str
40840
40877
  """
40841
40878
  return self._RoomId
@@ -40846,7 +40883,7 @@ class StartLiveAvatarRoomRequest(AbstractModel):
40846
40883
 
40847
40884
  @property
40848
40885
  def Comment(self):
40849
- r"""目标地址描述。
40886
+ r"""<p>目标地址描述。</p>
40850
40887
  :rtype: str
40851
40888
  """
40852
40889
  return self._Comment
@@ -40857,7 +40894,7 @@ class StartLiveAvatarRoomRequest(AbstractModel):
40857
40894
 
40858
40895
  @property
40859
40896
  def ToUrl(self):
40860
- r"""推流目标地址。
40897
+ r"""<p>推流目标地址。</p>
40861
40898
  :rtype: str
40862
40899
  """
40863
40900
  return self._ToUrl
@@ -40868,7 +40905,7 @@ class StartLiveAvatarRoomRequest(AbstractModel):
40868
40905
 
40869
40906
  @property
40870
40907
  def Operator(self):
40871
- r"""操作者。
40908
+ r"""<p>操作者。</p>
40872
40909
  :rtype: str
40873
40910
  """
40874
40911
  return self._Operator
@@ -40877,12 +40914,24 @@ class StartLiveAvatarRoomRequest(AbstractModel):
40877
40914
  def Operator(self, Operator):
40878
40915
  self._Operator = Operator
40879
40916
 
40917
+ @property
40918
+ def RoomType(self):
40919
+ r"""<p>房间类型。AIGC:AIGC形象房间;PRESET:预设形象房间</p><p>枚举值:</p><ul><li>AIGC: AIGC形象房间</li><li>PRESET: 预设形象房间</li></ul>
40920
+ :rtype: str
40921
+ """
40922
+ return self._RoomType
40923
+
40924
+ @RoomType.setter
40925
+ def RoomType(self, RoomType):
40926
+ self._RoomType = RoomType
40927
+
40880
40928
 
40881
40929
  def _deserialize(self, params):
40882
40930
  self._RoomId = params.get("RoomId")
40883
40931
  self._Comment = params.get("Comment")
40884
40932
  self._ToUrl = params.get("ToUrl")
40885
40933
  self._Operator = params.get("Operator")
40934
+ self._RoomType = params.get("RoomType")
40886
40935
  memeber_set = set(params.keys())
40887
40936
  for name, value in vars(self).items():
40888
40937
  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.70
3
+ Version: 3.1.73
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.70
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.73
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.73
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.70