tccli 3.0.1223.1__py2.py3-none-any.whl → 3.0.1224.1__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.
- tccli/__init__.py +1 -1
- tccli/services/apigateway/apigateway_client.py +136 -30
- tccli/services/apigateway/v20180808/api.json +183 -0
- tccli/services/apigateway/v20180808/examples.json +16 -0
- tccli/services/autoscaling/v20180419/api.json +4 -4
- tccli/services/bi/bi_client.py +106 -0
- tccli/services/bi/v20220105/api.json +355 -0
- tccli/services/bi/v20220105/examples.json +16 -0
- tccli/services/billing/v20180709/api.json +237 -186
- tccli/services/billing/v20180709/examples.json +2 -2
- tccli/services/bpaas/v20181217/api.json +71 -46
- tccli/services/bpaas/v20181217/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +99 -78
- tccli/services/cam/v20190116/examples.json +10 -10
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudhsm/v20191112/api.json +324 -320
- tccli/services/cloudhsm/v20191112/examples.json +16 -16
- tccli/services/cls/v20201016/api.json +2 -2
- tccli/services/config/config_client.py +106 -0
- tccli/services/config/v20220802/api.json +364 -0
- tccli/services/config/v20220802/examples.json +16 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/gwlb/v20240906/api.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/ivld/v20210903/api.json +3 -3
- tccli/services/lcic/lcic_client.py +110 -4
- tccli/services/lcic/v20220817/api.json +297 -2
- tccli/services/lcic/v20220817/examples.json +16 -0
- tccli/services/live/v20180801/api.json +2 -1
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/mps/v20190612/api.json +1 -1
- tccli/services/ocr/ocr_client.py +314 -685
- tccli/services/ocr/v20181119/api.json +157 -1206
- tccli/services/ocr/v20181119/examples.json +0 -56
- tccli/services/organization/v20181225/api.json +43 -43
- tccli/services/organization/v20181225/examples.json +2 -2
- tccli/services/organization/v20210331/api.json +516 -508
- tccli/services/organization/v20210331/examples.json +26 -26
- tccli/services/trtc/trtc_client.py +126 -20
- tccli/services/trtc/v20190722/api.json +138 -14
- tccli/services/trtc/v20190722/examples.json +16 -0
- tccli/services/vpc/v20170312/api.json +1 -1
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1224.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1224.1.dist-info}/RECORD +50 -50
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1224.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1224.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1224.1.dist-info}/license_files/LICENSE +0 -0
@@ -364,13 +364,6 @@
|
|
364
364
|
"output": "RecognizeHealthCodeOCRResponse",
|
365
365
|
"status": "online"
|
366
366
|
},
|
367
|
-
"RecognizeIndonesiaIDCardOCR": {
|
368
|
-
"document": "印尼身份证识别\n\n默认接口请求频率限制:5次/秒。",
|
369
|
-
"input": "RecognizeIndonesiaIDCardOCRRequest",
|
370
|
-
"name": "印尼身份证识别",
|
371
|
-
"output": "RecognizeIndonesiaIDCardOCRResponse",
|
372
|
-
"status": "online"
|
373
|
-
},
|
374
367
|
"RecognizeKoreanDrivingLicenseOCR": {
|
375
368
|
"document": "韩国驾驶证识别",
|
376
369
|
"input": "RecognizeKoreanDrivingLicenseOCRRequest",
|
@@ -378,13 +371,6 @@
|
|
378
371
|
"output": "RecognizeKoreanDrivingLicenseOCRResponse",
|
379
372
|
"status": "online"
|
380
373
|
},
|
381
|
-
"RecognizeKoreanIDCardOCR": {
|
382
|
-
"document": "韩国身份证识别",
|
383
|
-
"input": "RecognizeKoreanIDCardOCRRequest",
|
384
|
-
"name": "韩国身份证识别",
|
385
|
-
"output": "RecognizeKoreanIDCardOCRResponse",
|
386
|
-
"status": "online"
|
387
|
-
},
|
388
374
|
"RecognizeMedicalInvoiceOCR": {
|
389
375
|
"document": "医疗发票识别目前支持全国统一门诊发票、全国统一住院发票、以及部分地方的门诊和住院发票的识别。\n\n默认接口请求频率限制:5次/秒。",
|
390
376
|
"input": "RecognizeMedicalInvoiceOCRRequest",
|
@@ -399,41 +385,6 @@
|
|
399
385
|
"output": "RecognizeOnlineTaxiItineraryOCRResponse",
|
400
386
|
"status": "online"
|
401
387
|
},
|
402
|
-
"RecognizePhilippinesDrivingLicenseOCR": {
|
403
|
-
"document": "菲律宾驾驶证识别\n\n默认接口请求频率限制:20次/秒。",
|
404
|
-
"input": "RecognizePhilippinesDrivingLicenseOCRRequest",
|
405
|
-
"name": "菲律宾驾驶证识别",
|
406
|
-
"output": "RecognizePhilippinesDrivingLicenseOCRResponse",
|
407
|
-
"status": "online"
|
408
|
-
},
|
409
|
-
"RecognizePhilippinesSssIDOCR": {
|
410
|
-
"document": "菲律宾SSSID/UMID识别",
|
411
|
-
"input": "RecognizePhilippinesSssIDOCRRequest",
|
412
|
-
"name": "菲律宾SSSID识别",
|
413
|
-
"output": "RecognizePhilippinesSssIDOCRResponse",
|
414
|
-
"status": "online"
|
415
|
-
},
|
416
|
-
"RecognizePhilippinesTinIDOCR": {
|
417
|
-
"document": "菲律宾TinID识别",
|
418
|
-
"input": "RecognizePhilippinesTinIDOCRRequest",
|
419
|
-
"name": "菲律宾TinID识别",
|
420
|
-
"output": "RecognizePhilippinesTinIDOCRResponse",
|
421
|
-
"status": "online"
|
422
|
-
},
|
423
|
-
"RecognizePhilippinesUMIDOCR": {
|
424
|
-
"document": "菲律宾UMID识别",
|
425
|
-
"input": "RecognizePhilippinesUMIDOCRRequest",
|
426
|
-
"name": "菲律宾UMID识别",
|
427
|
-
"output": "RecognizePhilippinesUMIDOCRResponse",
|
428
|
-
"status": "online"
|
429
|
-
},
|
430
|
-
"RecognizePhilippinesVoteIDOCR": {
|
431
|
-
"document": "本接口支持菲律宾VoteID识别,识别字段包括姓名、姓氏、出生日期、婚姻状况、国籍、地址、地区、菲律宾VoteID的VIN等。\n\n默认接口请求频率限制:20次/秒。",
|
432
|
-
"input": "RecognizePhilippinesVoteIDOCRRequest",
|
433
|
-
"name": "菲律宾VoteID识别",
|
434
|
-
"output": "RecognizePhilippinesVoteIDOCRResponse",
|
435
|
-
"status": "online"
|
436
|
-
},
|
437
388
|
"RecognizeStoreName": {
|
438
389
|
"document": "本接口用于识别门头照文字识别结果以及对应分类标签信息\n默认接口请求频率限制:1次/秒",
|
439
390
|
"input": "RecognizeStoreNameRequest",
|
@@ -12835,8 +12786,8 @@
|
|
12835
12786
|
],
|
12836
12787
|
"type": "object"
|
12837
12788
|
},
|
12838
|
-
"
|
12839
|
-
"document": "
|
12789
|
+
"RecognizeKoreanDrivingLicenseOCRRequest": {
|
12790
|
+
"document": "RecognizeKoreanDrivingLicenseOCR请求参数结构体",
|
12840
12791
|
"members": [
|
12841
12792
|
{
|
12842
12793
|
"disabled": false,
|
@@ -12859,215 +12810,218 @@
|
|
12859
12810
|
{
|
12860
12811
|
"disabled": false,
|
12861
12812
|
"document": "是否返回人像照片。",
|
12862
|
-
"example": "
|
12813
|
+
"example": "false",
|
12863
12814
|
"member": "bool",
|
12864
12815
|
"name": "ReturnHeadImage",
|
12865
12816
|
"required": false,
|
12866
12817
|
"type": "bool"
|
12867
|
-
},
|
12868
|
-
{
|
12869
|
-
"disabled": false,
|
12870
|
-
"document": "场景参数,默认值为V1\n可选值:\nV1\nV2",
|
12871
|
-
"example": "V1",
|
12872
|
-
"member": "string",
|
12873
|
-
"name": "Scene",
|
12874
|
-
"required": false,
|
12875
|
-
"type": "string"
|
12876
12818
|
}
|
12877
12819
|
],
|
12878
12820
|
"type": "object"
|
12879
12821
|
},
|
12880
|
-
"
|
12881
|
-
"document": "
|
12822
|
+
"RecognizeKoreanDrivingLicenseOCRResponse": {
|
12823
|
+
"document": "RecognizeKoreanDrivingLicenseOCR返回参数结构体",
|
12882
12824
|
"members": [
|
12883
12825
|
{
|
12884
12826
|
"disabled": false,
|
12885
|
-
"document": "
|
12886
|
-
"example": "
|
12827
|
+
"document": "身份证号码",
|
12828
|
+
"example": "7043EX",
|
12887
12829
|
"member": "string",
|
12888
|
-
"name": "
|
12830
|
+
"name": "ID",
|
12889
12831
|
"output_required": true,
|
12890
12832
|
"type": "string",
|
12891
12833
|
"value_allowed_null": false
|
12892
12834
|
},
|
12893
12835
|
{
|
12894
12836
|
"disabled": false,
|
12895
|
-
"document": "
|
12896
|
-
"example": "
|
12837
|
+
"document": "驾照号码",
|
12838
|
+
"example": "전북 11-006760-90",
|
12897
12839
|
"member": "string",
|
12898
|
-
"name": "
|
12840
|
+
"name": "LicenseNumber",
|
12899
12841
|
"output_required": true,
|
12900
12842
|
"type": "string",
|
12901
12843
|
"value_allowed_null": false
|
12902
12844
|
},
|
12903
12845
|
{
|
12904
12846
|
"disabled": false,
|
12905
|
-
"document": "
|
12906
|
-
"example": "
|
12847
|
+
"document": "居民登记号码",
|
12848
|
+
"example": "870713-5260590",
|
12907
12849
|
"member": "string",
|
12908
|
-
"name": "
|
12850
|
+
"name": "Number",
|
12909
12851
|
"output_required": true,
|
12910
12852
|
"type": "string",
|
12911
12853
|
"value_allowed_null": false
|
12912
12854
|
},
|
12913
12855
|
{
|
12914
12856
|
"disabled": false,
|
12915
|
-
"document": "
|
12916
|
-
"example": "
|
12857
|
+
"document": "驾照类型",
|
12858
|
+
"example": "2종보동",
|
12917
12859
|
"member": "string",
|
12918
|
-
"name": "
|
12860
|
+
"name": "Type",
|
12919
12861
|
"output_required": true,
|
12920
12862
|
"type": "string",
|
12921
12863
|
"value_allowed_null": false
|
12922
12864
|
},
|
12923
12865
|
{
|
12924
12866
|
"disabled": false,
|
12925
|
-
"document": "
|
12926
|
-
"example": "
|
12867
|
+
"document": "地址",
|
12868
|
+
"example": "주 소 전북 전주 덕진 반월 763-1 -籍 전주월드컵경기장28",
|
12927
12869
|
"member": "string",
|
12928
|
-
"name": "
|
12870
|
+
"name": "Address",
|
12929
12871
|
"output_required": true,
|
12930
12872
|
"type": "string",
|
12931
12873
|
"value_allowed_null": false
|
12932
12874
|
},
|
12933
12875
|
{
|
12934
12876
|
"disabled": false,
|
12935
|
-
"document": "
|
12936
|
-
"example": "
|
12877
|
+
"document": "姓名",
|
12878
|
+
"example": "HUANG BOWEN",
|
12937
12879
|
"member": "string",
|
12938
|
-
"name": "
|
12880
|
+
"name": "Name",
|
12939
12881
|
"output_required": true,
|
12940
12882
|
"type": "string",
|
12941
12883
|
"value_allowed_null": false
|
12942
12884
|
},
|
12943
12885
|
{
|
12944
12886
|
"disabled": false,
|
12945
|
-
"document": "
|
12946
|
-
"example": "
|
12887
|
+
"document": "换证时间",
|
12888
|
+
"example": "28/02/2020~27/08/2020",
|
12947
12889
|
"member": "string",
|
12948
|
-
"name": "
|
12890
|
+
"name": "AptitudeTesDate",
|
12949
12891
|
"output_required": true,
|
12950
12892
|
"type": "string",
|
12951
12893
|
"value_allowed_null": false
|
12952
12894
|
},
|
12953
12895
|
{
|
12954
12896
|
"disabled": false,
|
12955
|
-
"document": "
|
12956
|
-
"example": "
|
12897
|
+
"document": "发证日期",
|
12898
|
+
"example": "28/02/2011",
|
12957
12899
|
"member": "string",
|
12958
|
-
"name": "
|
12900
|
+
"name": "DateOfIssue",
|
12959
12901
|
"output_required": true,
|
12960
12902
|
"type": "string",
|
12961
12903
|
"value_allowed_null": false
|
12962
12904
|
},
|
12963
12905
|
{
|
12964
12906
|
"disabled": false,
|
12965
|
-
"document": "
|
12966
|
-
"example": "
|
12907
|
+
"document": "人像截图Base64后的结果",
|
12908
|
+
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
12967
12909
|
"member": "string",
|
12968
|
-
"name": "
|
12910
|
+
"name": "Photo",
|
12969
12911
|
"output_required": true,
|
12970
12912
|
"type": "string",
|
12971
12913
|
"value_allowed_null": false
|
12972
12914
|
},
|
12973
12915
|
{
|
12974
12916
|
"disabled": false,
|
12975
|
-
"document": "
|
12976
|
-
"example": "
|
12917
|
+
"document": "性别",
|
12918
|
+
"example": "男",
|
12977
12919
|
"member": "string",
|
12978
|
-
"name": "
|
12920
|
+
"name": "Sex",
|
12979
12921
|
"output_required": true,
|
12980
12922
|
"type": "string",
|
12981
12923
|
"value_allowed_null": false
|
12982
12924
|
},
|
12983
12925
|
{
|
12984
12926
|
"disabled": false,
|
12985
|
-
"document": "
|
12986
|
-
"example": "
|
12927
|
+
"document": "生日,格式为dd/mm/yyyy",
|
12928
|
+
"example": "13/07/1987",
|
12987
12929
|
"member": "string",
|
12988
|
-
"name": "
|
12930
|
+
"name": "Birthday",
|
12989
12931
|
"output_required": true,
|
12990
12932
|
"type": "string",
|
12991
12933
|
"value_allowed_null": false
|
12992
12934
|
},
|
12993
12935
|
{
|
12994
|
-
"
|
12995
|
-
"document": "职业",
|
12996
|
-
"example": "KARYAWAN",
|
12936
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12997
12937
|
"member": "string",
|
12998
|
-
"name": "
|
12999
|
-
"
|
13000
|
-
|
13001
|
-
|
13002
|
-
|
12938
|
+
"name": "RequestId",
|
12939
|
+
"type": "string"
|
12940
|
+
}
|
12941
|
+
],
|
12942
|
+
"type": "object"
|
12943
|
+
},
|
12944
|
+
"RecognizeMedicalInvoiceOCRRequest": {
|
12945
|
+
"document": "RecognizeMedicalInvoiceOCR请求参数结构体",
|
12946
|
+
"members": [
|
13003
12947
|
{
|
13004
12948
|
"disabled": false,
|
13005
|
-
"document": "
|
13006
|
-
"example": "
|
12949
|
+
"document": "图片的Base64 值。\n支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载文件经Base64编码后不超过 7M。文件下载时间不超过 3 秒。\n输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
12950
|
+
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13007
12951
|
"member": "string",
|
13008
|
-
"name": "
|
13009
|
-
"
|
13010
|
-
"type": "string"
|
13011
|
-
"value_allowed_null": false
|
12952
|
+
"name": "ImageBase64",
|
12953
|
+
"required": false,
|
12954
|
+
"type": "string"
|
13012
12955
|
},
|
13013
12956
|
{
|
13014
12957
|
"disabled": false,
|
13015
|
-
"document": "
|
13016
|
-
"example": "
|
12958
|
+
"document": "图片的Url 地址。\n支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载文件经 Base64 编码后不超过 7M。文件下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
12959
|
+
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/invoice/RecognizeMedicalInvoiceOCR/RecognizeMedicalInvoiceOCR1.jpg",
|
13017
12960
|
"member": "string",
|
13018
|
-
"name": "
|
13019
|
-
"
|
13020
|
-
"type": "string"
|
13021
|
-
"value_allowed_null": false
|
12961
|
+
"name": "ImageUrl",
|
12962
|
+
"required": false,
|
12963
|
+
"type": "string"
|
13022
12964
|
},
|
13023
12965
|
{
|
13024
12966
|
"disabled": false,
|
13025
|
-
"document": "
|
13026
|
-
"example": "
|
13027
|
-
"member": "
|
13028
|
-
"name": "
|
13029
|
-
"
|
13030
|
-
"type": "
|
13031
|
-
"value_allowed_null": false
|
12967
|
+
"document": "是否需要返回识别出的文本行在原图上的四点坐标,默认不返回",
|
12968
|
+
"example": "false",
|
12969
|
+
"member": "bool",
|
12970
|
+
"name": "ReturnVertex",
|
12971
|
+
"required": false,
|
12972
|
+
"type": "bool"
|
13032
12973
|
},
|
13033
12974
|
{
|
13034
12975
|
"disabled": false,
|
13035
|
-
"document": "
|
13036
|
-
"example": "
|
13037
|
-
"member": "
|
13038
|
-
"name": "
|
13039
|
-
"
|
13040
|
-
"type": "
|
13041
|
-
"value_allowed_null": false
|
12976
|
+
"document": "是否需要返回识别出的文本行在旋转纠正之后的图像中的四点坐标,默认不返回",
|
12977
|
+
"example": "false",
|
12978
|
+
"member": "bool",
|
12979
|
+
"name": "ReturnCoord",
|
12980
|
+
"required": false,
|
12981
|
+
"type": "bool"
|
13042
12982
|
},
|
13043
12983
|
{
|
13044
12984
|
"disabled": false,
|
13045
|
-
"document": "
|
13046
|
-
"example": "
|
13047
|
-
"member": "
|
13048
|
-
"name": "
|
13049
|
-
"
|
13050
|
-
"type": "
|
13051
|
-
"value_allowed_null": false
|
12985
|
+
"document": "是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。",
|
12986
|
+
"example": "false",
|
12987
|
+
"member": "bool",
|
12988
|
+
"name": "IsPdf",
|
12989
|
+
"required": false,
|
12990
|
+
"type": "bool"
|
13052
12991
|
},
|
13053
12992
|
{
|
13054
12993
|
"disabled": false,
|
13055
|
-
"document": "
|
13056
|
-
"example": "
|
13057
|
-
"member": "
|
13058
|
-
"name": "
|
12994
|
+
"document": "需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1。",
|
12995
|
+
"example": "1",
|
12996
|
+
"member": "int64",
|
12997
|
+
"name": "PdfPageNumber",
|
12998
|
+
"required": false,
|
12999
|
+
"type": "int"
|
13000
|
+
}
|
13001
|
+
],
|
13002
|
+
"type": "object"
|
13003
|
+
},
|
13004
|
+
"RecognizeMedicalInvoiceOCRResponse": {
|
13005
|
+
"document": "RecognizeMedicalInvoiceOCR返回参数结构体",
|
13006
|
+
"members": [
|
13007
|
+
{
|
13008
|
+
"disabled": false,
|
13009
|
+
"document": "识别出的字段信息",
|
13010
|
+
"example": "[ { \"MedicalInvoiceItems\": [ { \"Name\": \"单位\", \"Content\": \"***机构\", \"Vertex\": { \"LeftTop\": { \"X\": 0, \"Y\": 0 }, \"RightTop\": { \"X\": 0, \"Y\": 0 }, \"RightBottom\": { \"X\": 0, \"Y\": 0 } }, \"Coord\": { \"X\": 0, \"Y\": 0, \"Width\": 0, \"Height\": 0 } } ] } ]",
|
13011
|
+
"member": "MedicalInvoiceInfo",
|
13012
|
+
"name": "MedicalInvoiceInfos",
|
13059
13013
|
"output_required": true,
|
13060
|
-
"type": "
|
13014
|
+
"type": "list",
|
13061
13015
|
"value_allowed_null": false
|
13062
13016
|
},
|
13063
13017
|
{
|
13064
13018
|
"disabled": false,
|
13065
|
-
"document": "
|
13066
|
-
"example": "
|
13067
|
-
"member": "
|
13068
|
-
"name": "
|
13069
|
-
"output_required":
|
13070
|
-
"type": "
|
13019
|
+
"document": "图片旋转角度(角度制),文本的水平方向为0°,顺时针为正,逆时针为负。",
|
13020
|
+
"example": "0",
|
13021
|
+
"member": "float",
|
13022
|
+
"name": "Angle",
|
13023
|
+
"output_required": true,
|
13024
|
+
"type": "float",
|
13071
13025
|
"value_allowed_null": false
|
13072
13026
|
},
|
13073
13027
|
{
|
@@ -13079,8 +13033,8 @@
|
|
13079
13033
|
],
|
13080
13034
|
"type": "object"
|
13081
13035
|
},
|
13082
|
-
"
|
13083
|
-
"document": "
|
13036
|
+
"RecognizeOnlineTaxiItineraryOCRRequest": {
|
13037
|
+
"document": "RecognizeOnlineTaxiItineraryOCR请求参数结构体",
|
13084
13038
|
"members": [
|
13085
13039
|
{
|
13086
13040
|
"disabled": false,
|
@@ -13102,1059 +13056,82 @@
|
|
13102
13056
|
},
|
13103
13057
|
{
|
13104
13058
|
"disabled": false,
|
13105
|
-
"document": "
|
13106
|
-
"example": "
|
13059
|
+
"document": "是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。",
|
13060
|
+
"example": "true",
|
13107
13061
|
"member": "bool",
|
13108
|
-
"name": "
|
13062
|
+
"name": "IsPdf",
|
13109
13063
|
"required": false,
|
13110
13064
|
"type": "bool"
|
13065
|
+
},
|
13066
|
+
{
|
13067
|
+
"disabled": false,
|
13068
|
+
"document": "需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1。",
|
13069
|
+
"example": "1",
|
13070
|
+
"member": "uint64",
|
13071
|
+
"name": "PdfPageNumber",
|
13072
|
+
"required": false,
|
13073
|
+
"type": "int"
|
13111
13074
|
}
|
13112
13075
|
],
|
13113
13076
|
"type": "object"
|
13114
13077
|
},
|
13115
|
-
"
|
13116
|
-
"document": "
|
13078
|
+
"RecognizeOnlineTaxiItineraryOCRResponse": {
|
13079
|
+
"document": "RecognizeOnlineTaxiItineraryOCR返回参数结构体",
|
13117
13080
|
"members": [
|
13118
13081
|
{
|
13119
13082
|
"disabled": false,
|
13120
|
-
"document": "
|
13121
|
-
"example": "
|
13122
|
-
"member": "
|
13123
|
-
"name": "
|
13083
|
+
"document": "网约车行程单识别结果,具体内容请点击左侧链接。",
|
13084
|
+
"example": "无",
|
13085
|
+
"member": "OnlineTaxiItineraryInfo",
|
13086
|
+
"name": "OnlineTaxiItineraryInfos",
|
13124
13087
|
"output_required": true,
|
13125
|
-
"type": "
|
13088
|
+
"type": "list",
|
13126
13089
|
"value_allowed_null": false
|
13127
13090
|
},
|
13128
13091
|
{
|
13129
|
-
"
|
13130
|
-
"document": "驾照号码",
|
13131
|
-
"example": "전북 11-006760-90",
|
13092
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13132
13093
|
"member": "string",
|
13133
|
-
"name": "
|
13134
|
-
"
|
13135
|
-
|
13136
|
-
|
13137
|
-
|
13094
|
+
"name": "RequestId",
|
13095
|
+
"type": "string"
|
13096
|
+
}
|
13097
|
+
],
|
13098
|
+
"type": "object"
|
13099
|
+
},
|
13100
|
+
"RecognizeStoreNameRequest": {
|
13101
|
+
"document": "RecognizeStoreName请求参数结构体",
|
13102
|
+
"members": [
|
13138
13103
|
{
|
13139
13104
|
"disabled": false,
|
13140
|
-
"document": "
|
13141
|
-
"example": "
|
13105
|
+
"document": "图片的 Base64 值。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。\n支持的图片像素:需介于20-10000px之间。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13106
|
+
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13142
13107
|
"member": "string",
|
13143
|
-
"name": "
|
13144
|
-
"
|
13145
|
-
"type": "string"
|
13146
|
-
"value_allowed_null": false
|
13108
|
+
"name": "ImageBase64",
|
13109
|
+
"required": false,
|
13110
|
+
"type": "string"
|
13147
13111
|
},
|
13148
13112
|
{
|
13149
13113
|
"disabled": false,
|
13150
|
-
"document": "
|
13151
|
-
"example": "
|
13114
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
13115
|
+
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
13152
13116
|
"member": "string",
|
13153
|
-
"name": "
|
13117
|
+
"name": "ImageUrl",
|
13118
|
+
"required": false,
|
13119
|
+
"type": "string"
|
13120
|
+
}
|
13121
|
+
],
|
13122
|
+
"type": "object"
|
13123
|
+
},
|
13124
|
+
"RecognizeStoreNameResponse": {
|
13125
|
+
"document": "RecognizeStoreName返回参数结构体",
|
13126
|
+
"members": [
|
13127
|
+
{
|
13128
|
+
"disabled": false,
|
13129
|
+
"document": "门头照名称",
|
13130
|
+
"example": "[ { \"Name\": \"商店名称\", \"Rect\": { \"Height\": 263, \"Width\": 1132, \"X\": 232, \"Y\": 366 }, \"Value\": \"城市生活超市\" }]",
|
13131
|
+
"member": "StoreInfo",
|
13132
|
+
"name": "StoreInfo",
|
13154
13133
|
"output_required": true,
|
13155
|
-
"type": "
|
13156
|
-
"value_allowed_null": false
|
13157
|
-
},
|
13158
|
-
{
|
13159
|
-
"disabled": false,
|
13160
|
-
"document": "地址",
|
13161
|
-
"example": "주 소 전북 전주 덕진 반월 763-1 -籍 전주월드컵경기장28",
|
13162
|
-
"member": "string",
|
13163
|
-
"name": "Address",
|
13164
|
-
"output_required": true,
|
13165
|
-
"type": "string",
|
13166
|
-
"value_allowed_null": false
|
13167
|
-
},
|
13168
|
-
{
|
13169
|
-
"disabled": false,
|
13170
|
-
"document": "姓名",
|
13171
|
-
"example": "HUANG BOWEN",
|
13172
|
-
"member": "string",
|
13173
|
-
"name": "Name",
|
13174
|
-
"output_required": true,
|
13175
|
-
"type": "string",
|
13176
|
-
"value_allowed_null": false
|
13177
|
-
},
|
13178
|
-
{
|
13179
|
-
"disabled": false,
|
13180
|
-
"document": "换证时间",
|
13181
|
-
"example": "28/02/2020~27/08/2020",
|
13182
|
-
"member": "string",
|
13183
|
-
"name": "AptitudeTesDate",
|
13184
|
-
"output_required": true,
|
13185
|
-
"type": "string",
|
13186
|
-
"value_allowed_null": false
|
13187
|
-
},
|
13188
|
-
{
|
13189
|
-
"disabled": false,
|
13190
|
-
"document": "发证日期",
|
13191
|
-
"example": "28/02/2011",
|
13192
|
-
"member": "string",
|
13193
|
-
"name": "DateOfIssue",
|
13194
|
-
"output_required": true,
|
13195
|
-
"type": "string",
|
13196
|
-
"value_allowed_null": false
|
13197
|
-
},
|
13198
|
-
{
|
13199
|
-
"disabled": false,
|
13200
|
-
"document": "人像截图Base64后的结果",
|
13201
|
-
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13202
|
-
"member": "string",
|
13203
|
-
"name": "Photo",
|
13204
|
-
"output_required": true,
|
13205
|
-
"type": "string",
|
13206
|
-
"value_allowed_null": false
|
13207
|
-
},
|
13208
|
-
{
|
13209
|
-
"disabled": false,
|
13210
|
-
"document": "性别",
|
13211
|
-
"example": "男",
|
13212
|
-
"member": "string",
|
13213
|
-
"name": "Sex",
|
13214
|
-
"output_required": true,
|
13215
|
-
"type": "string",
|
13216
|
-
"value_allowed_null": false
|
13217
|
-
},
|
13218
|
-
{
|
13219
|
-
"disabled": false,
|
13220
|
-
"document": "生日,格式为dd/mm/yyyy",
|
13221
|
-
"example": "13/07/1987",
|
13222
|
-
"member": "string",
|
13223
|
-
"name": "Birthday",
|
13224
|
-
"output_required": true,
|
13225
|
-
"type": "string",
|
13226
|
-
"value_allowed_null": false
|
13227
|
-
},
|
13228
|
-
{
|
13229
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13230
|
-
"member": "string",
|
13231
|
-
"name": "RequestId",
|
13232
|
-
"type": "string"
|
13233
|
-
}
|
13234
|
-
],
|
13235
|
-
"type": "object"
|
13236
|
-
},
|
13237
|
-
"RecognizeKoreanIDCardOCRRequest": {
|
13238
|
-
"document": "RecognizeKoreanIDCardOCR请求参数结构体",
|
13239
|
-
"members": [
|
13240
|
-
{
|
13241
|
-
"disabled": false,
|
13242
|
-
"document": "图片的 Base64 值。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13243
|
-
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13244
|
-
"member": "string",
|
13245
|
-
"name": "ImageBase64",
|
13246
|
-
"required": false,
|
13247
|
-
"type": "string"
|
13248
|
-
},
|
13249
|
-
{
|
13250
|
-
"disabled": false,
|
13251
|
-
"document": "图片的 Url 地址。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
13252
|
-
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
13253
|
-
"member": "string",
|
13254
|
-
"name": "ImageUrl",
|
13255
|
-
"required": false,
|
13256
|
-
"type": "string"
|
13257
|
-
},
|
13258
|
-
{
|
13259
|
-
"disabled": false,
|
13260
|
-
"document": "是否返回人像照片。",
|
13261
|
-
"example": "true",
|
13262
|
-
"member": "bool",
|
13263
|
-
"name": "ReturnHeadImage",
|
13264
|
-
"required": false,
|
13265
|
-
"type": "bool"
|
13266
|
-
}
|
13267
|
-
],
|
13268
|
-
"type": "object"
|
13269
|
-
},
|
13270
|
-
"RecognizeKoreanIDCardOCRResponse": {
|
13271
|
-
"document": "RecognizeKoreanIDCardOCR返回参数结构体",
|
13272
|
-
"members": [
|
13273
|
-
{
|
13274
|
-
"disabled": false,
|
13275
|
-
"document": "身份证号码",
|
13276
|
-
"example": "820701-2345678",
|
13277
|
-
"member": "string",
|
13278
|
-
"name": "ID",
|
13279
|
-
"output_required": true,
|
13280
|
-
"type": "string",
|
13281
|
-
"value_allowed_null": false
|
13282
|
-
},
|
13283
|
-
{
|
13284
|
-
"disabled": false,
|
13285
|
-
"document": "地址",
|
13286
|
-
"example": "서울특별시 종로구은천로 93.1203동 1204호(봉천동, 진달래아파트101동 2301호)",
|
13287
|
-
"member": "string",
|
13288
|
-
"name": "Address",
|
13289
|
-
"output_required": true,
|
13290
|
-
"type": "string",
|
13291
|
-
"value_allowed_null": false
|
13292
|
-
},
|
13293
|
-
{
|
13294
|
-
"disabled": false,
|
13295
|
-
"document": "姓名",
|
13296
|
-
"example": "홍길동 (洪童)",
|
13297
|
-
"member": "string",
|
13298
|
-
"name": "Name",
|
13299
|
-
"output_required": true,
|
13300
|
-
"type": "string",
|
13301
|
-
"value_allowed_null": false
|
13302
|
-
},
|
13303
|
-
{
|
13304
|
-
"disabled": false,
|
13305
|
-
"document": "发证日期",
|
13306
|
-
"example": "01/01/8207",
|
13307
|
-
"member": "string",
|
13308
|
-
"name": "DateOfIssue",
|
13309
|
-
"output_required": true,
|
13310
|
-
"type": "string",
|
13311
|
-
"value_allowed_null": false
|
13312
|
-
},
|
13313
|
-
{
|
13314
|
-
"disabled": false,
|
13315
|
-
"document": "人像截图Base64后的结果",
|
13316
|
-
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13317
|
-
"member": "string",
|
13318
|
-
"name": "Photo",
|
13319
|
-
"output_required": true,
|
13320
|
-
"type": "string",
|
13321
|
-
"value_allowed_null": false
|
13322
|
-
},
|
13323
|
-
{
|
13324
|
-
"disabled": false,
|
13325
|
-
"document": "性别",
|
13326
|
-
"example": "女",
|
13327
|
-
"member": "string",
|
13328
|
-
"name": "Sex",
|
13329
|
-
"output_required": true,
|
13330
|
-
"type": "string",
|
13331
|
-
"value_allowed_null": false
|
13332
|
-
},
|
13333
|
-
{
|
13334
|
-
"disabled": false,
|
13335
|
-
"document": "生日,格式为dd/mm/yyyy",
|
13336
|
-
"example": "01/07/1988",
|
13337
|
-
"member": "string",
|
13338
|
-
"name": "Birthday",
|
13339
|
-
"output_required": true,
|
13340
|
-
"type": "string",
|
13341
|
-
"value_allowed_null": false
|
13342
|
-
},
|
13343
|
-
{
|
13344
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13345
|
-
"member": "string",
|
13346
|
-
"name": "RequestId",
|
13347
|
-
"type": "string"
|
13348
|
-
}
|
13349
|
-
],
|
13350
|
-
"type": "object"
|
13351
|
-
},
|
13352
|
-
"RecognizeMedicalInvoiceOCRRequest": {
|
13353
|
-
"document": "RecognizeMedicalInvoiceOCR请求参数结构体",
|
13354
|
-
"members": [
|
13355
|
-
{
|
13356
|
-
"disabled": false,
|
13357
|
-
"document": "图片的Base64 值。\n支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载文件经Base64编码后不超过 7M。文件下载时间不超过 3 秒。\n输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13358
|
-
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13359
|
-
"member": "string",
|
13360
|
-
"name": "ImageBase64",
|
13361
|
-
"required": false,
|
13362
|
-
"type": "string"
|
13363
|
-
},
|
13364
|
-
{
|
13365
|
-
"disabled": false,
|
13366
|
-
"document": "图片的Url 地址。\n支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载文件经 Base64 编码后不超过 7M。文件下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
13367
|
-
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/invoice/RecognizeMedicalInvoiceOCR/RecognizeMedicalInvoiceOCR1.jpg",
|
13368
|
-
"member": "string",
|
13369
|
-
"name": "ImageUrl",
|
13370
|
-
"required": false,
|
13371
|
-
"type": "string"
|
13372
|
-
},
|
13373
|
-
{
|
13374
|
-
"disabled": false,
|
13375
|
-
"document": "是否需要返回识别出的文本行在原图上的四点坐标,默认不返回",
|
13376
|
-
"example": "false",
|
13377
|
-
"member": "bool",
|
13378
|
-
"name": "ReturnVertex",
|
13379
|
-
"required": false,
|
13380
|
-
"type": "bool"
|
13381
|
-
},
|
13382
|
-
{
|
13383
|
-
"disabled": false,
|
13384
|
-
"document": "是否需要返回识别出的文本行在旋转纠正之后的图像中的四点坐标,默认不返回",
|
13385
|
-
"example": "false",
|
13386
|
-
"member": "bool",
|
13387
|
-
"name": "ReturnCoord",
|
13388
|
-
"required": false,
|
13389
|
-
"type": "bool"
|
13390
|
-
},
|
13391
|
-
{
|
13392
|
-
"disabled": false,
|
13393
|
-
"document": "是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。",
|
13394
|
-
"example": "false",
|
13395
|
-
"member": "bool",
|
13396
|
-
"name": "IsPdf",
|
13397
|
-
"required": false,
|
13398
|
-
"type": "bool"
|
13399
|
-
},
|
13400
|
-
{
|
13401
|
-
"disabled": false,
|
13402
|
-
"document": "需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1。",
|
13403
|
-
"example": "1",
|
13404
|
-
"member": "int64",
|
13405
|
-
"name": "PdfPageNumber",
|
13406
|
-
"required": false,
|
13407
|
-
"type": "int"
|
13408
|
-
}
|
13409
|
-
],
|
13410
|
-
"type": "object"
|
13411
|
-
},
|
13412
|
-
"RecognizeMedicalInvoiceOCRResponse": {
|
13413
|
-
"document": "RecognizeMedicalInvoiceOCR返回参数结构体",
|
13414
|
-
"members": [
|
13415
|
-
{
|
13416
|
-
"disabled": false,
|
13417
|
-
"document": "识别出的字段信息",
|
13418
|
-
"example": "[ { \"MedicalInvoiceItems\": [ { \"Name\": \"单位\", \"Content\": \"***机构\", \"Vertex\": { \"LeftTop\": { \"X\": 0, \"Y\": 0 }, \"RightTop\": { \"X\": 0, \"Y\": 0 }, \"RightBottom\": { \"X\": 0, \"Y\": 0 } }, \"Coord\": { \"X\": 0, \"Y\": 0, \"Width\": 0, \"Height\": 0 } } ] } ]",
|
13419
|
-
"member": "MedicalInvoiceInfo",
|
13420
|
-
"name": "MedicalInvoiceInfos",
|
13421
|
-
"output_required": true,
|
13422
|
-
"type": "list",
|
13423
|
-
"value_allowed_null": false
|
13424
|
-
},
|
13425
|
-
{
|
13426
|
-
"disabled": false,
|
13427
|
-
"document": "图片旋转角度(角度制),文本的水平方向为0°,顺时针为正,逆时针为负。",
|
13428
|
-
"example": "0",
|
13429
|
-
"member": "float",
|
13430
|
-
"name": "Angle",
|
13431
|
-
"output_required": true,
|
13432
|
-
"type": "float",
|
13433
|
-
"value_allowed_null": false
|
13434
|
-
},
|
13435
|
-
{
|
13436
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13437
|
-
"member": "string",
|
13438
|
-
"name": "RequestId",
|
13439
|
-
"type": "string"
|
13440
|
-
}
|
13441
|
-
],
|
13442
|
-
"type": "object"
|
13443
|
-
},
|
13444
|
-
"RecognizeOnlineTaxiItineraryOCRRequest": {
|
13445
|
-
"document": "RecognizeOnlineTaxiItineraryOCR请求参数结构体",
|
13446
|
-
"members": [
|
13447
|
-
{
|
13448
|
-
"disabled": false,
|
13449
|
-
"document": "图片的 Base64 值。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13450
|
-
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13451
|
-
"member": "string",
|
13452
|
-
"name": "ImageBase64",
|
13453
|
-
"required": false,
|
13454
|
-
"type": "string"
|
13455
|
-
},
|
13456
|
-
{
|
13457
|
-
"disabled": false,
|
13458
|
-
"document": "图片的 Url 地址。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
13459
|
-
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
13460
|
-
"member": "string",
|
13461
|
-
"name": "ImageUrl",
|
13462
|
-
"required": false,
|
13463
|
-
"type": "string"
|
13464
|
-
},
|
13465
|
-
{
|
13466
|
-
"disabled": false,
|
13467
|
-
"document": "是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。",
|
13468
|
-
"example": "true",
|
13469
|
-
"member": "bool",
|
13470
|
-
"name": "IsPdf",
|
13471
|
-
"required": false,
|
13472
|
-
"type": "bool"
|
13473
|
-
},
|
13474
|
-
{
|
13475
|
-
"disabled": false,
|
13476
|
-
"document": "需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1。",
|
13477
|
-
"example": "1",
|
13478
|
-
"member": "uint64",
|
13479
|
-
"name": "PdfPageNumber",
|
13480
|
-
"required": false,
|
13481
|
-
"type": "int"
|
13482
|
-
}
|
13483
|
-
],
|
13484
|
-
"type": "object"
|
13485
|
-
},
|
13486
|
-
"RecognizeOnlineTaxiItineraryOCRResponse": {
|
13487
|
-
"document": "RecognizeOnlineTaxiItineraryOCR返回参数结构体",
|
13488
|
-
"members": [
|
13489
|
-
{
|
13490
|
-
"disabled": false,
|
13491
|
-
"document": "网约车行程单识别结果,具体内容请点击左侧链接。",
|
13492
|
-
"example": "无",
|
13493
|
-
"member": "OnlineTaxiItineraryInfo",
|
13494
|
-
"name": "OnlineTaxiItineraryInfos",
|
13495
|
-
"output_required": true,
|
13496
|
-
"type": "list",
|
13497
|
-
"value_allowed_null": false
|
13498
|
-
},
|
13499
|
-
{
|
13500
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13501
|
-
"member": "string",
|
13502
|
-
"name": "RequestId",
|
13503
|
-
"type": "string"
|
13504
|
-
}
|
13505
|
-
],
|
13506
|
-
"type": "object"
|
13507
|
-
},
|
13508
|
-
"RecognizePhilippinesDrivingLicenseOCRRequest": {
|
13509
|
-
"document": "RecognizePhilippinesDrivingLicenseOCR请求参数结构体",
|
13510
|
-
"members": [
|
13511
|
-
{
|
13512
|
-
"disabled": false,
|
13513
|
-
"document": "图片的 Base64 值。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13514
|
-
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13515
|
-
"member": "string",
|
13516
|
-
"name": "ImageBase64",
|
13517
|
-
"required": false,
|
13518
|
-
"type": "string"
|
13519
|
-
},
|
13520
|
-
{
|
13521
|
-
"disabled": false,
|
13522
|
-
"document": "图片的 Url 地址。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
13523
|
-
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
13524
|
-
"member": "string",
|
13525
|
-
"name": "ImageUrl",
|
13526
|
-
"required": false,
|
13527
|
-
"type": "string"
|
13528
|
-
},
|
13529
|
-
{
|
13530
|
-
"disabled": false,
|
13531
|
-
"document": "是否返回人像照片。",
|
13532
|
-
"example": "true",
|
13533
|
-
"member": "bool",
|
13534
|
-
"name": "ReturnHeadImage",
|
13535
|
-
"required": false,
|
13536
|
-
"type": "bool"
|
13537
|
-
}
|
13538
|
-
],
|
13539
|
-
"type": "object"
|
13540
|
-
},
|
13541
|
-
"RecognizePhilippinesDrivingLicenseOCRResponse": {
|
13542
|
-
"document": "RecognizePhilippinesDrivingLicenseOCR返回参数结构体",
|
13543
|
-
"members": [
|
13544
|
-
{
|
13545
|
-
"disabled": false,
|
13546
|
-
"document": "人像照片Base64后的结果",
|
13547
|
-
"example": "请参考数据结构示例",
|
13548
|
-
"member": "TextDetectionResult",
|
13549
|
-
"name": "HeadPortrait",
|
13550
|
-
"output_required": true,
|
13551
|
-
"type": "object",
|
13552
|
-
"value_allowed_null": false
|
13553
|
-
},
|
13554
|
-
{
|
13555
|
-
"disabled": false,
|
13556
|
-
"document": "姓名",
|
13557
|
-
"example": "请参考数据结构示例",
|
13558
|
-
"member": "TextDetectionResult",
|
13559
|
-
"name": "Name",
|
13560
|
-
"output_required": true,
|
13561
|
-
"type": "object",
|
13562
|
-
"value_allowed_null": false
|
13563
|
-
},
|
13564
|
-
{
|
13565
|
-
"disabled": false,
|
13566
|
-
"document": "姓氏",
|
13567
|
-
"example": "请参考数据结构示例",
|
13568
|
-
"member": "TextDetectionResult",
|
13569
|
-
"name": "LastName",
|
13570
|
-
"output_required": true,
|
13571
|
-
"type": "object",
|
13572
|
-
"value_allowed_null": false
|
13573
|
-
},
|
13574
|
-
{
|
13575
|
-
"disabled": false,
|
13576
|
-
"document": "首姓名",
|
13577
|
-
"example": "请参考数据结构示例",
|
13578
|
-
"member": "TextDetectionResult",
|
13579
|
-
"name": "FirstName",
|
13580
|
-
"output_required": true,
|
13581
|
-
"type": "object",
|
13582
|
-
"value_allowed_null": false
|
13583
|
-
},
|
13584
|
-
{
|
13585
|
-
"disabled": false,
|
13586
|
-
"document": "中间姓名",
|
13587
|
-
"example": "请参考数据结构示例",
|
13588
|
-
"member": "TextDetectionResult",
|
13589
|
-
"name": "MiddleName",
|
13590
|
-
"output_required": true,
|
13591
|
-
"type": "object",
|
13592
|
-
"value_allowed_null": false
|
13593
|
-
},
|
13594
|
-
{
|
13595
|
-
"disabled": false,
|
13596
|
-
"document": "国籍",
|
13597
|
-
"example": "请参考数据结构示例",
|
13598
|
-
"member": "TextDetectionResult",
|
13599
|
-
"name": "Nationality",
|
13600
|
-
"output_required": true,
|
13601
|
-
"type": "object",
|
13602
|
-
"value_allowed_null": false
|
13603
|
-
},
|
13604
|
-
{
|
13605
|
-
"disabled": false,
|
13606
|
-
"document": "性别",
|
13607
|
-
"example": "请参考数据结构示例",
|
13608
|
-
"member": "TextDetectionResult",
|
13609
|
-
"name": "Sex",
|
13610
|
-
"output_required": true,
|
13611
|
-
"type": "object",
|
13612
|
-
"value_allowed_null": false
|
13613
|
-
},
|
13614
|
-
{
|
13615
|
-
"disabled": false,
|
13616
|
-
"document": "地址",
|
13617
|
-
"example": "请参考数据结构示例",
|
13618
|
-
"member": "TextDetectionResult",
|
13619
|
-
"name": "Address",
|
13620
|
-
"output_required": true,
|
13621
|
-
"type": "object",
|
13622
|
-
"value_allowed_null": false
|
13623
|
-
},
|
13624
|
-
{
|
13625
|
-
"disabled": false,
|
13626
|
-
"document": "证号",
|
13627
|
-
"example": "请参考数据结构示例",
|
13628
|
-
"member": "TextDetectionResult",
|
13629
|
-
"name": "LicenseNo",
|
13630
|
-
"output_required": true,
|
13631
|
-
"type": "object",
|
13632
|
-
"value_allowed_null": false
|
13633
|
-
},
|
13634
|
-
{
|
13635
|
-
"disabled": false,
|
13636
|
-
"document": "有效期",
|
13637
|
-
"example": "请参考数据结构示例",
|
13638
|
-
"member": "TextDetectionResult",
|
13639
|
-
"name": "ExpiresDate",
|
13640
|
-
"output_required": true,
|
13641
|
-
"type": "object",
|
13642
|
-
"value_allowed_null": false
|
13643
|
-
},
|
13644
|
-
{
|
13645
|
-
"disabled": false,
|
13646
|
-
"document": "机构代码",
|
13647
|
-
"example": "请参考数据结构示例",
|
13648
|
-
"member": "TextDetectionResult",
|
13649
|
-
"name": "AgencyCode",
|
13650
|
-
"output_required": true,
|
13651
|
-
"type": "object",
|
13652
|
-
"value_allowed_null": false
|
13653
|
-
},
|
13654
|
-
{
|
13655
|
-
"disabled": false,
|
13656
|
-
"document": "出生日期",
|
13657
|
-
"example": "请参考数据结构示例",
|
13658
|
-
"member": "TextDetectionResult",
|
13659
|
-
"name": "Birthday",
|
13660
|
-
"output_required": true,
|
13661
|
-
"type": "object",
|
13662
|
-
"value_allowed_null": false
|
13663
|
-
},
|
13664
|
-
{
|
13665
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13666
|
-
"member": "string",
|
13667
|
-
"name": "RequestId",
|
13668
|
-
"type": "string"
|
13669
|
-
}
|
13670
|
-
],
|
13671
|
-
"type": "object"
|
13672
|
-
},
|
13673
|
-
"RecognizePhilippinesSssIDOCRRequest": {
|
13674
|
-
"document": "RecognizePhilippinesSssIDOCR请求参数结构体",
|
13675
|
-
"members": [
|
13676
|
-
{
|
13677
|
-
"disabled": false,
|
13678
|
-
"document": "是否返回人像照片。",
|
13679
|
-
"example": "true",
|
13680
|
-
"member": "bool",
|
13681
|
-
"name": "ReturnHeadImage",
|
13682
|
-
"required": true,
|
13683
|
-
"type": "bool"
|
13684
|
-
},
|
13685
|
-
{
|
13686
|
-
"disabled": false,
|
13687
|
-
"document": "图片的 Base64 值。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13688
|
-
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13689
|
-
"member": "string",
|
13690
|
-
"name": "ImageBase64",
|
13691
|
-
"required": false,
|
13692
|
-
"type": "string"
|
13693
|
-
},
|
13694
|
-
{
|
13695
|
-
"disabled": false,
|
13696
|
-
"document": "图片的 Url 地址。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
13697
|
-
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
13698
|
-
"member": "string",
|
13699
|
-
"name": "ImageUrl",
|
13700
|
-
"required": false,
|
13701
|
-
"type": "string"
|
13702
|
-
}
|
13703
|
-
],
|
13704
|
-
"type": "object"
|
13705
|
-
},
|
13706
|
-
"RecognizePhilippinesSssIDOCRResponse": {
|
13707
|
-
"document": "RecognizePhilippinesSssIDOCR返回参数结构体",
|
13708
|
-
"members": [
|
13709
|
-
{
|
13710
|
-
"disabled": false,
|
13711
|
-
"document": "人像照片Base64后的结果",
|
13712
|
-
"example": "{\"Polygon\":[{\"X\":16,\"Y\":47},{\"X\":81,\"Y\":47},{\"X\":81,\"Y\":124},{\"X\":16,\"Y\":124}],\"Value\":\"/9j/4AAQSkZJRg.....s97n//2Q==\"}",
|
13713
|
-
"member": "TextDetectionResult",
|
13714
|
-
"name": "HeadPortrait",
|
13715
|
-
"output_required": true,
|
13716
|
-
"type": "object",
|
13717
|
-
"value_allowed_null": false
|
13718
|
-
},
|
13719
|
-
{
|
13720
|
-
"disabled": false,
|
13721
|
-
"document": "编号",
|
13722
|
-
"example": "{\"Polygon\":[{\"X\":82,\"Y\":85},{\"X\":187,\"Y\":85},{\"X\":187,\"Y\":99},{\"X\":82,\"Y\":99}],\"Value\":\"04-0751449-0\"}",
|
13723
|
-
"member": "TextDetectionResult",
|
13724
|
-
"name": "LicenseNumber",
|
13725
|
-
"output_required": true,
|
13726
|
-
"type": "object",
|
13727
|
-
"value_allowed_null": false
|
13728
|
-
},
|
13729
|
-
{
|
13730
|
-
"disabled": false,
|
13731
|
-
"document": "姓名",
|
13732
|
-
"example": "{\"Polygon\":[{\"X\":82,\"Y\":55},{\"X\":195,\"Y\":55},{\"X\":195,\"Y\":67},{\"X\":82,\"Y\":67}],\"Value\":\"PAMELAL OCAMPO\"}",
|
13733
|
-
"member": "TextDetectionResult",
|
13734
|
-
"name": "FullName",
|
13735
|
-
"output_required": true,
|
13736
|
-
"type": "object",
|
13737
|
-
"value_allowed_null": false
|
13738
|
-
},
|
13739
|
-
{
|
13740
|
-
"disabled": false,
|
13741
|
-
"document": "生日",
|
13742
|
-
"example": "{\"Polygon\":[{\"X\":222,\"Y\":245},{\"X\":400,\"Y\":245},{\"X\":400,\"Y\":273},{\"X\":222,\"Y\":273}],\"Value\":\"\"}",
|
13743
|
-
"member": "TextDetectionResult",
|
13744
|
-
"name": "Birthday",
|
13745
|
-
"output_required": true,
|
13746
|
-
"type": "object",
|
13747
|
-
"value_allowed_null": false
|
13748
|
-
},
|
13749
|
-
{
|
13750
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13751
|
-
"member": "string",
|
13752
|
-
"name": "RequestId",
|
13753
|
-
"type": "string"
|
13754
|
-
}
|
13755
|
-
],
|
13756
|
-
"type": "object"
|
13757
|
-
},
|
13758
|
-
"RecognizePhilippinesTinIDOCRRequest": {
|
13759
|
-
"document": "RecognizePhilippinesTinIDOCR请求参数结构体",
|
13760
|
-
"members": [
|
13761
|
-
{
|
13762
|
-
"disabled": false,
|
13763
|
-
"document": "是否返回人像照片。",
|
13764
|
-
"example": "true",
|
13765
|
-
"member": "bool",
|
13766
|
-
"name": "ReturnHeadImage",
|
13767
|
-
"required": true,
|
13768
|
-
"type": "bool"
|
13769
|
-
},
|
13770
|
-
{
|
13771
|
-
"disabled": false,
|
13772
|
-
"document": "图片的 Base64 值。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13773
|
-
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13774
|
-
"member": "string",
|
13775
|
-
"name": "ImageBase64",
|
13776
|
-
"required": false,
|
13777
|
-
"type": "string"
|
13778
|
-
},
|
13779
|
-
{
|
13780
|
-
"disabled": false,
|
13781
|
-
"document": "图片的 Url 地址。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
13782
|
-
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
13783
|
-
"member": "string",
|
13784
|
-
"name": "ImageUrl",
|
13785
|
-
"required": false,
|
13786
|
-
"type": "string"
|
13787
|
-
}
|
13788
|
-
],
|
13789
|
-
"type": "object"
|
13790
|
-
},
|
13791
|
-
"RecognizePhilippinesTinIDOCRResponse": {
|
13792
|
-
"document": "RecognizePhilippinesTinIDOCR返回参数结构体",
|
13793
|
-
"members": [
|
13794
|
-
{
|
13795
|
-
"disabled": false,
|
13796
|
-
"document": "人像照片Base64后的结果",
|
13797
|
-
"example": "无",
|
13798
|
-
"member": "TextDetectionResult",
|
13799
|
-
"name": "HeadPortrait",
|
13800
|
-
"output_required": true,
|
13801
|
-
"type": "object",
|
13802
|
-
"value_allowed_null": false
|
13803
|
-
},
|
13804
|
-
{
|
13805
|
-
"disabled": false,
|
13806
|
-
"document": "编码",
|
13807
|
-
"example": "无",
|
13808
|
-
"member": "TextDetectionResult",
|
13809
|
-
"name": "LicenseNumber",
|
13810
|
-
"output_required": true,
|
13811
|
-
"type": "object",
|
13812
|
-
"value_allowed_null": false
|
13813
|
-
},
|
13814
|
-
{
|
13815
|
-
"disabled": false,
|
13816
|
-
"document": "姓名",
|
13817
|
-
"example": "无",
|
13818
|
-
"member": "TextDetectionResult",
|
13819
|
-
"name": "FullName",
|
13820
|
-
"output_required": true,
|
13821
|
-
"type": "object",
|
13822
|
-
"value_allowed_null": false
|
13823
|
-
},
|
13824
|
-
{
|
13825
|
-
"disabled": false,
|
13826
|
-
"document": "地址",
|
13827
|
-
"example": "无",
|
13828
|
-
"member": "TextDetectionResult",
|
13829
|
-
"name": "Address",
|
13830
|
-
"output_required": true,
|
13831
|
-
"type": "object",
|
13832
|
-
"value_allowed_null": false
|
13833
|
-
},
|
13834
|
-
{
|
13835
|
-
"disabled": false,
|
13836
|
-
"document": "生日",
|
13837
|
-
"example": "无",
|
13838
|
-
"member": "TextDetectionResult",
|
13839
|
-
"name": "Birthday",
|
13840
|
-
"output_required": true,
|
13841
|
-
"type": "object",
|
13842
|
-
"value_allowed_null": false
|
13843
|
-
},
|
13844
|
-
{
|
13845
|
-
"disabled": false,
|
13846
|
-
"document": "发证日期",
|
13847
|
-
"example": "无",
|
13848
|
-
"member": "TextDetectionResult",
|
13849
|
-
"name": "IssueDate",
|
13850
|
-
"output_required": true,
|
13851
|
-
"type": "object",
|
13852
|
-
"value_allowed_null": false
|
13853
|
-
},
|
13854
|
-
{
|
13855
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13856
|
-
"member": "string",
|
13857
|
-
"name": "RequestId",
|
13858
|
-
"type": "string"
|
13859
|
-
}
|
13860
|
-
],
|
13861
|
-
"type": "object"
|
13862
|
-
},
|
13863
|
-
"RecognizePhilippinesUMIDOCRRequest": {
|
13864
|
-
"document": "RecognizePhilippinesUMIDOCR请求参数结构体",
|
13865
|
-
"members": [
|
13866
|
-
{
|
13867
|
-
"disabled": false,
|
13868
|
-
"document": "图片的 Base64 值。 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13869
|
-
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13870
|
-
"member": "string",
|
13871
|
-
"name": "ImageBase64",
|
13872
|
-
"required": false,
|
13873
|
-
"type": "string"
|
13874
|
-
},
|
13875
|
-
{
|
13876
|
-
"disabled": false,
|
13877
|
-
"document": "图片的 Url 地址。 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
13878
|
-
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
13879
|
-
"member": "string",
|
13880
|
-
"name": "ImageUrl",
|
13881
|
-
"required": false,
|
13882
|
-
"type": "string"
|
13883
|
-
},
|
13884
|
-
{
|
13885
|
-
"disabled": false,
|
13886
|
-
"document": "是否返回人像照片。",
|
13887
|
-
"example": "false",
|
13888
|
-
"member": "bool",
|
13889
|
-
"name": "ReturnHeadImage",
|
13890
|
-
"required": false,
|
13891
|
-
"type": "bool"
|
13892
|
-
}
|
13893
|
-
],
|
13894
|
-
"type": "object"
|
13895
|
-
},
|
13896
|
-
"RecognizePhilippinesUMIDOCRResponse": {
|
13897
|
-
"document": "RecognizePhilippinesUMIDOCR返回参数结构体",
|
13898
|
-
"members": [
|
13899
|
-
{
|
13900
|
-
"disabled": false,
|
13901
|
-
"document": "姓",
|
13902
|
-
"example": "无",
|
13903
|
-
"member": "TextDetectionResult",
|
13904
|
-
"name": "Surname",
|
13905
|
-
"output_required": true,
|
13906
|
-
"type": "object",
|
13907
|
-
"value_allowed_null": false
|
13908
|
-
},
|
13909
|
-
{
|
13910
|
-
"disabled": false,
|
13911
|
-
"document": "中间名",
|
13912
|
-
"example": "无",
|
13913
|
-
"member": "TextDetectionResult",
|
13914
|
-
"name": "MiddleName",
|
13915
|
-
"output_required": true,
|
13916
|
-
"type": "object",
|
13917
|
-
"value_allowed_null": false
|
13918
|
-
},
|
13919
|
-
{
|
13920
|
-
"disabled": false,
|
13921
|
-
"document": "名",
|
13922
|
-
"example": "无",
|
13923
|
-
"member": "TextDetectionResult",
|
13924
|
-
"name": "GivenName",
|
13925
|
-
"output_required": true,
|
13926
|
-
"type": "object",
|
13927
|
-
"value_allowed_null": false
|
13928
|
-
},
|
13929
|
-
{
|
13930
|
-
"disabled": false,
|
13931
|
-
"document": "地址",
|
13932
|
-
"example": "无",
|
13933
|
-
"member": "TextDetectionResult",
|
13934
|
-
"name": "Address",
|
13935
|
-
"output_required": true,
|
13936
|
-
"type": "object",
|
13937
|
-
"value_allowed_null": false
|
13938
|
-
},
|
13939
|
-
{
|
13940
|
-
"disabled": false,
|
13941
|
-
"document": "生日",
|
13942
|
-
"example": "无",
|
13943
|
-
"member": "TextDetectionResult",
|
13944
|
-
"name": "Birthday",
|
13945
|
-
"output_required": true,
|
13946
|
-
"type": "object",
|
13947
|
-
"value_allowed_null": false
|
13948
|
-
},
|
13949
|
-
{
|
13950
|
-
"disabled": false,
|
13951
|
-
"document": "crn码",
|
13952
|
-
"example": "无",
|
13953
|
-
"member": "TextDetectionResult",
|
13954
|
-
"name": "CRN",
|
13955
|
-
"output_required": true,
|
13956
|
-
"type": "object",
|
13957
|
-
"value_allowed_null": false
|
13958
|
-
},
|
13959
|
-
{
|
13960
|
-
"disabled": false,
|
13961
|
-
"document": "性别",
|
13962
|
-
"example": "无",
|
13963
|
-
"member": "TextDetectionResult",
|
13964
|
-
"name": "Sex",
|
13965
|
-
"output_required": true,
|
13966
|
-
"type": "object",
|
13967
|
-
"value_allowed_null": false
|
13968
|
-
},
|
13969
|
-
{
|
13970
|
-
"disabled": false,
|
13971
|
-
"document": "人像照片Base64后的结果",
|
13972
|
-
"example": "无",
|
13973
|
-
"member": "TextDetectionResult",
|
13974
|
-
"name": "HeadPortrait",
|
13975
|
-
"output_required": true,
|
13976
|
-
"type": "object",
|
13977
|
-
"value_allowed_null": false
|
13978
|
-
},
|
13979
|
-
{
|
13980
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13981
|
-
"member": "string",
|
13982
|
-
"name": "RequestId",
|
13983
|
-
"type": "string"
|
13984
|
-
}
|
13985
|
-
],
|
13986
|
-
"type": "object"
|
13987
|
-
},
|
13988
|
-
"RecognizePhilippinesVoteIDOCRRequest": {
|
13989
|
-
"document": "RecognizePhilippinesVoteIDOCR请求参数结构体",
|
13990
|
-
"members": [
|
13991
|
-
{
|
13992
|
-
"disabled": false,
|
13993
|
-
"document": "是否返回人像照片。",
|
13994
|
-
"example": "false",
|
13995
|
-
"member": "bool",
|
13996
|
-
"name": "ReturnHeadImage",
|
13997
|
-
"required": true,
|
13998
|
-
"type": "bool"
|
13999
|
-
},
|
14000
|
-
{
|
14001
|
-
"disabled": false,
|
14002
|
-
"document": "图片的 Base64 值。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14003
|
-
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14004
|
-
"member": "string",
|
14005
|
-
"name": "ImageBase64",
|
14006
|
-
"required": false,
|
14007
|
-
"type": "string"
|
14008
|
-
},
|
14009
|
-
{
|
14010
|
-
"disabled": false,
|
14011
|
-
"document": "图片的 Url 地址。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14012
|
-
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
14013
|
-
"member": "string",
|
14014
|
-
"name": "ImageUrl",
|
14015
|
-
"required": false,
|
14016
|
-
"type": "string"
|
14017
|
-
}
|
14018
|
-
],
|
14019
|
-
"type": "object"
|
14020
|
-
},
|
14021
|
-
"RecognizePhilippinesVoteIDOCRResponse": {
|
14022
|
-
"document": "RecognizePhilippinesVoteIDOCR返回参数结构体",
|
14023
|
-
"members": [
|
14024
|
-
{
|
14025
|
-
"disabled": false,
|
14026
|
-
"document": "人像照片Base64后的结果",
|
14027
|
-
"example": "{\"Polygon\":[{\"X\":\"406\",\"Y\":\"257\"},{\"X\":\"552\",\"Y\":\"257\"},{\"X\":\"552\",\"Y\":\"279\"},{\"X\":\"406\",\"Y\":\"279\"}],\"Value\":\"/9j/4AAQSkZJRg.....s97n//2Q==\"}",
|
14028
|
-
"member": "TextDetectionResult",
|
14029
|
-
"name": "HeadPortrait",
|
14030
|
-
"output_required": true,
|
14031
|
-
"type": "object",
|
14032
|
-
"value_allowed_null": false
|
14033
|
-
},
|
14034
|
-
{
|
14035
|
-
"disabled": false,
|
14036
|
-
"document": "菲律宾VoteID的VIN",
|
14037
|
-
"example": "{\"Polygon\":[{\"X\":\"253\",\"Y\":\"128\"},{\"X\":\"652\",\"Y\":\"128\"},{\"X\":\"652\",\"Y\":\"153\"},{\"X\":\"253\",\"Y\":\"153\"}],\"Value\":\"7502-0398B-G0987ANT10000\"}",
|
14038
|
-
"member": "TextDetectionResult",
|
14039
|
-
"name": "VIN",
|
14040
|
-
"output_required": true,
|
14041
|
-
"type": "object",
|
14042
|
-
"value_allowed_null": false
|
14043
|
-
},
|
14044
|
-
{
|
14045
|
-
"disabled": false,
|
14046
|
-
"document": "姓名",
|
14047
|
-
"example": "{\"Polygon\":[{\"X\":\"276\",\"Y\":\"173\"},{\"X\":\"344\",\"Y\":\"173\"},{\"X\":\"344\",\"Y\":\"195\"},{\"X\":\"276\",\"Y\":\"195\"}],\"Value\":\"ROYO\"}",
|
14048
|
-
"member": "TextDetectionResult",
|
14049
|
-
"name": "FirstName",
|
14050
|
-
"output_required": true,
|
14051
|
-
"type": "object",
|
14052
|
-
"value_allowed_null": false
|
14053
|
-
},
|
14054
|
-
{
|
14055
|
-
"disabled": false,
|
14056
|
-
"document": "姓氏",
|
14057
|
-
"example": "{\"Polygon\":[{\"X\":\"276\",\"Y\":\"214\"},{\"X\":\"376\",\"Y\":\"213\"},{\"X\":\"376\",\"Y\":\"238\"},{\"X\":\"276\",\"Y\":\"239\"}],\"Value\":\"TUDTUD\"}",
|
14058
|
-
"member": "TextDetectionResult",
|
14059
|
-
"name": "LastName",
|
14060
|
-
"output_required": true,
|
14061
|
-
"type": "object",
|
14062
|
-
"value_allowed_null": false
|
14063
|
-
},
|
14064
|
-
{
|
14065
|
-
"disabled": false,
|
14066
|
-
"document": "出生日期",
|
14067
|
-
"example": "{\"Polygon\":[{\"X\":\"406\",\"Y\":\"257\"},{\"X\":\"552\",\"Y\":\"257\"},{\"X\":\"552\",\"Y\":\"279\"},{\"X\":\"406\",\"Y\":\"279\"}],\"Value\":\"March 13,1985\"}",
|
14068
|
-
"member": "TextDetectionResult",
|
14069
|
-
"name": "Birthday",
|
14070
|
-
"output_required": true,
|
14071
|
-
"type": "object",
|
14072
|
-
"value_allowed_null": false
|
14073
|
-
},
|
14074
|
-
{
|
14075
|
-
"disabled": false,
|
14076
|
-
"document": "婚姻状况",
|
14077
|
-
"example": "{\"Polygon\":[{\"X\":\"407\",\"Y\":\"285\"},{\"X\":\"485\",\"Y\":\"285\"},{\"X\":\"485\",\"Y\":\"304\"},{\"X\":\"407\",\"Y\":\"304\"}],\"Value\":\"Single\"}",
|
14078
|
-
"member": "TextDetectionResult",
|
14079
|
-
"name": "CivilStatus",
|
14080
|
-
"output_required": true,
|
14081
|
-
"type": "object",
|
14082
|
-
"value_allowed_null": false
|
14083
|
-
},
|
14084
|
-
{
|
14085
|
-
"disabled": false,
|
14086
|
-
"document": "国籍",
|
14087
|
-
"example": "{\"Polygon\":[{\"X\":\"405\",\"Y\":\"311\"},{\"X\":\"492\",\"Y\":\"311\"},{\"X\":\"492\",\"Y\":\"331\"},{\"X\":\"404\",\"Y\":\"331\"}],\"Value\":\"Filipino\"}",
|
14088
|
-
"member": "TextDetectionResult",
|
14089
|
-
"name": "Citizenship",
|
14090
|
-
"output_required": true,
|
14091
|
-
"type": "object",
|
14092
|
-
"value_allowed_null": false
|
14093
|
-
},
|
14094
|
-
{
|
14095
|
-
"disabled": false,
|
14096
|
-
"document": "地址",
|
14097
|
-
"example": "{\"Polygon\":[{\"X\":\"276\",\"Y\":\"337\"},{\"X\":\"351\",\"Y\":\"337\"},{\"X\":\"351\",\"Y\":\"357\"},{\"X\":\"276\",\"Y\":\"357\"}],\"Value\":\" IPIL,ZAMBOANGA CITY\"}",
|
14098
|
-
"member": "TextDetectionResult",
|
14099
|
-
"name": "Address",
|
14100
|
-
"output_required": true,
|
14101
|
-
"type": "object",
|
14102
|
-
"value_allowed_null": false
|
14103
|
-
},
|
14104
|
-
{
|
14105
|
-
"disabled": false,
|
14106
|
-
"document": "地区",
|
14107
|
-
"example": "{\"Polygon\":[{\"X\":\"459\",\"Y\":\"415\"},{\"X\":\"520\",\"Y\":\"415\"},{\"X\":\"520\",\"Y\":\"434\"},{\"X\":\"459\",\"Y\":\"434\"}],\"Value\":\"0398B\"}",
|
14108
|
-
"member": "TextDetectionResult",
|
14109
|
-
"name": "PrecinctNo",
|
14110
|
-
"output_required": true,
|
14111
|
-
"type": "object",
|
14112
|
-
"value_allowed_null": false
|
14113
|
-
},
|
14114
|
-
{
|
14115
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14116
|
-
"member": "string",
|
14117
|
-
"name": "RequestId",
|
14118
|
-
"type": "string"
|
14119
|
-
}
|
14120
|
-
],
|
14121
|
-
"type": "object"
|
14122
|
-
},
|
14123
|
-
"RecognizeStoreNameRequest": {
|
14124
|
-
"document": "RecognizeStoreName请求参数结构体",
|
14125
|
-
"members": [
|
14126
|
-
{
|
14127
|
-
"disabled": false,
|
14128
|
-
"document": "图片的 Base64 值。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。\n支持的图片像素:需介于20-10000px之间。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14129
|
-
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14130
|
-
"member": "string",
|
14131
|
-
"name": "ImageBase64",
|
14132
|
-
"required": false,
|
14133
|
-
"type": "string"
|
14134
|
-
},
|
14135
|
-
{
|
14136
|
-
"disabled": false,
|
14137
|
-
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14138
|
-
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
14139
|
-
"member": "string",
|
14140
|
-
"name": "ImageUrl",
|
14141
|
-
"required": false,
|
14142
|
-
"type": "string"
|
14143
|
-
}
|
14144
|
-
],
|
14145
|
-
"type": "object"
|
14146
|
-
},
|
14147
|
-
"RecognizeStoreNameResponse": {
|
14148
|
-
"document": "RecognizeStoreName返回参数结构体",
|
14149
|
-
"members": [
|
14150
|
-
{
|
14151
|
-
"disabled": false,
|
14152
|
-
"document": "门头照名称",
|
14153
|
-
"example": "[ { \"Name\": \"商店名称\", \"Rect\": { \"Height\": 263, \"Width\": 1132, \"X\": 232, \"Y\": 366 }, \"Value\": \"城市生活超市\" }]",
|
14154
|
-
"member": "StoreInfo",
|
14155
|
-
"name": "StoreInfo",
|
14156
|
-
"output_required": true,
|
14157
|
-
"type": "list",
|
13134
|
+
"type": "list",
|
14158
13135
|
"value_allowed_null": false
|
14159
13136
|
},
|
14160
13137
|
{
|
@@ -17901,32 +16878,6 @@
|
|
17901
16878
|
],
|
17902
16879
|
"usage": "out"
|
17903
16880
|
},
|
17904
|
-
"TextDetectionResult": {
|
17905
|
-
"document": "识别结果",
|
17906
|
-
"members": [
|
17907
|
-
{
|
17908
|
-
"disabled": false,
|
17909
|
-
"document": "识别出的文本行内容",
|
17910
|
-
"example": "N25",
|
17911
|
-
"member": "string",
|
17912
|
-
"name": "Value",
|
17913
|
-
"output_required": true,
|
17914
|
-
"type": "string",
|
17915
|
-
"value_allowed_null": false
|
17916
|
-
},
|
17917
|
-
{
|
17918
|
-
"disabled": false,
|
17919
|
-
"document": "坐标,以四个顶点坐标表示",
|
17920
|
-
"example": " [ { \"X\": 1286, \"Y\": 683 }, { \"X\": 1385, \"Y\": 683 }, { \"X\": 1385, \"Y\": 725 }, { \"X\": 1286, \"Y\": 725 } ]",
|
17921
|
-
"member": "Coord",
|
17922
|
-
"name": "Polygon",
|
17923
|
-
"output_required": true,
|
17924
|
-
"type": "list",
|
17925
|
-
"value_allowed_null": false
|
17926
|
-
}
|
17927
|
-
],
|
17928
|
-
"usage": "out"
|
17929
|
-
},
|
17930
16881
|
"TextEduPaper": {
|
17931
16882
|
"document": "数学试题识别结果",
|
17932
16883
|
"members": [
|