tencentcloud-sdk-python-mps 3.1.5__tar.gz → 3.1.6__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.1.5 → tencentcloud_sdk_python_mps-3.1.6}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/setup.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/mps/v20190612/models.py +4 -4
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/mps/v20190612/mps_client.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/mps/v20190612/mps_client_async.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_mps-3.1.6/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_mps-3.1.5/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/README.rst +0 -0
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/setup.cfg +0 -0
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud_sdk_python_mps.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-mps
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.6
|
|
4
4
|
Summary: Tencent Cloud Mps 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.6
|
|
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-mps',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.6,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Mps SDK for Python',
|
|
@@ -25502,7 +25502,7 @@ class DescribeAIAnalysisTemplatesRequest(AbstractModel):
|
|
|
25502
25502
|
|
|
25503
25503
|
def __init__(self):
|
|
25504
25504
|
r"""
|
|
25505
|
-
:param _Definitions: 视频内容分析模板唯一标识过滤条件,数组长度限制:
|
|
25505
|
+
:param _Definitions: 视频内容分析模板唯一标识过滤条件,数组长度限制:100。
|
|
25506
25506
|
:type Definitions: list of int
|
|
25507
25507
|
:param _Offset: 分页偏移量,默认值:0。
|
|
25508
25508
|
:type Offset: int
|
|
@@ -25523,7 +25523,7 @@ class DescribeAIAnalysisTemplatesRequest(AbstractModel):
|
|
|
25523
25523
|
|
|
25524
25524
|
@property
|
|
25525
25525
|
def Definitions(self):
|
|
25526
|
-
r"""视频内容分析模板唯一标识过滤条件,数组长度限制:
|
|
25526
|
+
r"""视频内容分析模板唯一标识过滤条件,数组长度限制:100。
|
|
25527
25527
|
:rtype: list of int
|
|
25528
25528
|
"""
|
|
25529
25529
|
return self._Definitions
|
|
@@ -25665,7 +25665,7 @@ class DescribeAIRecognitionTemplatesRequest(AbstractModel):
|
|
|
25665
25665
|
|
|
25666
25666
|
def __init__(self):
|
|
25667
25667
|
r"""
|
|
25668
|
-
:param _Definitions: 视频内容识别模板唯一标识过滤条件,数组长度限制:
|
|
25668
|
+
:param _Definitions: 视频内容识别模板唯一标识过滤条件,数组长度限制:100。
|
|
25669
25669
|
:type Definitions: list of int
|
|
25670
25670
|
:param _Offset: 分页偏移量,默认值:0。
|
|
25671
25671
|
:type Offset: int
|
|
@@ -25686,7 +25686,7 @@ class DescribeAIRecognitionTemplatesRequest(AbstractModel):
|
|
|
25686
25686
|
|
|
25687
25687
|
@property
|
|
25688
25688
|
def Definitions(self):
|
|
25689
|
-
r"""视频内容识别模板唯一标识过滤条件,数组长度限制:
|
|
25689
|
+
r"""视频内容识别模板唯一标识过滤条件,数组长度限制:100。
|
|
25690
25690
|
:rtype: list of int
|
|
25691
25691
|
"""
|
|
25692
25692
|
return self._Definitions
|
|
@@ -235,7 +235,7 @@ class MpsClient(AbstractClient):
|
|
|
235
235
|
|
|
236
236
|
|
|
237
237
|
def CreateBlindWatermarkTemplate(self, request):
|
|
238
|
-
r"""
|
|
238
|
+
r"""创建用户自定义数字水印模板。
|
|
239
239
|
|
|
240
240
|
:param request: Request instance for CreateBlindWatermarkTemplate.
|
|
241
241
|
:type request: :class:`tencentcloud.mps.v20190612.models.CreateBlindWatermarkTemplateRequest`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-mps
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.6
|
|
4
4
|
Summary: Tencent Cloud Mps 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.6
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.6
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.5
|
|
File without changes
|
|
File without changes
|
{tencentcloud_sdk_python_mps-3.1.5 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/mps/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|