tencentcloud-sdk-nodejs-ocr 4.0.543 → 4.0.545
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.
- package/CHANGELOG.md +483 -0
- package/SERVICE_CHANGELOG.md +457 -96
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/services/ocr/v20181119/ocr_models.ts +150 -150
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +150 -150
@@ -529,172 +529,172 @@ export interface VerifyBizLicenseResponse {
|
|
529
529
|
/**
|
530
530
|
* 状态码
|
531
531
|
*/
|
532
|
-
ErrorCode
|
532
|
+
ErrorCode?: number
|
533
533
|
|
534
534
|
/**
|
535
535
|
* 统一社会信用代码
|
536
536
|
*/
|
537
|
-
CreditCode
|
537
|
+
CreditCode?: string
|
538
538
|
|
539
539
|
/**
|
540
540
|
* 组织机构代码
|
541
541
|
*/
|
542
|
-
OrgCode
|
542
|
+
OrgCode?: string
|
543
543
|
|
544
544
|
/**
|
545
545
|
* 经营期限自(YYYY-MM-DD)
|
546
546
|
*/
|
547
|
-
OpenFrom
|
547
|
+
OpenFrom?: string
|
548
548
|
|
549
549
|
/**
|
550
550
|
* 经营期限至(YYYY-MM-DD)
|
551
551
|
*/
|
552
|
-
OpenTo
|
552
|
+
OpenTo?: string
|
553
553
|
|
554
554
|
/**
|
555
555
|
* 法人姓名
|
556
556
|
*/
|
557
|
-
FrName
|
557
|
+
FrName?: string
|
558
558
|
|
559
559
|
/**
|
560
560
|
* 经营状态,包括:成立、筹建、存续、在营、开业、在册、正常经营、开业登记中、登记成立、撤销、撤销登记、非正常户、告解、个体暂时吊销、个体转企业、吊销(未注销)、拟注销、已注销、(待)迁入、(待)迁出、停业、歇业、清算等。
|
561
561
|
*/
|
562
|
-
EnterpriseStatus
|
562
|
+
EnterpriseStatus?: string
|
563
563
|
|
564
564
|
/**
|
565
565
|
* 经营(业务)范围及方式
|
566
566
|
*/
|
567
|
-
OperateScopeAndForm
|
567
|
+
OperateScopeAndForm?: string
|
568
568
|
|
569
569
|
/**
|
570
570
|
* 注册资金(单位:万元)
|
571
571
|
*/
|
572
|
-
RegCap
|
572
|
+
RegCap?: string
|
573
573
|
|
574
574
|
/**
|
575
575
|
* 注册币种
|
576
576
|
*/
|
577
|
-
RegCapCur
|
577
|
+
RegCapCur?: string
|
578
578
|
|
579
579
|
/**
|
580
580
|
* 登记机关
|
581
581
|
*/
|
582
|
-
RegOrg
|
582
|
+
RegOrg?: string
|
583
583
|
|
584
584
|
/**
|
585
585
|
* 开业日期(YYYY-MM-DD)
|
586
586
|
*/
|
587
|
-
EsDate
|
587
|
+
EsDate?: string
|
588
588
|
|
589
589
|
/**
|
590
590
|
* 企业(机构)类型
|
591
591
|
*/
|
592
|
-
EnterpriseType
|
592
|
+
EnterpriseType?: string
|
593
593
|
|
594
594
|
/**
|
595
595
|
* 注销日期
|
596
596
|
*/
|
597
|
-
CancelDate
|
597
|
+
CancelDate?: string
|
598
598
|
|
599
599
|
/**
|
600
600
|
* 吊销日期
|
601
601
|
*/
|
602
|
-
RevokeDate
|
602
|
+
RevokeDate?: string
|
603
603
|
|
604
604
|
/**
|
605
605
|
* 许可经营项目
|
606
606
|
*/
|
607
|
-
AbuItem
|
607
|
+
AbuItem?: string
|
608
608
|
|
609
609
|
/**
|
610
610
|
* 一般经营项目
|
611
611
|
*/
|
612
|
-
CbuItem
|
612
|
+
CbuItem?: string
|
613
613
|
|
614
614
|
/**
|
615
615
|
* 核准时间
|
616
616
|
*/
|
617
|
-
ApprDate
|
617
|
+
ApprDate?: string
|
618
618
|
|
619
619
|
/**
|
620
620
|
* 省(返回空值)
|
621
621
|
*/
|
622
|
-
Province
|
622
|
+
Province?: string
|
623
623
|
|
624
624
|
/**
|
625
625
|
* 地级市(返回空值)
|
626
626
|
*/
|
627
|
-
City
|
627
|
+
City?: string
|
628
628
|
|
629
629
|
/**
|
630
630
|
* 区\县(返回空值)
|
631
631
|
*/
|
632
|
-
County
|
632
|
+
County?: string
|
633
633
|
|
634
634
|
/**
|
635
635
|
* 住所所在行政区划代码(返回空值)
|
636
636
|
*/
|
637
|
-
AreaCode
|
637
|
+
AreaCode?: string
|
638
638
|
|
639
639
|
/**
|
640
640
|
* 行业门类代码(返回空值)
|
641
641
|
*/
|
642
|
-
IndustryPhyCode
|
642
|
+
IndustryPhyCode?: string
|
643
643
|
|
644
644
|
/**
|
645
645
|
* 行业门类名称(返回空值)
|
646
646
|
*/
|
647
|
-
IndustryPhyName
|
647
|
+
IndustryPhyName?: string
|
648
648
|
|
649
649
|
/**
|
650
650
|
* 国民经济行业代码(返回空值)
|
651
651
|
*/
|
652
|
-
IndustryCode
|
652
|
+
IndustryCode?: string
|
653
653
|
|
654
654
|
/**
|
655
655
|
* 国民经济行业名称(返回空值)
|
656
656
|
*/
|
657
|
-
IndustryName
|
657
|
+
IndustryName?: string
|
658
658
|
|
659
659
|
/**
|
660
660
|
* 经营(业务)范围
|
661
661
|
*/
|
662
|
-
OperateScope
|
662
|
+
OperateScope?: string
|
663
663
|
|
664
664
|
/**
|
665
665
|
* 要核验的工商注册号
|
666
666
|
*/
|
667
|
-
VerifyRegNo
|
667
|
+
VerifyRegNo?: string
|
668
668
|
|
669
669
|
/**
|
670
670
|
* 工商注册号
|
671
671
|
*/
|
672
|
-
RegNo
|
672
|
+
RegNo?: string
|
673
673
|
|
674
674
|
/**
|
675
675
|
* 要核验的企业名称
|
676
676
|
*/
|
677
|
-
VerifyEnterpriseName
|
677
|
+
VerifyEnterpriseName?: string
|
678
678
|
|
679
679
|
/**
|
680
680
|
* 企业名称
|
681
681
|
*/
|
682
|
-
EnterpriseName
|
682
|
+
EnterpriseName?: string
|
683
683
|
|
684
684
|
/**
|
685
685
|
* 要核验的注册地址
|
686
686
|
*/
|
687
|
-
VerifyAddress
|
687
|
+
VerifyAddress?: string
|
688
688
|
|
689
689
|
/**
|
690
690
|
* 注册地址
|
691
691
|
*/
|
692
|
-
Address
|
692
|
+
Address?: string
|
693
693
|
|
694
694
|
/**
|
695
695
|
* 验证结果
|
696
696
|
*/
|
697
|
-
RegNumResult
|
697
|
+
RegNumResult?: BizLicenseVerifyResult
|
698
698
|
|
699
699
|
/**
|
700
700
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -724,62 +724,62 @@ export interface DriverLicenseOCRResponse {
|
|
724
724
|
/**
|
725
725
|
* 姓名
|
726
726
|
*/
|
727
|
-
Name
|
727
|
+
Name?: string
|
728
728
|
|
729
729
|
/**
|
730
730
|
* 性别
|
731
731
|
*/
|
732
|
-
Sex
|
732
|
+
Sex?: string
|
733
733
|
|
734
734
|
/**
|
735
735
|
* 国籍
|
736
736
|
*/
|
737
|
-
Nationality
|
737
|
+
Nationality?: string
|
738
738
|
|
739
739
|
/**
|
740
740
|
* 住址
|
741
741
|
*/
|
742
|
-
Address
|
742
|
+
Address?: string
|
743
743
|
|
744
744
|
/**
|
745
745
|
* 出生日期(YYYY-MM-DD)
|
746
746
|
*/
|
747
|
-
DateOfBirth
|
747
|
+
DateOfBirth?: string
|
748
748
|
|
749
749
|
/**
|
750
750
|
* 初次领证日期(YYYY-MM-DD)
|
751
751
|
*/
|
752
|
-
DateOfFirstIssue
|
752
|
+
DateOfFirstIssue?: string
|
753
753
|
|
754
754
|
/**
|
755
755
|
* 准驾车型
|
756
756
|
*/
|
757
|
-
Class
|
757
|
+
Class?: string
|
758
758
|
|
759
759
|
/**
|
760
760
|
* 有效期开始时间(YYYY-MM-DD)
|
761
761
|
*/
|
762
|
-
StartDate
|
762
|
+
StartDate?: string
|
763
763
|
|
764
764
|
/**
|
765
765
|
* 有效期截止时间(YYYY-MM-DD)
|
766
766
|
*/
|
767
|
-
EndDate
|
767
|
+
EndDate?: string
|
768
768
|
|
769
769
|
/**
|
770
770
|
* 证号
|
771
771
|
*/
|
772
|
-
CardCode
|
772
|
+
CardCode?: string
|
773
773
|
|
774
774
|
/**
|
775
775
|
* 档案编号
|
776
776
|
*/
|
777
|
-
ArchivesCode
|
777
|
+
ArchivesCode?: string
|
778
778
|
|
779
779
|
/**
|
780
780
|
* 记录
|
781
781
|
*/
|
782
|
-
Record
|
782
|
+
Record?: string
|
783
783
|
|
784
784
|
/**
|
785
785
|
* Code 告警码列表和释义:
|
@@ -788,7 +788,7 @@ export interface DriverLicenseOCRResponse {
|
|
788
788
|
-9106 ps告警
|
789
789
|
注:告警码可以同时存在多个
|
790
790
|
*/
|
791
|
-
RecognizeWarnCode
|
791
|
+
RecognizeWarnCode?: Array<number>
|
792
792
|
|
793
793
|
/**
|
794
794
|
* 告警码说明:
|
@@ -797,22 +797,22 @@ WARN_DRIVER_LICENSE_SCREENED_CARD 翻拍件告警
|
|
797
797
|
WARN_DRIVER_LICENSE_PS_CARD ps告警
|
798
798
|
注:告警信息可以同时存在多个
|
799
799
|
*/
|
800
|
-
RecognizeWarnMsg
|
800
|
+
RecognizeWarnMsg?: Array<string>
|
801
801
|
|
802
802
|
/**
|
803
803
|
* 发证单位
|
804
804
|
*/
|
805
|
-
IssuingAuthority
|
805
|
+
IssuingAuthority?: string
|
806
806
|
|
807
807
|
/**
|
808
808
|
* 状态(仅电子驾驶证支持返回该字段)
|
809
809
|
*/
|
810
|
-
State
|
810
|
+
State?: string
|
811
811
|
|
812
812
|
/**
|
813
813
|
* 累积记分(仅电子驾驶证支持返回该字段)
|
814
814
|
*/
|
815
|
-
CumulativeScore
|
815
|
+
CumulativeScore?: string
|
816
816
|
|
817
817
|
/**
|
818
818
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -1440,27 +1440,27 @@ export interface InstitutionOCRResponse {
|
|
1440
1440
|
/**
|
1441
1441
|
* 注册号
|
1442
1442
|
*/
|
1443
|
-
RegId
|
1443
|
+
RegId?: string
|
1444
1444
|
|
1445
1445
|
/**
|
1446
1446
|
* 有效期
|
1447
1447
|
*/
|
1448
|
-
ValidDate
|
1448
|
+
ValidDate?: string
|
1449
1449
|
|
1450
1450
|
/**
|
1451
1451
|
* 住所
|
1452
1452
|
*/
|
1453
|
-
Location
|
1453
|
+
Location?: string
|
1454
1454
|
|
1455
1455
|
/**
|
1456
1456
|
* 名称
|
1457
1457
|
*/
|
1458
|
-
Name
|
1458
|
+
Name?: string
|
1459
1459
|
|
1460
1460
|
/**
|
1461
1461
|
* 法定代表人
|
1462
1462
|
*/
|
1463
|
-
LegalPerson
|
1463
|
+
LegalPerson?: string
|
1464
1464
|
|
1465
1465
|
/**
|
1466
1466
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -1666,22 +1666,22 @@ export interface RecognizeTableOCRResponse {
|
|
1666
1666
|
/**
|
1667
1667
|
* 检测到的文本信息,具体内容请点击左侧链接。
|
1668
1668
|
*/
|
1669
|
-
TableDetections
|
1669
|
+
TableDetections?: Array<TableDetectInfo>
|
1670
1670
|
|
1671
1671
|
/**
|
1672
1672
|
* Base64 编码后的 Excel 数据。
|
1673
1673
|
*/
|
1674
|
-
Data
|
1674
|
+
Data?: string
|
1675
1675
|
|
1676
1676
|
/**
|
1677
1677
|
* 图片为PDF时,返回PDF的总页数,默认为0
|
1678
1678
|
*/
|
1679
|
-
PdfPageSize
|
1679
|
+
PdfPageSize?: number
|
1680
1680
|
|
1681
1681
|
/**
|
1682
1682
|
* 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。
|
1683
1683
|
*/
|
1684
|
-
Angle
|
1684
|
+
Angle?: number
|
1685
1685
|
|
1686
1686
|
/**
|
1687
1687
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -2181,12 +2181,12 @@ export interface ArithmeticOCRResponse {
|
|
2181
2181
|
/**
|
2182
2182
|
* 检测到的文本信息,具体内容请点击左侧链接。
|
2183
2183
|
*/
|
2184
|
-
TextDetections
|
2184
|
+
TextDetections?: Array<TextArithmetic>
|
2185
2185
|
|
2186
2186
|
/**
|
2187
2187
|
* 图片横屏的角度(90度或270度)
|
2188
2188
|
*/
|
2189
|
-
Angle
|
2189
|
+
Angle?: number
|
2190
2190
|
|
2191
2191
|
/**
|
2192
2192
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -2464,12 +2464,12 @@ export interface GeneralAccurateOCRResponse {
|
|
2464
2464
|
/**
|
2465
2465
|
* 检测到的文本信息,包括文本行内容、置信度、文本行坐标以及文本行旋转纠正后的坐标,具体内容请点击左侧链接。
|
2466
2466
|
*/
|
2467
|
-
TextDetections
|
2467
|
+
TextDetections?: Array<TextDetection>
|
2468
2468
|
|
2469
2469
|
/**
|
2470
2470
|
* 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
|
2471
2471
|
*/
|
2472
|
-
Angel
|
2472
|
+
Angel?: number
|
2473
2473
|
|
2474
2474
|
/**
|
2475
2475
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -2602,22 +2602,22 @@ export interface GeneralBasicOCRResponse {
|
|
2602
2602
|
/**
|
2603
2603
|
* 检测到的文本信息,包括文本行内容、置信度、文本行坐标以及文本行旋转纠正后的坐标,具体内容请点击左侧链接。
|
2604
2604
|
*/
|
2605
|
-
TextDetections
|
2605
|
+
TextDetections?: Array<TextDetection>
|
2606
2606
|
|
2607
2607
|
/**
|
2608
2608
|
* 检测到的语言类型,目前支持的语言类型参考入参LanguageType说明。
|
2609
2609
|
*/
|
2610
|
-
Language
|
2610
|
+
Language?: string
|
2611
2611
|
|
2612
2612
|
/**
|
2613
2613
|
* 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
|
2614
2614
|
*/
|
2615
|
-
Angel
|
2615
|
+
Angel?: number
|
2616
2616
|
|
2617
2617
|
/**
|
2618
2618
|
* 图片为PDF时,返回PDF的总页数,默认为0
|
2619
2619
|
*/
|
2620
|
-
PdfPageSize
|
2620
|
+
PdfPageSize?: number
|
2621
2621
|
|
2622
2622
|
/**
|
2623
2623
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -3045,27 +3045,27 @@ export interface LicensePlateOCRResponse {
|
|
3045
3045
|
/**
|
3046
3046
|
* 识别出的车牌号码。
|
3047
3047
|
*/
|
3048
|
-
Number
|
3048
|
+
Number?: string
|
3049
3049
|
|
3050
3050
|
/**
|
3051
3051
|
* 置信度,0 - 100 之间。
|
3052
3052
|
*/
|
3053
|
-
Confidence
|
3053
|
+
Confidence?: number
|
3054
3054
|
|
3055
3055
|
/**
|
3056
3056
|
* 文本行在原图片中的像素坐标框。
|
3057
3057
|
*/
|
3058
|
-
Rect
|
3058
|
+
Rect?: Rect
|
3059
3059
|
|
3060
3060
|
/**
|
3061
3061
|
* 识别出的车牌颜色,目前支持颜色包括 “白”、“黑”、“蓝”、“绿“、“黄”、“黄绿”、“临牌”。
|
3062
3062
|
*/
|
3063
|
-
Color
|
3063
|
+
Color?: string
|
3064
3064
|
|
3065
3065
|
/**
|
3066
3066
|
* 全部车牌信息。
|
3067
3067
|
*/
|
3068
|
-
LicensePlateInfos
|
3068
|
+
LicensePlateInfos?: Array<LicensePlateInfo>
|
3069
3069
|
|
3070
3070
|
/**
|
3071
3071
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -3298,22 +3298,22 @@ export interface VatInvoiceVerifyNewResponse {
|
|
3298
3298
|
/**
|
3299
3299
|
* 增值税发票信息,详情请点击左侧链接。
|
3300
3300
|
*/
|
3301
|
-
Invoice
|
3301
|
+
Invoice?: VatInvoice
|
3302
3302
|
|
3303
3303
|
/**
|
3304
3304
|
* 机动车销售统一发票信息
|
3305
3305
|
*/
|
3306
|
-
VehicleInvoiceInfo
|
3306
|
+
VehicleInvoiceInfo?: VehicleInvoiceInfo
|
3307
3307
|
|
3308
3308
|
/**
|
3309
3309
|
* 二手车销售统一发票信息
|
3310
3310
|
*/
|
3311
|
-
UsedVehicleInvoiceInfo
|
3311
|
+
UsedVehicleInvoiceInfo?: UsedVehicleInvoiceInfo
|
3312
3312
|
|
3313
3313
|
/**
|
3314
3314
|
* 通行费发票信息
|
3315
3315
|
*/
|
3316
|
-
PassInvoiceInfoList
|
3316
|
+
PassInvoiceInfoList?: Array<PassInvoiceInfo>
|
3317
3317
|
|
3318
3318
|
/**
|
3319
3319
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -3745,12 +3745,12 @@ export interface ImageEnhancementResponse {
|
|
3745
3745
|
“origin”:原图
|
3746
3746
|
“preprocess”:预处理后的图
|
3747
3747
|
*/
|
3748
|
-
ImageTag
|
3748
|
+
ImageTag?: string
|
3749
3749
|
|
3750
3750
|
/**
|
3751
3751
|
* 图片数据,返回预处理后图像或原图像base64字符
|
3752
3752
|
*/
|
3753
|
-
Image
|
3753
|
+
Image?: string
|
3754
3754
|
|
3755
3755
|
/**
|
3756
3756
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -3865,92 +3865,92 @@ export interface VerifyBasicBizLicenseResponse {
|
|
3865
3865
|
/**
|
3866
3866
|
* 状态码,成功时返回0
|
3867
3867
|
*/
|
3868
|
-
ErrorCode
|
3868
|
+
ErrorCode?: number
|
3869
3869
|
|
3870
3870
|
/**
|
3871
3871
|
* 统一社会信用代码
|
3872
3872
|
*/
|
3873
|
-
CreditCode
|
3873
|
+
CreditCode?: string
|
3874
3874
|
|
3875
3875
|
/**
|
3876
3876
|
* 经营期限自(YYYY-MM-DD)
|
3877
3877
|
*/
|
3878
|
-
Opfrom
|
3878
|
+
Opfrom?: string
|
3879
3879
|
|
3880
3880
|
/**
|
3881
3881
|
* 经营期限至(YYYY-MM-DD)
|
3882
3882
|
*/
|
3883
|
-
Opto
|
3883
|
+
Opto?: string
|
3884
3884
|
|
3885
3885
|
/**
|
3886
3886
|
* 法人姓名
|
3887
3887
|
*/
|
3888
|
-
Frname
|
3888
|
+
Frname?: string
|
3889
3889
|
|
3890
3890
|
/**
|
3891
3891
|
* 经营状态,包括:成立、筹建、存续、在营、开业、在册、正常经营、开业登记中、登记成立、撤销、撤销登记、非正常户、告解、个体暂时吊销、个体转企业、吊销(未注销)、拟注销、已注销、(待)迁入、(待)迁出、停业、歇业、清算等。
|
3892
3892
|
*/
|
3893
|
-
Entstatus
|
3893
|
+
Entstatus?: string
|
3894
3894
|
|
3895
3895
|
/**
|
3896
3896
|
* 经营业务范围
|
3897
3897
|
*/
|
3898
|
-
Zsopscope
|
3898
|
+
Zsopscope?: string
|
3899
3899
|
|
3900
3900
|
/**
|
3901
3901
|
* 查询的状态信息
|
3902
3902
|
*/
|
3903
|
-
Reason
|
3903
|
+
Reason?: string
|
3904
3904
|
|
3905
3905
|
/**
|
3906
3906
|
* 原注册号
|
3907
3907
|
*/
|
3908
|
-
Oriregno
|
3908
|
+
Oriregno?: string
|
3909
3909
|
|
3910
3910
|
/**
|
3911
3911
|
* 要核验的工商注册号
|
3912
3912
|
*/
|
3913
|
-
VerifyRegno
|
3913
|
+
VerifyRegno?: string
|
3914
3914
|
|
3915
3915
|
/**
|
3916
3916
|
* 工商注册号
|
3917
3917
|
*/
|
3918
|
-
Regno
|
3918
|
+
Regno?: string
|
3919
3919
|
|
3920
3920
|
/**
|
3921
3921
|
* 要核验的企业名称
|
3922
3922
|
*/
|
3923
|
-
VerifyEntname
|
3923
|
+
VerifyEntname?: string
|
3924
3924
|
|
3925
3925
|
/**
|
3926
3926
|
* 企业名称
|
3927
3927
|
*/
|
3928
|
-
Entname
|
3928
|
+
Entname?: string
|
3929
3929
|
|
3930
3930
|
/**
|
3931
3931
|
* 要核验的住址
|
3932
3932
|
*/
|
3933
|
-
VerifyDom
|
3933
|
+
VerifyDom?: string
|
3934
3934
|
|
3935
3935
|
/**
|
3936
3936
|
* 住址
|
3937
3937
|
*/
|
3938
|
-
Dom
|
3938
|
+
Dom?: string
|
3939
3939
|
|
3940
3940
|
/**
|
3941
3941
|
* 验证结果
|
3942
3942
|
*/
|
3943
|
-
RegNumResult
|
3943
|
+
RegNumResult?: BizLicenseVerifyResult
|
3944
3944
|
|
3945
3945
|
/**
|
3946
3946
|
* 注册资本(单位:万元),只有输入参数regCapital为1的时候才输出
|
3947
3947
|
*/
|
3948
|
-
RegCapital
|
3948
|
+
RegCapital?: string
|
3949
3949
|
|
3950
3950
|
/**
|
3951
3951
|
* 成立/注册日期,只有输入参数EstablishTime为true时展示,默认为空
|
3952
3952
|
*/
|
3953
|
-
EstablishTime
|
3953
|
+
EstablishTime?: string
|
3954
3954
|
|
3955
3955
|
/**
|
3956
3956
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -3987,27 +3987,27 @@ export interface RecognizeTravelCardOCRResponse {
|
|
3987
3987
|
/**
|
3988
3988
|
* 行程卡更新时间,格式为:XXXX.XX.XX XX:XX:XX
|
3989
3989
|
*/
|
3990
|
-
Time
|
3990
|
+
Time?: string
|
3991
3991
|
|
3992
3992
|
/**
|
3993
3993
|
* 行程卡颜色:绿色、黄色、红色
|
3994
3994
|
*/
|
3995
|
-
Color
|
3995
|
+
Color?: string
|
3996
3996
|
|
3997
3997
|
/**
|
3998
3998
|
* 7天内到达或途经的城市(自2022年7月8日起,通信行程卡查询结果的覆盖时间范围由“14天”调整为“7天”)
|
3999
3999
|
*/
|
4000
|
-
ReachedCity
|
4000
|
+
ReachedCity?: Array<string>
|
4001
4001
|
|
4002
4002
|
/**
|
4003
4003
|
* 7天内到达或途径存在中高风险地区的城市(自2022年6月29日起,通信行程卡取消“星号”标记,改字段将返回空值)
|
4004
4004
|
*/
|
4005
|
-
RiskArea
|
4005
|
+
RiskArea?: Array<string>
|
4006
4006
|
|
4007
4007
|
/**
|
4008
4008
|
* 电话号码
|
4009
4009
|
*/
|
4010
|
-
Telephone
|
4010
|
+
Telephone?: string
|
4011
4011
|
|
4012
4012
|
/**
|
4013
4013
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -4494,17 +4494,17 @@ export interface VatInvoiceVerifyResponse {
|
|
4494
4494
|
/**
|
4495
4495
|
* 增值税发票信息,详情请点击左侧链接。
|
4496
4496
|
*/
|
4497
|
-
Invoice
|
4497
|
+
Invoice?: VatInvoice
|
4498
4498
|
|
4499
4499
|
/**
|
4500
4500
|
* 机动车销售统一发票信息
|
4501
4501
|
*/
|
4502
|
-
VehicleInvoiceInfo
|
4502
|
+
VehicleInvoiceInfo?: VehicleInvoiceInfo
|
4503
4503
|
|
4504
4504
|
/**
|
4505
4505
|
* 二手车销售统一发票信息
|
4506
4506
|
*/
|
4507
|
-
UsedVehicleInvoiceInfo
|
4507
|
+
UsedVehicleInvoiceInfo?: UsedVehicleInvoiceInfo
|
4508
4508
|
|
4509
4509
|
/**
|
4510
4510
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -5247,22 +5247,22 @@ export interface SealOCRResponse {
|
|
5247
5247
|
/**
|
5248
5248
|
* 印章内容
|
5249
5249
|
*/
|
5250
|
-
SealBody
|
5250
|
+
SealBody?: string
|
5251
5251
|
|
5252
5252
|
/**
|
5253
5253
|
* 印章坐标
|
5254
5254
|
*/
|
5255
|
-
Location
|
5255
|
+
Location?: Rect
|
5256
5256
|
|
5257
5257
|
/**
|
5258
5258
|
* 其它文本内容
|
5259
5259
|
*/
|
5260
|
-
OtherTexts
|
5260
|
+
OtherTexts?: Array<string>
|
5261
5261
|
|
5262
5262
|
/**
|
5263
5263
|
* 全部印章信息
|
5264
5264
|
*/
|
5265
|
-
SealInfos
|
5265
|
+
SealInfos?: Array<SealInfo>
|
5266
5266
|
|
5267
5267
|
/**
|
5268
5268
|
* 印章类型,表示为:
|
@@ -5272,7 +5272,7 @@ export interface SealOCRResponse {
|
|
5272
5272
|
菱形印章:3
|
5273
5273
|
三角形印章:4
|
5274
5274
|
*/
|
5275
|
-
SealShape
|
5275
|
+
SealShape?: string
|
5276
5276
|
|
5277
5277
|
/**
|
5278
5278
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -5576,52 +5576,52 @@ export interface RecognizeHealthCodeOCRResponse {
|
|
5576
5576
|
/**
|
5577
5577
|
* 持码人姓名,如:王*(允许返回空值)
|
5578
5578
|
*/
|
5579
|
-
Name
|
5579
|
+
Name?: string
|
5580
5580
|
|
5581
5581
|
/**
|
5582
5582
|
* 持码人身份证号,如:11**************01(允许返回空值)
|
5583
5583
|
*/
|
5584
|
-
IDNumber
|
5584
|
+
IDNumber?: string
|
5585
5585
|
|
5586
5586
|
/**
|
5587
5587
|
* 健康码更新时间(允许返回空值)
|
5588
5588
|
*/
|
5589
|
-
Time
|
5589
|
+
Time?: string
|
5590
5590
|
|
5591
5591
|
/**
|
5592
5592
|
* 健康码颜色:绿色、黄色、红色(允许返回空值)
|
5593
5593
|
*/
|
5594
|
-
Color
|
5594
|
+
Color?: string
|
5595
5595
|
|
5596
5596
|
/**
|
5597
5597
|
* 核酸检测间隔时长(允许返回空值)
|
5598
5598
|
*/
|
5599
|
-
TestingInterval
|
5599
|
+
TestingInterval?: string
|
5600
5600
|
|
5601
5601
|
/**
|
5602
5602
|
* 核酸检测结果:阴性、阳性、暂无核酸检测记录(允许返回空值)
|
5603
5603
|
*/
|
5604
|
-
TestingResult
|
5604
|
+
TestingResult?: string
|
5605
5605
|
|
5606
5606
|
/**
|
5607
5607
|
* 核酸检测时间(允许返回空值)
|
5608
5608
|
*/
|
5609
|
-
TestingTime
|
5609
|
+
TestingTime?: string
|
5610
5610
|
|
5611
5611
|
/**
|
5612
5612
|
* 疫苗接种信息,返回接种针数或接种情况(允许返回空值)
|
5613
5613
|
*/
|
5614
|
-
Vaccination
|
5614
|
+
Vaccination?: string
|
5615
5615
|
|
5616
5616
|
/**
|
5617
5617
|
* 场所名称(允许返回空值)
|
5618
5618
|
*/
|
5619
|
-
SpotName
|
5619
|
+
SpotName?: string
|
5620
5620
|
|
5621
5621
|
/**
|
5622
5622
|
* 疫苗接种时间
|
5623
5623
|
*/
|
5624
|
-
VaccinationTime
|
5624
|
+
VaccinationTime?: string
|
5625
5625
|
|
5626
5626
|
/**
|
5627
5627
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -5839,142 +5839,142 @@ export interface ResidenceBookletOCRResponse {
|
|
5839
5839
|
/**
|
5840
5840
|
* 户号
|
5841
5841
|
*/
|
5842
|
-
HouseholdNumber
|
5842
|
+
HouseholdNumber?: string
|
5843
5843
|
|
5844
5844
|
/**
|
5845
5845
|
* 姓名
|
5846
5846
|
*/
|
5847
|
-
Name
|
5847
|
+
Name?: string
|
5848
5848
|
|
5849
5849
|
/**
|
5850
5850
|
* 性别
|
5851
5851
|
*/
|
5852
|
-
Sex
|
5852
|
+
Sex?: string
|
5853
5853
|
|
5854
5854
|
/**
|
5855
5855
|
* 出生地
|
5856
5856
|
*/
|
5857
|
-
BirthPlace
|
5857
|
+
BirthPlace?: string
|
5858
5858
|
|
5859
5859
|
/**
|
5860
5860
|
* 民族
|
5861
5861
|
*/
|
5862
|
-
Nation
|
5862
|
+
Nation?: string
|
5863
5863
|
|
5864
5864
|
/**
|
5865
5865
|
* 籍贯
|
5866
5866
|
*/
|
5867
|
-
NativePlace
|
5867
|
+
NativePlace?: string
|
5868
5868
|
|
5869
5869
|
/**
|
5870
5870
|
* 出生日期
|
5871
5871
|
*/
|
5872
|
-
BirthDate
|
5872
|
+
BirthDate?: string
|
5873
5873
|
|
5874
5874
|
/**
|
5875
5875
|
* 公民身份证件编号
|
5876
5876
|
*/
|
5877
|
-
IdCardNumber
|
5877
|
+
IdCardNumber?: string
|
5878
5878
|
|
5879
5879
|
/**
|
5880
5880
|
* 文化程度
|
5881
5881
|
*/
|
5882
|
-
EducationDegree
|
5882
|
+
EducationDegree?: string
|
5883
5883
|
|
5884
5884
|
/**
|
5885
5885
|
* 服务处所
|
5886
5886
|
*/
|
5887
|
-
ServicePlace
|
5887
|
+
ServicePlace?: string
|
5888
5888
|
|
5889
5889
|
/**
|
5890
5890
|
* 户别
|
5891
5891
|
*/
|
5892
|
-
Household
|
5892
|
+
Household?: string
|
5893
5893
|
|
5894
5894
|
/**
|
5895
5895
|
* 住址
|
5896
5896
|
*/
|
5897
|
-
Address
|
5897
|
+
Address?: string
|
5898
5898
|
|
5899
5899
|
/**
|
5900
5900
|
* 承办人签章文字
|
5901
5901
|
*/
|
5902
|
-
Signature
|
5902
|
+
Signature?: string
|
5903
5903
|
|
5904
5904
|
/**
|
5905
5905
|
* 签发日期
|
5906
5906
|
*/
|
5907
|
-
IssueDate
|
5907
|
+
IssueDate?: string
|
5908
5908
|
|
5909
5909
|
/**
|
5910
5910
|
* 户主页编号
|
5911
5911
|
*/
|
5912
|
-
HomePageNumber
|
5912
|
+
HomePageNumber?: string
|
5913
5913
|
|
5914
5914
|
/**
|
5915
5915
|
* 户主姓名
|
5916
5916
|
*/
|
5917
|
-
HouseholderName
|
5917
|
+
HouseholderName?: string
|
5918
5918
|
|
5919
5919
|
/**
|
5920
5920
|
* 户主或与户主关系
|
5921
5921
|
*/
|
5922
|
-
Relationship
|
5922
|
+
Relationship?: string
|
5923
5923
|
|
5924
5924
|
/**
|
5925
5925
|
* 本市(县)其他住址
|
5926
5926
|
*/
|
5927
|
-
OtherAddresses
|
5927
|
+
OtherAddresses?: string
|
5928
5928
|
|
5929
5929
|
/**
|
5930
5930
|
* 宗教信仰
|
5931
5931
|
*/
|
5932
|
-
ReligiousBelief
|
5932
|
+
ReligiousBelief?: string
|
5933
5933
|
|
5934
5934
|
/**
|
5935
5935
|
* 身高
|
5936
5936
|
*/
|
5937
|
-
Height
|
5937
|
+
Height?: string
|
5938
5938
|
|
5939
5939
|
/**
|
5940
5940
|
* 血型
|
5941
5941
|
*/
|
5942
|
-
BloodType
|
5942
|
+
BloodType?: string
|
5943
5943
|
|
5944
5944
|
/**
|
5945
5945
|
* 婚姻状况
|
5946
5946
|
*/
|
5947
|
-
MaritalStatus
|
5947
|
+
MaritalStatus?: string
|
5948
5948
|
|
5949
5949
|
/**
|
5950
5950
|
* 兵役状况
|
5951
5951
|
*/
|
5952
|
-
VeteranStatus
|
5952
|
+
VeteranStatus?: string
|
5953
5953
|
|
5954
5954
|
/**
|
5955
5955
|
* 职业
|
5956
5956
|
*/
|
5957
|
-
Profession
|
5957
|
+
Profession?: string
|
5958
5958
|
|
5959
5959
|
/**
|
5960
5960
|
* 何时由何地迁来本市(县)
|
5961
5961
|
*/
|
5962
|
-
MoveToCityInformation
|
5962
|
+
MoveToCityInformation?: string
|
5963
5963
|
|
5964
5964
|
/**
|
5965
5965
|
* 何时由何地迁来本址
|
5966
5966
|
*/
|
5967
|
-
MoveToSiteInformation
|
5967
|
+
MoveToSiteInformation?: string
|
5968
5968
|
|
5969
5969
|
/**
|
5970
5970
|
* 登记日期
|
5971
5971
|
*/
|
5972
|
-
RegistrationDate
|
5972
|
+
RegistrationDate?: string
|
5973
5973
|
|
5974
5974
|
/**
|
5975
5975
|
* 曾用名
|
5976
5976
|
*/
|
5977
|
-
FormerName
|
5977
|
+
FormerName?: string
|
5978
5978
|
|
5979
5979
|
/**
|
5980
5980
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -7846,14 +7846,14 @@ export interface VerifyEnterpriseFourFactorsResponse {
|
|
7846
7846
|
/**
|
7847
7847
|
* 核验一致性(1:一致,2:不一致,3:查询无记录)
|
7848
7848
|
*/
|
7849
|
-
State
|
7849
|
+
State?: number
|
7850
7850
|
|
7851
7851
|
/**
|
7852
7852
|
* 核验结果明细,7:企业法人/负责人,6:企业股东,5:企
|
7853
7853
|
业管理人员,-21:企业名称与企业标识不符,-22:姓名不一致,-23:证件号码不一致,-24:企业名称不一致,-25:企业标识不一致
|
7854
7854
|
注意:此字段可能返回 null,表示取不到有效值。
|
7855
7855
|
*/
|
7856
|
-
Detail
|
7856
|
+
Detail?: Detail
|
7857
7857
|
|
7858
7858
|
/**
|
7859
7859
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|