tencentcloud-sdk-python-mps 3.1.143__tar.gz → 3.1.144__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.143 → tencentcloud_sdk_python_mps-3.1.144}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/setup.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/mps/v20190612/models.py +30 -0
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_mps-3.1.144/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_mps-3.1.143/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/README.rst +0 -0
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/setup.cfg +0 -0
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.143 → tencentcloud_sdk_python_mps-3.1.144}/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.144
|
|
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.144
|
|
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.144,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Mps SDK for Python',
|
|
@@ -3826,6 +3826,10 @@ class AiAnalysisTaskDelLogoOutput(AbstractModel):
|
|
|
3826
3826
|
:param _VoiceClonedMarkFile: <p>音色克隆的标注文件地址</p>
|
|
3827
3827
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3828
3828
|
:type VoiceClonedMarkFile: str
|
|
3829
|
+
:param _ErasedVideoPath: <p>仅做擦除的视频结果路径</p>
|
|
3830
|
+
:type ErasedVideoPath: str
|
|
3831
|
+
:param _DubbingEditInfoUrl: <p>音色克隆编辑信息</p><p>用于音色克隆二次修改的编辑信息</p>
|
|
3832
|
+
:type DubbingEditInfoUrl: str
|
|
3829
3833
|
:param _FileId: <p>擦除后文件的FileId。</p>
|
|
3830
3834
|
:type FileId: str
|
|
3831
3835
|
:param _OriginSubtitleFileId: <p>基于画面提取的字幕文件FileId。</p>
|
|
@@ -3840,6 +3844,8 @@ class AiAnalysisTaskDelLogoOutput(AbstractModel):
|
|
|
3840
3844
|
self._SubtitlePos = None
|
|
3841
3845
|
self._VoiceClonedVideo = None
|
|
3842
3846
|
self._VoiceClonedMarkFile = None
|
|
3847
|
+
self._ErasedVideoPath = None
|
|
3848
|
+
self._DubbingEditInfoUrl = None
|
|
3843
3849
|
self._FileId = None
|
|
3844
3850
|
self._OriginSubtitleFileId = None
|
|
3845
3851
|
self._TranslateSubtitleFileId = None
|
|
@@ -3924,6 +3930,28 @@ class AiAnalysisTaskDelLogoOutput(AbstractModel):
|
|
|
3924
3930
|
def VoiceClonedMarkFile(self, VoiceClonedMarkFile):
|
|
3925
3931
|
self._VoiceClonedMarkFile = VoiceClonedMarkFile
|
|
3926
3932
|
|
|
3933
|
+
@property
|
|
3934
|
+
def ErasedVideoPath(self):
|
|
3935
|
+
r"""<p>仅做擦除的视频结果路径</p>
|
|
3936
|
+
:rtype: str
|
|
3937
|
+
"""
|
|
3938
|
+
return self._ErasedVideoPath
|
|
3939
|
+
|
|
3940
|
+
@ErasedVideoPath.setter
|
|
3941
|
+
def ErasedVideoPath(self, ErasedVideoPath):
|
|
3942
|
+
self._ErasedVideoPath = ErasedVideoPath
|
|
3943
|
+
|
|
3944
|
+
@property
|
|
3945
|
+
def DubbingEditInfoUrl(self):
|
|
3946
|
+
r"""<p>音色克隆编辑信息</p><p>用于音色克隆二次修改的编辑信息</p>
|
|
3947
|
+
:rtype: str
|
|
3948
|
+
"""
|
|
3949
|
+
return self._DubbingEditInfoUrl
|
|
3950
|
+
|
|
3951
|
+
@DubbingEditInfoUrl.setter
|
|
3952
|
+
def DubbingEditInfoUrl(self, DubbingEditInfoUrl):
|
|
3953
|
+
self._DubbingEditInfoUrl = DubbingEditInfoUrl
|
|
3954
|
+
|
|
3927
3955
|
@property
|
|
3928
3956
|
def FileId(self):
|
|
3929
3957
|
r"""<p>擦除后文件的FileId。</p>
|
|
@@ -3970,6 +3998,8 @@ class AiAnalysisTaskDelLogoOutput(AbstractModel):
|
|
|
3970
3998
|
self._SubtitlePos._deserialize(params.get("SubtitlePos"))
|
|
3971
3999
|
self._VoiceClonedVideo = params.get("VoiceClonedVideo")
|
|
3972
4000
|
self._VoiceClonedMarkFile = params.get("VoiceClonedMarkFile")
|
|
4001
|
+
self._ErasedVideoPath = params.get("ErasedVideoPath")
|
|
4002
|
+
self._DubbingEditInfoUrl = params.get("DubbingEditInfoUrl")
|
|
3973
4003
|
self._FileId = params.get("FileId")
|
|
3974
4004
|
self._OriginSubtitleFileId = params.get("OriginSubtitleFileId")
|
|
3975
4005
|
self._TranslateSubtitleFileId = params.get("TranslateSubtitleFileId")
|
|
@@ -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.144
|
|
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.144
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.144
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.143
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|