tencentcloud-sdk-python-vclm 3.0.1212__py2.py3-none-any.whl → 3.0.1225__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 CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1212'
17
+ __version__ = '3.0.1225'
@@ -26,6 +26,9 @@ FAILEDOPERATION_AUDIOPROCESSFAILED = 'FailedOperation.AudioProcessFailed'
26
26
  # 音频处理任务未完成,不能执行翻译结果确认
27
27
  FAILEDOPERATION_AUDIOPROCESSNOTFINISHED = 'FailedOperation.AudioProcessNotFinished'
28
28
 
29
+ # 人体关键点检测失败。
30
+ FAILEDOPERATION_BODYJOINTSFAIL = 'FailedOperation.BodyJointsFail'
31
+
29
32
  # 翻译结果确认任务异常。
30
33
  FAILEDOPERATION_CONFIRMTASKEXCEPTION = 'FailedOperation.ConfirmTaskException'
31
34
 
@@ -38,6 +41,9 @@ FAILEDOPERATION_DRIVERFAILED = 'FailedOperation.DriverFailed'
38
41
  # 人脸框太小,无法识别使用。
39
42
  FAILEDOPERATION_FACESIZETOOSMALL = 'FailedOperation.FaceSizeTooSmall'
40
43
 
44
+ # 图片身体部位有遮挡或不全,请重新上传图片
45
+ FAILEDOPERATION_IMAGEBODYJOINSUNDETECTED = 'FailedOperation.ImageBodyJoinsUndetected'
46
+
41
47
  # 输入图身体(头顶到脚踝)高度占比不到图片高度的二分之一
42
48
  FAILEDOPERATION_IMAGEBODYSMALL = 'FailedOperation.ImageBodySmall'
43
49
 
@@ -50,8 +56,8 @@ FAILEDOPERATION_IMAGEDECODEFAILED = 'FailedOperation.ImageDecodeFailed'
50
56
  # 输入图人脸检测失败
51
57
  FAILEDOPERATION_IMAGEDETECTFACEFAILED = 'FailedOperation.ImageDetectFaceFailed'
52
58
 
53
- # 人脸检测失败。
54
- FAILEDOPERATION_IMAGEFACEDETECTFAILED = 'FailedOperation.ImageFacedetectFailed'
59
+ # 人脸检测失败
60
+ FAILEDOPERATION_IMAGEFACEDETECTFAILED = 'FailedOperation.ImageFaceDetectFailed'
55
61
 
56
62
  # 输入图中存在多人
57
63
  FAILEDOPERATION_IMAGEMANYPEOPLE = 'FailedOperation.ImageManyPeople'
@@ -95,6 +101,9 @@ FAILEDOPERATION_REQUESTTIMEOUT = 'FailedOperation.RequestTimeout'
95
101
  # 系统内部错误。
96
102
  FAILEDOPERATION_SERVERERROR = 'FailedOperation.ServerError'
97
103
 
104
+ # 请求声伴分离失败,请重试。
105
+ FAILEDOPERATION_SUBMITASSPFAILED = 'FailedOperation.SubmitAsspFailed'
106
+
98
107
  # 任务不存在。
99
108
  FAILEDOPERATION_TASKNOTEXIST = 'FailedOperation.TaskNotExist'
100
109
 
@@ -784,11 +784,14 @@ class SubmitImageAnimateJobRequest(AbstractModel):
784
784
  :type TemplateId: str
785
785
  :param _EnableAudio: 结果视频是否保留模板音频。默认为true
786
786
  :type EnableAudio: bool
787
+ :param _EnableBodyJoins: 是否检测输入图人体12个身体部位(头部、颈部、右肩、右肘、右腕、左肩、左肘、左腕、右髋、左髋,、左膝、右膝)。默认不检测。
788
+ :type EnableBodyJoins: bool
787
789
  """
788
790
  self._ImageUrl = None
789
791
  self._ImageBase64 = None
790
792
  self._TemplateId = None
791
793
  self._EnableAudio = None
794
+ self._EnableBodyJoins = None
792
795
 
793
796
  @property
794
797
  def ImageUrl(self):
@@ -822,12 +825,21 @@ class SubmitImageAnimateJobRequest(AbstractModel):
822
825
  def EnableAudio(self, EnableAudio):
823
826
  self._EnableAudio = EnableAudio
824
827
 
828
+ @property
829
+ def EnableBodyJoins(self):
830
+ return self._EnableBodyJoins
831
+
832
+ @EnableBodyJoins.setter
833
+ def EnableBodyJoins(self, EnableBodyJoins):
834
+ self._EnableBodyJoins = EnableBodyJoins
835
+
825
836
 
826
837
  def _deserialize(self, params):
827
838
  self._ImageUrl = params.get("ImageUrl")
828
839
  self._ImageBase64 = params.get("ImageBase64")
829
840
  self._TemplateId = params.get("TemplateId")
830
841
  self._EnableAudio = params.get("EnableAudio")
842
+ self._EnableBodyJoins = params.get("EnableBodyJoins")
831
843
  memeber_set = set(params.keys())
832
844
  for name, value in vars(self).items():
833
845
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-vclm
3
- Version: 3.0.1212
3
+ Version: 3.0.1225
4
4
  Summary: Tencent Cloud Vclm 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 (==3.0.1212)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1225)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=KCRZCGb8RyZV6xbCrl2O0XTJEkZFrZ4fWNbN_cC5RsU,631
2
+ tencentcloud/vclm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ tencentcloud/vclm/v20240523/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ tencentcloud/vclm/v20240523/errorcodes.py,sha256=FVEtNtmkiOzF8r35yn-zMi8wgmnA21NwgAU2NpDdzLA,9557
5
+ tencentcloud/vclm/v20240523/models.py,sha256=kjzR6yPmqwHJliUI86kKunk7HoV0M5bOaCMYw3cqGaI,36580
6
+ tencentcloud/vclm/v20240523/vclm_client.py,sha256=QQ1lIjoAO_eWxERXOYmJCBNgN4TuV4LBIGgPEK5DhiI,10163
7
+ tencentcloud_sdk_python_vclm-3.0.1225.dist-info/METADATA,sha256=Egtyje1_Vzb2bVon98zkhLjgng79Kfq2E1t9hLWol1w,1497
8
+ tencentcloud_sdk_python_vclm-3.0.1225.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_vclm-3.0.1225.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_vclm-3.0.1225.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=ifPvsNfDMlrvk7j5Y3lpbs7mIhtoj0mKlX3oNcORvGU,631
2
- tencentcloud/vclm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- tencentcloud/vclm/v20240523/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- tencentcloud/vclm/v20240523/errorcodes.py,sha256=1tQNMJvAZTxNjQ9TEQy9fWA65SR6veRK1Ipgye2gXV0,9197
5
- tencentcloud/vclm/v20240523/models.py,sha256=Lc_PUI_RwfUvdkBYQkPCavq2Z1ssZ3f_grKr-PfyCXw,36026
6
- tencentcloud/vclm/v20240523/vclm_client.py,sha256=QQ1lIjoAO_eWxERXOYmJCBNgN4TuV4LBIGgPEK5DhiI,10163
7
- tencentcloud_sdk_python_vclm-3.0.1212.dist-info/METADATA,sha256=SyKuqKbnF327BqxgQmngc3rX90qF7IMhkyie9nd31Pc,1497
8
- tencentcloud_sdk_python_vclm-3.0.1212.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_vclm-3.0.1212.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_vclm-3.0.1212.dist-info/RECORD,,