tencentcloud-sdk-python-mps 3.0.1149__tar.gz → 3.0.1151__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.1149 → tencentcloud-sdk-python-mps-3.0.1151}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-mps-3.0.1149 → tencentcloud-sdk-python-mps-3.0.1151}/setup.py +1 -1
- {tencentcloud-sdk-python-mps-3.0.1149 → tencentcloud-sdk-python-mps-3.0.1151}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-mps-3.0.1149 → tencentcloud-sdk-python-mps-3.0.1151}/tencentcloud/mps/v20190612/models.py +10 -10
- {tencentcloud-sdk-python-mps-3.0.1149 → tencentcloud-sdk-python-mps-3.0.1151}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-mps-3.0.1151/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-mps-3.0.1149/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-mps-3.0.1149 → tencentcloud-sdk-python-mps-3.0.1151}/README.rst +0 -0
- {tencentcloud-sdk-python-mps-3.0.1149 → tencentcloud-sdk-python-mps-3.0.1151}/setup.cfg +0 -0
- {tencentcloud-sdk-python-mps-3.0.1149 → tencentcloud-sdk-python-mps-3.0.1151}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1149 → tencentcloud-sdk-python-mps-3.0.1151}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1149 → tencentcloud-sdk-python-mps-3.0.1151}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1149 → tencentcloud-sdk-python-mps-3.0.1151}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud-sdk-python-mps-3.0.1149 → tencentcloud-sdk-python-mps-3.0.1151}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-mps-3.0.1149 → tencentcloud-sdk-python-mps-3.0.1151}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-mps-3.0.1149 → tencentcloud-sdk-python-mps-3.0.1151}/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.1151"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Mps SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1367,7 +1367,7 @@ class AiAnalysisResult(AbstractModel):
|
|
|
1367
1367
|
<li>Tag:智能标签</li>
|
|
1368
1368
|
<li>FrameTag:智能按帧标签</li>
|
|
1369
1369
|
<li>Highlight:智能精彩集锦</li>
|
|
1370
|
-
<li>DeLogo
|
|
1370
|
+
<li>DeLogo:智能擦除</li>
|
|
1371
1371
|
<li>Description:大模型摘要</li>
|
|
1372
1372
|
:type Type: str
|
|
1373
1373
|
:param _ClassificationTask: 视频内容分析智能分类任务的查询结果,当任务类型为 Classification 时有效。
|
|
@@ -1385,7 +1385,7 @@ class AiAnalysisResult(AbstractModel):
|
|
|
1385
1385
|
:param _HighlightTask: 视频内容分析集锦任务的查询结果,当任务类型为 Highlight时有效。
|
|
1386
1386
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1387
1387
|
:type HighlightTask: :class:`tencentcloud.mps.v20190612.models.AiAnalysisTaskHighlightResult`
|
|
1388
|
-
:param _DeLogoTask:
|
|
1388
|
+
:param _DeLogoTask: 视频内容分析智能擦除任务的查询结果,当任务类型为 DeLogo 时有效。
|
|
1389
1389
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1390
1390
|
:type DeLogoTask: :class:`tencentcloud.mps.v20190612.models.AiAnalysisTaskDelLogoResult`
|
|
1391
1391
|
:param _HeadTailTask: 视频内容分析片头片尾任务的查询结果,当任务类型为 HeadTailRecognition 时有效。
|
|
@@ -1867,13 +1867,13 @@ class AiAnalysisTaskCoverResult(AbstractModel):
|
|
|
1867
1867
|
|
|
1868
1868
|
|
|
1869
1869
|
class AiAnalysisTaskDelLogoInput(AbstractModel):
|
|
1870
|
-
"""
|
|
1870
|
+
"""智能擦除任务输入类型
|
|
1871
1871
|
|
|
1872
1872
|
"""
|
|
1873
1873
|
|
|
1874
1874
|
def __init__(self):
|
|
1875
1875
|
r"""
|
|
1876
|
-
:param _Definition:
|
|
1876
|
+
:param _Definition: 视频智能擦除模板 ID。
|
|
1877
1877
|
:type Definition: int
|
|
1878
1878
|
"""
|
|
1879
1879
|
self._Definition = None
|
|
@@ -1900,15 +1900,15 @@ class AiAnalysisTaskDelLogoInput(AbstractModel):
|
|
|
1900
1900
|
|
|
1901
1901
|
|
|
1902
1902
|
class AiAnalysisTaskDelLogoOutput(AbstractModel):
|
|
1903
|
-
"""
|
|
1903
|
+
"""智能擦除结果信息
|
|
1904
1904
|
|
|
1905
1905
|
"""
|
|
1906
1906
|
|
|
1907
1907
|
def __init__(self):
|
|
1908
1908
|
r"""
|
|
1909
|
-
:param _Path:
|
|
1909
|
+
:param _Path: 擦除后文件的路径。
|
|
1910
1910
|
:type Path: str
|
|
1911
|
-
:param _OutputStorage:
|
|
1911
|
+
:param _OutputStorage: 擦除后文件的存储位置。
|
|
1912
1912
|
:type OutputStorage: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
|
1913
1913
|
"""
|
|
1914
1914
|
self._Path = None
|
|
@@ -1947,7 +1947,7 @@ class AiAnalysisTaskDelLogoOutput(AbstractModel):
|
|
|
1947
1947
|
|
|
1948
1948
|
|
|
1949
1949
|
class AiAnalysisTaskDelLogoResult(AbstractModel):
|
|
1950
|
-
"""
|
|
1950
|
+
"""智能擦除结果类型
|
|
1951
1951
|
|
|
1952
1952
|
"""
|
|
1953
1953
|
|
|
@@ -1959,9 +1959,9 @@ class AiAnalysisTaskDelLogoResult(AbstractModel):
|
|
|
1959
1959
|
:type ErrCode: int
|
|
1960
1960
|
:param _Message: 错误信息。
|
|
1961
1961
|
:type Message: str
|
|
1962
|
-
:param _Input:
|
|
1962
|
+
:param _Input: 智能擦除任务输入。
|
|
1963
1963
|
:type Input: :class:`tencentcloud.mps.v20190612.models.AiAnalysisTaskDelLogoInput`
|
|
1964
|
-
:param _Output:
|
|
1964
|
+
:param _Output: 智能擦除任务输出。
|
|
1965
1965
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1966
1966
|
:type Output: :class:`tencentcloud.mps.v20190612.models.AiAnalysisTaskDelLogoOutput`
|
|
1967
1967
|
"""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1151
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1149
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|