tencentcloud-sdk-python-mps 3.1.141__py2.py3-none-any.whl → 3.1.144__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/mps/v20190612/models.py +34 -4
- {tencentcloud_sdk_python_mps-3.1.141.dist-info → tencentcloud_sdk_python_mps-3.1.144.dist-info}/METADATA +2 -2
- {tencentcloud_sdk_python_mps-3.1.141.dist-info → tencentcloud_sdk_python_mps-3.1.144.dist-info}/RECORD +6 -6
- {tencentcloud_sdk_python_mps-3.1.141.dist-info → tencentcloud_sdk_python_mps-3.1.144.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_mps-3.1.141.dist-info → tencentcloud_sdk_python_mps-3.1.144.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -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")
|
|
@@ -58439,9 +58469,9 @@ class ManifestInfo(AbstractModel):
|
|
|
58439
58469
|
|
|
58440
58470
|
def __init__(self):
|
|
58441
58471
|
r"""
|
|
58442
|
-
:param _Windows:
|
|
58472
|
+
:param _Windows: <p>单位秒。</p>
|
|
58443
58473
|
:type Windows: int
|
|
58444
|
-
:param _AdMarkupType:
|
|
58474
|
+
:param _AdMarkupType: <p>打到output广告标签的格式,可选Date Range、Enhanced SCTE-35和Standard SCTE-35。</p>
|
|
58445
58475
|
:type AdMarkupType: str
|
|
58446
58476
|
"""
|
|
58447
58477
|
self._Windows = None
|
|
@@ -58449,7 +58479,7 @@ class ManifestInfo(AbstractModel):
|
|
|
58449
58479
|
|
|
58450
58480
|
@property
|
|
58451
58481
|
def Windows(self):
|
|
58452
|
-
r"""
|
|
58482
|
+
r"""<p>单位秒。</p>
|
|
58453
58483
|
:rtype: int
|
|
58454
58484
|
"""
|
|
58455
58485
|
return self._Windows
|
|
@@ -58460,7 +58490,7 @@ class ManifestInfo(AbstractModel):
|
|
|
58460
58490
|
|
|
58461
58491
|
@property
|
|
58462
58492
|
def AdMarkupType(self):
|
|
58463
|
-
r"""
|
|
58493
|
+
r"""<p>打到output广告标签的格式,可选Date Range、Enhanced SCTE-35和Standard SCTE-35。</p>
|
|
58464
58494
|
:rtype: str
|
|
58465
58495
|
"""
|
|
58466
58496
|
return self._AdMarkupType
|
|
@@ -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
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=VsRDDIyMKvIXC5thaQBNYJu_oHmXK3lFWrkYj7-yVlA,630
|
|
2
2
|
tencentcloud/mps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
tencentcloud/mps/v20190612/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
tencentcloud/mps/v20190612/errorcodes.py,sha256=Zvf2cuaFz2ff08cGZOMYlfCLqupAtO6L19BT_EUaTLI,21704
|
|
5
|
-
tencentcloud/mps/v20190612/models.py,sha256=
|
|
5
|
+
tencentcloud/mps/v20190612/models.py,sha256=XCMfX4qaTYPkttbZ7qWBz8Fs-jhfW-T6D76nuZafcYg,3426808
|
|
6
6
|
tencentcloud/mps/v20190612/mps_client.py,sha256=KUYeOjb2WhGnaqb0u4pg-AxjcpVaz7kghCVITXixeU4,216188
|
|
7
7
|
tencentcloud/mps/v20190612/mps_client_async.py,sha256=5O2TkrvxTjInh52K_LlloY9MA_gAy6qCoqmLA0kZwkI,148521
|
|
8
|
-
tencentcloud_sdk_python_mps-3.1.
|
|
9
|
-
tencentcloud_sdk_python_mps-3.1.
|
|
10
|
-
tencentcloud_sdk_python_mps-3.1.
|
|
11
|
-
tencentcloud_sdk_python_mps-3.1.
|
|
8
|
+
tencentcloud_sdk_python_mps-3.1.144.dist-info/METADATA,sha256=L-SJpIXtrqChoXgtYbw45au8mqPQAqePfSMVEmHCjjs,1497
|
|
9
|
+
tencentcloud_sdk_python_mps-3.1.144.dist-info/WHEEL,sha256=a5ogxI61vGGBHYbAAwISCXsfU7mxKr76gTpCEmSNOI8,109
|
|
10
|
+
tencentcloud_sdk_python_mps-3.1.144.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
11
|
+
tencentcloud_sdk_python_mps-3.1.144.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|