tencentcloud-sdk-python-live 3.1.70__tar.gz → 3.1.72__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.
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/setup.py +1 -1
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/live/v20180801/models.py +31 -26
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_live-3.1.72/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_live-3.1.70/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/README.rst +0 -0
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/setup.cfg +0 -0
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/live/__init__.py +0 -0
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/live/v20180801/__init__.py +0 -0
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/live/v20180801/errorcodes.py +0 -0
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/live/v20180801/live_client.py +0 -0
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud/live/v20180801/live_client_async.py +0 -0
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_live-3.1.70 → tencentcloud_sdk_python_live-3.1.72}/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.72
|
|
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.72
|
|
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.72,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Live SDK for Python',
|
|
@@ -1892,29 +1892,27 @@ class AvatarScriptInfo(AbstractModel):
|
|
|
1892
1892
|
|
|
1893
1893
|
def __init__(self):
|
|
1894
1894
|
r"""
|
|
1895
|
-
:param _ScriptId:
|
|
1895
|
+
:param _ScriptId: <p>数字人直播间话术 ID。</p>
|
|
1896
1896
|
:type ScriptId: str
|
|
1897
|
-
:param
|
|
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:
|
|
1911
|
-
注意:UTC时间和北京时间相差八小时。
|
|
1909
|
+
:param _CreateTime: <p>话术创建时间,UTC时间。<br>注意:UTC时间和北京时间相差八小时。</p>
|
|
1912
1910
|
:type CreateTime: str
|
|
1913
|
-
:param _UpdateTime:
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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")
|
|
@@ -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.72
|
|
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.72
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.72
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.70
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|