tencentcloud-sdk-python 3.0.1412__py2.py3-none-any.whl → 3.0.1414__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 +1 -1
- tencentcloud/ams/v20201229/models.py +2 -14
- tencentcloud/batch/v20170312/batch_client.py +23 -0
- tencentcloud/batch/v20170312/models.py +236 -0
- tencentcloud/bh/v20230418/models.py +424 -0
- tencentcloud/bi/v20220105/models.py +15 -0
- tencentcloud/ccc/v20200210/models.py +17 -0
- tencentcloud/cdb/v20170320/cdb_client.py +6 -5
- tencentcloud/cdb/v20170320/models.py +50 -42
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/models.py +700 -0
- tencentcloud/cdwdoris/v20211228/models.py +36 -2
- tencentcloud/cfg/v20210820/models.py +123 -0
- tencentcloud/ckafka/v20190819/models.py +32 -2
- tencentcloud/csip/v20221121/csip_client.py +73 -4
- tencentcloud/csip/v20221121/models.py +1510 -227
- tencentcloud/cvm/v20170312/models.py +17 -4
- tencentcloud/dlc/v20210125/models.py +101 -0
- tencentcloud/emr/v20190103/emr_client.py +69 -0
- tencentcloud/emr/v20190103/errorcodes.py +54 -0
- tencentcloud/emr/v20190103/models.py +1536 -98
- tencentcloud/ess/v20201111/models.py +57 -10
- tencentcloud/essbasic/v20210526/models.py +2 -2
- tencentcloud/gs/v20191118/models.py +67 -2
- tencentcloud/hai/v20230812/errorcodes.py +3 -0
- tencentcloud/igtm/__init__.py +0 -0
- tencentcloud/igtm/v20231024/__init__.py +0 -0
- tencentcloud/igtm/v20231024/errorcodes.py +264 -0
- tencentcloud/igtm/v20231024/igtm_client.py +555 -0
- tencentcloud/igtm/v20231024/models.py +6234 -0
- tencentcloud/ims/v20201229/models.py +0 -4
- tencentcloud/ioa/v20220601/errorcodes.py +9 -0
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +396 -0
- tencentcloud/iss/v20230517/models.py +17 -2
- tencentcloud/kms/v20190118/models.py +10 -22
- tencentcloud/mps/v20190612/models.py +82 -2
- tencentcloud/ocr/v20181119/models.py +247 -842
- tencentcloud/partners/v20180321/models.py +6 -2
- tencentcloud/securitylake/__init__.py +0 -0
- tencentcloud/securitylake/v20240117/__init__.py +0 -0
- tencentcloud/securitylake/v20240117/errorcodes.py +75 -0
- tencentcloud/securitylake/v20240117/models.py +1152 -0
- tencentcloud/securitylake/v20240117/securitylake_client.py +49 -0
- tencentcloud/sms/v20190711/errorcodes.py +2 -2
- tencentcloud/sms/v20210111/errorcodes.py +2 -2
- tencentcloud/tcbr/v20220217/models.py +113 -0
- tencentcloud/tdmq/v20200217/models.py +437 -10
- tencentcloud/teo/v20220901/models.py +47 -28
- tencentcloud/teo/v20220901/teo_client.py +3 -1
- tencentcloud/tione/v20211111/models.py +491 -2
- tencentcloud/tione/v20211111/tione_client.py +23 -0
- tencentcloud/tke/v20180525/models.py +79 -54
- tencentcloud/trocket/v20230308/models.py +148 -148
- tencentcloud/trocket/v20230308/trocket_client.py +46 -18
- tencentcloud/tsf/v20180326/models.py +6363 -4491
- tencentcloud/tsf/v20180326/tsf_client.py +23 -0
- tencentcloud/vdb/v20230616/models.py +75 -0
- tencentcloud/vm/v20210922/models.py +0 -8
- tencentcloud/vpc/v20170312/errorcodes.py +6 -0
- tencentcloud/wav/v20210129/models.py +6 -6
- tencentcloud/wedata/v20210820/models.py +15 -0
- {tencentcloud_sdk_python-3.0.1412.dist-info → tencentcloud_sdk_python-3.0.1414.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1412.dist-info → tencentcloud_sdk_python-3.0.1414.dist-info}/RECORD +67 -57
- {tencentcloud_sdk_python-3.0.1412.dist-info → tencentcloud_sdk_python-3.0.1414.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1412.dist-info → tencentcloud_sdk_python-3.0.1414.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1412.dist-info → tencentcloud_sdk_python-3.0.1414.dist-info}/top_level.txt +0 -0
@@ -25,13 +25,9 @@ class AdvertiseOCRRequest(AbstractModel):
|
|
25
25
|
|
26
26
|
def __init__(self):
|
27
27
|
r"""
|
28
|
-
:param _ImageBase64: 图片的 Base64
|
29
|
-
要求图片经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。
|
30
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
28
|
+
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
31
29
|
:type ImageBase64: str
|
32
|
-
:param _ImageUrl: 图片的 Url
|
33
|
-
要求图片经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。
|
34
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
30
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
35
31
|
:type ImageUrl: str
|
36
32
|
"""
|
37
33
|
self._ImageBase64 = None
|
@@ -39,9 +35,7 @@ class AdvertiseOCRRequest(AbstractModel):
|
|
39
35
|
|
40
36
|
@property
|
41
37
|
def ImageBase64(self):
|
42
|
-
"""图片的 Base64
|
43
|
-
要求图片经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。
|
44
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
38
|
+
"""图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
45
39
|
:rtype: str
|
46
40
|
"""
|
47
41
|
return self._ImageBase64
|
@@ -52,9 +46,7 @@ class AdvertiseOCRRequest(AbstractModel):
|
|
52
46
|
|
53
47
|
@property
|
54
48
|
def ImageUrl(self):
|
55
|
-
"""图片的 Url
|
56
|
-
要求图片经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。
|
57
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
49
|
+
"""图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
58
50
|
:rtype: str
|
59
51
|
"""
|
60
52
|
return self._ImageUrl
|
@@ -1347,11 +1339,9 @@ class BankCardOCRRequest(AbstractModel):
|
|
1347
1339
|
|
1348
1340
|
def __init__(self):
|
1349
1341
|
r"""
|
1350
|
-
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
1351
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1342
|
+
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1352
1343
|
:type ImageBase64: str
|
1353
|
-
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
1354
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
1344
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
1355
1345
|
:type ImageUrl: str
|
1356
1346
|
:param _RetBorderCutImage: 是否返回预处理(精确剪裁对齐)后的银行卡图片数据,默认false。
|
1357
1347
|
:type RetBorderCutImage: bool
|
@@ -1377,8 +1367,7 @@ class BankCardOCRRequest(AbstractModel):
|
|
1377
1367
|
|
1378
1368
|
@property
|
1379
1369
|
def ImageBase64(self):
|
1380
|
-
"""图片的 Base64 值。要求图片经Base64编码后不超过
|
1381
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1370
|
+
"""图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1382
1371
|
:rtype: str
|
1383
1372
|
"""
|
1384
1373
|
return self._ImageBase64
|
@@ -1389,8 +1378,7 @@ class BankCardOCRRequest(AbstractModel):
|
|
1389
1378
|
|
1390
1379
|
@property
|
1391
1380
|
def ImageUrl(self):
|
1392
|
-
"""图片的 Url 地址。要求图片经Base64编码后不超过
|
1393
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
1381
|
+
"""图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
1394
1382
|
:rtype: str
|
1395
1383
|
"""
|
1396
1384
|
return self._ImageUrl
|
@@ -2842,16 +2830,9 @@ class BusInvoiceOCRRequest(AbstractModel):
|
|
2842
2830
|
|
2843
2831
|
def __init__(self):
|
2844
2832
|
r"""
|
2845
|
-
:param _ImageBase64: 图片的 Base64
|
2846
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
2847
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
2848
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
2833
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
2849
2834
|
:type ImageBase64: str
|
2850
|
-
:param _ImageUrl: 图片的 Url
|
2851
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
2852
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
2853
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
2854
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
2835
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
2855
2836
|
:type ImageUrl: str
|
2856
2837
|
:param _IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
2857
2838
|
:type IsPdf: bool
|
@@ -2865,10 +2846,7 @@ class BusInvoiceOCRRequest(AbstractModel):
|
|
2865
2846
|
|
2866
2847
|
@property
|
2867
2848
|
def ImageBase64(self):
|
2868
|
-
"""图片的 Base64
|
2869
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
2870
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
2871
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
2849
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
2872
2850
|
:rtype: str
|
2873
2851
|
"""
|
2874
2852
|
return self._ImageBase64
|
@@ -2879,11 +2857,7 @@ class BusInvoiceOCRRequest(AbstractModel):
|
|
2879
2857
|
|
2880
2858
|
@property
|
2881
2859
|
def ImageUrl(self):
|
2882
|
-
"""图片的 Url
|
2883
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
2884
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
2885
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
2886
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
2860
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
2887
2861
|
:rtype: str
|
2888
2862
|
"""
|
2889
2863
|
return self._ImageUrl
|
@@ -3376,16 +3350,9 @@ class CarInvoiceOCRRequest(AbstractModel):
|
|
3376
3350
|
|
3377
3351
|
def __init__(self):
|
3378
3352
|
r"""
|
3379
|
-
:param _ImageBase64: 图片的 Base64
|
3380
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3381
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
3382
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3353
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3383
3354
|
:type ImageBase64: str
|
3384
|
-
:param _ImageUrl: 图片的 Url
|
3385
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3386
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
3387
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
3388
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3355
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3389
3356
|
:type ImageUrl: str
|
3390
3357
|
:param _IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
3391
3358
|
:type IsPdf: bool
|
@@ -3399,10 +3366,7 @@ class CarInvoiceOCRRequest(AbstractModel):
|
|
3399
3366
|
|
3400
3367
|
@property
|
3401
3368
|
def ImageBase64(self):
|
3402
|
-
"""图片的 Base64
|
3403
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3404
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
3405
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3369
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3406
3370
|
:rtype: str
|
3407
3371
|
"""
|
3408
3372
|
return self._ImageBase64
|
@@ -3413,11 +3377,7 @@ class CarInvoiceOCRRequest(AbstractModel):
|
|
3413
3377
|
|
3414
3378
|
@property
|
3415
3379
|
def ImageUrl(self):
|
3416
|
-
"""图片的 Url
|
3417
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3418
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
3419
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
3420
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3380
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3421
3381
|
:rtype: str
|
3422
3382
|
"""
|
3423
3383
|
return self._ImageUrl
|
@@ -3760,16 +3720,9 @@ class ClassifyDetectOCRRequest(AbstractModel):
|
|
3760
3720
|
|
3761
3721
|
def __init__(self):
|
3762
3722
|
r"""
|
3763
|
-
:param _ImageBase64: 图片的 Base64
|
3764
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3765
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
3766
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3723
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3767
3724
|
:type ImageBase64: str
|
3768
|
-
:param _ImageUrl: 图片的 Url
|
3769
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3770
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
3771
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
3772
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3725
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3773
3726
|
:type ImageUrl: str
|
3774
3727
|
:param _DiscernType: 可以指定要识别的票证类型,指定后不出现在此列表的票证将不返回类型。不指定时默认返回所有支持类别票证的识别信息。
|
3775
3728
|
|
@@ -3800,10 +3753,7 @@ ForeignPermanentResidentBack: 外国人永居证背面识别
|
|
3800
3753
|
|
3801
3754
|
@property
|
3802
3755
|
def ImageBase64(self):
|
3803
|
-
"""图片的 Base64
|
3804
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3805
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
3806
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3756
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3807
3757
|
:rtype: str
|
3808
3758
|
"""
|
3809
3759
|
return self._ImageBase64
|
@@ -3814,11 +3764,7 @@ ForeignPermanentResidentBack: 外国人永居证背面识别
|
|
3814
3764
|
|
3815
3765
|
@property
|
3816
3766
|
def ImageUrl(self):
|
3817
|
-
"""图片的 Url
|
3818
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3819
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
3820
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
3821
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3767
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3822
3768
|
:rtype: str
|
3823
3769
|
"""
|
3824
3770
|
return self._ImageUrl
|
@@ -3928,13 +3874,9 @@ class ClassifyStoreNameRequest(AbstractModel):
|
|
3928
3874
|
|
3929
3875
|
def __init__(self):
|
3930
3876
|
r"""
|
3931
|
-
:param _ImageBase64: 图片的 Base64
|
3932
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3933
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
3934
|
-
支持的图片像素:需介于20-10000px之间。
|
3935
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3877
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3936
3878
|
:type ImageBase64: str
|
3937
|
-
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
3879
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3938
3880
|
:type ImageUrl: str
|
3939
3881
|
"""
|
3940
3882
|
self._ImageBase64 = None
|
@@ -3942,11 +3884,7 @@ class ClassifyStoreNameRequest(AbstractModel):
|
|
3942
3884
|
|
3943
3885
|
@property
|
3944
3886
|
def ImageBase64(self):
|
3945
|
-
"""图片的 Base64
|
3946
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3947
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
3948
|
-
支持的图片像素:需介于20-10000px之间。
|
3949
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3887
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3950
3888
|
:rtype: str
|
3951
3889
|
"""
|
3952
3890
|
return self._ImageBase64
|
@@ -3957,7 +3895,7 @@ class ClassifyStoreNameRequest(AbstractModel):
|
|
3957
3895
|
|
3958
3896
|
@property
|
3959
3897
|
def ImageUrl(self):
|
3960
|
-
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
3898
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3961
3899
|
:rtype: str
|
3962
3900
|
"""
|
3963
3901
|
return self._ImageUrl
|
@@ -4669,11 +4607,9 @@ class DriverLicenseOCRRequest(AbstractModel):
|
|
4669
4607
|
|
4670
4608
|
def __init__(self):
|
4671
4609
|
r"""
|
4672
|
-
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
4673
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
4610
|
+
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
4674
4611
|
:type ImageBase64: str
|
4675
|
-
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
4676
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
4612
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
4677
4613
|
:type ImageUrl: str
|
4678
4614
|
:param _CardSide: FRONT 为驾驶证主页正面(有红色印章的一面),
|
4679
4615
|
BACK 为驾驶证副页正面(有档案编号的一面)。
|
@@ -4687,8 +4623,7 @@ DOUBLE 支持自动识别驾驶证正副页单面,和正副双面同框识别
|
|
4687
4623
|
|
4688
4624
|
@property
|
4689
4625
|
def ImageBase64(self):
|
4690
|
-
"""图片的 Base64 值。要求图片经Base64编码后不超过
|
4691
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
4626
|
+
"""图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
4692
4627
|
:rtype: str
|
4693
4628
|
"""
|
4694
4629
|
return self._ImageBase64
|
@@ -4699,8 +4634,7 @@ DOUBLE 支持自动识别驾驶证正副页单面,和正副双面同框识别
|
|
4699
4634
|
|
4700
4635
|
@property
|
4701
4636
|
def ImageUrl(self):
|
4702
|
-
"""图片的 Url 地址。要求图片经Base64编码后不超过
|
4703
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
4637
|
+
"""图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
4704
4638
|
:rtype: str
|
4705
4639
|
"""
|
4706
4640
|
return self._ImageUrl
|
@@ -5203,16 +5137,9 @@ class DutyPaidProofOCRRequest(AbstractModel):
|
|
5203
5137
|
|
5204
5138
|
def __init__(self):
|
5205
5139
|
r"""
|
5206
|
-
:param _ImageBase64: 图片的 Base64
|
5207
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5208
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
5209
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5140
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5210
5141
|
:type ImageBase64: str
|
5211
|
-
:param _ImageUrl: 图片的 Url
|
5212
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5213
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
5214
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
5215
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5142
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5216
5143
|
:type ImageUrl: str
|
5217
5144
|
:param _IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
5218
5145
|
:type IsPdf: bool
|
@@ -5226,10 +5153,7 @@ class DutyPaidProofOCRRequest(AbstractModel):
|
|
5226
5153
|
|
5227
5154
|
@property
|
5228
5155
|
def ImageBase64(self):
|
5229
|
-
"""图片的 Base64
|
5230
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5231
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
5232
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5156
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5233
5157
|
:rtype: str
|
5234
5158
|
"""
|
5235
5159
|
return self._ImageBase64
|
@@ -5240,11 +5164,7 @@ class DutyPaidProofOCRRequest(AbstractModel):
|
|
5240
5164
|
|
5241
5165
|
@property
|
5242
5166
|
def ImageUrl(self):
|
5243
|
-
"""图片的 Url
|
5244
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5245
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
5246
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
5247
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5167
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5248
5168
|
:rtype: str
|
5249
5169
|
"""
|
5250
5170
|
return self._ImageUrl
|
@@ -7734,16 +7654,9 @@ class EstateCertOCRRequest(AbstractModel):
|
|
7734
7654
|
|
7735
7655
|
def __init__(self):
|
7736
7656
|
r"""
|
7737
|
-
:param _ImageBase64: 图片的 Base64
|
7738
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
7739
|
-
支持的图片大小:所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。
|
7740
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
7657
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
7741
7658
|
:type ImageBase64: str
|
7742
|
-
:param _ImageUrl: 图片的 Url
|
7743
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
7744
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
|
7745
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
7746
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
7659
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
7747
7660
|
:type ImageUrl: str
|
7748
7661
|
"""
|
7749
7662
|
self._ImageBase64 = None
|
@@ -7751,10 +7664,7 @@ class EstateCertOCRRequest(AbstractModel):
|
|
7751
7664
|
|
7752
7665
|
@property
|
7753
7666
|
def ImageBase64(self):
|
7754
|
-
"""图片的 Base64
|
7755
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
7756
|
-
支持的图片大小:所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。
|
7757
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
7667
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
7758
7668
|
:rtype: str
|
7759
7669
|
"""
|
7760
7670
|
return self._ImageBase64
|
@@ -7765,11 +7675,7 @@ class EstateCertOCRRequest(AbstractModel):
|
|
7765
7675
|
|
7766
7676
|
@property
|
7767
7677
|
def ImageUrl(self):
|
7768
|
-
"""图片的 Url
|
7769
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
7770
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
|
7771
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
7772
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
7678
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
7773
7679
|
:rtype: str
|
7774
7680
|
"""
|
7775
7681
|
return self._ImageUrl
|
@@ -8265,9 +8171,9 @@ class ExtractDocMultiProRequest(AbstractModel):
|
|
8265
8171
|
|
8266
8172
|
def __init__(self):
|
8267
8173
|
r"""
|
8268
|
-
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
8174
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8269
8175
|
:type ImageUrl: str
|
8270
|
-
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
8176
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8271
8177
|
:type ImageBase64: str
|
8272
8178
|
:param _PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为前3页。
|
8273
8179
|
:type PdfPageNumber: int
|
@@ -8304,7 +8210,7 @@ ReceiptWeightNote -- 磅单收货单识别模板
|
|
8304
8210
|
|
8305
8211
|
@property
|
8306
8212
|
def ImageUrl(self):
|
8307
|
-
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
8213
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8308
8214
|
:rtype: str
|
8309
8215
|
"""
|
8310
8216
|
return self._ImageUrl
|
@@ -8315,7 +8221,7 @@ ReceiptWeightNote -- 磅单收货单识别模板
|
|
8315
8221
|
|
8316
8222
|
@property
|
8317
8223
|
def ImageBase64(self):
|
8318
|
-
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
8224
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8319
8225
|
:rtype: str
|
8320
8226
|
"""
|
8321
8227
|
return self._ImageBase64
|
@@ -8546,9 +8452,9 @@ class ExtractDocMultiRequest(AbstractModel):
|
|
8546
8452
|
|
8547
8453
|
def __init__(self):
|
8548
8454
|
r"""
|
8549
|
-
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
8455
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8550
8456
|
:type ImageUrl: str
|
8551
|
-
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
8457
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8552
8458
|
:type ImageBase64: str
|
8553
8459
|
:param _PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为前3页。
|
8554
8460
|
:type PdfPageNumber: int
|
@@ -8596,7 +8502,7 @@ CarInsurance -- 车辆保险单识别模板
|
|
8596
8502
|
|
8597
8503
|
@property
|
8598
8504
|
def ImageUrl(self):
|
8599
|
-
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
8505
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8600
8506
|
:rtype: str
|
8601
8507
|
"""
|
8602
8508
|
return self._ImageUrl
|
@@ -8607,7 +8513,7 @@ CarInsurance -- 车辆保险单识别模板
|
|
8607
8513
|
|
8608
8514
|
@property
|
8609
8515
|
def ImageBase64(self):
|
8610
|
-
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
8516
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8611
8517
|
:rtype: str
|
8612
8518
|
"""
|
8613
8519
|
return self._ImageBase64
|
@@ -8912,16 +8818,9 @@ class FinanBillOCRRequest(AbstractModel):
|
|
8912
8818
|
|
8913
8819
|
def __init__(self):
|
8914
8820
|
r"""
|
8915
|
-
:param _ImageBase64: 图片的 Base64
|
8916
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
8917
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
8918
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8821
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8919
8822
|
:type ImageBase64: str
|
8920
|
-
:param _ImageUrl: 图片的 Url
|
8921
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
8922
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
8923
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
8924
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8823
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8925
8824
|
:type ImageUrl: str
|
8926
8825
|
"""
|
8927
8826
|
self._ImageBase64 = None
|
@@ -8929,10 +8828,7 @@ class FinanBillOCRRequest(AbstractModel):
|
|
8929
8828
|
|
8930
8829
|
@property
|
8931
8830
|
def ImageBase64(self):
|
8932
|
-
"""图片的 Base64
|
8933
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
8934
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
8935
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8831
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8936
8832
|
:rtype: str
|
8937
8833
|
"""
|
8938
8834
|
return self._ImageBase64
|
@@ -8943,11 +8839,7 @@ class FinanBillOCRRequest(AbstractModel):
|
|
8943
8839
|
|
8944
8840
|
@property
|
8945
8841
|
def ImageUrl(self):
|
8946
|
-
"""图片的 Url
|
8947
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
8948
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
8949
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
8950
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8842
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8951
8843
|
:rtype: str
|
8952
8844
|
"""
|
8953
8845
|
return self._ImageUrl
|
@@ -9078,16 +8970,9 @@ class FinanBillSliceOCRRequest(AbstractModel):
|
|
9078
8970
|
|
9079
8971
|
def __init__(self):
|
9080
8972
|
r"""
|
9081
|
-
:param _ImageBase64: 图片的 Base64
|
9082
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9083
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
9084
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8973
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9085
8974
|
:type ImageBase64: str
|
9086
|
-
:param _ImageUrl: 图片的 Url
|
9087
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9088
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
9089
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
9090
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8975
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9091
8976
|
:type ImageUrl: str
|
9092
8977
|
"""
|
9093
8978
|
self._ImageBase64 = None
|
@@ -9095,10 +8980,7 @@ class FinanBillSliceOCRRequest(AbstractModel):
|
|
9095
8980
|
|
9096
8981
|
@property
|
9097
8982
|
def ImageBase64(self):
|
9098
|
-
"""图片的 Base64
|
9099
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9100
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
9101
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8983
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9102
8984
|
:rtype: str
|
9103
8985
|
"""
|
9104
8986
|
return self._ImageBase64
|
@@ -9109,11 +8991,7 @@ class FinanBillSliceOCRRequest(AbstractModel):
|
|
9109
8991
|
|
9110
8992
|
@property
|
9111
8993
|
def ImageUrl(self):
|
9112
|
-
"""图片的 Url
|
9113
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9114
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
9115
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
9116
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8994
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9117
8995
|
:rtype: str
|
9118
8996
|
"""
|
9119
8997
|
return self._ImageUrl
|
@@ -9910,16 +9788,9 @@ class FlightInvoiceOCRRequest(AbstractModel):
|
|
9910
9788
|
|
9911
9789
|
def __init__(self):
|
9912
9790
|
r"""
|
9913
|
-
:param _ImageBase64: 图片的 Base64
|
9914
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9915
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
9916
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9791
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9917
9792
|
:type ImageBase64: str
|
9918
|
-
:param _ImageUrl: 图片的 Url
|
9919
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9920
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
9921
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
9922
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9793
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9923
9794
|
:type ImageUrl: str
|
9924
9795
|
:param _IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
9925
9796
|
:type IsPdf: bool
|
@@ -9933,10 +9804,7 @@ class FlightInvoiceOCRRequest(AbstractModel):
|
|
9933
9804
|
|
9934
9805
|
@property
|
9935
9806
|
def ImageBase64(self):
|
9936
|
-
"""图片的 Base64
|
9937
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9938
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
9939
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9807
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9940
9808
|
:rtype: str
|
9941
9809
|
"""
|
9942
9810
|
return self._ImageBase64
|
@@ -9947,11 +9815,7 @@ class FlightInvoiceOCRRequest(AbstractModel):
|
|
9947
9815
|
|
9948
9816
|
@property
|
9949
9817
|
def ImageUrl(self):
|
9950
|
-
"""图片的 Url
|
9951
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9952
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
9953
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
9954
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9818
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9955
9819
|
:rtype: str
|
9956
9820
|
"""
|
9957
9821
|
return self._ImageUrl
|
@@ -10425,16 +10289,9 @@ class FormulaOCRRequest(AbstractModel):
|
|
10425
10289
|
|
10426
10290
|
def __init__(self):
|
10427
10291
|
r"""
|
10428
|
-
:param _ImageBase64: 图片的 Base64
|
10429
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
10430
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
10431
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
10292
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
10432
10293
|
:type ImageBase64: str
|
10433
|
-
:param _ImageUrl: 图片的 Url
|
10434
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
10435
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
10436
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
10437
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
10294
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
10438
10295
|
:type ImageUrl: str
|
10439
10296
|
"""
|
10440
10297
|
self._ImageBase64 = None
|
@@ -10442,10 +10299,7 @@ class FormulaOCRRequest(AbstractModel):
|
|
10442
10299
|
|
10443
10300
|
@property
|
10444
10301
|
def ImageBase64(self):
|
10445
|
-
"""图片的 Base64
|
10446
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
10447
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
10448
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
10302
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
10449
10303
|
:rtype: str
|
10450
10304
|
"""
|
10451
10305
|
return self._ImageBase64
|
@@ -10456,11 +10310,7 @@ class FormulaOCRRequest(AbstractModel):
|
|
10456
10310
|
|
10457
10311
|
@property
|
10458
10312
|
def ImageUrl(self):
|
10459
|
-
"""图片的 Url
|
10460
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
10461
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
10462
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
10463
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
10313
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
10464
10314
|
:rtype: str
|
10465
10315
|
"""
|
10466
10316
|
return self._ImageUrl
|
@@ -12473,9 +12323,9 @@ class HandwritingEssayOCRRequest(AbstractModel):
|
|
12473
12323
|
|
12474
12324
|
def __init__(self):
|
12475
12325
|
r"""
|
12476
|
-
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
12326
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
12477
12327
|
:type ImageUrl: str
|
12478
|
-
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
12328
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
12479
12329
|
:type ImageBase64: str
|
12480
12330
|
:param _PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为前3页。
|
12481
12331
|
:type PdfPageNumber: int
|
@@ -12494,7 +12344,7 @@ ArticleRecognize -- 手写作文模版
|
|
12494
12344
|
|
12495
12345
|
@property
|
12496
12346
|
def ImageUrl(self):
|
12497
|
-
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
12347
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
12498
12348
|
:rtype: str
|
12499
12349
|
"""
|
12500
12350
|
return self._ImageUrl
|
@@ -12505,7 +12355,7 @@ ArticleRecognize -- 手写作文模版
|
|
12505
12355
|
|
12506
12356
|
@property
|
12507
12357
|
def ImageBase64(self):
|
12508
|
-
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
12358
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
12509
12359
|
:rtype: str
|
12510
12360
|
"""
|
12511
12361
|
return self._ImageBase64
|
@@ -13551,11 +13401,9 @@ class IDCardOCRRequest(AbstractModel):
|
|
13551
13401
|
|
13552
13402
|
def __init__(self):
|
13553
13403
|
r"""
|
13554
|
-
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
13555
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
13404
|
+
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
13556
13405
|
:type ImageBase64: str
|
13557
|
-
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
13558
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
13406
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
13559
13407
|
:type ImageUrl: str
|
13560
13408
|
:param _CardSide: FRONT:身份证有照片的一面(人像面),
|
13561
13409
|
BACK:身份证有国徽的一面(国徽面),
|
@@ -13587,6 +13435,8 @@ Config = {"CropIdCard":true,"CropPortrait":true}
|
|
13587
13435
|
:type EnableReflectDetail: bool
|
13588
13436
|
:param _EnableDateVerify: 用于控制是否开启日期校验,默认值为true,打开会进行日期校验。
|
13589
13437
|
:type EnableDateVerify: bool
|
13438
|
+
:param _CardWarnType: Basic:使用基础卡证告警能力; Advanced:开启通用卡证鉴伪能力(需要在控制台开启“通用卡证鉴伪”后计费功能或购买“通用卡证鉴伪”资源包后才能使用),默认值为 Basic
|
13439
|
+
:type CardWarnType: str
|
13590
13440
|
"""
|
13591
13441
|
self._ImageBase64 = None
|
13592
13442
|
self._ImageUrl = None
|
@@ -13595,11 +13445,11 @@ Config = {"CropIdCard":true,"CropPortrait":true}
|
|
13595
13445
|
self._EnableRecognitionRectify = None
|
13596
13446
|
self._EnableReflectDetail = None
|
13597
13447
|
self._EnableDateVerify = None
|
13448
|
+
self._CardWarnType = None
|
13598
13449
|
|
13599
13450
|
@property
|
13600
13451
|
def ImageBase64(self):
|
13601
|
-
"""图片的 Base64 值。要求图片经Base64编码后不超过
|
13602
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
13452
|
+
"""图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
13603
13453
|
:rtype: str
|
13604
13454
|
"""
|
13605
13455
|
return self._ImageBase64
|
@@ -13610,8 +13460,7 @@ Config = {"CropIdCard":true,"CropPortrait":true}
|
|
13610
13460
|
|
13611
13461
|
@property
|
13612
13462
|
def ImageUrl(self):
|
13613
|
-
"""图片的 Url 地址。要求图片经Base64编码后不超过
|
13614
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
13463
|
+
"""图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
13615
13464
|
:rtype: str
|
13616
13465
|
"""
|
13617
13466
|
return self._ImageUrl
|
@@ -13699,6 +13548,17 @@ Config = {"CropIdCard":true,"CropPortrait":true}
|
|
13699
13548
|
|
13700
13549
|
self._EnableDateVerify = EnableDateVerify
|
13701
13550
|
|
13551
|
+
@property
|
13552
|
+
def CardWarnType(self):
|
13553
|
+
"""Basic:使用基础卡证告警能力; Advanced:开启通用卡证鉴伪能力(需要在控制台开启“通用卡证鉴伪”后计费功能或购买“通用卡证鉴伪”资源包后才能使用),默认值为 Basic
|
13554
|
+
:rtype: str
|
13555
|
+
"""
|
13556
|
+
return self._CardWarnType
|
13557
|
+
|
13558
|
+
@CardWarnType.setter
|
13559
|
+
def CardWarnType(self, CardWarnType):
|
13560
|
+
self._CardWarnType = CardWarnType
|
13561
|
+
|
13702
13562
|
|
13703
13563
|
def _deserialize(self, params):
|
13704
13564
|
self._ImageBase64 = params.get("ImageBase64")
|
@@ -13708,6 +13568,7 @@ Config = {"CropIdCard":true,"CropPortrait":true}
|
|
13708
13568
|
self._EnableRecognitionRectify = params.get("EnableRecognitionRectify")
|
13709
13569
|
self._EnableReflectDetail = params.get("EnableReflectDetail")
|
13710
13570
|
self._EnableDateVerify = params.get("EnableDateVerify")
|
13571
|
+
self._CardWarnType = params.get("CardWarnType")
|
13711
13572
|
memeber_set = set(params.keys())
|
13712
13573
|
for name, value in vars(self).items():
|
13713
13574
|
property_name = name[1:]
|
@@ -14090,16 +13951,9 @@ class ImageEnhancementRequest(AbstractModel):
|
|
14090
13951
|
|
14091
13952
|
def __init__(self):
|
14092
13953
|
r"""
|
14093
|
-
:param _ImageBase64: 图片的 Base64
|
14094
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14095
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
14096
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
13954
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14097
13955
|
:type ImageBase64: str
|
14098
|
-
:param _ImageUrl: 图片的 Url
|
14099
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14100
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
14101
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
14102
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
13956
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14103
13957
|
:type ImageUrl: str
|
14104
13958
|
:param _ReturnImage: 默认为空,ReturnImage的取值以及含义如下:
|
14105
13959
|
“preprocess”: 返回预处理后的图片数据
|
@@ -14128,10 +13982,7 @@ class ImageEnhancementRequest(AbstractModel):
|
|
14128
13982
|
|
14129
13983
|
@property
|
14130
13984
|
def ImageBase64(self):
|
14131
|
-
"""图片的 Base64
|
14132
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14133
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
14134
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
13985
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14135
13986
|
:rtype: str
|
14136
13987
|
"""
|
14137
13988
|
return self._ImageBase64
|
@@ -14142,11 +13993,7 @@ class ImageEnhancementRequest(AbstractModel):
|
|
14142
13993
|
|
14143
13994
|
@property
|
14144
13995
|
def ImageUrl(self):
|
14145
|
-
"""图片的 Url
|
14146
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14147
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
14148
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
14149
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
13996
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14150
13997
|
:rtype: str
|
14151
13998
|
"""
|
14152
13999
|
return self._ImageUrl
|
@@ -14332,16 +14179,9 @@ class InstitutionOCRRequest(AbstractModel):
|
|
14332
14179
|
|
14333
14180
|
def __init__(self):
|
14334
14181
|
r"""
|
14335
|
-
:param _ImageBase64: 图片的 Base64
|
14336
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14337
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
14338
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14182
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14339
14183
|
:type ImageBase64: str
|
14340
|
-
:param _ImageUrl: 图片的 Url
|
14341
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14342
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
14343
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
14344
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14184
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14345
14185
|
:type ImageUrl: str
|
14346
14186
|
"""
|
14347
14187
|
self._ImageBase64 = None
|
@@ -14349,10 +14189,7 @@ class InstitutionOCRRequest(AbstractModel):
|
|
14349
14189
|
|
14350
14190
|
@property
|
14351
14191
|
def ImageBase64(self):
|
14352
|
-
"""图片的 Base64
|
14353
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14354
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
14355
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14192
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14356
14193
|
:rtype: str
|
14357
14194
|
"""
|
14358
14195
|
return self._ImageBase64
|
@@ -14363,11 +14200,7 @@ class InstitutionOCRRequest(AbstractModel):
|
|
14363
14200
|
|
14364
14201
|
@property
|
14365
14202
|
def ImageUrl(self):
|
14366
|
-
"""图片的 Url
|
14367
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14368
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
14369
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
14370
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14203
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14371
14204
|
:rtype: str
|
14372
14205
|
"""
|
14373
14206
|
return self._ImageUrl
|
@@ -14567,16 +14400,9 @@ class InsuranceBillOCRRequest(AbstractModel):
|
|
14567
14400
|
|
14568
14401
|
def __init__(self):
|
14569
14402
|
r"""
|
14570
|
-
:param _ImageBase64: 图片的 Base64
|
14571
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14572
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
14573
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14403
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14574
14404
|
:type ImageBase64: str
|
14575
|
-
:param _ImageUrl: 图片的 Url
|
14576
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14577
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
14578
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
14579
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14405
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14580
14406
|
:type ImageUrl: str
|
14581
14407
|
"""
|
14582
14408
|
self._ImageBase64 = None
|
@@ -14584,10 +14410,7 @@ class InsuranceBillOCRRequest(AbstractModel):
|
|
14584
14410
|
|
14585
14411
|
@property
|
14586
14412
|
def ImageBase64(self):
|
14587
|
-
"""图片的 Base64
|
14588
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14589
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
14590
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14413
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14591
14414
|
:rtype: str
|
14592
14415
|
"""
|
14593
14416
|
return self._ImageBase64
|
@@ -14598,11 +14421,7 @@ class InsuranceBillOCRRequest(AbstractModel):
|
|
14598
14421
|
|
14599
14422
|
@property
|
14600
14423
|
def ImageUrl(self):
|
14601
|
-
"""图片的 Url
|
14602
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14603
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
14604
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
14605
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14424
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14606
14425
|
:rtype: str
|
14607
14426
|
"""
|
14608
14427
|
return self._ImageUrl
|
@@ -14867,16 +14686,9 @@ class InvoiceGeneralOCRRequest(AbstractModel):
|
|
14867
14686
|
|
14868
14687
|
def __init__(self):
|
14869
14688
|
r"""
|
14870
|
-
:param _ImageBase64: 图片的 Base64
|
14871
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14872
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
14873
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14689
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14874
14690
|
:type ImageBase64: str
|
14875
|
-
:param _ImageUrl: 图片的 Url
|
14876
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14877
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
14878
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
14879
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14691
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14880
14692
|
:type ImageUrl: str
|
14881
14693
|
:param _IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
14882
14694
|
:type IsPdf: bool
|
@@ -14890,10 +14702,7 @@ class InvoiceGeneralOCRRequest(AbstractModel):
|
|
14890
14702
|
|
14891
14703
|
@property
|
14892
14704
|
def ImageBase64(self):
|
14893
|
-
"""图片的 Base64
|
14894
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14895
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
14896
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14705
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14897
14706
|
:rtype: str
|
14898
14707
|
"""
|
14899
14708
|
return self._ImageBase64
|
@@ -14904,11 +14713,7 @@ class InvoiceGeneralOCRRequest(AbstractModel):
|
|
14904
14713
|
|
14905
14714
|
@property
|
14906
14715
|
def ImageUrl(self):
|
14907
|
-
"""图片的 Url
|
14908
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14909
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
14910
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
14911
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14716
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14912
14717
|
:rtype: str
|
14913
14718
|
"""
|
14914
14719
|
return self._ImageUrl
|
@@ -15719,16 +15524,9 @@ class LicensePlateOCRRequest(AbstractModel):
|
|
15719
15524
|
|
15720
15525
|
def __init__(self):
|
15721
15526
|
r"""
|
15722
|
-
:param _ImageBase64: 图片的 Base64
|
15723
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
15724
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
15725
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
15527
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
15726
15528
|
:type ImageBase64: str
|
15727
|
-
:param _ImageUrl: 图片的 Url
|
15728
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
15729
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
15730
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
15731
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
15529
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
15732
15530
|
:type ImageUrl: str
|
15733
15531
|
"""
|
15734
15532
|
self._ImageBase64 = None
|
@@ -15736,10 +15534,7 @@ class LicensePlateOCRRequest(AbstractModel):
|
|
15736
15534
|
|
15737
15535
|
@property
|
15738
15536
|
def ImageBase64(self):
|
15739
|
-
"""图片的 Base64
|
15740
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
15741
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
15742
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
15537
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
15743
15538
|
:rtype: str
|
15744
15539
|
"""
|
15745
15540
|
return self._ImageBase64
|
@@ -15750,11 +15545,7 @@ class LicensePlateOCRRequest(AbstractModel):
|
|
15750
15545
|
|
15751
15546
|
@property
|
15752
15547
|
def ImageUrl(self):
|
15753
|
-
"""图片的 Url
|
15754
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
15755
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
15756
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
15757
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
15548
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
15758
15549
|
:rtype: str
|
15759
15550
|
"""
|
15760
15551
|
return self._ImageUrl
|
@@ -17245,16 +17036,9 @@ class MainlandPermitOCRRequest(AbstractModel):
|
|
17245
17036
|
|
17246
17037
|
def __init__(self):
|
17247
17038
|
r"""
|
17248
|
-
:param _ImageBase64: 图片的 Base64
|
17249
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
17250
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
17251
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
17039
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
17252
17040
|
:type ImageBase64: str
|
17253
|
-
:param _ImageUrl: 图片的 Url
|
17254
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
17255
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
17256
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
17257
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
17041
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
17258
17042
|
:type ImageUrl: str
|
17259
17043
|
:param _RetProfile: 是否返回头像。默认不返回。
|
17260
17044
|
:type RetProfile: bool
|
@@ -17271,10 +17055,7 @@ BACK:反面
|
|
17271
17055
|
|
17272
17056
|
@property
|
17273
17057
|
def ImageBase64(self):
|
17274
|
-
"""图片的 Base64
|
17275
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
17276
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
17277
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
17058
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
17278
17059
|
:rtype: str
|
17279
17060
|
"""
|
17280
17061
|
return self._ImageBase64
|
@@ -17285,11 +17066,7 @@ BACK:反面
|
|
17285
17066
|
|
17286
17067
|
@property
|
17287
17068
|
def ImageUrl(self):
|
17288
|
-
"""图片的 Url
|
17289
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
17290
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
17291
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
17292
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
17069
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
17293
17070
|
:rtype: str
|
17294
17071
|
"""
|
17295
17072
|
return self._ImageUrl
|
@@ -17950,16 +17727,9 @@ class MixedInvoiceDetectRequest(AbstractModel):
|
|
17950
17727
|
r"""
|
17951
17728
|
:param _ReturnImage: 是否需要返回裁剪后的图片。
|
17952
17729
|
:type ReturnImage: bool
|
17953
|
-
:param _ImageBase64: 图片的 Base64
|
17954
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
17955
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
17956
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
17730
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
17957
17731
|
:type ImageBase64: str
|
17958
|
-
:param _ImageUrl: 图片的 Url
|
17959
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
17960
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
17961
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
17962
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
17732
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
17963
17733
|
:type ImageUrl: str
|
17964
17734
|
:param _IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
17965
17735
|
:type IsPdf: bool
|
@@ -17985,10 +17755,7 @@ class MixedInvoiceDetectRequest(AbstractModel):
|
|
17985
17755
|
|
17986
17756
|
@property
|
17987
17757
|
def ImageBase64(self):
|
17988
|
-
"""图片的 Base64
|
17989
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
17990
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
17991
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
17758
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
17992
17759
|
:rtype: str
|
17993
17760
|
"""
|
17994
17761
|
return self._ImageBase64
|
@@ -17999,11 +17766,7 @@ class MixedInvoiceDetectRequest(AbstractModel):
|
|
17999
17766
|
|
18000
17767
|
@property
|
18001
17768
|
def ImageUrl(self):
|
18002
|
-
"""图片的 Url
|
18003
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
18004
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
18005
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
18006
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
17769
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
18007
17770
|
:rtype: str
|
18008
17771
|
"""
|
18009
17772
|
return self._ImageUrl
|
@@ -18258,16 +18021,9 @@ class MixedInvoiceOCRRequest(AbstractModel):
|
|
18258
18021
|
|
18259
18022
|
def __init__(self):
|
18260
18023
|
r"""
|
18261
|
-
:param _ImageBase64: 图片的 Base64
|
18262
|
-
支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
18263
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
18264
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
18024
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
18265
18025
|
:type ImageBase64: str
|
18266
|
-
:param _ImageUrl: 图片的 Url
|
18267
|
-
支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
18268
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
18269
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
18270
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
18026
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
18271
18027
|
:type ImageUrl: str
|
18272
18028
|
:param _Types: 需要识别的票据类型列表,为空或不填表示识别全部类型。
|
18273
18029
|
0:出租车发票
|
@@ -18307,10 +18063,7 @@ No:不识别其他类型发票
|
|
18307
18063
|
|
18308
18064
|
@property
|
18309
18065
|
def ImageBase64(self):
|
18310
|
-
"""图片的 Base64
|
18311
|
-
支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
18312
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
18313
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
18066
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
18314
18067
|
:rtype: str
|
18315
18068
|
"""
|
18316
18069
|
return self._ImageBase64
|
@@ -18321,11 +18074,7 @@ No:不识别其他类型发票
|
|
18321
18074
|
|
18322
18075
|
@property
|
18323
18076
|
def ImageUrl(self):
|
18324
|
-
"""图片的 Url
|
18325
|
-
支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
18326
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
18327
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
18328
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
18077
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
18329
18078
|
:rtype: str
|
18330
18079
|
"""
|
18331
18080
|
return self._ImageUrl
|
@@ -19837,16 +19586,9 @@ class OrgCodeCertOCRRequest(AbstractModel):
|
|
19837
19586
|
|
19838
19587
|
def __init__(self):
|
19839
19588
|
r"""
|
19840
|
-
:param _ImageBase64: 图片的 Base64
|
19841
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
19842
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
19843
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
19589
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
19844
19590
|
:type ImageBase64: str
|
19845
|
-
:param _ImageUrl: 图片的 Url
|
19846
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
19847
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
19848
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
19849
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
19591
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
19850
19592
|
:type ImageUrl: str
|
19851
19593
|
"""
|
19852
19594
|
self._ImageBase64 = None
|
@@ -19854,10 +19596,7 @@ class OrgCodeCertOCRRequest(AbstractModel):
|
|
19854
19596
|
|
19855
19597
|
@property
|
19856
19598
|
def ImageBase64(self):
|
19857
|
-
"""图片的 Base64
|
19858
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
19859
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
19860
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
19599
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
19861
19600
|
:rtype: str
|
19862
19601
|
"""
|
19863
19602
|
return self._ImageBase64
|
@@ -19868,11 +19607,7 @@ class OrgCodeCertOCRRequest(AbstractModel):
|
|
19868
19607
|
|
19869
19608
|
@property
|
19870
19609
|
def ImageUrl(self):
|
19871
|
-
"""图片的 Url
|
19872
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
19873
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
19874
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
19875
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
19610
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
19876
19611
|
:rtype: str
|
19877
19612
|
"""
|
19878
19613
|
return self._ImageUrl
|
@@ -20340,11 +20075,9 @@ class PassportOCRRequest(AbstractModel):
|
|
20340
20075
|
|
20341
20076
|
def __init__(self):
|
20342
20077
|
r"""
|
20343
|
-
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
20344
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
20078
|
+
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
20345
20079
|
:type ImageBase64: str
|
20346
|
-
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
20347
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
20080
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
20348
20081
|
:type ImageUrl: str
|
20349
20082
|
:param _Type: 默认填写CN
|
20350
20083
|
支持中国大陆地区护照。
|
@@ -20359,8 +20092,7 @@ class PassportOCRRequest(AbstractModel):
|
|
20359
20092
|
|
20360
20093
|
@property
|
20361
20094
|
def ImageBase64(self):
|
20362
|
-
"""图片的 Base64 值。要求图片经Base64编码后不超过
|
20363
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
20095
|
+
"""图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
20364
20096
|
:rtype: str
|
20365
20097
|
"""
|
20366
20098
|
return self._ImageBase64
|
@@ -20371,8 +20103,7 @@ class PassportOCRRequest(AbstractModel):
|
|
20371
20103
|
|
20372
20104
|
@property
|
20373
20105
|
def ImageUrl(self):
|
20374
|
-
"""图片的 Url 地址。要求图片经Base64编码后不超过
|
20375
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
20106
|
+
"""图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
20376
20107
|
:rtype: str
|
20377
20108
|
"""
|
20378
20109
|
return self._ImageUrl
|
@@ -21587,16 +21318,9 @@ class PropOwnerCertOCRRequest(AbstractModel):
|
|
21587
21318
|
|
21588
21319
|
def __init__(self):
|
21589
21320
|
r"""
|
21590
|
-
:param _ImageBase64: 图片的 Base64
|
21591
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
21592
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
21593
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
21321
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
21594
21322
|
:type ImageBase64: str
|
21595
|
-
:param _ImageUrl: 图片的 Url
|
21596
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
21597
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
21598
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
21599
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
21323
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
21600
21324
|
:type ImageUrl: str
|
21601
21325
|
"""
|
21602
21326
|
self._ImageBase64 = None
|
@@ -21604,10 +21328,7 @@ class PropOwnerCertOCRRequest(AbstractModel):
|
|
21604
21328
|
|
21605
21329
|
@property
|
21606
21330
|
def ImageBase64(self):
|
21607
|
-
"""图片的 Base64
|
21608
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
21609
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
21610
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
21331
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
21611
21332
|
:rtype: str
|
21612
21333
|
"""
|
21613
21334
|
return self._ImageBase64
|
@@ -21618,11 +21339,7 @@ class PropOwnerCertOCRRequest(AbstractModel):
|
|
21618
21339
|
|
21619
21340
|
@property
|
21620
21341
|
def ImageUrl(self):
|
21621
|
-
"""图片的 Url
|
21622
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
21623
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
21624
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
21625
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
21342
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
21626
21343
|
:rtype: str
|
21627
21344
|
"""
|
21628
21345
|
return self._ImageUrl
|
@@ -21821,11 +21538,9 @@ class QrcodeOCRRequest(AbstractModel):
|
|
21821
21538
|
|
21822
21539
|
def __init__(self):
|
21823
21540
|
r"""
|
21824
|
-
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
21825
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
21541
|
+
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
21826
21542
|
:type ImageBase64: str
|
21827
|
-
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
21828
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
21543
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
21829
21544
|
:type ImageUrl: str
|
21830
21545
|
"""
|
21831
21546
|
self._ImageBase64 = None
|
@@ -21833,8 +21548,7 @@ class QrcodeOCRRequest(AbstractModel):
|
|
21833
21548
|
|
21834
21549
|
@property
|
21835
21550
|
def ImageBase64(self):
|
21836
|
-
"""图片的 Base64 值。要求图片经Base64编码后不超过
|
21837
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
21551
|
+
"""图片的 Base64 值。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
21838
21552
|
:rtype: str
|
21839
21553
|
"""
|
21840
21554
|
return self._ImageBase64
|
@@ -21845,8 +21559,7 @@ class QrcodeOCRRequest(AbstractModel):
|
|
21845
21559
|
|
21846
21560
|
@property
|
21847
21561
|
def ImageUrl(self):
|
21848
|
-
"""图片的 Url 地址。要求图片经Base64编码后不超过
|
21849
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
21562
|
+
"""图片的 Url 地址。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
21850
21563
|
:rtype: str
|
21851
21564
|
"""
|
21852
21565
|
return self._ImageUrl
|
@@ -22895,16 +22608,9 @@ class QuotaInvoiceOCRRequest(AbstractModel):
|
|
22895
22608
|
|
22896
22609
|
def __init__(self):
|
22897
22610
|
r"""
|
22898
|
-
:param _ImageBase64: 图片的 Base64
|
22899
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
22900
|
-
支持的图片大小:所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。
|
22901
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
22611
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
22902
22612
|
:type ImageBase64: str
|
22903
|
-
:param _ImageUrl: 图片的 Url
|
22904
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
22905
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
|
22906
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
22907
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
22613
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
22908
22614
|
:type ImageUrl: str
|
22909
22615
|
:param _IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
22910
22616
|
:type IsPdf: bool
|
@@ -22918,10 +22624,7 @@ class QuotaInvoiceOCRRequest(AbstractModel):
|
|
22918
22624
|
|
22919
22625
|
@property
|
22920
22626
|
def ImageBase64(self):
|
22921
|
-
"""图片的 Base64
|
22922
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
22923
|
-
支持的图片大小:所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。
|
22924
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
22627
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
22925
22628
|
:rtype: str
|
22926
22629
|
"""
|
22927
22630
|
return self._ImageBase64
|
@@ -22932,11 +22635,7 @@ class QuotaInvoiceOCRRequest(AbstractModel):
|
|
22932
22635
|
|
22933
22636
|
@property
|
22934
22637
|
def ImageUrl(self):
|
22935
|
-
"""图片的 Url
|
22936
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
22937
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
|
22938
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
22939
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
22638
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
22940
22639
|
:rtype: str
|
22941
22640
|
"""
|
22942
22641
|
return self._ImageUrl
|
@@ -23540,16 +23239,9 @@ class RecognizeContainerOCRRequest(AbstractModel):
|
|
23540
23239
|
|
23541
23240
|
def __init__(self):
|
23542
23241
|
r"""
|
23543
|
-
:param _ImageBase64: 图片的 Base64
|
23544
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
23545
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
23546
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
23242
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
23547
23243
|
:type ImageBase64: str
|
23548
|
-
:param _ImageUrl: 图片的 Url
|
23549
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
23550
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
23551
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
23552
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
23244
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
23553
23245
|
:type ImageUrl: str
|
23554
23246
|
"""
|
23555
23247
|
self._ImageBase64 = None
|
@@ -23557,10 +23249,7 @@ class RecognizeContainerOCRRequest(AbstractModel):
|
|
23557
23249
|
|
23558
23250
|
@property
|
23559
23251
|
def ImageBase64(self):
|
23560
|
-
"""图片的 Base64
|
23561
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
23562
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
23563
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
23252
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
23564
23253
|
:rtype: str
|
23565
23254
|
"""
|
23566
23255
|
return self._ImageBase64
|
@@ -23571,11 +23260,7 @@ class RecognizeContainerOCRRequest(AbstractModel):
|
|
23571
23260
|
|
23572
23261
|
@property
|
23573
23262
|
def ImageUrl(self):
|
23574
|
-
"""图片的 Url
|
23575
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
23576
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
23577
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
23578
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
23263
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
23579
23264
|
:rtype: str
|
23580
23265
|
"""
|
23581
23266
|
return self._ImageUrl
|
@@ -23806,11 +23491,9 @@ class RecognizeEncryptedIDCardOCRRequest(AbstractModel):
|
|
23806
23491
|
:type EncryptedBody: str
|
23807
23492
|
:param _Encryption: 敏感数据加密信息。对传入信息有加密需求的用户可使用此参数,详情请点击左侧链接。
|
23808
23493
|
:type Encryption: :class:`tencentcloud.ocr.v20181119.models.Encryption`
|
23809
|
-
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
23810
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
23494
|
+
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
23811
23495
|
:type ImageBase64: str
|
23812
|
-
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
23813
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
23496
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
23814
23497
|
:type ImageUrl: str
|
23815
23498
|
:param _CardSide: FRONT:身份证有照片的一面(人像面),
|
23816
23499
|
BACK:身份证有国徽的一面(国徽面),
|
@@ -23874,8 +23557,7 @@ Config = {"CropIdCard":true,"CropPortrait":true}
|
|
23874
23557
|
|
23875
23558
|
@property
|
23876
23559
|
def ImageBase64(self):
|
23877
|
-
"""图片的 Base64 值。要求图片经Base64编码后不超过
|
23878
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
23560
|
+
"""图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
23879
23561
|
:rtype: str
|
23880
23562
|
"""
|
23881
23563
|
return self._ImageBase64
|
@@ -23886,8 +23568,7 @@ Config = {"CropIdCard":true,"CropPortrait":true}
|
|
23886
23568
|
|
23887
23569
|
@property
|
23888
23570
|
def ImageUrl(self):
|
23889
|
-
"""图片的 Url 地址。要求图片经Base64编码后不超过
|
23890
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
23571
|
+
"""图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
23891
23572
|
:rtype: str
|
23892
23573
|
"""
|
23893
23574
|
return self._ImageUrl
|
@@ -24240,19 +23921,9 @@ class RecognizeForeignPermanentResidentIdCardRequest(AbstractModel):
|
|
24240
23921
|
|
24241
23922
|
def __init__(self):
|
24242
23923
|
r"""
|
24243
|
-
:param _ImageUrl: 图片的 Url
|
24244
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
24245
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
24246
|
-
支持的图片像素:需介于20-10000px之间。
|
24247
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
24248
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
24249
|
-
示例值:https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/docume
|
23924
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。示例值:https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/docume
|
24250
23925
|
:type ImageUrl: str
|
24251
|
-
:param _ImageBase64: 图片的 Base64
|
24252
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
24253
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
24254
|
-
支持的图片像素:需介于20-10000px之间。
|
24255
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
23926
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
24256
23927
|
:type ImageBase64: str
|
24257
23928
|
:param _EnablePdf: 是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。
|
24258
23929
|
:type EnablePdf: bool
|
@@ -24270,13 +23941,7 @@ class RecognizeForeignPermanentResidentIdCardRequest(AbstractModel):
|
|
24270
23941
|
|
24271
23942
|
@property
|
24272
23943
|
def ImageUrl(self):
|
24273
|
-
"""图片的 Url
|
24274
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
24275
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
24276
|
-
支持的图片像素:需介于20-10000px之间。
|
24277
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
24278
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
24279
|
-
示例值:https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/docume
|
23944
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。示例值:https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/docume
|
24280
23945
|
:rtype: str
|
24281
23946
|
"""
|
24282
23947
|
return self._ImageUrl
|
@@ -24287,11 +23952,7 @@ class RecognizeForeignPermanentResidentIdCardRequest(AbstractModel):
|
|
24287
23952
|
|
24288
23953
|
@property
|
24289
23954
|
def ImageBase64(self):
|
24290
|
-
"""图片的 Base64
|
24291
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
24292
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
24293
|
-
支持的图片像素:需介于20-10000px之间。
|
24294
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
23955
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
24295
23956
|
:rtype: str
|
24296
23957
|
"""
|
24297
23958
|
return self._ImageBase64
|
@@ -24697,6 +24358,7 @@ BizLicense:营业执照
|
|
24697
24358
|
HmtResidentPermit:港澳台居住证
|
24698
24359
|
ForeignPermanentResident:外国人永居证
|
24699
24360
|
MainlandPermit:港澳台来往内地通行证
|
24361
|
+
SocialSecurityCard:社保卡
|
24700
24362
|
:type CardType: str
|
24701
24363
|
:param _IsPdf: 是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。
|
24702
24364
|
:type IsPdf: bool
|
@@ -24744,6 +24406,7 @@ BizLicense:营业执照
|
|
24744
24406
|
HmtResidentPermit:港澳台居住证
|
24745
24407
|
ForeignPermanentResident:外国人永居证
|
24746
24408
|
MainlandPermit:港澳台来往内地通行证
|
24409
|
+
SocialSecurityCard:社保卡
|
24747
24410
|
:rtype: str
|
24748
24411
|
"""
|
24749
24412
|
return self._CardType
|
@@ -24809,6 +24472,7 @@ BizLicense:营业执照
|
|
24809
24472
|
HmtResidentPermit:港澳台居住证
|
24810
24473
|
ForeignPermanentResident:外国人永居证
|
24811
24474
|
MainlandPermit:港澳台来往内地通行证
|
24475
|
+
SocialSecurityCard:社保卡
|
24812
24476
|
:type CardType: str
|
24813
24477
|
:param _Blur: 模糊信息
|
24814
24478
|
:type Blur: :class:`tencentcloud.ocr.v20181119.models.GeneralCardWarnInfo`
|
@@ -24859,6 +24523,7 @@ BizLicense:营业执照
|
|
24859
24523
|
HmtResidentPermit:港澳台居住证
|
24860
24524
|
ForeignPermanentResident:外国人永居证
|
24861
24525
|
MainlandPermit:港澳台来往内地通行证
|
24526
|
+
SocialSecurityCard:社保卡
|
24862
24527
|
:rtype: str
|
24863
24528
|
"""
|
24864
24529
|
return self._CardType
|
@@ -25328,18 +24993,9 @@ class RecognizeGeneralTextImageWarnRequest(AbstractModel):
|
|
25328
24993
|
|
25329
24994
|
def __init__(self):
|
25330
24995
|
r"""
|
25331
|
-
:param _ImageUrl: 图片的 Url
|
25332
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
25333
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
25334
|
-
支持的图片像素:需介于20-10000px之间。
|
25335
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
25336
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
24996
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
25337
24997
|
:type ImageUrl: str
|
25338
|
-
:param _ImageBase64: 图片的 Base64
|
25339
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
25340
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。
|
25341
|
-
支持的图片像素:需介于20-10000px之间。
|
25342
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
24998
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25343
24999
|
:type ImageBase64: str
|
25344
25000
|
:param _EnablePdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。 示例值:false
|
25345
25001
|
:type EnablePdf: bool
|
@@ -25358,12 +25014,7 @@ class RecognizeGeneralTextImageWarnRequest(AbstractModel):
|
|
25358
25014
|
|
25359
25015
|
@property
|
25360
25016
|
def ImageUrl(self):
|
25361
|
-
"""图片的 Url
|
25362
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
25363
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
25364
|
-
支持的图片像素:需介于20-10000px之间。
|
25365
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
25366
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
25017
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
25367
25018
|
:rtype: str
|
25368
25019
|
"""
|
25369
25020
|
return self._ImageUrl
|
@@ -25374,11 +25025,7 @@ class RecognizeGeneralTextImageWarnRequest(AbstractModel):
|
|
25374
25025
|
|
25375
25026
|
@property
|
25376
25027
|
def ImageBase64(self):
|
25377
|
-
"""图片的 Base64
|
25378
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
25379
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。
|
25380
|
-
支持的图片像素:需介于20-10000px之间。
|
25381
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25028
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25382
25029
|
:rtype: str
|
25383
25030
|
"""
|
25384
25031
|
return self._ImageBase64
|
@@ -25559,16 +25206,9 @@ class RecognizeHealthCodeOCRRequest(AbstractModel):
|
|
25559
25206
|
|
25560
25207
|
def __init__(self):
|
25561
25208
|
r"""
|
25562
|
-
:param _ImageBase64: 图片的 Base64
|
25563
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
25564
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
25565
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25209
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25566
25210
|
:type ImageBase64: str
|
25567
|
-
:param _ImageUrl: 图片的 Url
|
25568
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
25569
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
25570
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
25571
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
25211
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
25572
25212
|
:type ImageUrl: str
|
25573
25213
|
:param _Type: 需要识别的健康码类型列表,为空或不填表示默认为自动识别。
|
25574
25214
|
0:自动识别
|
@@ -25580,10 +25220,7 @@ class RecognizeHealthCodeOCRRequest(AbstractModel):
|
|
25580
25220
|
|
25581
25221
|
@property
|
25582
25222
|
def ImageBase64(self):
|
25583
|
-
"""图片的 Base64
|
25584
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
25585
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
25586
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25223
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25587
25224
|
:rtype: str
|
25588
25225
|
"""
|
25589
25226
|
return self._ImageBase64
|
@@ -25594,11 +25231,7 @@ class RecognizeHealthCodeOCRRequest(AbstractModel):
|
|
25594
25231
|
|
25595
25232
|
@property
|
25596
25233
|
def ImageUrl(self):
|
25597
|
-
"""图片的 Url
|
25598
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
25599
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
25600
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
25601
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
25234
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
25602
25235
|
:rtype: str
|
25603
25236
|
"""
|
25604
25237
|
return self._ImageUrl
|
@@ -25819,16 +25452,9 @@ class RecognizeMedicalInvoiceOCRRequest(AbstractModel):
|
|
25819
25452
|
|
25820
25453
|
def __init__(self):
|
25821
25454
|
r"""
|
25822
|
-
:param _ImageBase64: 图片的Base64
|
25823
|
-
支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
25824
|
-
支持的图片大小:所下载文件经Base64编码后不超过 7M。文件下载时间不超过 3 秒。
|
25825
|
-
输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25455
|
+
:param _ImageBase64: 图片的Base64 值。支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载文件经Base64编码后不超过 10M。文件下载时间不超过 3 秒。输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25826
25456
|
:type ImageBase64: str
|
25827
|
-
:param _ImageUrl: 图片的Url
|
25828
|
-
支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
25829
|
-
支持的图片大小:所下载文件经 Base64 编码后不超过 7M。文件下载时间不超过 3 秒。
|
25830
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
25831
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
25457
|
+
:param _ImageUrl: 图片的Url 地址。支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载文件经 Base64 编码后不超过 10M。文件下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
25832
25458
|
:type ImageUrl: str
|
25833
25459
|
:param _ReturnVertex: 是否需要返回识别出的文本行在原图上的四点坐标,默认不返回
|
25834
25460
|
:type ReturnVertex: bool
|
@@ -25848,10 +25474,7 @@ class RecognizeMedicalInvoiceOCRRequest(AbstractModel):
|
|
25848
25474
|
|
25849
25475
|
@property
|
25850
25476
|
def ImageBase64(self):
|
25851
|
-
"""图片的Base64
|
25852
|
-
支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
25853
|
-
支持的图片大小:所下载文件经Base64编码后不超过 7M。文件下载时间不超过 3 秒。
|
25854
|
-
输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25477
|
+
"""图片的Base64 值。支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载文件经Base64编码后不超过 10M。文件下载时间不超过 3 秒。输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25855
25478
|
:rtype: str
|
25856
25479
|
"""
|
25857
25480
|
return self._ImageBase64
|
@@ -25862,11 +25485,7 @@ class RecognizeMedicalInvoiceOCRRequest(AbstractModel):
|
|
25862
25485
|
|
25863
25486
|
@property
|
25864
25487
|
def ImageUrl(self):
|
25865
|
-
"""图片的Url
|
25866
|
-
支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
25867
|
-
支持的图片大小:所下载文件经 Base64 编码后不超过 7M。文件下载时间不超过 3 秒。
|
25868
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
25869
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
25488
|
+
"""图片的Url 地址。支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载文件经 Base64 编码后不超过 10M。文件下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
25870
25489
|
:rtype: str
|
25871
25490
|
"""
|
25872
25491
|
return self._ImageUrl
|
@@ -26007,16 +25626,9 @@ class RecognizeOnlineTaxiItineraryOCRRequest(AbstractModel):
|
|
26007
25626
|
|
26008
25627
|
def __init__(self):
|
26009
25628
|
r"""
|
26010
|
-
:param _ImageBase64: 图片的 Base64
|
26011
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
26012
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
26013
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25629
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26014
25630
|
:type ImageBase64: str
|
26015
|
-
:param _ImageUrl: 图片的 Url
|
26016
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
26017
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
26018
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
26019
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
25631
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
26020
25632
|
:type ImageUrl: str
|
26021
25633
|
:param _IsPdf: 是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。
|
26022
25634
|
:type IsPdf: bool
|
@@ -26030,10 +25642,7 @@ class RecognizeOnlineTaxiItineraryOCRRequest(AbstractModel):
|
|
26030
25642
|
|
26031
25643
|
@property
|
26032
25644
|
def ImageBase64(self):
|
26033
|
-
"""图片的 Base64
|
26034
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
26035
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
26036
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25645
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26037
25646
|
:rtype: str
|
26038
25647
|
"""
|
26039
25648
|
return self._ImageBase64
|
@@ -26044,11 +25653,7 @@ class RecognizeOnlineTaxiItineraryOCRRequest(AbstractModel):
|
|
26044
25653
|
|
26045
25654
|
@property
|
26046
25655
|
def ImageUrl(self):
|
26047
|
-
"""图片的 Url
|
26048
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
26049
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
26050
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
26051
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
25656
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
26052
25657
|
:rtype: str
|
26053
25658
|
"""
|
26054
25659
|
return self._ImageUrl
|
@@ -26150,13 +25755,9 @@ class RecognizeStoreNameRequest(AbstractModel):
|
|
26150
25755
|
|
26151
25756
|
def __init__(self):
|
26152
25757
|
r"""
|
26153
|
-
:param _ImageBase64: 图片的 Base64
|
26154
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
26155
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
26156
|
-
支持的图片像素:需介于20-10000px之间。
|
26157
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25758
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26158
25759
|
:type ImageBase64: str
|
26159
|
-
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
25760
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
26160
25761
|
:type ImageUrl: str
|
26161
25762
|
"""
|
26162
25763
|
self._ImageBase64 = None
|
@@ -26164,11 +25765,7 @@ class RecognizeStoreNameRequest(AbstractModel):
|
|
26164
25765
|
|
26165
25766
|
@property
|
26166
25767
|
def ImageBase64(self):
|
26167
|
-
"""图片的 Base64
|
26168
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
26169
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
26170
|
-
支持的图片像素:需介于20-10000px之间。
|
26171
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25768
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26172
25769
|
:rtype: str
|
26173
25770
|
"""
|
26174
25771
|
return self._ImageBase64
|
@@ -26179,7 +25776,7 @@ class RecognizeStoreNameRequest(AbstractModel):
|
|
26179
25776
|
|
26180
25777
|
@property
|
26181
25778
|
def ImageUrl(self):
|
26182
|
-
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
25779
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
26183
25780
|
:rtype: str
|
26184
25781
|
"""
|
26185
25782
|
return self._ImageUrl
|
@@ -26287,16 +25884,9 @@ class RecognizeTableAccurateOCRRequest(AbstractModel):
|
|
26287
25884
|
|
26288
25885
|
def __init__(self):
|
26289
25886
|
r"""
|
26290
|
-
:param _ImageBase64: 图片/PDF的 Base64
|
26291
|
-
要求图片/PDF经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。
|
26292
|
-
图片支持的像素范围:需介于20-10000px之间。
|
26293
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25887
|
+
:param _ImageBase64: 图片/PDF的 Base64 值。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26294
25888
|
:type ImageBase64: str
|
26295
|
-
:param _ImageUrl: 图片/PDF的 Url
|
26296
|
-
要求图片/PDF经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。
|
26297
|
-
图片支持的像素范围:需介于20-10000px之间。
|
26298
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定
|
26299
|
-
性可能受一定影响。
|
25889
|
+
:param _ImageUrl: 图片/PDF的 Url 地址。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
26300
25890
|
:type ImageUrl: str
|
26301
25891
|
:param _PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF有效,默认值为1。
|
26302
25892
|
:type PdfPageNumber: int
|
@@ -26307,10 +25897,7 @@ class RecognizeTableAccurateOCRRequest(AbstractModel):
|
|
26307
25897
|
|
26308
25898
|
@property
|
26309
25899
|
def ImageBase64(self):
|
26310
|
-
"""图片/PDF的 Base64
|
26311
|
-
要求图片/PDF经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。
|
26312
|
-
图片支持的像素范围:需介于20-10000px之间。
|
26313
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25900
|
+
"""图片/PDF的 Base64 值。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26314
25901
|
:rtype: str
|
26315
25902
|
"""
|
26316
25903
|
return self._ImageBase64
|
@@ -26321,11 +25908,7 @@ class RecognizeTableAccurateOCRRequest(AbstractModel):
|
|
26321
25908
|
|
26322
25909
|
@property
|
26323
25910
|
def ImageUrl(self):
|
26324
|
-
"""图片/PDF的 Url
|
26325
|
-
要求图片/PDF经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。
|
26326
|
-
图片支持的像素范围:需介于20-10000px之间。
|
26327
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定
|
26328
|
-
性可能受一定影响。
|
25911
|
+
"""图片/PDF的 Url 地址。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
26329
25912
|
:rtype: str
|
26330
25913
|
"""
|
26331
25914
|
return self._ImageUrl
|
@@ -26663,15 +26246,13 @@ class RecognizeThaiIDCardOCRRequest(AbstractModel):
|
|
26663
26246
|
|
26664
26247
|
def __init__(self):
|
26665
26248
|
r"""
|
26666
|
-
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
26667
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26249
|
+
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26668
26250
|
:type ImageBase64: str
|
26669
|
-
:param _BackImageBase64: 卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
26251
|
+
:param _BackImageBase64: 卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26670
26252
|
:type BackImageBase64: str
|
26671
|
-
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
26672
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
26253
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
26673
26254
|
:type ImageUrl: str
|
26674
|
-
:param _BackImageUrl: 卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
26255
|
+
:param _BackImageUrl: 卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
26675
26256
|
:type BackImageUrl: str
|
26676
26257
|
:param _CropPortrait: 图片开关。默认为false,不返回泰国身份证头像照片的base64编码。
|
26677
26258
|
设置为true时,返回旋转矫正后的泰国身份证头像照片的base64编码
|
@@ -26685,8 +26266,7 @@ class RecognizeThaiIDCardOCRRequest(AbstractModel):
|
|
26685
26266
|
|
26686
26267
|
@property
|
26687
26268
|
def ImageBase64(self):
|
26688
|
-
"""图片的 Base64 值。要求图片经Base64编码后不超过
|
26689
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26269
|
+
"""图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26690
26270
|
:rtype: str
|
26691
26271
|
"""
|
26692
26272
|
return self._ImageBase64
|
@@ -26697,7 +26277,7 @@ class RecognizeThaiIDCardOCRRequest(AbstractModel):
|
|
26697
26277
|
|
26698
26278
|
@property
|
26699
26279
|
def BackImageBase64(self):
|
26700
|
-
"""卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
26280
|
+
"""卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26701
26281
|
:rtype: str
|
26702
26282
|
"""
|
26703
26283
|
return self._BackImageBase64
|
@@ -26708,8 +26288,7 @@ class RecognizeThaiIDCardOCRRequest(AbstractModel):
|
|
26708
26288
|
|
26709
26289
|
@property
|
26710
26290
|
def ImageUrl(self):
|
26711
|
-
"""图片的 Url 地址。要求图片经Base64编码后不超过
|
26712
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
26291
|
+
"""图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
26713
26292
|
:rtype: str
|
26714
26293
|
"""
|
26715
26294
|
return self._ImageUrl
|
@@ -26720,7 +26299,7 @@ class RecognizeThaiIDCardOCRRequest(AbstractModel):
|
|
26720
26299
|
|
26721
26300
|
@property
|
26722
26301
|
def BackImageUrl(self):
|
26723
|
-
"""卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
26302
|
+
"""卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
26724
26303
|
:rtype: str
|
26725
26304
|
"""
|
26726
26305
|
return self._BackImageUrl
|
@@ -27076,16 +26655,9 @@ class RecognizeTravelCardOCRRequest(AbstractModel):
|
|
27076
26655
|
|
27077
26656
|
def __init__(self):
|
27078
26657
|
r"""
|
27079
|
-
:param _ImageBase64: 图片的 Base64
|
27080
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
27081
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
27082
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26658
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
27083
26659
|
:type ImageBase64: str
|
27084
|
-
:param _ImageUrl: 图片的 Url
|
27085
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
27086
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
27087
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
27088
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
26660
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
27089
26661
|
:type ImageUrl: str
|
27090
26662
|
"""
|
27091
26663
|
self._ImageBase64 = None
|
@@ -27093,10 +26665,7 @@ class RecognizeTravelCardOCRRequest(AbstractModel):
|
|
27093
26665
|
|
27094
26666
|
@property
|
27095
26667
|
def ImageBase64(self):
|
27096
|
-
"""图片的 Base64
|
27097
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
27098
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
27099
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26668
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
27100
26669
|
:rtype: str
|
27101
26670
|
"""
|
27102
26671
|
return self._ImageBase64
|
@@ -27107,11 +26676,7 @@ class RecognizeTravelCardOCRRequest(AbstractModel):
|
|
27107
26676
|
|
27108
26677
|
@property
|
27109
26678
|
def ImageUrl(self):
|
27110
|
-
"""图片的 Url
|
27111
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
27112
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
27113
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
27114
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
26679
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
27115
26680
|
:rtype: str
|
27116
26681
|
"""
|
27117
26682
|
return self._ImageUrl
|
@@ -27244,11 +26809,9 @@ class RecognizeValidIDCardOCRRequest(AbstractModel):
|
|
27244
26809
|
|
27245
26810
|
def __init__(self):
|
27246
26811
|
r"""
|
27247
|
-
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
27248
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26812
|
+
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
27249
26813
|
:type ImageBase64: str
|
27250
|
-
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
27251
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
26814
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
27252
26815
|
:type ImageUrl: str
|
27253
26816
|
:param _CardType: 0 自动,自动判断输入证件的类型
|
27254
26817
|
1 身份证人像面,指定输入证件类型为二代身份证人像面
|
@@ -27296,8 +26859,7 @@ class RecognizeValidIDCardOCRRequest(AbstractModel):
|
|
27296
26859
|
|
27297
26860
|
@property
|
27298
26861
|
def ImageBase64(self):
|
27299
|
-
"""图片的 Base64 值。要求图片经Base64编码后不超过
|
27300
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
26862
|
+
"""图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
27301
26863
|
:rtype: str
|
27302
26864
|
"""
|
27303
26865
|
return self._ImageBase64
|
@@ -27308,8 +26870,7 @@ class RecognizeValidIDCardOCRRequest(AbstractModel):
|
|
27308
26870
|
|
27309
26871
|
@property
|
27310
26872
|
def ImageUrl(self):
|
27311
|
-
"""图片的 Url 地址。要求图片经Base64编码后不超过
|
27312
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
26873
|
+
"""图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
27313
26874
|
:rtype: str
|
27314
26875
|
"""
|
27315
26876
|
return self._ImageUrl
|
@@ -27724,16 +27285,9 @@ class ResidenceBookletOCRRequest(AbstractModel):
|
|
27724
27285
|
|
27725
27286
|
def __init__(self):
|
27726
27287
|
r"""
|
27727
|
-
:param _ImageBase64: 图片的 Base64
|
27728
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
27729
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
27730
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
27288
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
27731
27289
|
:type ImageBase64: str
|
27732
|
-
:param _ImageUrl: 图片的 Url
|
27733
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
27734
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
27735
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
27736
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
27290
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
27737
27291
|
:type ImageUrl: str
|
27738
27292
|
"""
|
27739
27293
|
self._ImageBase64 = None
|
@@ -27741,10 +27295,7 @@ class ResidenceBookletOCRRequest(AbstractModel):
|
|
27741
27295
|
|
27742
27296
|
@property
|
27743
27297
|
def ImageBase64(self):
|
27744
|
-
"""图片的 Base64
|
27745
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
27746
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
27747
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
27298
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
27748
27299
|
:rtype: str
|
27749
27300
|
"""
|
27750
27301
|
return self._ImageBase64
|
@@ -27755,11 +27306,7 @@ class ResidenceBookletOCRRequest(AbstractModel):
|
|
27755
27306
|
|
27756
27307
|
@property
|
27757
27308
|
def ImageUrl(self):
|
27758
|
-
"""图片的 Url
|
27759
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
27760
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
27761
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
27762
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
27309
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
27763
27310
|
:rtype: str
|
27764
27311
|
"""
|
27765
27312
|
return self._ImageUrl
|
@@ -28652,11 +28199,9 @@ class RideHailingDriverLicenseOCRRequest(AbstractModel):
|
|
28652
28199
|
|
28653
28200
|
def __init__(self):
|
28654
28201
|
r"""
|
28655
|
-
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
28656
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
28202
|
+
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
28657
28203
|
:type ImageBase64: str
|
28658
|
-
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
28659
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
28204
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500\*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
28660
28205
|
:type ImageUrl: str
|
28661
28206
|
"""
|
28662
28207
|
self._ImageBase64 = None
|
@@ -28664,8 +28209,7 @@ class RideHailingDriverLicenseOCRRequest(AbstractModel):
|
|
28664
28209
|
|
28665
28210
|
@property
|
28666
28211
|
def ImageBase64(self):
|
28667
|
-
"""图片的 Base64 值。要求图片经Base64编码后不超过
|
28668
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
28212
|
+
"""图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
28669
28213
|
:rtype: str
|
28670
28214
|
"""
|
28671
28215
|
return self._ImageBase64
|
@@ -28676,8 +28220,7 @@ class RideHailingDriverLicenseOCRRequest(AbstractModel):
|
|
28676
28220
|
|
28677
28221
|
@property
|
28678
28222
|
def ImageUrl(self):
|
28679
|
-
"""图片的 Url 地址。要求图片经Base64编码后不超过
|
28680
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
28223
|
+
"""图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500\*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
28681
28224
|
:rtype: str
|
28682
28225
|
"""
|
28683
28226
|
return self._ImageUrl
|
@@ -28810,11 +28353,9 @@ class RideHailingTransportLicenseOCRRequest(AbstractModel):
|
|
28810
28353
|
|
28811
28354
|
def __init__(self):
|
28812
28355
|
r"""
|
28813
|
-
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
28814
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
28356
|
+
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
28815
28357
|
:type ImageBase64: str
|
28816
|
-
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
28817
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
28358
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500\*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
28818
28359
|
:type ImageUrl: str
|
28819
28360
|
"""
|
28820
28361
|
self._ImageBase64 = None
|
@@ -28822,8 +28363,7 @@ class RideHailingTransportLicenseOCRRequest(AbstractModel):
|
|
28822
28363
|
|
28823
28364
|
@property
|
28824
28365
|
def ImageBase64(self):
|
28825
|
-
"""图片的 Base64 值。要求图片经Base64编码后不超过
|
28826
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
28366
|
+
"""图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
28827
28367
|
:rtype: str
|
28828
28368
|
"""
|
28829
28369
|
return self._ImageBase64
|
@@ -28834,8 +28374,7 @@ class RideHailingTransportLicenseOCRRequest(AbstractModel):
|
|
28834
28374
|
|
28835
28375
|
@property
|
28836
28376
|
def ImageUrl(self):
|
28837
|
-
"""图片的 Url 地址。要求图片经Base64编码后不超过
|
28838
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
28377
|
+
"""图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500\*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
28839
28378
|
:rtype: str
|
28840
28379
|
"""
|
28841
28380
|
return self._ImageUrl
|
@@ -29132,11 +28671,9 @@ class SealOCRRequest(AbstractModel):
|
|
29132
28671
|
|
29133
28672
|
def __init__(self):
|
29134
28673
|
r"""
|
29135
|
-
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
29136
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
28674
|
+
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
29137
28675
|
:type ImageBase64: str
|
29138
|
-
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
29139
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
28676
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
29140
28677
|
:type ImageUrl: str
|
29141
28678
|
:param _EnablePdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
29142
28679
|
:type EnablePdf: bool
|
@@ -29150,8 +28687,7 @@ class SealOCRRequest(AbstractModel):
|
|
29150
28687
|
|
29151
28688
|
@property
|
29152
28689
|
def ImageBase64(self):
|
29153
|
-
"""图片的 Base64 值。要求图片经Base64编码后不超过
|
29154
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
28690
|
+
"""图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
29155
28691
|
:rtype: str
|
29156
28692
|
"""
|
29157
28693
|
return self._ImageBase64
|
@@ -29162,8 +28698,7 @@ class SealOCRRequest(AbstractModel):
|
|
29162
28698
|
|
29163
28699
|
@property
|
29164
28700
|
def ImageUrl(self):
|
29165
|
-
"""图片的 Url 地址。要求图片经Base64编码后不超过
|
29166
|
-
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
28701
|
+
"""图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
29167
28702
|
:rtype: str
|
29168
28703
|
"""
|
29169
28704
|
return self._ImageUrl
|
@@ -29407,16 +28942,9 @@ class ShipInvoiceOCRRequest(AbstractModel):
|
|
29407
28942
|
|
29408
28943
|
def __init__(self):
|
29409
28944
|
r"""
|
29410
|
-
:param _ImageBase64: 图片的 Base64
|
29411
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
29412
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
29413
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
28945
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
29414
28946
|
:type ImageBase64: str
|
29415
|
-
:param _ImageUrl: 图片的 Url
|
29416
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
29417
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
29418
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
29419
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
28947
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
29420
28948
|
:type ImageUrl: str
|
29421
28949
|
:param _IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
29422
28950
|
:type IsPdf: bool
|
@@ -29430,10 +28958,7 @@ class ShipInvoiceOCRRequest(AbstractModel):
|
|
29430
28958
|
|
29431
28959
|
@property
|
29432
28960
|
def ImageBase64(self):
|
29433
|
-
"""图片的 Base64
|
29434
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
29435
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
29436
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
28961
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
29437
28962
|
:rtype: str
|
29438
28963
|
"""
|
29439
28964
|
return self._ImageBase64
|
@@ -29444,11 +28969,7 @@ class ShipInvoiceOCRRequest(AbstractModel):
|
|
29444
28969
|
|
29445
28970
|
@property
|
29446
28971
|
def ImageUrl(self):
|
29447
|
-
"""图片的 Url
|
29448
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
29449
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
29450
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
29451
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
28972
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
29452
28973
|
:rtype: str
|
29453
28974
|
"""
|
29454
28975
|
return self._ImageUrl
|
@@ -31757,16 +31278,9 @@ class TaxiInvoiceOCRRequest(AbstractModel):
|
|
31757
31278
|
|
31758
31279
|
def __init__(self):
|
31759
31280
|
r"""
|
31760
|
-
:param _ImageBase64: 图片的 Base64
|
31761
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
31762
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
31763
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
31281
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
31764
31282
|
:type ImageBase64: str
|
31765
|
-
:param _ImageUrl: 图片的 Url
|
31766
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
31767
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
31768
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
31769
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
31283
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
31770
31284
|
:type ImageUrl: str
|
31771
31285
|
:param _IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
31772
31286
|
:type IsPdf: bool
|
@@ -31780,10 +31294,7 @@ class TaxiInvoiceOCRRequest(AbstractModel):
|
|
31780
31294
|
|
31781
31295
|
@property
|
31782
31296
|
def ImageBase64(self):
|
31783
|
-
"""图片的 Base64
|
31784
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
31785
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
31786
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
31297
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
31787
31298
|
:rtype: str
|
31788
31299
|
"""
|
31789
31300
|
return self._ImageBase64
|
@@ -31794,11 +31305,7 @@ class TaxiInvoiceOCRRequest(AbstractModel):
|
|
31794
31305
|
|
31795
31306
|
@property
|
31796
31307
|
def ImageUrl(self):
|
31797
|
-
"""图片的 Url
|
31798
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
31799
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
31800
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
31801
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
31308
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
31802
31309
|
:rtype: str
|
31803
31310
|
"""
|
31804
31311
|
return self._ImageUrl
|
@@ -31852,9 +31359,9 @@ class TaxiInvoiceOCRResponse(AbstractModel):
|
|
31852
31359
|
|
31853
31360
|
def __init__(self):
|
31854
31361
|
r"""
|
31855
|
-
:param _InvoiceNum:
|
31362
|
+
:param _InvoiceNum: 发票号码
|
31856
31363
|
:type InvoiceNum: str
|
31857
|
-
:param _InvoiceCode:
|
31364
|
+
:param _InvoiceCode: 发票代码
|
31858
31365
|
:type InvoiceCode: str
|
31859
31366
|
:param _Date: 日期
|
31860
31367
|
:type Date: str
|
@@ -31897,7 +31404,7 @@ class TaxiInvoiceOCRResponse(AbstractModel):
|
|
31897
31404
|
|
31898
31405
|
@property
|
31899
31406
|
def InvoiceNum(self):
|
31900
|
-
"""
|
31407
|
+
"""发票号码
|
31901
31408
|
:rtype: str
|
31902
31409
|
"""
|
31903
31410
|
return self._InvoiceNum
|
@@ -31908,7 +31415,7 @@ class TaxiInvoiceOCRResponse(AbstractModel):
|
|
31908
31415
|
|
31909
31416
|
@property
|
31910
31417
|
def InvoiceCode(self):
|
31911
|
-
"""
|
31418
|
+
"""发票代码
|
31912
31419
|
:rtype: str
|
31913
31420
|
"""
|
31914
31421
|
return self._InvoiceCode
|
@@ -32735,16 +32242,9 @@ class TextDetectRequest(AbstractModel):
|
|
32735
32242
|
|
32736
32243
|
def __init__(self):
|
32737
32244
|
r"""
|
32738
|
-
:param _ImageBase64: 图片的 Base64
|
32739
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
32740
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
32741
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
32245
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
32742
32246
|
:type ImageBase64: str
|
32743
|
-
:param _ImageUrl: 图片的 Url
|
32744
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
32745
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
32746
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
32747
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
32247
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
32748
32248
|
:type ImageUrl: str
|
32749
32249
|
"""
|
32750
32250
|
self._ImageBase64 = None
|
@@ -32752,10 +32252,7 @@ class TextDetectRequest(AbstractModel):
|
|
32752
32252
|
|
32753
32253
|
@property
|
32754
32254
|
def ImageBase64(self):
|
32755
|
-
"""图片的 Base64
|
32756
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
32757
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
32758
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
32255
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
32759
32256
|
:rtype: str
|
32760
32257
|
"""
|
32761
32258
|
return self._ImageBase64
|
@@ -32766,11 +32263,7 @@ class TextDetectRequest(AbstractModel):
|
|
32766
32263
|
|
32767
32264
|
@property
|
32768
32265
|
def ImageUrl(self):
|
32769
|
-
"""图片的 Url
|
32770
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
32771
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
32772
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
32773
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
32266
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
32774
32267
|
:rtype: str
|
32775
32268
|
"""
|
32776
32269
|
return self._ImageUrl
|
@@ -34737,16 +34230,9 @@ class TollInvoiceOCRRequest(AbstractModel):
|
|
34737
34230
|
|
34738
34231
|
def __init__(self):
|
34739
34232
|
r"""
|
34740
|
-
:param _ImageBase64: 图片的 Base64
|
34741
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
34742
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
34743
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
34233
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
34744
34234
|
:type ImageBase64: str
|
34745
|
-
:param _ImageUrl: 图片的 Url
|
34746
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
34747
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
34748
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
34749
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
34235
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
34750
34236
|
:type ImageUrl: str
|
34751
34237
|
:param _IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
34752
34238
|
:type IsPdf: bool
|
@@ -34760,10 +34246,7 @@ class TollInvoiceOCRRequest(AbstractModel):
|
|
34760
34246
|
|
34761
34247
|
@property
|
34762
34248
|
def ImageBase64(self):
|
34763
|
-
"""图片的 Base64
|
34764
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
34765
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
34766
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
34249
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
34767
34250
|
:rtype: str
|
34768
34251
|
"""
|
34769
34252
|
return self._ImageBase64
|
@@ -34774,11 +34257,7 @@ class TollInvoiceOCRRequest(AbstractModel):
|
|
34774
34257
|
|
34775
34258
|
@property
|
34776
34259
|
def ImageUrl(self):
|
34777
|
-
"""图片的 Url
|
34778
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
34779
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
34780
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
34781
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
34260
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
34782
34261
|
:rtype: str
|
34783
34262
|
"""
|
34784
34263
|
return self._ImageUrl
|
@@ -35306,16 +34785,9 @@ class TrainTicketOCRRequest(AbstractModel):
|
|
35306
34785
|
|
35307
34786
|
def __init__(self):
|
35308
34787
|
r"""
|
35309
|
-
:param _ImageBase64: 图片的 Base64
|
35310
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
35311
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
35312
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
34788
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
35313
34789
|
:type ImageBase64: str
|
35314
|
-
:param _ImageUrl: 图片的 Url
|
35315
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
35316
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
35317
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
35318
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
34790
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
35319
34791
|
:type ImageUrl: str
|
35320
34792
|
:param _IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
35321
34793
|
:type IsPdf: bool
|
@@ -35329,10 +34801,7 @@ class TrainTicketOCRRequest(AbstractModel):
|
|
35329
34801
|
|
35330
34802
|
@property
|
35331
34803
|
def ImageBase64(self):
|
35332
|
-
"""图片的 Base64
|
35333
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
35334
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
35335
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
34804
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
35336
34805
|
:rtype: str
|
35337
34806
|
"""
|
35338
34807
|
return self._ImageBase64
|
@@ -35343,11 +34812,7 @@ class TrainTicketOCRRequest(AbstractModel):
|
|
35343
34812
|
|
35344
34813
|
@property
|
35345
34814
|
def ImageUrl(self):
|
35346
|
-
"""图片的 Url
|
35347
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
35348
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
35349
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
35350
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
34815
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
35351
34816
|
:rtype: str
|
35352
34817
|
"""
|
35353
34818
|
return self._ImageUrl
|
@@ -39396,18 +38861,9 @@ class VatInvoiceOCRRequest(AbstractModel):
|
|
39396
38861
|
|
39397
38862
|
def __init__(self):
|
39398
38863
|
r"""
|
39399
|
-
:param _ImageBase64: 图片/PDF的 Base64
|
39400
|
-
支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
39401
|
-
支持的图片/PDF大小:所下载文件经Base64编码后不超过 7M。文件下载时间不超过 3 秒。
|
39402
|
-
支持的图片像素:需介于20-10000px之间。
|
39403
|
-
输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
38864
|
+
:param _ImageBase64: 图片/PDF的 Base64 值。支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片/PDF大小:所下载文件经Base64编码后不超过 10M。文件下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
39404
38865
|
:type ImageBase64: str
|
39405
|
-
:param _ImageUrl: 图片/PDF的 Url
|
39406
|
-
支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
39407
|
-
支持的图片/PDF大小:所下载文件经 Base64 编码后不超过 7M。文件下载时间不超过 3 秒。
|
39408
|
-
支持的图片像素:需介于20-10000px之间。
|
39409
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
39410
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
38866
|
+
:param _ImageUrl: 图片/PDF的 Url 地址。支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片/PDF大小:所下载文件经 Base64 编码后不超过 10M。文件下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
39411
38867
|
:type ImageUrl: str
|
39412
38868
|
:param _IsPdf: 是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。
|
39413
38869
|
:type IsPdf: bool
|
@@ -39421,11 +38877,7 @@ class VatInvoiceOCRRequest(AbstractModel):
|
|
39421
38877
|
|
39422
38878
|
@property
|
39423
38879
|
def ImageBase64(self):
|
39424
|
-
"""图片/PDF的 Base64
|
39425
|
-
支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
39426
|
-
支持的图片/PDF大小:所下载文件经Base64编码后不超过 7M。文件下载时间不超过 3 秒。
|
39427
|
-
支持的图片像素:需介于20-10000px之间。
|
39428
|
-
输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
38880
|
+
"""图片/PDF的 Base64 值。支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片/PDF大小:所下载文件经Base64编码后不超过 10M。文件下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
39429
38881
|
:rtype: str
|
39430
38882
|
"""
|
39431
38883
|
return self._ImageBase64
|
@@ -39436,12 +38888,7 @@ class VatInvoiceOCRRequest(AbstractModel):
|
|
39436
38888
|
|
39437
38889
|
@property
|
39438
38890
|
def ImageUrl(self):
|
39439
|
-
"""图片/PDF的 Url
|
39440
|
-
支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
39441
|
-
支持的图片/PDF大小:所下载文件经 Base64 编码后不超过 7M。文件下载时间不超过 3 秒。
|
39442
|
-
支持的图片像素:需介于20-10000px之间。
|
39443
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
39444
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
38891
|
+
"""图片/PDF的 Url 地址。支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片/PDF大小:所下载文件经 Base64 编码后不超过 10M。文件下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
39445
38892
|
:rtype: str
|
39446
38893
|
"""
|
39447
38894
|
return self._ImageUrl
|
@@ -40427,16 +39874,9 @@ class VatRollInvoiceOCRRequest(AbstractModel):
|
|
40427
39874
|
|
40428
39875
|
def __init__(self):
|
40429
39876
|
r"""
|
40430
|
-
:param _ImageBase64: 图片的 Base64
|
40431
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
40432
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
40433
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
39877
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
40434
39878
|
:type ImageBase64: str
|
40435
|
-
:param _ImageUrl: 图片的 Url
|
40436
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
40437
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
40438
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
40439
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
39879
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
40440
39880
|
:type ImageUrl: str
|
40441
39881
|
:param _IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
40442
39882
|
:type IsPdf: bool
|
@@ -40450,10 +39890,7 @@ class VatRollInvoiceOCRRequest(AbstractModel):
|
|
40450
39890
|
|
40451
39891
|
@property
|
40452
39892
|
def ImageBase64(self):
|
40453
|
-
"""图片的 Base64
|
40454
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
40455
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
40456
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
39893
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
40457
39894
|
:rtype: str
|
40458
39895
|
"""
|
40459
39896
|
return self._ImageBase64
|
@@ -40464,11 +39901,7 @@ class VatRollInvoiceOCRRequest(AbstractModel):
|
|
40464
39901
|
|
40465
39902
|
@property
|
40466
39903
|
def ImageUrl(self):
|
40467
|
-
"""图片的 Url
|
40468
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
40469
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
40470
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
40471
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
39904
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
40472
39905
|
:rtype: str
|
40473
39906
|
"""
|
40474
39907
|
return self._ImageUrl
|
@@ -41822,16 +41255,9 @@ class VinOCRRequest(AbstractModel):
|
|
41822
41255
|
|
41823
41256
|
def __init__(self):
|
41824
41257
|
r"""
|
41825
|
-
:param _ImageBase64: 图片的 Base64
|
41826
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
41827
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
41828
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
41258
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
41829
41259
|
:type ImageBase64: str
|
41830
|
-
:param _ImageUrl: 图片的 Url
|
41831
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
41832
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
41833
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
41834
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
41260
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
41835
41261
|
:type ImageUrl: str
|
41836
41262
|
"""
|
41837
41263
|
self._ImageBase64 = None
|
@@ -41839,10 +41265,7 @@ class VinOCRRequest(AbstractModel):
|
|
41839
41265
|
|
41840
41266
|
@property
|
41841
41267
|
def ImageBase64(self):
|
41842
|
-
"""图片的 Base64
|
41843
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
41844
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
41845
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
41268
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
41846
41269
|
:rtype: str
|
41847
41270
|
"""
|
41848
41271
|
return self._ImageBase64
|
@@ -41853,11 +41276,7 @@ class VinOCRRequest(AbstractModel):
|
|
41853
41276
|
|
41854
41277
|
@property
|
41855
41278
|
def ImageUrl(self):
|
41856
|
-
"""图片的 Url
|
41857
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
41858
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
41859
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
41860
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
41279
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
41861
41280
|
:rtype: str
|
41862
41281
|
"""
|
41863
41282
|
return self._ImageUrl
|
@@ -41930,16 +41349,9 @@ class WaybillOCRRequest(AbstractModel):
|
|
41930
41349
|
|
41931
41350
|
def __init__(self):
|
41932
41351
|
r"""
|
41933
|
-
:param _ImageBase64: 图片的 Base64
|
41934
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
41935
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
41936
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
41352
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
41937
41353
|
:type ImageBase64: str
|
41938
|
-
:param _ImageUrl: 图片的 Url
|
41939
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
41940
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
41941
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
41942
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
41354
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
41943
41355
|
:type ImageUrl: str
|
41944
41356
|
:param _EnablePreDetect: 预检测开关,当待识别运单占整个输入图像的比例较小时,建议打开预检测开关。默认值为false。
|
41945
41357
|
:type EnablePreDetect: bool
|
@@ -41956,10 +41368,7 @@ class WaybillOCRRequest(AbstractModel):
|
|
41956
41368
|
|
41957
41369
|
@property
|
41958
41370
|
def ImageBase64(self):
|
41959
|
-
"""图片的 Base64
|
41960
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
41961
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
41962
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
41371
|
+
"""图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
41963
41372
|
:rtype: str
|
41964
41373
|
"""
|
41965
41374
|
return self._ImageBase64
|
@@ -41970,11 +41379,7 @@ class WaybillOCRRequest(AbstractModel):
|
|
41970
41379
|
|
41971
41380
|
@property
|
41972
41381
|
def ImageUrl(self):
|
41973
|
-
"""图片的 Url
|
41974
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
41975
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
41976
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
41977
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
41382
|
+
"""图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
41978
41383
|
:rtype: str
|
41979
41384
|
"""
|
41980
41385
|
return self._ImageUrl
|