tencentcloud-sdk-python 3.0.1323__py2.py3-none-any.whl → 3.0.1325__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 (35) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/models.py +2 -2
  3. tencentcloud/antiddos/v20200309/models.py +27 -10
  4. tencentcloud/apm/v20210622/apm_client.py +23 -0
  5. tencentcloud/apm/v20210622/models.py +255 -2
  6. tencentcloud/cbs/v20170312/cbs_client.py +101 -0
  7. tencentcloud/cbs/v20170312/errorcodes.py +3 -0
  8. tencentcloud/cbs/v20170312/models.py +735 -5
  9. tencentcloud/cdwdoris/v20211228/models.py +17 -2
  10. tencentcloud/cls/v20201016/models.py +15 -0
  11. tencentcloud/dc/v20180410/models.py +15 -0
  12. tencentcloud/dlc/v20210125/models.py +0 -24
  13. tencentcloud/dts/v20211206/models.py +2 -2
  14. tencentcloud/emr/v20190103/models.py +96 -0
  15. tencentcloud/gme/v20180711/models.py +0 -18
  16. tencentcloud/mna/v20210119/models.py +0 -58
  17. tencentcloud/ocr/v20181119/models.py +158 -0
  18. tencentcloud/ocr/v20181119/ocr_client.py +3 -1
  19. tencentcloud/scf/v20180416/models.py +2 -2
  20. tencentcloud/ses/v20201002/models.py +15 -0
  21. tencentcloud/svp/v20240125/models.py +0 -6
  22. tencentcloud/teo/v20220901/models.py +64 -0
  23. tencentcloud/trp/v20210515/models.py +0 -360
  24. tencentcloud/vpc/v20170312/models.py +234 -0
  25. tencentcloud/vpc/v20170312/vpc_client.py +46 -0
  26. {tencentcloud_sdk_python-3.0.1323.dist-info → tencentcloud_sdk_python-3.0.1325.dist-info}/METADATA +1 -1
  27. {tencentcloud_sdk_python-3.0.1323.dist-info → tencentcloud_sdk_python-3.0.1325.dist-info}/RECORD +30 -35
  28. tencentcloud/aa/__init__.py +0 -0
  29. tencentcloud/aa/v20200224/__init__.py +0 -0
  30. tencentcloud/aa/v20200224/aa_client.py +0 -49
  31. tencentcloud/aa/v20200224/errorcodes.py +0 -78
  32. tencentcloud/aa/v20200224/models.py +0 -736
  33. {tencentcloud_sdk_python-3.0.1323.dist-info → tencentcloud_sdk_python-3.0.1325.dist-info}/LICENSE +0 -0
  34. {tencentcloud_sdk_python-3.0.1323.dist-info → tencentcloud_sdk_python-3.0.1325.dist-info}/WHEEL +0 -0
  35. {tencentcloud_sdk_python-3.0.1323.dist-info → tencentcloud_sdk_python-3.0.1325.dist-info}/top_level.txt +0 -0
@@ -2543,7 +2543,6 @@ class DevicePayModeInfo(AbstractModel):
2543
2543
  :param _PayModeDesc: 付费模式描述
2544
2544
  :type PayModeDesc: str
2545
2545
  :param _ResourceId: 流量包ID,仅当付费模式为流量包类型时才有。
2546
- 注意:此字段可能返回 null,表示取不到有效值。
2547
2546
  :type ResourceId: str
2548
2547
  """
2549
2548
  self._DeviceId = None
@@ -2589,7 +2588,6 @@ class DevicePayModeInfo(AbstractModel):
2589
2588
  @property
2590
2589
  def ResourceId(self):
2591
2590
  """流量包ID,仅当付费模式为流量包类型时才有。
2592
- 注意:此字段可能返回 null,表示取不到有效值。
2593
2591
  :rtype: str
2594
2592
  """
2595
2593
  return self._ResourceId
@@ -2944,7 +2942,6 @@ DEVICE_5_FLOW_500G,分别代表20G、50G、100G、500G档位的流量包。
2944
2942
  :param _Status: 流量包状态,0:未生效,1:有效期内,2:已过期
2945
2943
  :type Status: int
2946
2944
  :param _CreateTime: 购买时间,Unix时间戳格式,单位:秒
2947
- 注意:此字段可能返回 null,表示取不到有效值。
2948
2945
  :type CreateTime: int
2949
2946
  :param _ActiveTime: 生效时间,Unix时间戳格式,单位:秒
2950
2947
  :type ActiveTime: int
@@ -3035,7 +3032,6 @@ DEVICE_5_FLOW_500G,分别代表20G、50G、100G、500G档位的流量包。
3035
3032
  @property
3036
3033
  def CreateTime(self):
3037
3034
  """购买时间,Unix时间戳格式,单位:秒
