tencentcloud-sdk-python-mps 3.0.1368__tar.gz → 3.0.1370__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-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/setup.py +1 -1
- {tencentcloud-sdk-python-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/tencentcloud/mps/v20190612/models.py +2 -2
- {tencentcloud-sdk-python-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-mps-3.0.1370/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-mps-3.0.1368/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/README.rst +0 -0
- {tencentcloud-sdk-python-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/setup.cfg +0 -0
- {tencentcloud-sdk-python-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-mps-3.0.1368 → tencentcloud-sdk-python-mps-3.0.1370}/tencentcloud_sdk_python_mps.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-mps',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1370"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Mps SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -27409,7 +27409,7 @@ class DescribeSmartSubtitleTemplatesRequest(AbstractModel):
|
|
|
27409
27409
|
|
|
27410
27410
|
def __init__(self):
|
|
27411
27411
|
r"""
|
|
27412
|
-
:param _Definitions: 智能字幕模板唯一标识过滤条件,数组长度限制:
|
|
27412
|
+
:param _Definitions: 智能字幕模板唯一标识过滤条件,数组长度限制:100。
|
|
27413
27413
|
:type Definitions: list of int
|
|
27414
27414
|
:param _Offset: 分页偏移量,默认值:0。
|
|
27415
27415
|
:type Offset: int
|
|
@@ -27430,7 +27430,7 @@ class DescribeSmartSubtitleTemplatesRequest(AbstractModel):
|
|
|
27430
27430
|
|
|
27431
27431
|
@property
|
|
27432
27432
|
def Definitions(self):
|
|
27433
|
-
"""智能字幕模板唯一标识过滤条件,数组长度限制:
|
|
27433
|
+
"""智能字幕模板唯一标识过滤条件,数组长度限制:100。
|
|
27434
27434
|
:rtype: list of int
|
|
27435
27435
|
"""
|
|
27436
27436
|
return self._Definitions
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1370
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1368
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|