tencentcloud-sdk-python 3.0.1291__py2.py3-none-any.whl → 3.0.1292__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.
Files changed (61) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/apm_client.py +5 -5
  3. tencentcloud/apm/v20210622/errorcodes.py +3 -0
  4. tencentcloud/apm/v20210622/models.py +30 -30
  5. tencentcloud/autoscaling/v20180419/models.py +21 -2
  6. tencentcloud/batch/v20170312/models.py +2 -2
  7. tencentcloud/billing/v20180709/models.py +30 -0
  8. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  9. tencentcloud/cdb/v20170320/models.py +8 -468
  10. tencentcloud/cdwdoris/v20211228/models.py +64 -0
  11. tencentcloud/cfg/v20210820/models.py +15 -0
  12. tencentcloud/cls/v20201016/models.py +2 -2
  13. tencentcloud/cmq/v20190304/cmq_client.py +30 -10
  14. tencentcloud/cmq/v20190304/models.py +106 -106
  15. tencentcloud/cvm/v20170312/cvm_client.py +0 -115
  16. tencentcloud/cvm/v20170312/errorcodes.py +3 -9
  17. tencentcloud/cvm/v20170312/models.py +7379 -8874
  18. tencentcloud/cwp/v20180228/cwp_client.py +0 -25
  19. tencentcloud/cwp/v20180228/models.py +0 -49
  20. tencentcloud/cynosdb/v20190107/cynosdb_client.py +3 -3
  21. tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
  22. tencentcloud/cynosdb/v20190107/models.py +8 -32
  23. tencentcloud/dts/v20180330/models.py +2 -2
  24. tencentcloud/dts/v20211206/models.py +17 -0
  25. tencentcloud/emr/v20190103/emr_client.py +207 -0
  26. tencentcloud/emr/v20190103/errorcodes.py +15 -0
  27. tencentcloud/emr/v20190103/models.py +2175 -248
  28. tencentcloud/ess/v20201111/models.py +50 -18
  29. tencentcloud/essbasic/v20210526/models.py +33 -20
  30. tencentcloud/faceid/v20180301/models.py +4 -4
  31. tencentcloud/iai/v20200303/errorcodes.py +15 -0
  32. tencentcloud/iai/v20200303/iai_client.py +28 -0
  33. tencentcloud/iai/v20200303/models.py +203 -0
  34. tencentcloud/iotexplorer/v20190423/models.py +15 -0
  35. tencentcloud/keewidb/v20220308/models.py +2 -2
  36. tencentcloud/live/v20180801/models.py +111 -56
  37. tencentcloud/mna/v20210119/mna_client.py +9 -3
  38. tencentcloud/mps/v20190612/models.py +60 -0
  39. tencentcloud/oceanus/v20190422/errorcodes.py +3 -0
  40. tencentcloud/oceanus/v20190422/models.py +571 -2
  41. tencentcloud/ocr/v20181119/models.py +75 -0
  42. tencentcloud/sqlserver/v20180328/models.py +185 -90
  43. tencentcloud/sqlserver/v20180328/sqlserver_client.py +1 -1
  44. tencentcloud/ssl/v20191205/models.py +6 -6
  45. tencentcloud/tbaas/v20180416/tbaas_client.py +2 -2
  46. tencentcloud/tcr/v20190924/models.py +15 -0
  47. tencentcloud/tdmq/v20200217/models.py +30 -0
  48. tencentcloud/tem/v20210701/models.py +2 -2
  49. tencentcloud/tem/v20210701/tem_client.py +3 -1
  50. tencentcloud/tke/v20180525/models.py +21 -6
  51. tencentcloud/tse/v20201207/models.py +68 -0
  52. tencentcloud/tts/v20190823/models.py +2 -2
  53. tencentcloud/vpc/v20170312/models.py +479 -0
  54. tencentcloud/vpc/v20170312/vpc_client.py +69 -0
  55. tencentcloud/waf/v20180125/models.py +546 -4
  56. tencentcloud/waf/v20180125/waf_client.py +70 -1
  57. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1292.dist-info}/METADATA +1 -1
  58. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1292.dist-info}/RECORD +61 -61
  59. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1292.dist-info}/LICENSE +0 -0
  60. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1292.dist-info}/WHEEL +0 -0
  61. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1292.dist-info}/top_level.txt +0 -0
@@ -51076,6 +51076,14 @@ class SegmentRecognitionItem(AbstractModel):
51076
51076
  :param _EndTime: 直播切片对应直播结束时间点,采用 ISO 日期格式。
51077
51077
  注意:此字段可能返回 null,表示取不到有效值。
