tencentcloud-sdk-python-vod 3.1.127__tar.gz → 3.1.131__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_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/setup.py +1 -1
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud/vod/v20180717/models.py +268 -11
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud_sdk_python_vod.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_vod-3.1.131/tencentcloud_sdk_python_vod.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_vod-3.1.127/tencentcloud_sdk_python_vod.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/README.rst +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/setup.cfg +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud/vod/__init__.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud/vod/v20180717/__init__.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud/vod/v20180717/errorcodes.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud/vod/v20180717/vod_client.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud/vod/v20180717/vod_client_async.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud/vod/v20240718/__init__.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud/vod/v20240718/errorcodes.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud/vod/v20240718/models.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud/vod/v20240718/vod_client.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud/vod/v20240718/vod_client_async.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud_sdk_python_vod.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud_sdk_python_vod.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_vod-3.1.127 → tencentcloud_sdk_python_vod-3.1.131}/tencentcloud_sdk_python_vod.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-vod
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.131
|
|
4
4
|
Summary: Tencent Cloud Vod 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.131
|
|
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-vod',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.131,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Vod SDK for Python',
|
|
@@ -17876,6 +17876,168 @@ class AudioVolumeParam(AbstractModel):
|
|
|
17876
17876
|
|
|
17877
17877
|
|
|
17878
17878
|
|
|
17879
|
+
class BeautyEffectItem(AbstractModel):
|
|
17880
|
+
r"""图片美颜效果项。
|
|
17881
|
+
|
|
17882
|
+
"""
|
|
17883
|
+
|
|
17884
|
+
def __init__(self):
|
|
17885
|
+
r"""
|
|
17886
|
+
:param _Switch: <p>是否开启美颜。</p><p>枚举值:</p><ul><li>ON: 开</li><li>OFF: 关</li></ul>
|
|
17887
|
+
:type Switch: str
|
|
17888
|
+
:param _Type: <p>美颜项。</p>
|
|
17889
|
+
:type Type: str
|
|
17890
|
+
:param _Value: <p>美颜强度。</p>
|
|
17891
|
+
:type Value: int
|
|
17892
|
+
:param _ResourcePath: <p>附加资源路径。</p>
|
|
17893
|
+
:type ResourcePath: str
|
|
17894
|
+
:param _ExtInfo: <p>附加信息。</p>
|
|
17895
|
+
:type ExtInfo: str
|
|
17896
|
+
"""
|
|
17897
|
+
self._Switch = None
|
|
17898
|
+
self._Type = None
|
|
17899
|
+
self._Value = None
|
|
17900
|
+
self._ResourcePath = None
|
|
17901
|
+
self._ExtInfo = None
|
|
17902
|
+
|
|
17903
|
+
@property
|
|
17904
|
+
def Switch(self):
|
|
17905
|
+
r"""<p>是否开启美颜。</p><p>枚举值:</p><ul><li>ON: 开</li><li>OFF: 关</li></ul>
|
|
17906
|
+
:rtype: str
|
|
17907
|
+
"""
|
|
17908
|
+
return self._Switch
|
|
17909
|
+
|
|
17910
|
+
@Switch.setter
|
|
17911
|
+
def Switch(self, Switch):
|
|
17912
|
+
self._Switch = Switch
|
|
17913
|
+
|
|
17914
|
+
@property
|
|
17915
|
+
def Type(self):
|
|
17916
|
+
r"""<p>美颜项。</p>
|
|
17917
|
+
:rtype: str
|
|
17918
|
+
"""
|
|
17919
|
+
return self._Type
|
|
17920
|
+
|
|
17921
|
+
@Type.setter
|
|
17922
|
+
def Type(self, Type):
|
|
17923
|
+
self._Type = Type
|
|
17924
|
+
|
|
17925
|
+
@property
|
|
17926
|
+
def Value(self):
|
|
17927
|
+
r"""<p>美颜强度。</p>
|
|
17928
|
+
:rtype: int
|
|
17929
|
+
"""
|
|
17930
|
+
return self._Value
|
|
17931
|
+
|
|
17932
|
+
@Value.setter
|
|
17933
|
+
def Value(self, Value):
|
|
17934
|
+
self._Value = Value
|
|
17935
|
+
|
|
17936
|
+
@property
|
|
17937
|
+
def ResourcePath(self):
|
|
17938
|
+
r"""<p>附加资源路径。</p>
|
|
17939
|
+
:rtype: str
|
|
17940
|
+
"""
|
|
17941
|
+
return self._ResourcePath
|
|
17942
|
+
|
|
17943
|
+
@ResourcePath.setter
|
|
17944
|
+
def ResourcePath(self, ResourcePath):
|
|
17945
|
+
self._ResourcePath = ResourcePath
|
|
17946
|
+
|
|
17947
|
+
@property
|
|
17948
|
+
def ExtInfo(self):
|
|
17949
|
+
r"""<p>附加信息。</p>
|
|
17950
|
+
:rtype: str
|
|
17951
|
+
"""
|
|
17952
|
+
return self._ExtInfo
|
|
17953
|
+
|
|
17954
|
+
@ExtInfo.setter
|
|
17955
|
+
def ExtInfo(self, ExtInfo):
|
|
17956
|
+
self._ExtInfo = ExtInfo
|
|
17957
|
+
|
|
17958
|
+
|
|
17959
|
+
def _deserialize(self, params):
|
|
17960
|
+
self._Switch = params.get("Switch")
|
|
17961
|
+
self._Type = params.get("Type")
|
|
17962
|
+
self._Value = params.get("Value")
|
|
17963
|
+
self._ResourcePath = params.get("ResourcePath")
|
|
17964
|
+
self._ExtInfo = params.get("ExtInfo")
|
|
17965
|
+
memeber_set = set(params.keys())
|
|
17966
|
+
for name, value in vars(self).items():
|
|
17967
|
+
property_name = name[1:]
|
|
17968
|
+
if property_name in memeber_set:
|
|
17969
|
+
memeber_set.remove(property_name)
|
|
17970
|
+
if len(memeber_set) > 0:
|
|
17971
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
17972
|
+
|
|
17973
|
+
|
|
17974
|
+
|
|
17975
|
+
class BeautyFilterItem(AbstractModel):
|
|
17976
|
+
r"""美颜滤镜项。
|
|
17977
|
+
|
|
17978
|
+
"""
|
|
17979
|
+
|
|
17980
|
+
def __init__(self):
|
|
17981
|
+
r"""
|
|
17982
|
+
:param _Switch: <p>是否开启滤镜。</p><p>枚举值:</p><ul><li>ON: 开</li><li>OFF: 关</li></ul>
|
|
17983
|
+
:type Switch: str
|
|
17984
|
+
:param _Type: <p>滤镜项。</p>
|
|
17985
|
+
:type Type: str
|
|
17986
|
+
:param _Value: <p>滤镜强度。</p>
|
|
17987
|
+
:type Value: int
|
|
17988
|
+
"""
|
|
17989
|
+
self._Switch = None
|
|
17990
|
+
self._Type = None
|
|
17991
|
+
self._Value = None
|
|
17992
|
+
|
|
17993
|
+
@property
|
|
17994
|
+
def Switch(self):
|
|
17995
|
+
r"""<p>是否开启滤镜。</p><p>枚举值:</p><ul><li>ON: 开</li><li>OFF: 关</li></ul>
|
|
17996
|
+
:rtype: str
|
|
17997
|
+
"""
|
|
17998
|
+
return self._Switch
|
|
17999
|
+
|
|
18000
|
+
@Switch.setter
|
|
18001
|
+
def Switch(self, Switch):
|
|
18002
|
+
self._Switch = Switch
|
|
18003
|
+
|
|
18004
|
+
@property
|
|
18005
|
+
def Type(self):
|
|
18006
|
+
r"""<p>滤镜项。</p>
|
|
18007
|
+
:rtype: str
|
|
18008
|
+
"""
|
|
18009
|
+
return self._Type
|
|
18010
|
+
|
|
18011
|
+
@Type.setter
|
|
18012
|
+
def Type(self, Type):
|
|
18013
|
+
self._Type = Type
|
|
18014
|
+
|
|
18015
|
+
@property
|
|
18016
|
+
def Value(self):
|
|
18017
|
+
r"""<p>滤镜强度。</p>
|
|
18018
|
+
:rtype: int
|
|
18019
|
+
"""
|
|
18020
|
+
return self._Value
|
|
18021
|
+
|
|
18022
|
+
@Value.setter
|
|
18023
|
+
def Value(self, Value):
|
|
18024
|
+
self._Value = Value
|
|
18025
|
+
|
|
18026
|
+
|
|
18027
|
+
def _deserialize(self, params):
|
|
18028
|
+
self._Switch = params.get("Switch")
|
|
18029
|
+
self._Type = params.get("Type")
|
|
18030
|
+
self._Value = params.get("Value")
|
|
18031
|
+
memeber_set = set(params.keys())
|
|
18032
|
+
for name, value in vars(self).items():
|
|
18033
|
+
property_name = name[1:]
|
|
18034
|
+
if property_name in memeber_set:
|
|
18035
|
+
memeber_set.remove(property_name)
|
|
18036
|
+
if len(memeber_set) > 0:
|
|
18037
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
18038
|
+
|
|
18039
|
+
|
|
18040
|
+
|
|
17879
18041
|
class BlackWhiteEdgeConfigureInfo(AbstractModel):
|
|
17880
18042
|
r"""视频画面黑边、白边、黑屏、白屏检测的控制参数。
|
|
17881
18043
|
|
|
@@ -52163,6 +52325,67 @@ class IPFilterPolicy(AbstractModel):
|
|
|
52163
52325
|
|
|
52164
52326
|
|
|
52165
52327
|
|
|
52328
|
+
class ImageBeautyConfig(AbstractModel):
|
|
52329
|
+
r"""图片美颜配置。
|
|
52330
|
+
|
|
52331
|
+
"""
|
|
52332
|
+
|
|
52333
|
+
def __init__(self):
|
|
52334
|
+
r"""
|
|
52335
|
+
:param _BeautyEffectItems: <p>美颜效果项。</p>
|
|
52336
|
+
:type BeautyEffectItems: list of BeautyEffectItem
|
|
52337
|
+
:param _BeautyFilterItems: <p>美颜滤镜项。</p>
|
|
52338
|
+
:type BeautyFilterItems: list of BeautyFilterItem
|
|
52339
|
+
"""
|
|
52340
|
+
self._BeautyEffectItems = None
|
|
52341
|
+
self._BeautyFilterItems = None
|
|
52342
|
+
|
|
52343
|
+
@property
|
|
52344
|
+
def BeautyEffectItems(self):
|
|
52345
|
+
r"""<p>美颜效果项。</p>
|
|
52346
|
+
:rtype: list of BeautyEffectItem
|
|
52347
|
+
"""
|
|
52348
|
+
return self._BeautyEffectItems
|
|
52349
|
+
|
|
52350
|
+
@BeautyEffectItems.setter
|
|
52351
|
+
def BeautyEffectItems(self, BeautyEffectItems):
|
|
52352
|
+
self._BeautyEffectItems = BeautyEffectItems
|
|
52353
|
+
|
|
52354
|
+
@property
|
|
52355
|
+
def BeautyFilterItems(self):
|
|
52356
|
+
r"""<p>美颜滤镜项。</p>
|
|
52357
|
+
:rtype: list of BeautyFilterItem
|
|
52358
|
+
"""
|
|
52359
|
+
return self._BeautyFilterItems
|
|
52360
|
+
|
|
52361
|
+
@BeautyFilterItems.setter
|
|
52362
|
+
def BeautyFilterItems(self, BeautyFilterItems):
|
|
52363
|
+
self._BeautyFilterItems = BeautyFilterItems
|
|
52364
|
+
|
|
52365
|
+
|
|
52366
|
+
def _deserialize(self, params):
|
|
52367
|
+
if params.get("BeautyEffectItems") is not None:
|
|
52368
|
+
self._BeautyEffectItems = []
|
|
52369
|
+
for item in params.get("BeautyEffectItems"):
|
|
52370
|
+
obj = BeautyEffectItem()
|
|
52371
|
+
obj._deserialize(item)
|
|
52372
|
+
self._BeautyEffectItems.append(obj)
|
|
52373
|
+
if params.get("BeautyFilterItems") is not None:
|
|
52374
|
+
self._BeautyFilterItems = []
|
|
52375
|
+
for item in params.get("BeautyFilterItems"):
|
|
52376
|
+
obj = BeautyFilterItem()
|
|
52377
|
+
obj._deserialize(item)
|
|
52378
|
+
self._BeautyFilterItems.append(obj)
|
|
52379
|
+
memeber_set = set(params.keys())
|
|
52380
|
+
for name, value in vars(self).items():
|
|
52381
|
+
property_name = name[1:]
|
|
52382
|
+
if property_name in memeber_set:
|
|
52383
|
+
memeber_set.remove(property_name)
|
|
52384
|
+
if len(memeber_set) > 0:
|
|
52385
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
52386
|
+
|
|
52387
|
+
|
|
52388
|
+
|
|
52166
52389
|
class ImageBlur(AbstractModel):
|
|
52167
52390
|
r"""图片模糊处理。
|
|
52168
52391
|
|
|
@@ -75382,20 +75605,23 @@ class ProcessImageAsyncInput(AbstractModel):
|
|
|
75382
75605
|
|
|
75383
75606
|
def __init__(self):
|
|
75384
75607
|
r"""
|
|
75385
|
-
:param _FileId:
|
|
75608
|
+
:param _FileId: <p>图片处理的FileId。</p>
|
|
75386
75609
|
:type FileId: str
|
|
75387
|
-
:param
|
|
75610
|
+
:param _Url: <p>图片URL。</p>
|
|
75611
|
+
:type Url: str
|
|
75612
|
+
:param _ImageTaskInput: <p>图片处理参数。</p>
|
|
75388
75613
|
:type ImageTaskInput: :class:`tencentcloud.vod.v20180717.models.ProcessImageAsyncTaskInput`
|
|
75389
|
-
:param _OutputConfig:
|
|
75614
|
+
:param _OutputConfig: <p>图片处理任务的输出媒体文件配置。</p>
|
|
75390
75615
|
:type OutputConfig: :class:`tencentcloud.vod.v20180717.models.ProcessImageAsyncOutputConfig`
|
|
75391
75616
|
"""
|
|
75392
75617
|
self._FileId = None
|
|
75618
|
+
self._Url = None
|
|
75393
75619
|
self._ImageTaskInput = None
|
|
75394
75620
|
self._OutputConfig = None
|
|
75395
75621
|
|
|
75396
75622
|
@property
|
|
75397
75623
|
def FileId(self):
|
|
75398
|
-
r"""
|
|
75624
|
+
r"""<p>图片处理的FileId。</p>
|
|
75399
75625
|
:rtype: str
|
|
75400
75626
|
"""
|
|
75401
75627
|
return self._FileId
|
|
@@ -75404,9 +75630,20 @@ class ProcessImageAsyncInput(AbstractModel):
|
|
|
75404
75630
|
def FileId(self, FileId):
|
|
75405
75631
|
self._FileId = FileId
|
|
75406
75632
|
|
|
75633
|
+
@property
|
|
75634
|
+
def Url(self):
|
|
75635
|
+
r"""<p>图片URL。</p>
|
|
75636
|
+
:rtype: str
|
|
75637
|
+
"""
|
|
75638
|
+
return self._Url
|
|
75639
|
+
|
|
75640
|
+
@Url.setter
|
|
75641
|
+
def Url(self, Url):
|
|
75642
|
+
self._Url = Url
|
|
75643
|
+
|
|
75407
75644
|
@property
|
|
75408
75645
|
def ImageTaskInput(self):
|
|
75409
|
-
r"""
|
|
75646
|
+
r"""<p>图片处理参数。</p>
|
|
75410
75647
|
:rtype: :class:`tencentcloud.vod.v20180717.models.ProcessImageAsyncTaskInput`
|
|
75411
75648
|
"""
|
|
75412
75649
|
return self._ImageTaskInput
|
|
@@ -75417,7 +75654,7 @@ class ProcessImageAsyncInput(AbstractModel):
|
|
|
75417
75654
|
|
|
75418
75655
|
@property
|
|
75419
75656
|
def OutputConfig(self):
|
|
75420
|
-
r"""
|
|
75657
|
+
r"""<p>图片处理任务的输出媒体文件配置。</p>
|
|
75421
75658
|
:rtype: :class:`tencentcloud.vod.v20180717.models.ProcessImageAsyncOutputConfig`
|
|
75422
75659
|
"""
|
|
75423
75660
|
return self._OutputConfig
|
|
@@ -75429,6 +75666,7 @@ class ProcessImageAsyncInput(AbstractModel):
|
|
|
75429
75666
|
|
|
75430
75667
|
def _deserialize(self, params):
|
|
75431
75668
|
self._FileId = params.get("FileId")
|
|
75669
|
+
self._Url = params.get("Url")
|
|
75432
75670
|
if params.get("ImageTaskInput") is not None:
|
|
75433
75671
|
self._ImageTaskInput = ProcessImageAsyncTaskInput()
|
|
75434
75672
|
self._ImageTaskInput._deserialize(params.get("ImageTaskInput"))
|
|
@@ -75951,25 +76189,29 @@ class ProcessImageAsyncResponse(AbstractModel):
|
|
|
75951
76189
|
|
|
75952
76190
|
|
|
75953
76191
|
class ProcessImageAsyncTask(AbstractModel):
|
|
75954
|
-
r"""
|
|
76192
|
+
r"""图片异步处理配置。
|
|
75955
76193
|
|
|
75956
76194
|
"""
|
|
75957
76195
|
|
|
75958
76196
|
def __init__(self):
|
|
75959
76197
|
r"""
|
|
75960
|
-
:param _EncodeConfig:
|
|
76198
|
+
:param _EncodeConfig: <p>图片转码输出配置。</p>
|
|
75961
76199
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
75962
76200
|
:type EncodeConfig: :class:`tencentcloud.vod.v20180717.models.ImageEncodeConfig`
|
|
75963
|
-
:param _EnhanceConfig:
|
|
76201
|
+
:param _EnhanceConfig: <p>图片增强配置。</p>
|
|
75964
76202
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
75965
76203
|
:type EnhanceConfig: :class:`tencentcloud.vod.v20180717.models.ImageEnhanceConfig`
|
|
76204
|
+
:param _BeautyConfig: <p>图片美颜配置。</p>
|
|
76205
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
76206
|
+
:type BeautyConfig: :class:`tencentcloud.vod.v20180717.models.ImageBeautyConfig`
|
|
75966
76207
|
"""
|
|
75967
76208
|
self._EncodeConfig = None
|
|
75968
76209
|
self._EnhanceConfig = None
|
|
76210
|
+
self._BeautyConfig = None
|
|
75969
76211
|
|
|
75970
76212
|
@property
|
|
75971
76213
|
def EncodeConfig(self):
|
|
75972
|
-
r"""
|
|
76214
|
+
r"""<p>图片转码输出配置。</p>
|
|
75973
76215
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
75974
76216
|
:rtype: :class:`tencentcloud.vod.v20180717.models.ImageEncodeConfig`
|
|
75975
76217
|
"""
|
|
@@ -75981,7 +76223,7 @@ class ProcessImageAsyncTask(AbstractModel):
|
|
|
75981
76223
|
|
|
75982
76224
|
@property
|
|
75983
76225
|
def EnhanceConfig(self):
|
|
75984
|
-
r"""
|
|
76226
|
+
r"""<p>图片增强配置。</p>
|
|
75985
76227
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
75986
76228
|
:rtype: :class:`tencentcloud.vod.v20180717.models.ImageEnhanceConfig`
|
|
75987
76229
|
"""
|
|
@@ -75991,6 +76233,18 @@ class ProcessImageAsyncTask(AbstractModel):
|
|
|
75991
76233
|
def EnhanceConfig(self, EnhanceConfig):
|
|
75992
76234
|
self._EnhanceConfig = EnhanceConfig
|
|
75993
76235
|
|
|
76236
|
+
@property
|
|
76237
|
+
def BeautyConfig(self):
|
|
76238
|
+
r"""<p>图片美颜配置。</p>
|
|
76239
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
76240
|
+
:rtype: :class:`tencentcloud.vod.v20180717.models.ImageBeautyConfig`
|
|
76241
|
+
"""
|
|
76242
|
+
return self._BeautyConfig
|
|
76243
|
+
|
|
76244
|
+
@BeautyConfig.setter
|
|
76245
|
+
def BeautyConfig(self, BeautyConfig):
|
|
76246
|
+
self._BeautyConfig = BeautyConfig
|
|
76247
|
+
|
|
75994
76248
|
|
|
75995
76249
|
def _deserialize(self, params):
|
|
75996
76250
|
if params.get("EncodeConfig") is not None:
|
|
@@ -75999,6 +76253,9 @@ class ProcessImageAsyncTask(AbstractModel):
|
|
|
75999
76253
|
if params.get("EnhanceConfig") is not None:
|
|
76000
76254
|
self._EnhanceConfig = ImageEnhanceConfig()
|
|
76001
76255
|
self._EnhanceConfig._deserialize(params.get("EnhanceConfig"))
|
|
76256
|
+
if params.get("BeautyConfig") is not None:
|
|
76257
|
+
self._BeautyConfig = ImageBeautyConfig()
|
|
76258
|
+
self._BeautyConfig._deserialize(params.get("BeautyConfig"))
|
|
76002
76259
|
memeber_set = set(params.keys())
|
|
76003
76260
|
for name, value in vars(self).items():
|
|
76004
76261
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-vod
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.131
|
|
4
4
|
Summary: Tencent Cloud Vod 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.131
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.131
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.127
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|