3038
- 注意:此字段可能返回 null,表示取不到有效值。
3039
3035
  :rtype: int
3040
3036
  """
3041
3037
  return self._CreateTime
@@ -6185,7 +6181,6 @@ class GroupInfo(AbstractModel):
6185
6181
  :param _UpdateTime: 分组更新的时间,单位:ms
6186
6182
  :type UpdateTime: str
6187
6183
  :param _Description: 分组描述
6188
- 注意:此字段可能返回 null,表示取不到有效值。
6189
6184
  :type Description: str
6190
6185
  :param _DeviceNum: 分组中的设备数量
6191
6186
  :type DeviceNum: int
@@ -6244,7 +6239,6 @@ class GroupInfo(AbstractModel):
6244
6239
  @property
6245
6240
  def Description(self):
6246
6241
  """分组描述
6247
- 注意:此字段可能返回 null,表示取不到有效值。
6248
6242
  :rtype: str
6249
6243
  """
6250
6244
  return self._Description
@@ -6290,19 +6284,15 @@ class Hardware(AbstractModel):
6290
6284
  def __init__(self):
6291
6285
  r"""
6292
6286
  :param _SN: 硬件序列号
6293
- 注意:此字段可能返回 null,表示取不到有效值。
6294
6287
  :type SN: str
6295
6288
  :param _LicenseChargingMode: license计费模式:
6296
6289
  1,租户付费
6297
6290
  2,厂商月付费
6298
6291
  3,厂商永久授权
6299
- 注意:此字段可能返回 null,表示取不到有效值。
6300
6292
  :type LicenseChargingMode: int
6301
6293
  :param _Description: 设备描述
6302
- 注意:此字段可能返回 null,表示取不到有效值。
6303
6294
  :type Description: str
6304
6295
  :param _HardwareId: 硬件ID,入参无需传递
6305
- 注意:此字段可能返回 null,表示取不到有效值。
6306
6296
  :type HardwareId: str
6307
6297
  """
6308
6298
  self._SN = None
@@ -6313,7 +6303,6 @@ class Hardware(AbstractModel):
6313
6303
  @property
6314
6304
  def SN(self):
6315
6305
  """硬件序列号
6316
- 注意:此字段可能返回 null,表示取不到有效值。
6317
6306
  :rtype: str
6318
6307
  """
6319
6308
  return self._SN
@@ -6328,7 +6317,6 @@ class Hardware(AbstractModel):
6328
6317
  1,租户付费
6329
6318
  2,厂商月付费
6330
6319
  3,厂商永久授权
6331
- 注意:此字段可能返回 null,表示取不到有效值。
6332
6320
  :rtype: int
6333
6321
  """
6334
6322
  return self._LicenseChargingMode
@@ -6340,7 +6328,6 @@ class Hardware(AbstractModel):
6340
6328
  @property
6341
6329
  def Description(self):
6342
6330
  """设备描述
6343
- 注意:此字段可能返回 null,表示取不到有效值。
6344
6331
  :rtype: str
6345
6332
  """
6346
6333
  return self._Description
@@ -6352,7 +6339,6 @@ class Hardware(AbstractModel):
6352
6339
  @property
6353
6340
  def HardwareId(self):
6354
6341
  """硬件ID,入参无需传递
6355
- 注意:此字段可能返回 null,表示取不到有效值。
6356
6342
  :rtype: str
6357
6343
  """
6358
6344
  return self._HardwareId
@@ -6385,51 +6371,37 @@ class HardwareInfo(AbstractModel):
6385
6371
  def __init__(self):