51078
51078
  :type EndTime: str
51079
+ :param _AudioUrl: 直播拆条用,音频url。
51080
+ :type AudioUrl: str
51081
+ :param _AudioBeginTime: 直播拆条用,音频对应起始时间戳;
51082
+ :type AudioBeginTime: float
51083
+ :param _AudioEndTime: 直播拆条用,音频对应结束时间戳。
51084
+ :type AudioEndTime: float
51085
+ :param _PersonPositionUrl: 直播拆条用,人物位置参考信息用于横转竖。
51086
+ :type PersonPositionUrl: str
51079
51087
  """
51080
51088
  self._Confidence = None
51081
51089
  self._StartTimeOffset = None
@@ -51087,6 +51095,10 @@ class SegmentRecognitionItem(AbstractModel):
51087
51095
  self._Keywords = None
51088
51096
  self._BeginTime = None
51089
51097
  self._EndTime = None
51098
+ self._AudioUrl = None
51099
+ self._AudioBeginTime = None
51100
+ self._AudioEndTime = None
51101
+ self._PersonPositionUrl = None
51090
51102
 
51091
51103
  @property
51092
51104
  def Confidence(self):
@@ -51204,6 +51216,50 @@ class SegmentRecognitionItem(AbstractModel):
51204
51216
  def EndTime(self, EndTime):
51205
51217
  self._EndTime = EndTime
51206
51218
 
51219
+ @property
51220
+ def AudioUrl(self):
51221
+ """直播拆条用,音频url。
51222
+ :rtype: str
51223
+ """
51224
+ return self._AudioUrl
51225
+
51226
+ @AudioUrl.setter
51227
+ def AudioUrl(self, AudioUrl):
51228
+ self._AudioUrl = AudioUrl
51229
+
51230
+ @property
51231
+ def AudioBeginTime(self):
51232
+ """直播拆条用,音频对应起始时间戳;
51233
+ :rtype: float
51234
+ """
51235
+ return self._AudioBeginTime
51236
+
51237
+ @AudioBeginTime.setter
51238
+ def AudioBeginTime(self, AudioBeginTime):
51239
+ self._AudioBeginTime = AudioBeginTime
51240
+
51241
+ @property
51242
+ def AudioEndTime(self):
51243
+ """直播拆条用,音频对应结束时间戳。
51244
+ :rtype: float
51245
+ """
51246
+ return self._AudioEndTime
51247
+
51248
+ @AudioEndTime.setter
51249
+ def AudioEndTime(self, AudioEndTime):
51250
+ self._AudioEndTime = AudioEndTime
51251
+
51252
+ @property
51253
+ def PersonPositionUrl(self):
51254
+ """直播拆条用,人物位置参考信息用于横转竖。
51255
+ :rtype: str
51256
+ """
51257
+ return self._PersonPositionUrl
51258
+
51259
+ @PersonPositionUrl.setter
51260
+ def PersonPositionUrl(self, PersonPositionUrl):
51261
+ self._PersonPositionUrl = PersonPositionUrl
51262
+
51207
51263
 
51208
51264
  def _deserialize(self, params):
51209
51265
  self._Confidence = params.get("Confidence")
@@ -51216,6 +51272,10 @@ class SegmentRecognitionItem(AbstractModel):
51216
51272
  self._Keywords = params.get("Keywords")
51217
51273
  self._BeginTime = params.get("BeginTime")
51218
51274
  self._EndTime = params.get("EndTime")
51275
+ self._AudioUrl = params.get("AudioUrl")
51276
+ self._AudioBeginTime = params.get("AudioBeginTime")
51277
+ self._AudioEndTime = params.get("AudioEndTime")
51278
+ self._PersonPositionUrl = params.get("PersonPositionUrl")
51219
51279
  memeber_set = set(params.keys())
51220
51280
  for name, value in vars(self).items():
51221
51281
  property_name = name[1:]
@@ -26,6 +26,9 @@ FAILEDOPERATION = 'FailedOperation'
26
26
  # 数据库连接失败,请检查参数是否填写正确。
27
27
  FAILEDOPERATION_DATASOURCECONNECTIONFAILED = 'FailedOperation.DataSourceConnectionFailed'
28
28
 
29
+ # 不能删除wedata项目关联的空间
30
+ FAILEDOPERATION_DELETEWEDATAITEMSPACE = 'FailedOperation.DeleteWedataItemspace'
31
+
29
32
  # 作业的草稿不允许删除。
30
33
  FAILEDOPERATION_DRAFTCONFIGCANNOTDELETE = 'FailedOperation.DraftConfigCanNotDelete'
31
34