tencentcloud-sdk-python-mps 3.1.4__tar.gz → 3.1.8__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.8}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.8}/setup.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.8}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.8}/tencentcloud/mps/v20190612/models.py +67 -14
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.8}/tencentcloud/mps/v20190612/mps_client.py +13 -13
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.8}/tencentcloud/mps/v20190612/mps_client_async.py +13 -13
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.8}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_mps-3.1.8/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.8}/README.rst +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.8}/setup.cfg +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.8}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.8}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.8}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.8}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.8}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.4 → tencentcloud_sdk_python_mps-3.1.8}/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.8
|
|
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.8
|
|
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.8,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Mps SDK for Python',
|
|
@@ -17776,8 +17776,9 @@ class CreateAdaptiveDynamicStreamingTemplateRequest(AbstractModel):
|
|
|
17776
17776
|
注意:
|
|
17777
17777
|
此值只是区分模板类型,任务使用RemoveAudio和RemoveVideo的值
|
|
17778
17778
|
:type PureAudio: int
|
|
17779
|
-
:param _SegmentType: 分片类型,可选值: <li>ts-segment:HLS+TS 切片</li> <li>ts-byterange:HLS+TS byte range</li> <li>mp4-segment:HLS+MP4 切片</li> <li>mp4-byterange:HLS+MP4 byte range</li> <li>ts-packed-audio:TS+Packed Audio</li> <li>mp4-packed-audio:MP4+Packed Audio</li> 默认值:ts-segment
|
|
17780
|
-
|
|
17779
|
+
:param _SegmentType: 分片类型,可选值: <li>ts-segment:HLS+TS 切片</li> <li>ts-byterange:HLS+TS byte range</li> <li>mp4-segment:HLS+MP4 切片</li> <li>mp4-byterange:HLS/DASH+MP4 byte range</li> <li>ts-packed-audio:TS+Packed Audio</li> <li>mp4-packed-audio:MP4+Packed Audio</li> 默认值:ts-segment
|
|
17780
|
+
|
|
17781
|
+
注:自适应码流的分片格式以此字段为准。DASH格式下SegmentType只能为mp4-byterange。
|
|
17781
17782
|
:type SegmentType: str
|
|
17782
17783
|
"""
|
|
17783
17784
|
self._Format = None
|
|
@@ -17886,8 +17887,9 @@ class CreateAdaptiveDynamicStreamingTemplateRequest(AbstractModel):
|
|
|
17886
17887
|
|
|
17887
17888
|
@property
|
|
17888
17889
|
def SegmentType(self):
|
|
17889
|
-
r"""分片类型,可选值: <li>ts-segment:HLS+TS 切片</li> <li>ts-byterange:HLS+TS byte range</li> <li>mp4-segment:HLS+MP4 切片</li> <li>mp4-byterange:HLS+MP4 byte range</li> <li>ts-packed-audio:TS+Packed Audio</li> <li>mp4-packed-audio:MP4+Packed Audio</li> 默认值:ts-segment
|
|
17890
|
-
|
|
17890
|
+
r"""分片类型,可选值: <li>ts-segment:HLS+TS 切片</li> <li>ts-byterange:HLS+TS byte range</li> <li>mp4-segment:HLS+MP4 切片</li> <li>mp4-byterange:HLS/DASH+MP4 byte range</li> <li>ts-packed-audio:TS+Packed Audio</li> <li>mp4-packed-audio:MP4+Packed Audio</li> 默认值:ts-segment
|
|
17891
|
+
|
|
17892
|
+
注:自适应码流的分片格式以此字段为准。DASH格式下SegmentType只能为mp4-byterange。
|
|
17891
17893
|
:rtype: str
|
|
17892
17894
|
"""
|
|
17893
17895
|
return self._SegmentType
|
|
@@ -25502,7 +25504,7 @@ class DescribeAIAnalysisTemplatesRequest(AbstractModel):
|
|
|
25502
25504
|
|
|
25503
25505
|
def __init__(self):
|
|
25504
25506
|
r"""
|
|
25505
|
-
:param _Definitions: 视频内容分析模板唯一标识过滤条件,数组长度限制:
|
|
25507
|
+
:param _Definitions: 视频内容分析模板唯一标识过滤条件,数组长度限制:100。
|
|
25506
25508
|
:type Definitions: list of int
|
|
25507
25509
|
:param _Offset: 分页偏移量,默认值:0。
|
|
25508
25510
|
:type Offset: int
|
|
@@ -25523,7 +25525,7 @@ class DescribeAIAnalysisTemplatesRequest(AbstractModel):
|
|
|
25523
25525
|
|
|
25524
25526
|
@property
|
|
25525
25527
|
def Definitions(self):
|
|
25526
|
-
r"""视频内容分析模板唯一标识过滤条件,数组长度限制:
|
|
25528
|
+
r"""视频内容分析模板唯一标识过滤条件,数组长度限制:100。
|
|
25527
25529
|
:rtype: list of int
|
|
25528
25530
|
"""
|
|
25529
25531
|
return self._Definitions
|
|
@@ -25665,7 +25667,7 @@ class DescribeAIRecognitionTemplatesRequest(AbstractModel):
|
|
|
25665
25667
|
|
|
25666
25668
|
def __init__(self):
|
|
25667
25669
|
r"""
|
|
25668
|
-
:param _Definitions: 视频内容识别模板唯一标识过滤条件,数组长度限制:
|
|
25670
|
+
:param _Definitions: 视频内容识别模板唯一标识过滤条件,数组长度限制:100。
|
|
25669
25671
|
:type Definitions: list of int
|
|
25670
25672
|
:param _Offset: 分页偏移量,默认值:0。
|
|
25671
25673
|
:type Offset: int
|
|
@@ -25686,7 +25688,7 @@ class DescribeAIRecognitionTemplatesRequest(AbstractModel):
|
|
|
25686
25688
|
|
|
25687
25689
|
@property
|
|
25688
25690
|
def Definitions(self):
|
|
25689
|
-
r"""视频内容识别模板唯一标识过滤条件,数组长度限制:
|
|
25691
|
+
r"""视频内容识别模板唯一标识过滤条件,数组长度限制:100。
|
|
25690
25692
|
:rtype: list of int
|
|
25691
25693
|
"""
|
|
25692
25694
|
return self._Definitions
|
|
@@ -40951,6 +40953,7 @@ class ImageEraseLogoConfig(AbstractModel):
|
|
|
40951
40953
|
:param _DetectTypes: 图片框选区域类型,可选值:
|
|
40952
40954
|
<li>logo:图标;</li>
|
|
40953
40955
|
<li>text:文字;</li>
|
|
40956
|
+
<li>watermark:水印;</li>
|
|
40954
40957
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
40955
40958
|
:type DetectTypes: list of str
|
|
40956
40959
|
"""
|
|
@@ -40991,6 +40994,7 @@ class ImageEraseLogoConfig(AbstractModel):
|
|
|
40991
40994
|
r"""图片框选区域类型,可选值:
|
|
40992
40995
|
<li>logo:图标;</li>
|
|
40993
40996
|
<li>text:文字;</li>
|
|
40997
|
+
<li>watermark:水印;</li>
|
|
40994
40998
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
40995
40999
|
:rtype: list of str
|
|
40996
41000
|
"""
|
|
@@ -45934,6 +45938,12 @@ class MediaAiAnalysisDescriptionItem(AbstractModel):
|
|
|
45934
45938
|
:param _MindMapUrl: 摘要思维导图地址
|
|
45935
45939
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
45936
45940
|
:type MindMapUrl: str
|
|
45941
|
+
:param _MindMapPath: 摘要思维导图路径。
|
|
45942
|
+
:type MindMapPath: str
|
|
45943
|
+
:param _SubtitlePath: 视频字幕文件路径。
|
|
45944
|
+
:type SubtitlePath: str
|
|
45945
|
+
:param _OutputStorage: 摘要文件存储位置。
|
|
45946
|
+
:type OutputStorage: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
|
45937
45947
|
"""
|
|
45938
45948
|
self._Description = None
|
|
45939
45949
|
self._Confidence = None
|
|
@@ -45941,6 +45951,9 @@ class MediaAiAnalysisDescriptionItem(AbstractModel):
|
|
|
45941
45951
|
self._Keywords = None
|
|
45942
45952
|
self._Paragraphs = None
|
|
45943
45953
|
self._MindMapUrl = None
|
|
45954
|
+
self._MindMapPath = None
|
|
45955
|
+
self._SubtitlePath = None
|
|
45956
|
+
self._OutputStorage = None
|
|
45944
45957
|
|
|
45945
45958
|
@property
|
|
45946
45959
|
def Description(self):
|
|
@@ -46010,6 +46023,39 @@ class MediaAiAnalysisDescriptionItem(AbstractModel):
|
|
|
46010
46023
|
def MindMapUrl(self, MindMapUrl):
|
|
46011
46024
|
self._MindMapUrl = MindMapUrl
|
|
46012
46025
|
|
|
46026
|
+
@property
|
|
46027
|
+
def MindMapPath(self):
|
|
46028
|
+
r"""摘要思维导图路径。
|
|
46029
|
+
:rtype: str
|
|
46030
|
+
"""
|
|
46031
|
+
return self._MindMapPath
|
|
46032
|
+
|
|
46033
|
+
@MindMapPath.setter
|
|
46034
|
+
def MindMapPath(self, MindMapPath):
|
|
46035
|
+
self._MindMapPath = MindMapPath
|
|
46036
|
+
|
|
46037
|
+
@property
|
|
46038
|
+
def SubtitlePath(self):
|
|
46039
|
+
r"""视频字幕文件路径。
|
|
46040
|
+
:rtype: str
|
|
46041
|
+
"""
|
|
46042
|
+
return self._SubtitlePath
|
|
46043
|
+
|
|
46044
|
+
@SubtitlePath.setter
|
|
46045
|
+
def SubtitlePath(self, SubtitlePath):
|
|
46046
|
+
self._SubtitlePath = SubtitlePath
|
|
46047
|
+
|
|
46048
|
+
@property
|
|
46049
|
+
def OutputStorage(self):
|
|
46050
|
+
r"""摘要文件存储位置。
|
|
46051
|
+
:rtype: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
|
46052
|
+
"""
|
|
46053
|
+
return self._OutputStorage
|
|
46054
|
+
|
|
46055
|
+
@OutputStorage.setter
|
|
46056
|
+
def OutputStorage(self, OutputStorage):
|
|
46057
|
+
self._OutputStorage = OutputStorage
|
|
46058
|
+
|
|
46013
46059
|
|
|
46014
46060
|
def _deserialize(self, params):
|
|
46015
46061
|
self._Description = params.get("Description")
|
|
@@ -46023,6 +46069,11 @@ class MediaAiAnalysisDescriptionItem(AbstractModel):
|
|
|
46023
46069
|
obj._deserialize(item)
|
|
46024
46070
|
self._Paragraphs.append(obj)
|
|
46025
46071
|
self._MindMapUrl = params.get("MindMapUrl")
|
|
46072
|
+
self._MindMapPath = params.get("MindMapPath")
|
|
46073
|
+
self._SubtitlePath = params.get("SubtitlePath")
|
|
46074
|
+
if params.get("OutputStorage") is not None:
|
|
46075
|
+
self._OutputStorage = TaskOutputStorage()
|
|
46076
|
+
self._OutputStorage._deserialize(params.get("OutputStorage"))
|
|
46026
46077
|
memeber_set = set(params.keys())
|
|
46027
46078
|
for name, value in vars(self).items():
|
|
46028
46079
|
property_name = name[1:]
|
|
@@ -50021,8 +50072,8 @@ class ModifyAdaptiveDynamicStreamingTemplateRequest(AbstractModel):
|
|
|
50021
50072
|
注意:
|
|
50022
50073
|
此值只是区分模板类型,任务使用RemoveAudio和RemoveVideo的值
|
|
50023
50074
|
:type PureAudio: int
|
|
50024
|
-
:param _SegmentType:
|
|
50025
|
-
注:自适应码流的hls
|
|
50075
|
+
:param _SegmentType: 分片类型,可选值: <li>ts-segment:HLS+TS 切片</li> <li>ts-byterange:HLS+TS byte range</li> <li>mp4-segment:HLS+MP4 切片</li> <li>mp4-byterange:HLS/DASH+MP4 byte range</li> <li>ts-packed-audio:TS+Packed Audio</li> <li>mp4-packed-audio:MP4+Packed Audio</li> 默认值:ts-segment
|
|
50076
|
+
注:自适应码流的hls分片格式已此字段为准。DASH格式下SegmentType只能为mp4-byterange。
|
|
50026
50077
|
:type SegmentType: str
|
|
50027
50078
|
"""
|
|
50028
50079
|
self._Definition = None
|
|
@@ -50143,8 +50194,8 @@ class ModifyAdaptiveDynamicStreamingTemplateRequest(AbstractModel):
|
|
|
50143
50194
|
|
|
50144
50195
|
@property
|
|
50145
50196
|
def SegmentType(self):
|
|
50146
|
-
r"""
|
|
50147
|
-
注:自适应码流的hls
|
|
50197
|
+
r"""分片类型,可选值: <li>ts-segment:HLS+TS 切片</li> <li>ts-byterange:HLS+TS byte range</li> <li>mp4-segment:HLS+MP4 切片</li> <li>mp4-byterange:HLS/DASH+MP4 byte range</li> <li>ts-packed-audio:TS+Packed Audio</li> <li>mp4-packed-audio:MP4+Packed Audio</li> 默认值:ts-segment
|
|
50198
|
+
注:自适应码流的hls分片格式已此字段为准。DASH格式下SegmentType只能为mp4-byterange。
|
|
50148
50199
|
:rtype: str
|
|
50149
50200
|
"""
|
|
50150
50201
|
return self._SegmentType
|
|
@@ -57170,8 +57221,9 @@ class ProcessImageRequest(AbstractModel):
|
|
|
57170
57221
|
如果不填,则默认为相对路径:{inputName}.{format}。
|
|
57171
57222
|
:type OutputPath: str
|
|
57172
57223
|
:param _Definition: 图片处理模板唯一标识。
|
|
57224
|
+
图片模板功能内测中,如需使用请提交工单申请。
|
|
57173
57225
|
:type Definition: int
|
|
57174
|
-
:param _ResourceId: 资源ID
|
|
57226
|
+
:param _ResourceId: 资源ID,需要保证对应资源是开启状态。默认为账号主资源ID。
|
|
57175
57227
|
:type ResourceId: str
|
|
57176
57228
|
:param _ImageTask: 图片处理参数。
|
|
57177
57229
|
:type ImageTask: :class:`tencentcloud.mps.v20190612.models.ImageTaskInput`
|
|
@@ -57238,6 +57290,7 @@ class ProcessImageRequest(AbstractModel):
|
|
|
57238
57290
|
@property
|
|
57239
57291
|
def Definition(self):
|
|
57240
57292
|
r"""图片处理模板唯一标识。
|
|
57293
|
+
图片模板功能内测中,如需使用请提交工单申请。
|
|
57241
57294
|
:rtype: int
|
|
57242
57295
|
"""
|
|
57243
57296
|
return self._Definition
|
|
@@ -57248,7 +57301,7 @@ class ProcessImageRequest(AbstractModel):
|
|
|
57248
57301
|
|
|
57249
57302
|
@property
|
|
57250
57303
|
def ResourceId(self):
|
|
57251
|
-
r"""资源ID
|
|
57304
|
+
r"""资源ID,需要保证对应资源是开启状态。默认为账号主资源ID。
|
|
57252
57305
|
:rtype: str
|
|
57253
57306
|
"""
|
|
57254
57307
|
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`
|
|
@@ -3311,18 +3311,18 @@ class MpsClient(AbstractClient):
|
|
|
3311
3311
|
|
|
3312
3312
|
def ProcessMedia(self, request):
|
|
3313
3313
|
r"""对 URL视频链接 或 COS 中的媒体文件发起处理任务,功能包括:
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3314
|
+
- 音视频转码(例如普通转码、极速高清转码、音视频增强、添加明水印、添加数字水印);
|
|
3315
|
+
- 音视频转自适应码流;
|
|
3316
|
+
- 视频转动图;
|
|
3317
|
+
- 对视频按指定时间点截图;
|
|
3318
|
+
- 对视频采样截图;
|
|
3319
|
+
- 对视频截图雪碧图;
|
|
3320
|
+
- 媒体质检(例如媒体格式诊断、音画内容检测、无参考打分,其中音画内容检测主要针对抖动、模糊、低光照、过曝光、花屏、噪点、马赛克、二维码等问题);
|
|
3321
|
+
- 智能字幕(例如生成字幕并翻译);
|
|
3322
|
+
- 智能擦除(例如去水印、去字幕、隐私保护);
|
|
3323
|
+
- 智能内容审核(例如鉴黄、敏感信息检测);
|
|
3324
|
+
- 智能内容分析(例如标签、分类、封面、按帧标签、拆条、集锦、片头片尾、游戏打点);
|
|
3325
|
+
- 智能内容识别(例如人脸、文本全文、文本关键词、语音全文、语音关键词、语音翻译、物体识别);
|
|
3326
3326
|
|
|
3327
3327
|
:param request: Request instance for ProcessMedia.
|
|
3328
3328
|
:type request: :class:`tencentcloud.mps.v20190612.models.ProcessMediaRequest`
|
|
@@ -194,7 +194,7 @@ class MpsClient(AbstractClient):
|
|
|
194
194
|
opts: Dict = None,
|
|
195
195
|
) -> models.CreateBlindWatermarkTemplateResponse:
|
|
196
196
|
"""
|
|
197
|
-
|
|
197
|
+
创建用户自定义数字水印模板。
|
|
198
198
|
"""
|
|
199
199
|
|
|
200
200
|
kwargs = {}
|
|
@@ -2615,18 +2615,18 @@ class MpsClient(AbstractClient):
|
|
|
2615
2615
|
) -> models.ProcessMediaResponse:
|
|
2616
2616
|
"""
|
|
2617
2617
|
对 URL视频链接 或 COS 中的媒体文件发起处理任务,功能包括:
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2618
|
+
- 音视频转码(例如普通转码、极速高清转码、音视频增强、添加明水印、添加数字水印);
|
|
2619
|
+
- 音视频转自适应码流;
|
|
2620
|
+
- 视频转动图;
|
|
2621
|
+
- 对视频按指定时间点截图;
|
|
2622
|
+
- 对视频采样截图;
|
|
2623
|
+
- 对视频截图雪碧图;
|
|
2624
|
+
- 媒体质检(例如媒体格式诊断、音画内容检测、无参考打分,其中音画内容检测主要针对抖动、模糊、低光照、过曝光、花屏、噪点、马赛克、二维码等问题);
|
|
2625
|
+
- 智能字幕(例如生成字幕并翻译);
|
|
2626
|
+
- 智能擦除(例如去水印、去字幕、隐私保护);
|
|
2627
|
+
- 智能内容审核(例如鉴黄、敏感信息检测);
|
|
2628
|
+
- 智能内容分析(例如标签、分类、封面、按帧标签、拆条、集锦、片头片尾、游戏打点);
|
|
2629
|
+
- 智能内容识别(例如人脸、文本全文、文本关键词、语音全文、语音关键词、语音翻译、物体识别);
|
|
2630
2630
|
"""
|
|
2631
2631
|
|
|
2632
2632
|
kwargs = {}
|
|
@@ -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.8
|
|
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.8
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.8
|
|
@@ -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.8}/tencentcloud/mps/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|