6386
6372
  r"""
6387
6373
  :param _DeviceId: 设备ID
6388
- 注意:此字段可能返回 null,表示取不到有效值。
6389
6374
  :type DeviceId: str
6390
6375
  :param _DeviceName: 设备名称
6391
- 注意:此字段可能返回 null,表示取不到有效值。
6392
6376
  :type DeviceName: str
6393
6377
  :param _ActiveTime: 激活时间
6394
- 注意:此字段可能返回 null,表示取不到有效值。
6395
6378
  :type ActiveTime: str
6396
6379
  :param _LastOnlineTime: 最后在线时间
6397
- 注意:此字段可能返回 null,表示取不到有效值。
6398
6380
  :type LastOnlineTime: str
6399
6381
  :param _Description: 备注
6400
- 注意:此字段可能返回 null,表示取不到有效值。
6401
6382
  :type Description: str
6402
6383
  :param _VendorDescription: 厂商备注
6403
- 注意:此字段可能返回 null,表示取不到有效值。
6404
6384
  :type VendorDescription: str
6405
6385
  :param _LicenseChargingMode: license计费模式: 1,租户月付费 2,厂商月付费 3,license永久授权
6406
6386
  注:后续将废弃此参数,新接入请使用LicensePayMode和Payer
6407
- 注意:此字段可能返回 null,表示取不到有效值。
6408
6387
  :type LicenseChargingMode: int
6409
6388
  :param _CreateTime: 创建时间
6410
- 注意:此字段可能返回 null,表示取不到有效值。
6411
6389
  :type CreateTime: str
6412
6390
  :param _SN: 硬件序列号
6413
- 注意:此字段可能返回 null,表示取不到有效值。
6414
6391
  :type SN: str
6415
6392
  :param _LicensePayMode: license授权有效期
6416
6393
  0:月度授权
6417
6394
  1:永久授权
6418
- 注意:此字段可能返回 null,表示取不到有效值。
6419
6395
  :type LicensePayMode: int
6420
6396
  :param _Payer: 付费方
6421
6397
  0:客户付费
6422
6398
  1:厂商付费
6423
- 注意:此字段可能返回 null,表示取不到有效值。
6424
6399
  :type Payer: int
6425
6400
  :param _GroupId: 设备分组ID
6426
- 注意:此字段可能返回 null,表示取不到有效值。
6427
6401
  :type GroupId: str
6428
6402
  :param _GroupName: 设备分组名称
6429
- 注意:此字段可能返回 null,表示取不到有效值。
6430
6403
  :type GroupName: str
6431
6404
  :param _FlowTrunc: 设备无流量包处理方式,0: 按量付费,1: 截断加速
6432
- 注意:此字段可能返回 null,表示取不到有效值。
6433
6405
  :type FlowTrunc: int
6434
6406
  """
6435
6407
  self._DeviceId = None
@@ -6450,7 +6422,6 @@ class HardwareInfo(AbstractModel):
6450
6422
  @property
6451
6423
  def DeviceId(self):
6452
6424
  """设备ID
6453
- 注意:此字段可能返回 null,表示取不到有效值。
6454
6425
  :rtype: str
6455
6426
  """
6456
6427
  return self._DeviceId
@@ -6462,7 +6433,6 @@ class HardwareInfo(AbstractModel):
6462
6433
  @property
6463
6434
  def DeviceName(self):
6464
6435
  """设备名称
6465
- 注意:此字段可能返回 null,表示取不到有效值。
6466
6436
  :rtype: str
6467
6437
  """
6468
6438
  return self._DeviceName
@@ -6474,7 +6444,6 @@ class HardwareInfo(AbstractModel):
6474
6444
  @property
6475
6445
  def ActiveTime(self):
6476
6446
  """激活时间
6477
- 注意:此字段可能返回 null,表示取不到有效值。
6478
6447
  :rtype: str
6479
6448
  """
6480
6449
  return self._ActiveTime
@@ -6486,7 +6455,6 @@ class HardwareInfo(AbstractModel):
6486
6455
  @property
6487
6456
  def LastOnlineTime(self):
6488
6457
  """最后在线时间
6489
- 注意:此字段可能返回 null,表示取不到有效值。
6490
6458
  :rtype: str
6491
6459
  """
6492
6460
  return self._LastOnlineTime
@@ -6498,7 +6466,6 @@ class HardwareInfo(AbstractModel):
6498
6466
  @property
6499
6467
  def Description(self):
6500
6468
  """备注
6501
- 注意:此字段可能返回 null,表示取不到有效值。
6502
6469
  :rtype: str
6503
6470
  """
6504
6471
  return self._Description
@@ -6510,7 +6477,6 @@ class HardwareInfo(AbstractModel):
6510
6477
  @property
6511
6478
  def VendorDescription(self):
6512
6479
  """厂商备注
6513
- 注意:此字段可能返回 null,表示取不到有效值。
6514
6480
  :rtype: str
6515
6481
  """
6516
6482
  return self._VendorDescription
@@ -6523,7 +6489,6 @@ class HardwareInfo(AbstractModel):
6523
6489
  def LicenseChargingMode(self):
6524
6490
  """license计费模式: 1,租户月付费 2,厂商月付费 3,license永久授权
6525
6491
  注:后续将废弃此参数,新接入请使用LicensePayMode和Payer
6526
- 注意:此字段可能返回 null,表示取不到有效值。
6527
6492
  :rtype: int
6528
6493
  """
