tencentcloud-sdk-python-mps 3.1.4__tar.gz → 3.1.5__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.4 → tencentcloud_sdk_python_mps-3.1.5}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/setup.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/tencentcloud/mps/v20190612/models.py +6 -2
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_mps-3.1.5/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_mps-3.1.4/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/README.rst +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/setup.cfg +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/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.5
|
|
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.5
|
|
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.5,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Mps SDK for Python',
|
|
@@ -40951,6 +40951,7 @@ class ImageEraseLogoConfig(AbstractModel):
|
|
|
40951
40951
|
:param _DetectTypes: 图片框选区域类型,可选值:
|
|
40952
40952
|
<li>logo:图标;</li>
|
|
40953
40953
|
<li>text:文字;</li>
|
|
40954
|
+
<li>watermark:水印;</li>
|
|
40954
40955
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
40955
40956
|
:type DetectTypes: list of str
|
|
40956
40957
|
"""
|
|
@@ -40991,6 +40992,7 @@ class ImageEraseLogoConfig(AbstractModel):
|
|
|
40991
40992
|
r"""图片框选区域类型,可选值:
|
|
40992
40993
|
<li>logo:图标;</li>
|
|
40993
40994
|
<li>text:文字;</li>
|
|
40995
|
+
<li>watermark:水印;</li>
|
|
40994
40996
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
40995
40997
|
:rtype: list of str
|
|
40996
40998
|
"""
|
|
@@ -57170,8 +57172,9 @@ class ProcessImageRequest(AbstractModel):
|
|
|
57170
57172
|
如果不填,则默认为相对路径:{inputName}.{format}。
|
|
57171
57173
|
:type OutputPath: str
|
|
57172
57174
|
:param _Definition: 图片处理模板唯一标识。
|
|
57175
|
+
图片模板功能内测中,如需使用请提交工单申请。
|
|
57173
57176
|
:type Definition: int
|
|
57174
|
-
:param _ResourceId: 资源ID
|
|
57177
|
+
:param _ResourceId: 资源ID,需要保证对应资源是开启状态。默认为账号主资源ID。
|
|
57175
57178
|
:type ResourceId: str
|
|
57176
57179
|
:param _ImageTask: 图片处理参数。
|
|
57177
57180
|
:type ImageTask: :class:`tencentcloud.mps.v20190612.models.ImageTaskInput`
|
|
@@ -57238,6 +57241,7 @@ class ProcessImageRequest(AbstractModel):
|
|
|
57238
57241
|
@property
|
|
57239
57242
|
def Definition(self):
|
|
57240
57243
|
r"""图片处理模板唯一标识。
|
|
57244
|
+
图片模板功能内测中,如需使用请提交工单申请。
|
|
57241
57245
|
:rtype: int
|
|
57242
57246
|
"""
|
|
57243
57247
|
return self._Definition
|
|
@@ -57248,7 +57252,7 @@ class ProcessImageRequest(AbstractModel):
|
|
|
57248
57252
|
|
|
57249
57253
|
@property
|
|
57250
57254
|
def ResourceId(self):
|
|
57251
|
-
r"""资源ID
|
|
57255
|
+
r"""资源ID,需要保证对应资源是开启状态。默认为账号主资源ID。
|
|
57252
57256
|
:rtype: str
|
|
57253
57257
|
"""
|
|
57254
57258
|
return self._ResourceId
|
|
@@ -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.5
|
|
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.5
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.5
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.4
|
|
File without changes
|
|
File without changes
|
{tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.5}/tencentcloud/mps/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|