tencentcloud-sdk-python-mps 3.1.4__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.4 → tencentcloud_sdk_python_mps-3.1.6}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.6}/setup.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/mps/v20190612/models.py +10 -6
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/mps/v20190612/mps_client.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/mps/v20190612/mps_client_async.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.4 → 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.4/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.6}/README.rst +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.6}/setup.cfg +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.6}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → 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
|
|
@@ -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
|
|
@@ -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.4
|
|
File without changes
|
|
File without changes
|
{tencentcloud_sdk_python_mps-3.1.4 → 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
|