6529
6494
  return self._LicenseChargingMode
@@ -6535,7 +6500,6 @@ class HardwareInfo(AbstractModel):
6535
6500
  @property
6536
6501
  def CreateTime(self):
6537
6502
  """创建时间
6538
- 注意:此字段可能返回 null,表示取不到有效值。
6539
6503
  :rtype: str
6540
6504
  """
6541
6505
  return self._CreateTime
@@ -6547,7 +6511,6 @@ class HardwareInfo(AbstractModel):
6547
6511
  @property
6548
6512
  def SN(self):
6549
6513
  """硬件序列号
6550
- 注意:此字段可能返回 null,表示取不到有效值。
6551
6514
  :rtype: str
6552
6515
  """
6553
6516
  return self._SN
@@ -6561,7 +6524,6 @@ class HardwareInfo(AbstractModel):
6561
6524
  """license授权有效期
6562
6525
  0:月度授权
6563
6526
  1:永久授权
6564
- 注意:此字段可能返回 null,表示取不到有效值。
6565
6527
  :rtype: int
6566
6528
  """
6567
6529
  return self._LicensePayMode
@@ -6575,7 +6537,6 @@ class HardwareInfo(AbstractModel):
6575
6537
  """付费方
6576
6538
  0:客户付费
6577
6539
  1:厂商付费
6578
- 注意:此字段可能返回 null,表示取不到有效值。
6579
6540
  :rtype: int
6580
6541
  """
6581
6542
  return self._Payer
@@ -6587,7 +6548,6 @@ class HardwareInfo(AbstractModel):
6587
6548
  @property
6588
6549
  def GroupId(self):
6589
6550
  """设备分组ID
6590
- 注意:此字段可能返回 null,表示取不到有效值。
6591
6551
  :rtype: str
6592
6552
  """
6593
6553
  return self._GroupId
@@ -6599,7 +6559,6 @@ class HardwareInfo(AbstractModel):
6599
6559
  @property
6600
6560
  def GroupName(self):
6601
6561
  """设备分组名称
6602
- 注意:此字段可能返回 null,表示取不到有效值。
6603
6562
  :rtype: str
6604
6563
  """
6605
6564
  return self._GroupName
@@ -6611,7 +6570,6 @@ class HardwareInfo(AbstractModel):
6611
6570
  @property
6612
6571
  def FlowTrunc(self):
6613
6572
  """设备无流量包处理方式,0: 按量付费,1: 截断加速
6614
- 注意:此字段可能返回 null,表示取不到有效值。
6615
6573
  :rtype: int
6616
6574
  """
6617
6575
  return self._FlowTrunc
@@ -6666,7 +6624,6 @@ class L3ConnInfo(AbstractModel):
6666
6624
  :param _Enable: 互通规则启用状态
6667
6625
  :type Enable: bool
6668
6626
  :param _Description: 互通规则描述
6669
- 注意:此字段可能返回 null,表示取不到有效值。
6670
6627
  :type Description: str
6671
6628
  """
6672
6629
  self._L3ConnId = None
@@ -6746,7 +6703,6 @@ class L3ConnInfo(AbstractModel):
6746
6703
  @property
6747
6704
  def Description(self):
6748
6705
  """互通规则描述
6749
- 注意:此字段可能返回 null,表示取不到有效值。
6750
6706
  :rtype: str
6751
6707
  """
6752
6708
  return self._Description
@@ -6863,10 +6819,8 @@ class MonitorData(AbstractModel):
6863
6819
  :param _Time: 时间点:s
6864
6820
  :type Time: str
6865
6821
  :param _BusinessMetrics: 业务指标(bps/ms/%)
6866
- 注意:此字段可能返回 null,表示取不到有效值。
6867
6822
  :type BusinessMetrics: float
6868
6823
  :param _SlotNetInfo: 网卡状态信息
6869
- 注意:此字段可能返回 null,表示取不到有效值。
6870
6824
  :type SlotNetInfo: list of SlotNetInfo
6871
6825
  """
6872
6826
  self._Time = None
@@ -6887,7 +6841,6 @@ class MonitorData(AbstractModel):
6887
6841
  @property
6888
6842
  def BusinessMetrics(self):
6889
6843
  """业务指标(bps/ms/%)
6890
- 注意:此字段可能返回 null,表示取不到有效值。
6891
6844
  :rtype: float
6892
6845
  """
6893
6846
  return self._BusinessMetrics
@@ -6899,7 +6852,6 @@ class MonitorData(AbstractModel):
6899
6852
  @property
6900
6853
  def SlotNetInfo(self):
