tencentcloud-sdk-python-live 3.1.72__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.
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/setup.py +1 -1
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/live/v20180801/live_client.py +4 -4
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/live/v20180801/live_client_async.py +4 -4
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/live/v20180801/models.py +116 -72
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_live-3.1.73/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_live-3.1.72/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/README.rst +0 -0
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/setup.cfg +0 -0
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/live/__init__.py +0 -0
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/live/v20180801/__init__.py +0 -0
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud/live/v20180801/errorcodes.py +0 -0
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_live-3.1.72 → tencentcloud_sdk_python_live-3.1.73}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_live-3.1.72 → 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.
|
|
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.
|
|
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.
|
|
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',
|
|
@@ -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 = {}
|
|
@@ -8034,28 +8034,29 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
|
|
|
8034
8034
|
|
|
8035
8035
|
def __init__(self):
|
|
8036
8036
|
r"""
|
|
8037
|
-
:param _Title:
|
|
8037
|
+
:param _Title: <p>话术标题。限制500字节。</p>
|
|
8038
8038
|
:type Title: str
|
|
8039
|
-
:param _Content:
|
|
8039
|
+
:param _Content: <p>话术内容。中文最大支持150个汉字(全角标点符号算一个汉字);英文最大支持500个字母(半角标点符号算一个字母)。</p>
|
|
8040
8040
|
:type Content: str
|
|
8041
|
-
:param _RoomId:
|
|
8041
|
+
:param _RoomId: <p>话术所属的数字人直播间 ID。</p>
|
|
8042
8042
|
:type RoomId: str
|
|
8043
|
-
:param _SpecifyPosition:
|
|
8044
|
-
如已有三条话术100,200,300。
|
|
8045
|
-
新话术可选择150插入到第一条和第二条中间。
|
|
8043
|
+
:param _SpecifyPosition: <p>话术插入时,可根据已有话术位置,指定新话术插入位置。<br>如已有三条话术100,200,300。<br>新话术可选择150插入到第一条和第二条中间。</p>
|
|
8046
8044
|
:type SpecifyPosition: int
|
|
8047
|
-
:param _Operator:
|
|
8045
|
+
:param _Operator: <p>操作者。</p>
|
|
8048
8046
|
:type Operator: str
|
|
8047
|
+
:param _ProductId: <p>话术所属的数字人产品 ID。</p>
|
|
8048
|
+
:type ProductId: str
|
|
8049
8049
|
"""
|
|
8050
8050
|
self._Title = None
|
|
8051
8051
|
self._Content = None
|
|
8052
8052
|
self._RoomId = None
|
|
8053
8053
|
self._SpecifyPosition = None
|
|
8054
8054
|
self._Operator = None
|
|
8055
|
+
self._ProductId = None
|
|
8055
8056
|
|
|
8056
8057
|
@property
|
|
8057
8058
|
def Title(self):
|
|
8058
|
-
r"""
|
|
8059
|
+
r"""<p>话术标题。限制500字节。</p>
|
|
8059
8060
|
:rtype: str
|
|
8060
8061
|
"""
|
|
8061
8062
|
return self._Title
|
|
@@ -8066,7 +8067,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
|
|
|
8066
8067
|
|
|
8067
8068
|
@property
|
|
8068
8069
|
def Content(self):
|
|
8069
|
-
r"""
|
|
8070
|
+
r"""<p>话术内容。中文最大支持150个汉字(全角标点符号算一个汉字);英文最大支持500个字母(半角标点符号算一个字母)。</p>
|
|
8070
8071
|
:rtype: str
|
|
8071
8072
|
"""
|
|
8072
8073
|
return self._Content
|
|
@@ -8077,7 +8078,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
|
|
|
8077
8078
|
|
|
8078
8079
|
@property
|
|
8079
8080
|
def RoomId(self):
|
|
8080
|
-
r"""
|
|
8081
|
+
r"""<p>话术所属的数字人直播间 ID。</p>
|
|
8081
8082
|
:rtype: str
|
|
8082
8083
|
"""
|
|
8083
8084
|
return self._RoomId
|
|
@@ -8088,9 +8089,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
|
|
|
8088
8089
|
|
|
8089
8090
|
@property
|
|
8090
8091
|
def SpecifyPosition(self):
|
|
8091
|
-
r"""
|
|
8092
|
-
如已有三条话术100,200,300。
|
|
8093
|
-
新话术可选择150插入到第一条和第二条中间。
|
|
8092
|
+
r"""<p>话术插入时,可根据已有话术位置,指定新话术插入位置。<br>如已有三条话术100,200,300。<br>新话术可选择150插入到第一条和第二条中间。</p>
|
|
8094
8093
|
:rtype: int
|
|
8095
8094
|
"""
|
|
8096
8095
|
return self._SpecifyPosition
|
|
@@ -8101,7 +8100,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
|
|
|
8101
8100
|
|
|
8102
8101
|
@property
|
|
8103
8102
|
def Operator(self):
|
|
8104
|
-
r"""
|
|
8103
|
+
r"""<p>操作者。</p>
|
|
8105
8104
|
:rtype: str
|
|
8106
8105
|
"""
|
|
8107
8106
|
return self._Operator
|
|
@@ -8110,6 +8109,17 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
|
|
|
8110
8109
|
def Operator(self, Operator):
|
|
8111
8110
|
self._Operator = Operator
|
|
8112
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
|
+
|
|
8113
8123
|
|
|
8114
8124
|
def _deserialize(self, params):
|
|
8115
8125
|
self._Title = params.get("Title")
|
|
@@ -8117,6 +8127,7 @@ class CreateLiveAvatarScriptRequest(AbstractModel):
|
|
|
8117
8127
|
self._RoomId = params.get("RoomId")
|
|
8118
8128
|
self._SpecifyPosition = params.get("SpecifyPosition")
|
|
8119
8129
|
self._Operator = params.get("Operator")
|
|
8130
|
+
self._ProductId = params.get("ProductId")
|
|
8120
8131
|
memeber_set = set(params.keys())
|
|
8121
8132
|
for name, value in vars(self).items():
|
|
8122
8133
|
property_name = name[1:]
|
|
@@ -8134,7 +8145,7 @@ class CreateLiveAvatarScriptResponse(AbstractModel):
|
|
|
8134
8145
|
|
|
8135
8146
|
def __init__(self):
|
|
8136
8147
|
r"""
|
|
8137
|
-
:param _ScriptId:
|
|
8148
|
+
:param _ScriptId: <p>话术 ID。</p>
|
|
8138
8149
|
:type ScriptId: str
|
|
8139
8150
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8140
8151
|
:type RequestId: str
|
|
@@ -8144,7 +8155,7 @@ class CreateLiveAvatarScriptResponse(AbstractModel):
|
|
|
8144
8155
|
|
|
8145
8156
|
@property
|
|
8146
8157
|
def ScriptId(self):
|
|
8147
|
-
r"""
|
|
8158
|
+
r"""<p>话术 ID。</p>
|
|
8148
8159
|
:rtype: str
|
|
8149
8160
|
"""
|
|
8150
8161
|
return self._ScriptId
|
|
@@ -18437,23 +18448,26 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
|
|
|
18437
18448
|
|
|
18438
18449
|
def __init__(self):
|
|
18439
18450
|
r"""
|
|
18440
|
-
:param _RoomId:
|
|
18451
|
+
:param _RoomId: <p>数字人直播间 ID。</p>
|
|
18441
18452
|
:type RoomId: str
|
|
18442
|
-
:param _ScriptId:
|
|
18453
|
+
:param _ScriptId: <p>数字人直播间话术 ID。</p>
|
|
18443
18454
|
:type ScriptId: str
|
|
18444
|
-
:param _PageIndex:
|
|
18455
|
+
:param _PageIndex: <p>分页查询的页数。</p>
|
|
18445
18456
|
:type PageIndex: int
|
|
18446
|
-
:param _PageSize:
|
|
18457
|
+
:param _PageSize: <p>分页查询的每页个数。</p>
|
|
18447
18458
|
:type PageSize: int
|
|
18459
|
+
:param _ProductId: <p>数字人该话术所属的产品 ID。</p>
|
|
18460
|
+
:type ProductId: str
|
|
18448
18461
|
"""
|
|
18449
18462
|
self._RoomId = None
|
|
18450
18463
|
self._ScriptId = None
|
|
18451
18464
|
self._PageIndex = None
|
|
18452
18465
|
self._PageSize = None
|
|
18466
|
+
self._ProductId = None
|
|
18453
18467
|
|
|
18454
18468
|
@property
|
|
18455
18469
|
def RoomId(self):
|
|
18456
|
-
r"""
|
|
18470
|
+
r"""<p>数字人直播间 ID。</p>
|
|
18457
18471
|
:rtype: str
|
|
18458
18472
|
"""
|
|
18459
18473
|
return self._RoomId
|
|
@@ -18464,7 +18478,7 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
|
|
|
18464
18478
|
|
|
18465
18479
|
@property
|
|
18466
18480
|
def ScriptId(self):
|
|
18467
|
-
r"""
|
|
18481
|
+
r"""<p>数字人直播间话术 ID。</p>
|
|
18468
18482
|
:rtype: str
|
|
18469
18483
|
"""
|
|
18470
18484
|
return self._ScriptId
|
|
@@ -18475,7 +18489,7 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
|
|
|
18475
18489
|
|
|
18476
18490
|
@property
|
|
18477
18491
|
def PageIndex(self):
|
|
18478
|
-
r"""
|
|
18492
|
+
r"""<p>分页查询的页数。</p>
|
|
18479
18493
|
:rtype: int
|
|
18480
18494
|
"""
|
|
18481
18495
|
return self._PageIndex
|
|
@@ -18486,7 +18500,7 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
|
|
|
18486
18500
|
|
|
18487
18501
|
@property
|
|
18488
18502
|
def PageSize(self):
|
|
18489
|
-
r"""
|
|
18503
|
+
r"""<p>分页查询的每页个数。</p>
|
|
18490
18504
|
:rtype: int
|
|
18491
18505
|
"""
|
|
18492
18506
|
return self._PageSize
|
|
@@ -18495,12 +18509,24 @@ class DescribeLiveAvatarScriptsRequest(AbstractModel):
|
|
|
18495
18509
|
def PageSize(self, PageSize):
|
|
18496
18510
|
self._PageSize = PageSize
|
|
18497
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
|
+
|
|
18498
18523
|
|
|
18499
18524
|
def _deserialize(self, params):
|
|
18500
18525
|
self._RoomId = params.get("RoomId")
|
|
18501
18526
|
self._ScriptId = params.get("ScriptId")
|
|
18502
18527
|
self._PageIndex = params.get("PageIndex")
|
|
18503
18528
|
self._PageSize = params.get("PageSize")
|
|
18529
|
+
self._ProductId = params.get("ProductId")
|
|
18504
18530
|
memeber_set = set(params.keys())
|
|
18505
18531
|
for name, value in vars(self).items():
|
|
18506
18532
|
property_name = name[1:]
|
|
@@ -18518,11 +18544,11 @@ class DescribeLiveAvatarScriptsResponse(AbstractModel):
|
|
|
18518
18544
|
|
|
18519
18545
|
def __init__(self):
|
|
18520
18546
|
r"""
|
|
18521
|
-
:param _InfoList:
|
|
18547
|
+
:param _InfoList: <p>数字人直播间话术信息列表。</p>
|
|
18522
18548
|
:type InfoList: list of AvatarScriptInfo
|
|
18523
|
-
:param _LimitCreateNum:
|
|
18549
|
+
:param _LimitCreateNum: <p>限制可创建的数字人直播间话术总条数。</p>
|
|
18524
18550
|
:type LimitCreateNum: int
|
|
18525
|
-
:param _TotalNum:
|
|
18551
|
+
:param _TotalNum: <p>当前数字人直播间话术总条数。</p>
|
|
18526
18552
|
:type TotalNum: int
|
|
18527
18553
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
18528
18554
|
:type RequestId: str
|
|
@@ -18534,7 +18560,7 @@ class DescribeLiveAvatarScriptsResponse(AbstractModel):
|
|
|
18534
18560
|
|
|
18535
18561
|
@property
|
|
18536
18562
|
def InfoList(self):
|
|
18537
|
-
r"""
|
|
18563
|
+
r"""<p>数字人直播间话术信息列表。</p>
|
|
18538
18564
|
:rtype: list of AvatarScriptInfo
|
|
18539
18565
|
"""
|
|
18540
18566
|
return self._InfoList
|
|
@@ -18545,7 +18571,7 @@ class DescribeLiveAvatarScriptsResponse(AbstractModel):
|
|
|
18545
18571
|
|
|
18546
18572
|
@property
|
|
18547
18573
|
def LimitCreateNum(self):
|
|
18548
|
-
r"""
|
|
18574
|
+
r"""<p>限制可创建的数字人直播间话术总条数。</p>
|
|
18549
18575
|
:rtype: int
|
|
18550
18576
|
"""
|
|
18551
18577
|
return self._LimitCreateNum
|
|
@@ -18556,7 +18582,7 @@ class DescribeLiveAvatarScriptsResponse(AbstractModel):
|
|
|
18556
18582
|
|
|
18557
18583
|
@property
|
|
18558
18584
|
def TotalNum(self):
|
|
18559
|
-
r"""
|
|
18585
|
+
r"""<p>当前数字人直播间话术总条数。</p>
|
|
18560
18586
|
:rtype: int
|
|
18561
18587
|
"""
|
|
18562
18588
|
return self._TotalNum
|
|
@@ -32777,34 +32803,30 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32777
32803
|
|
|
32778
32804
|
def __init__(self):
|
|
32779
32805
|
r"""
|
|
32780
|
-
:param _RoomId:
|
|
32806
|
+
:param _RoomId: <p>数字人直播间 ID。</p>
|
|
32781
32807
|
:type RoomId: str
|
|
32782
|
-
:param _Name:
|
|
32808
|
+
:param _Name: <p>直播间名称。</p>
|
|
32783
32809
|
:type Name: str
|
|
32784
|
-
:param _AvatarKey:
|
|
32810
|
+
:param _AvatarKey: <p>数字人形象KEY。</p>
|
|
32785
32811
|
:type AvatarKey: str
|
|
32786
|
-
:param _TimbreKey:
|
|
32812
|
+
:param _TimbreKey: <p>音色KEY。</p>
|
|
32787
32813
|
:type TimbreKey: str
|
|
32788
|
-
:param _BackgroundUrl:
|
|
32814
|
+
:param _BackgroundUrl: <p>背景图片URL。</p>
|
|
32789
32815
|
:type BackgroundUrl: str
|
|
32790
|
-
:param _AnchorScale:
|
|
32791
|
-
取值范围(0, 15.00]。
|
|
32792
|
-
精度:使用小数点后两位。
|
|
32816
|
+
:param _AnchorScale: <p>主播大小,默认1.00。<br>取值范围(0, 15.00]。<br>精度:使用小数点后两位。</p>
|
|
32793
32817
|
:type AnchorScale: float
|
|
32794
|
-
:param _AnchorVerticalPos:
|
|
32795
|
-
左上角为原点,形象顶部离屏幕顶部的距离,最大不能使形象底部超出屏幕。
|
|
32796
|
-
即该纵向位置最大为:数字人分辨率的高 - 形象高。
|
|
32818
|
+
:param _AnchorVerticalPos: <p>主播纵向位置。默认-1贴底部。<br>左上角为原点,形象顶部离屏幕顶部的距离,最大不能使形象底部超出屏幕。<br>即该纵向位置最大为:数字人分辨率的高 - 形象高。</p>
|
|
32797
32819
|
:type AnchorVerticalPos: int
|
|
32798
|
-
:param _AnchorHorizontalPos:
|
|
32799
|
-
左上角为原点,形象左侧离左侧屏幕的距离。最大值不可使形象右侧超出右侧屏幕。
|
|
32800
|
-
即最大值为:数字人分辨率的宽 - 形象宽。
|
|
32820
|
+
:param _AnchorHorizontalPos: <p>主播横向位置。默认-1居中。<br>左上角为原点,形象左侧离左侧屏幕的距离。最大值不可使形象右侧超出右侧屏幕。<br>即最大值为:数字人分辨率的宽 - 形象宽。</p>
|
|
32801
32821
|
:type AnchorHorizontalPos: int
|
|
32802
|
-
:param _SpeechSpeed:
|
|
32822
|
+
:param _SpeechSpeed: <p>语速(1.0为正常语速,范围[0.6-2.5],值为0.6时播报语速最慢,值为2.5时播报语速最快。</p>
|
|
32803
32823
|
:type SpeechSpeed: float
|
|
32804
|
-
:param _SpeechVolume:
|
|
32824
|
+
:param _SpeechVolume: <p>音量大小,范围[0,10],对应音量大小。默认为5,代表正常音量,值越大音量越高。</p>
|
|
32805
32825
|
:type SpeechVolume: int
|
|
32806
|
-
:param _Operator:
|
|
32826
|
+
:param _Operator: <p>操作者。</p>
|
|
32807
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
|
|
32808
32830
|
"""
|
|
32809
32831
|
self._RoomId = None
|
|
32810
32832
|
self._Name = None
|
|
@@ -32817,10 +32839,11 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32817
32839
|
self._SpeechSpeed = None
|
|
32818
32840
|
self._SpeechVolume = None
|
|
32819
32841
|
self._Operator = None
|
|
32842
|
+
self._RoomType = None
|
|
32820
32843
|
|
|
32821
32844
|
@property
|
|
32822
32845
|
def RoomId(self):
|
|
32823
|
-
r"""
|
|
32846
|
+
r"""<p>数字人直播间 ID。</p>
|
|
32824
32847
|
:rtype: str
|
|
32825
32848
|
"""
|
|
32826
32849
|
return self._RoomId
|
|
@@ -32831,7 +32854,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32831
32854
|
|
|
32832
32855
|
@property
|
|
32833
32856
|
def Name(self):
|
|
32834
|
-
r"""
|
|
32857
|
+
r"""<p>直播间名称。</p>
|
|
32835
32858
|
:rtype: str
|
|
32836
32859
|
"""
|
|
32837
32860
|
return self._Name
|
|
@@ -32842,7 +32865,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32842
32865
|
|
|
32843
32866
|
@property
|
|
32844
32867
|
def AvatarKey(self):
|
|
32845
|
-
r"""
|
|
32868
|
+
r"""<p>数字人形象KEY。</p>
|
|
32846
32869
|
:rtype: str
|
|
32847
32870
|
"""
|
|
32848
32871
|
return self._AvatarKey
|
|
@@ -32853,7 +32876,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32853
32876
|
|
|
32854
32877
|
@property
|
|
32855
32878
|
def TimbreKey(self):
|
|
32856
|
-
r"""
|
|
32879
|
+
r"""<p>音色KEY。</p>
|
|
32857
32880
|
:rtype: str
|
|
32858
32881
|
"""
|
|
32859
32882
|
return self._TimbreKey
|
|
@@ -32864,7 +32887,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32864
32887
|
|
|
32865
32888
|
@property
|
|
32866
32889
|
def BackgroundUrl(self):
|
|
32867
|
-
r"""
|
|
32890
|
+
r"""<p>背景图片URL。</p>
|
|
32868
32891
|
:rtype: str
|
|
32869
32892
|
"""
|
|
32870
32893
|
return self._BackgroundUrl
|
|
@@ -32875,9 +32898,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32875
32898
|
|
|
32876
32899
|
@property
|
|
32877
32900
|
def AnchorScale(self):
|
|
32878
|
-
r"""
|
|
32879
|
-
取值范围(0, 15.00]。
|
|
32880
|
-
精度:使用小数点后两位。
|
|
32901
|
+
r"""<p>主播大小,默认1.00。<br>取值范围(0, 15.00]。<br>精度:使用小数点后两位。</p>
|
|
32881
32902
|
:rtype: float
|
|
32882
32903
|
"""
|
|
32883
32904
|
return self._AnchorScale
|
|
@@ -32888,9 +32909,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32888
32909
|
|
|
32889
32910
|
@property
|
|
32890
32911
|
def AnchorVerticalPos(self):
|
|
32891
|
-
r"""
|
|
32892
|
-
左上角为原点,形象顶部离屏幕顶部的距离,最大不能使形象底部超出屏幕。
|
|
32893
|
-
即该纵向位置最大为:数字人分辨率的高 - 形象高。
|
|
32912
|
+
r"""<p>主播纵向位置。默认-1贴底部。<br>左上角为原点,形象顶部离屏幕顶部的距离,最大不能使形象底部超出屏幕。<br>即该纵向位置最大为:数字人分辨率的高 - 形象高。</p>
|
|
32894
32913
|
:rtype: int
|
|
32895
32914
|
"""
|
|
32896
32915
|
return self._AnchorVerticalPos
|
|
@@ -32901,9 +32920,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32901
32920
|
|
|
32902
32921
|
@property
|
|
32903
32922
|
def AnchorHorizontalPos(self):
|
|
32904
|
-
r"""
|
|
32905
|
-
左上角为原点,形象左侧离左侧屏幕的距离。最大值不可使形象右侧超出右侧屏幕。
|
|
32906
|
-
即最大值为:数字人分辨率的宽 - 形象宽。
|
|
32923
|
+
r"""<p>主播横向位置。默认-1居中。<br>左上角为原点,形象左侧离左侧屏幕的距离。最大值不可使形象右侧超出右侧屏幕。<br>即最大值为:数字人分辨率的宽 - 形象宽。</p>
|
|
32907
32924
|
:rtype: int
|
|
32908
32925
|
"""
|
|
32909
32926
|
return self._AnchorHorizontalPos
|
|
@@ -32914,7 +32931,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32914
32931
|
|
|
32915
32932
|
@property
|
|
32916
32933
|
def SpeechSpeed(self):
|
|
32917
|
-
r"""
|
|
32934
|
+
r"""<p>语速(1.0为正常语速,范围[0.6-2.5],值为0.6时播报语速最慢,值为2.5时播报语速最快。</p>
|
|
32918
32935
|
:rtype: float
|
|
32919
32936
|
"""
|
|
32920
32937
|
return self._SpeechSpeed
|
|
@@ -32925,7 +32942,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32925
32942
|
|
|
32926
32943
|
@property
|
|
32927
32944
|
def SpeechVolume(self):
|
|
32928
|
-
r"""
|
|
32945
|
+
r"""<p>音量大小,范围[0,10],对应音量大小。默认为5,代表正常音量,值越大音量越高。</p>
|
|
32929
32946
|
:rtype: int
|
|
32930
32947
|
"""
|
|
32931
32948
|
return self._SpeechVolume
|
|
@@ -32936,7 +32953,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32936
32953
|
|
|
32937
32954
|
@property
|
|
32938
32955
|
def Operator(self):
|
|
32939
|
-
r"""
|
|
32956
|
+
r"""<p>操作者。</p>
|
|
32940
32957
|
:rtype: str
|
|
32941
32958
|
"""
|
|
32942
32959
|
return self._Operator
|
|
@@ -32945,6 +32962,17 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32945
32962
|
def Operator(self, Operator):
|
|
32946
32963
|
self._Operator = Operator
|
|
32947
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
|
+
|
|
32948
32976
|
|
|
32949
32977
|
def _deserialize(self, params):
|
|
32950
32978
|
self._RoomId = params.get("RoomId")
|
|
@@ -32958,6 +32986,7 @@ class ModifyLiveAvatarRoomRequest(AbstractModel):
|
|
|
32958
32986
|
self._SpeechSpeed = params.get("SpeechSpeed")
|
|
32959
32987
|
self._SpeechVolume = params.get("SpeechVolume")
|
|
32960
32988
|
self._Operator = params.get("Operator")
|
|
32989
|
+
self._RoomType = params.get("RoomType")
|
|
32961
32990
|
memeber_set = set(params.keys())
|
|
32962
32991
|
for name, value in vars(self).items():
|
|
32963
32992
|
property_name = name[1:]
|
|
@@ -40824,23 +40853,26 @@ class StartLiveAvatarRoomRequest(AbstractModel):
|
|
|
40824
40853
|
|
|
40825
40854
|
def __init__(self):
|
|
40826
40855
|
r"""
|
|
40827
|
-
:param _RoomId:
|
|
40856
|
+
:param _RoomId: <p>数字人直播间 ID。</p>
|
|
40828
40857
|
:type RoomId: str
|
|
40829
|
-
:param _Comment:
|
|
40858
|
+
:param _Comment: <p>目标地址描述。</p>
|
|
40830
40859
|
:type Comment: str
|
|
40831
|
-
:param _ToUrl:
|
|
40860
|
+
:param _ToUrl: <p>推流目标地址。</p>
|
|
40832
40861
|
:type ToUrl: str
|
|
40833
|
-
:param _Operator:
|
|
40862
|
+
:param _Operator: <p>操作者。</p>
|
|
40834
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
|
|
40835
40866
|
"""
|
|
40836
40867
|
self._RoomId = None
|
|
40837
40868
|
self._Comment = None
|
|
40838
40869
|
self._ToUrl = None
|
|
40839
40870
|
self._Operator = None
|
|
40871
|
+
self._RoomType = None
|
|
40840
40872
|
|
|
40841
40873
|
@property
|
|
40842
40874
|
def RoomId(self):
|
|
40843
|
-
r"""
|
|
40875
|
+
r"""<p>数字人直播间 ID。</p>
|
|
40844
40876
|
:rtype: str
|
|
40845
40877
|
"""
|
|
40846
40878
|
return self._RoomId
|
|
@@ -40851,7 +40883,7 @@ class StartLiveAvatarRoomRequest(AbstractModel):
|
|
|
40851
40883
|
|
|
40852
40884
|
@property
|
|
40853
40885
|
def Comment(self):
|
|
40854
|
-
r"""
|
|
40886
|
+
r"""<p>目标地址描述。</p>
|
|
40855
40887
|
:rtype: str
|
|
40856
40888
|
"""
|
|
40857
40889
|
return self._Comment
|
|
@@ -40862,7 +40894,7 @@ class StartLiveAvatarRoomRequest(AbstractModel):
|
|
|
40862
40894
|
|
|
40863
40895
|
@property
|
|
40864
40896
|
def ToUrl(self):
|
|
40865
|
-
r"""
|
|
40897
|
+
r"""<p>推流目标地址。</p>
|
|
40866
40898
|
:rtype: str
|
|
40867
40899
|
"""
|
|
40868
40900
|
return self._ToUrl
|
|
@@ -40873,7 +40905,7 @@ class StartLiveAvatarRoomRequest(AbstractModel):
|
|
|
40873
40905
|
|
|
40874
40906
|
@property
|
|
40875
40907
|
def Operator(self):
|
|
40876
|
-
r"""
|
|
40908
|
+
r"""<p>操作者。</p>
|
|
40877
40909
|
:rtype: str
|
|
40878
40910
|
"""
|
|
40879
40911
|
return self._Operator
|
|
@@ -40882,12 +40914,24 @@ class StartLiveAvatarRoomRequest(AbstractModel):
|
|
|
40882
40914
|
def Operator(self, Operator):
|
|
40883
40915
|
self._Operator = Operator
|
|
40884
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
|
+
|
|
40885
40928
|
|
|
40886
40929
|
def _deserialize(self, params):
|
|
40887
40930
|
self._RoomId = params.get("RoomId")
|
|
40888
40931
|
self._Comment = params.get("Comment")
|
|
40889
40932
|
self._ToUrl = params.get("ToUrl")
|
|
40890
40933
|
self._Operator = params.get("Operator")
|
|
40934
|
+
self._RoomType = params.get("RoomType")
|
|
40891
40935
|
memeber_set = set(params.keys())
|
|
40892
40936
|
for name, value in vars(self).items():
|
|
40893
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.
|
|
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.
|
|
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.72
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|