tencentcloud-sdk-python-mps 3.1.141__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/setup.py +1 -1
  3. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/mps/v20190612/models.py +34 -4
  5. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_mps-3.1.144/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_mps-3.1.141/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/README.rst +0 -0
  9. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/mps/__init__.py +0 -0
  11. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/mps/v20190612/__init__.py +0 -0
  12. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/mps/v20190612/mps_client.py +0 -0
  14. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
  15. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_mps-3.1.141 → tencentcloud_sdk_python_mps-3.1.144}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_mps-3.1.141 → 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.141
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.141
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.141,<4.0.0"],
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',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.141'
17
+ __version__ = '3.1.144'
@@ -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: 打到output广告标签的格式,可选Date RangeEnhanced SCTE-35
58474
+ :param _AdMarkupType: <p>打到output广告标签的格式,可选Date RangeEnhanced 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"""打到output广告标签的格式,可选Date RangeEnhanced SCTE-35
58493
+ r"""<p>打到output广告标签的格式,可选Date RangeEnhanced 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.141
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.141
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.141