6901
6854
  """网卡状态信息
6902
- 注意:此字段可能返回 null,表示取不到有效值。
6903
6855
  :rtype: list of SlotNetInfo
6904
6856
  """
6905
6857
  return self._SlotNetInfo
@@ -7502,13 +7454,10 @@ class SlotNetInfo(AbstractModel):
7502
7454
  def __init__(self):
7503
7455
  r"""
7504
7456
  :param _NetInfoName: 网卡名
7505
- 注意:此字段可能返回 null,表示取不到有效值。
7506
7457
  :type NetInfoName: str
7507
7458
  :param _PublicIP: 公网IP
7508
- 注意:此字段可能返回 null,表示取不到有效值。
7509
7459
  :type PublicIP: str
7510
7460
  :param _Current: 指标数据(bps/ms/%)
7511
- 注意:此字段可能返回 null,表示取不到有效值。
7512
7461
  :type Current: float
7513
7462
  """
7514
7463
  self._NetInfoName = None
@@ -7518,7 +7467,6 @@ class SlotNetInfo(AbstractModel):
7518
7467
  @property
7519
7468
  def NetInfoName(self):
7520
7469
  """网卡名
7521
- 注意:此字段可能返回 null,表示取不到有效值。
7522
7470
  :rtype: str
7523
7471
  """
7524
7472
  return self._NetInfoName
@@ -7530,7 +7478,6 @@ class SlotNetInfo(AbstractModel):
7530
7478
  @property
7531
7479
  def PublicIP(self):
7532
7480
  """公网IP
7533
- 注意:此字段可能返回 null,表示取不到有效值。
7534
7481
  :rtype: str
7535
7482
  """
7536
7483
  return self._PublicIP
@@ -7542,7 +7489,6 @@ class SlotNetInfo(AbstractModel):
7542
7489
  @property
7543
7490
  def Current(self):
7544
7491
  """指标数据(bps/ms/%)
7545
- 注意:此字段可能返回 null,表示取不到有效值。
7546
7492
  :rtype: float
7547
7493
  """
7548
7494
  return self._Current
@@ -8332,7 +8278,6 @@ class VendorHardware(AbstractModel):
8332
8278
  :param _Status: 激活状态, 空:全部; 1:待激活; 2:已激活
8333
8279
  :type Status: int
8334
8280
  :param _ActiveTime: 激活时间
8335
- 注意:此字段可能返回 null,表示取不到有效值。
8336
8281
  :type ActiveTime: str
8337
8282
  :param _Description: 厂商备注
8338
8283
  :type Description: str
@@ -8342,7 +8287,6 @@ class VendorHardware(AbstractModel):
8342
8287
  注:设备为租户付费且未激活(未选择月付还是永久付费)时,此参数返回1,仅代表租户付费。后续将废弃此参数,新接入请使用LicensePayMode和Payer
8343
8288
  :type LicenseChargingMode: int
8344
8289
  :param _LastOnlineTime: 最后在线时间
8345
- 注意:此字段可能返回 null,表示取不到有效值。
8346
8290
  :type LastOnlineTime: str
8347
8291
  :param _LicensePayMode: license授权有效期
8348
8292
  0:月度授权
@@ -8413,7 +8357,6 @@ class VendorHardware(AbstractModel):
8413
8357
  @property
8414
8358
  def ActiveTime(self):
8415
8359
  """激活时间
8416
- 注意:此字段可能返回 null,表示取不到有效值。
8417
8360
  :rtype: str
8418
8361
  """
8419
8362
  return self._ActiveTime
@@ -8459,7 +8402,6 @@ class VendorHardware(AbstractModel):
8459
8402
  @property
8460
8403
  def LastOnlineTime(self):
8461
8404
  """最后在线时间
8462
- 注意:此字段可能返回 null,表示取不到有效值。
8463
8405
  :rtype: str
8464
8406
  """
8465
8407
  return self._LastOnlineTime
@@ -4271,6 +4271,62 @@ class CreateAIFormTaskResponse(AbstractModel):
4271
4271
  self._RequestId = params.get("RequestId")
4272
4272
 
4273
4273
 
4274
+ class CustomsPaymentReceipt(AbstractModel):
4275
+ """海关缴款书
4276
+
4277
+ """
4278
+
4279
+ def __init__(self):
4280
+ r"""
4281
+ :param _Title: 发票名称
4282
+ :type Title: str
4283
+ :param _Content: 识别出的字段名称(关键字),支持以下字段: 税号 、纳税人识别号 、纳税人名称 、金额合计大写 、金额合计小写 、填发日期 、税务机关 、填票人。 示例值:纳税人识别号
4284
+ :type Content: list of OtherInvoiceItem
4285
+ """
4286
+ self._Title = None
4287
+ self._Content = None
4288
+
4289
+ @property
4290
+ def Title(self):
4291
+ """发票名称
4292
+ :rtype: str
4293
+ """
4294
+ return self._Title
4295
+
4296
+ @Title.setter
4297
+ def Title(self, Title):
4298
+ self._Title = Title
4299
+
4300
+ @property
4301
+ def Content(self):
4302
+ """识别出的字段名称(关键字),支持以下字段: 税号 、纳税人识别号 、纳税人名称 、金额合计大写 、金额合计小写 、填发日期 、税务机关 、填票人。 示例值:纳税人识别号
4303
+ :rtype: list of OtherInvoiceItem
4304
+ """
4305
+ return self._Content
4306
+
4307
+ @Content.setter
4308
+ def Content(self, Content):
4309
+ self._Content = Content
4310
+
4311
+
4312
+ def _deserialize(self, params):
4313
+ self._Title = params.get("Title")
4314
+ if params.get("Content") is not None:
4315
+ self._Content = []
4316
+ for item in params.get("Content"):
4317
+ obj = OtherInvoiceItem()
4318
+ obj._deserialize(item)
4319
+ self._Content.append(obj)
4320
+ memeber_set = set(params.keys())
4321
+ for name, value in vars(self).items():
4322
+ property_name = name[1:]
4323
+ if property_name in memeber_set:
4324
+ memeber_set.remove(property_name)
4325
+ if len(memeber_set) > 0:
4326
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
4327
+
4328
+
4329
+
4274
4330
  class DetailInformationOfAirTicketTupleList(AbstractModel):
4275
4331
  """机票详细信息元组
4276
4332
 
@@ -14327,6 +14383,8 @@ FailedOperation.UnKnowError:表示识别失败;
14327
14383
  15:非税发票
14328
14384
  16:全电发票
14329
14385
  17:医疗发票
14386
+ 18:完税凭证
14387
+ 19:海关缴款书
14330
14388
  :type Type: int
14331
14389
  :param _Polygon: 该发票在原图片中的四点坐标。
14332
14390
  :type Polygon: :class:`tencentcloud.ocr.v20181119.models.Polygon`
@@ -14391,6 +14449,8 @@ FailedOperation.UnKnowError:表示识别失败;
14391
14449
  15:非税发票
14392
14450
  16:全电发票
14393
14451
  17:医疗发票
14452
+ 18:完税凭证
14453
+ 19:海关缴款书
14394
14454
  :rtype: int
14395
14455
  """
14396
14456
  return self._Type
@@ -29054,6 +29114,12 @@ class SingleInvoiceItem(AbstractModel):
29054
29114
  :param _ElectronicFlightTicketFull: 电子发票(机票行程单)
29055
29115
  注意:此字段可能返回 null,表示取不到有效值。
29056
29116
  :type ElectronicFlightTicketFull: :class:`tencentcloud.ocr.v20181119.models.ElectronicFlightTicketFull`
29117
+ :param _TaxPayment: 完税凭证
29118
+ 注意:此字段可能返回 null,表示取不到有效值。
29119
+ :type TaxPayment: :class:`tencentcloud.ocr.v20181119.models.TaxPayment`
29120
+ :param _CustomsPaymentReceipt: 海关缴款
29121
+ 注意:此字段可能返回 null,表示取不到有效值。
29122
+ :type CustomsPaymentReceipt: :class:`tencentcloud.ocr.v20181119.models.CustomsPaymentReceipt`
29057
29123
  """
29058
29124
  self._VatSpecialInvoice = None
29059
29125
  self._VatCommonInvoice = None
@@ -29082,6 +29148,8 @@ class SingleInvoiceItem(AbstractModel):
29082
29148
  self._VatSalesList = None
29083
29149
  self._ElectronicTrainTicketFull = None
29084
29150
  self._ElectronicFlightTicketFull = None
29151
+ self._TaxPayment = None
29152
+ self._CustomsPaymentReceipt = None
29085
29153
 
29086
29154
  @property
29087
29155
  def VatSpecialInvoice(self):
@@ -29407,6 +29475,30 @@ class SingleInvoiceItem(AbstractModel):
29407
29475
  def ElectronicFlightTicketFull(self, ElectronicFlightTicketFull):
29408
29476
  self._ElectronicFlightTicketFull = ElectronicFlightTicketFull
29409
29477
 
29478
+ @property
29479
+ def TaxPayment(self):
29480
+ """完税凭证
29481
+ 注意:此字段可能返回 null,表示取不到有效值。
29482
+ :rtype: :class:`tencentcloud.ocr.v20181119.models.TaxPayment`
29483
+ """
29484
+ return self._TaxPayment
29485
+
29486
+ @TaxPayment.setter
29487
+ def TaxPayment(self, TaxPayment):
29488
+ self._TaxPayment = TaxPayment
29489
+
29490
+ @property
29491
+ def CustomsPaymentReceipt(self):
29492
+ """海关缴款
29493
+ 注意:此字段可能返回 null,表示取不到有效值。
29494
+ :rtype: :class:`tencentcloud.ocr.v20181119.models.CustomsPaymentReceipt`
29495
+ """
29496
+ return self._CustomsPaymentReceipt
29497
+
29498
+ @CustomsPaymentReceipt.setter
29499
+ def CustomsPaymentReceipt(self, CustomsPaymentReceipt):
29500
+ self._CustomsPaymentReceipt = CustomsPaymentReceipt
29501
+
29410
29502
 
29411
29503
  def _deserialize(self, params):
29412
29504
  if params.get("VatSpecialInvoice") is not None:
@@ -29490,6 +29582,12 @@ class SingleInvoiceItem(AbstractModel):
29490
29582
  if params.get("ElectronicFlightTicketFull") is not None:
29491
29583
  self._ElectronicFlightTicketFull = ElectronicFlightTicketFull()
29492
29584
  self._ElectronicFlightTicketFull._deserialize(params.get("ElectronicFlightTicketFull"))
29585
+ if params.get("TaxPayment") is not None:
29586
+ self._TaxPayment = TaxPayment()
29587
+ self._TaxPayment._deserialize(params.get("TaxPayment"))
29588
+ if params.get("CustomsPaymentReceipt") is not None:
29589
+ self._CustomsPaymentReceipt = CustomsPaymentReceipt()
29590
+ self._CustomsPaymentReceipt._deserialize(params.get("CustomsPaymentReceipt"))
29493
29591
  memeber_set = set(params.keys())
29494
29592
  for name, value in vars(self).items():
29495
29593
  property_name = name[1:]
@@ -31073,6 +31171,66 @@ class TableTitle(AbstractModel):
31073
31171
 
31074
31172
 
31075
31173
 
31174
+ class TaxPayment(AbstractModel):
31175
+ """完税凭证
31176
+
31177
+ """
31178
+
31179
+ def __init__(self):
31180
+ r"""
31181
+ :param _Title: 发票名称
31182
+ :type Title: str
31183
+ :param _Content: 识别出的字段名称(关键字),支持以下字段:
31184
+ 税号 、纳税人识别号 、纳税人名称 、金额合计大写 、金额合计小写 、填发日期 、税务机关 、填票人。
31185
+ 示例值:纳税人识别号
31186
+ :type Content: list of OtherInvoiceItem
31187
+ """
31188
+ self._Title = None
31189
+ self._Content = None
31190
+
31191
+ @property
31192
+ def Title(self):
31193
+ """发票名称
31194
+ :rtype: str
31195
+ """
31196
+ return self._Title
31197
+
31198
+ @Title.setter
31199
+ def Title(self, Title):
31200
+ self._Title = Title
31201
+
31202
+ @property
31203
+ def Content(self):
31204
+ """识别出的字段名称(关键字),支持以下字段:
31205
+ 税号 、纳税人识别号 、纳税人名称 、金额合计大写 、金额合计小写 、填发日期 、税务机关 、填票人。
31206
+ 示例值:纳税人识别号
31207
+ :rtype: list of OtherInvoiceItem
31208
+ """
31209
+ return self._Content
31210
+
31211
+ @Content.setter
31212
+ def Content(self, Content):
31213
+ self._Content = Content
31214
+
31215
+
31216
+ def _deserialize(self, params):
31217
+ self._Title = params.get("Title")
31218
+ if params.get("Content") is not None:
31219
+ self._Content = []
31220
+ for item in params.get("Content"):
31221
+ obj = OtherInvoiceItem()
31222
+ obj._deserialize(item)
31223
+ self._Content.append(obj)
31224
+ memeber_set = set(params.keys())
31225
+ for name, value in vars(self).items():
31226
+ property_name = name[1:]
31227
+ if property_name in memeber_set:
31228
+ memeber_set.remove(property_name)
31229
+ if len(memeber_set) > 0:
31230
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
31231
+
31232
+
31233
+
31076
31234
  class TaxiInvoiceOCRRequest(AbstractModel):
31077
31235
  """TaxiInvoiceOCR请求参数结构体
31078
31236
 
@@ -1659,6 +1659,8 @@ class OcrClient(AbstractClient):
1659
1659
  def RecognizeGeneralCardWarn(self, request):
1660
1660
  """支持通用证照的有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能,支持通用证照的ps伪造检测,可以应用于各种证件信息有效性校验场景。
1661
1661
 
1662
+ 默认接口请求频率限制:5次/秒。
1663
+
1662
1664
  :param request: Request instance for RecognizeGeneralCardWarn.
1663
1665
  :type request: :class:`tencentcloud.ocr.v20181119.models.RecognizeGeneralCardWarnRequest`
1664
1666
  :rtype: :class:`tencentcloud.ocr.v20181119.models.RecognizeGeneralCardWarnResponse`
@@ -2079,7 +2081,7 @@ class OcrClient(AbstractClient):
2079
2081
  def RecognizeValidIDCardOCR(self, request):
2080
2082
  """本接口支持二代身份证、临时身份证、港澳台居住证、外国人永久居留证,字段内容识别功能,包括姓名、性别、民族、出生、出生日期、住址、公民身份号码、签发机关、有效期限、国籍、通行证号码、持证人持有号码;支持返回证件类型;支持翻拍、复印、边框不完整、遮挡、字段级反光和字段级完整性告警;支持卡片主体框裁剪和头像裁剪。
2081
2083
 
2082
- 默认接口请求频率限制:20次/秒。
2084
+ 默认接口请求频率限制:5次/秒。
2083
2085
 
2084
2086
  :param request: Request instance for RecognizeValidIDCardOCR.
2085
2087
  :type request: :class:`tencentcloud.ocr.v20181119.models.RecognizeValidIDCardOCRRequest`
@@ -6126,7 +6126,7 @@ class GetLayerVersionResponse(AbstractModel):
6126
6126
  :type LayerVersion: int
6127
6127
  :param _LayerName: 层名称
6128
6128
  :type LayerName: str
6129
- :param _Status: 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)
6129
+ :param _Status: 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88Layer.EF.BC.89.E7.8A.B6.E6.80.81)
6130
6130
  :type Status: str
6131
6131
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6132
6132
  :type RequestId: str
@@ -6232,7 +6232,7 @@ class GetLayerVersionResponse(AbstractModel):
6232
6232
 
6233
6233
  @property
6234
6234
  def Status(self):
6235
- """层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)
6235
+ """层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88Layer.EF.BC.89.E7.8A.B6.E6.80.81)
6236
6236
  :rtype: str
6237
6237
  """
6238
6238
  return self._Status
@@ -1909,12 +1909,15 @@ class EmailIdentity(AbstractModel):
1909
1909
  :type CurrentReputationLevel: int
1910
1910
  :param _DailyQuota: 当日最高发信量
1911
1911
  :type DailyQuota: int
1912
+ :param _SendIp: 域名配置的独立ip
1913
+ :type SendIp: list of str
1912
1914
  """
1913
1915
  self._IdentityName = None
1914
1916
  self._IdentityType = None
1915
1917
  self._SendingEnabled = None
1916
1918
  self._CurrentReputationLevel = None
1917
1919
  self._DailyQuota = None
1920
+ self._SendIp = None
1918
1921
 
1919
1922
  @property
1920
1923
  def IdentityName(self):
@@ -1971,6 +1974,17 @@ class EmailIdentity(AbstractModel):
1971
1974
  def DailyQuota(self, DailyQuota):
1972
1975
  self._DailyQuota = DailyQuota
1973
1976
 
1977
+ @property
1978
+ def SendIp(self):
1979
+ """域名配置的独立ip
1980
+ :rtype: list of str
1981
+ """
1982
+ return self._SendIp
1983
+
1984
+ @SendIp.setter
1985
+ def SendIp(self, SendIp):
1986
+ self._SendIp = SendIp
1987
+
1974
1988
 
1975
1989
  def _deserialize(self, params):
1976
1990
  self._IdentityName = params.get("IdentityName")
@@ -1978,6 +1992,7 @@ class EmailIdentity(AbstractModel):
1978
1992
  self._SendingEnabled = params.get("SendingEnabled")
1979
1993
  self._CurrentReputationLevel = params.get("CurrentReputationLevel")
1980
1994
  self._DailyQuota = params.get("DailyQuota")
1995
+ self._SendIp = params.get("SendIp")
1981
1996
  memeber_set = set(params.keys())
1982
1997
  for name, value in vars(self).items():
1983
1998
  property_name = name[1:]