tencentcloud-sdk-nodejs 4.0.972 → 4.0.973
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 +631 -0
- package/SERVICE_CHANGELOG.md +1092 -31
- package/package.json +1 -1
- package/products.md +47 -47
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +36 -0
- package/src/services/as/v20180419/as_client.ts +0 -1
- package/src/services/as/v20180419/as_models.ts +11 -6
- package/src/services/batch/v20170312/batch_models.ts +10 -1
- package/src/services/bda/v20200324/bda_client.ts +2 -3
- package/src/services/bda/v20200324/bda_models.ts +7 -7
- package/src/services/cat/v20180409/cat_models.ts +4 -0
- package/src/services/cbs/v20170312/cbs_models.ts +126 -99
- package/src/services/ccc/v20200210/ccc_models.ts +4 -0
- package/src/services/cdb/v20170320/cdb_client.ts +2 -2
- package/src/services/cdb/v20170320/cdb_models.ts +5 -3
- package/src/services/cdc/v20201214/cdc_models.ts +78 -104
- package/src/services/cdz/v20221123/cdz_client.ts +1 -0
- package/src/services/cdz/v20221123/cdz_models.ts +21 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +13 -9
- package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +11 -20
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +27 -1
- package/src/services/cvm/v20170312/cvm_models.ts +52 -24
- package/src/services/cwp/v20180228/cwp_client.ts +2 -17
- package/src/services/cwp/v20180228/cwp_models.ts +48 -103
- package/src/services/dasb/v20191018/dasb_models.ts +16 -0
- package/src/services/emr/v20190103/emr_client.ts +14 -12
- package/src/services/emr/v20190103/emr_models.ts +164 -76
- package/src/services/es/v20180416/es_models.ts +8 -0
- package/src/services/ess/v20201111/ess_client.ts +22 -30
- package/src/services/ess/v20201111/ess_models.ts +21 -7
- package/src/services/essbasic/v20210526/essbasic_client.ts +9 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +31 -14
- package/src/services/faceid/v20180301/faceid_models.ts +516 -294
- package/src/services/fmu/v20191213/fmu_client.ts +0 -1
- package/src/services/fmu/v20191213/fmu_models.ts +4 -4
- package/src/services/ft/v20200304/ft_models.ts +10 -10
- package/src/services/gme/v20180711/gme_models.ts +5 -1
- package/src/services/hai/v20230812/hai_models.ts +1 -1
- package/src/services/iai/v20180301/iai_models.ts +20 -13
- package/src/services/iai/v20200303/iai_client.ts +2 -3
- package/src/services/iai/v20200303/iai_models.ts +380 -273
- package/src/services/lke/v20231130/lke_models.ts +6 -6
- package/src/services/mrs/v20200910/mrs_models.ts +6 -0
- package/src/services/ms/v20180408/ms_client.ts +4 -2
- package/src/services/ocr/v20181119/ocr_client.ts +42 -16
- package/src/services/ocr/v20181119/ocr_models.ts +213 -66
- package/src/services/omics/v20221128/omics_models.ts +1 -31
- package/src/services/partners/v20180321/partners_models.ts +74 -113
- package/src/services/scf/v20180416/scf_models.ts +14 -14
- package/src/services/ssl/v20191205/ssl_models.ts +3 -3
- package/src/services/tds/v20220801/tds_models.ts +4 -4
- package/src/services/thpc/v20230321/thpc_models.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +0 -1
- package/src/services/trro/v20220325/trro_models.ts +22 -37
- package/src/services/trtc/v20190722/trtc_client.ts +1 -0
- package/src/services/trtc/v20190722/trtc_models.ts +29 -1
- package/src/services/vclm/v20240523/vclm_client.ts +52 -52
- package/src/services/vclm/v20240523/vclm_models.ts +61 -41
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +32 -0
- package/src/services/vpc/v20170312/vpc_models.ts +62 -46
- package/src/services/waf/v20180125/waf_models.ts +4 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +36 -0
- package/tencentcloud/services/as/v20180419/as_client.d.ts +0 -1
- package/tencentcloud/services/as/v20180419/as_client.js +0 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +11 -6
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +10 -1
- package/tencentcloud/services/bda/v20200324/bda_client.d.ts +0 -1
- package/tencentcloud/services/bda/v20200324/bda_client.js +0 -1
- package/tencentcloud/services/bda/v20200324/bda_models.d.ts +7 -7
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +126 -99
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -3
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +78 -104
- package/tencentcloud/services/cdz/v20221123/cdz_models.d.ts +20 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +13 -9
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +11 -20
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +27 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +52 -24
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +48 -100
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +16 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +10 -10
- package/tencentcloud/services/emr/v20190103/emr_client.js +9 -9
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +162 -76
- package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +22 -30
- package/tencentcloud/services/ess/v20201111/ess_client.js +22 -30
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +21 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +9 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +31 -14
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +516 -294
- package/tencentcloud/services/fmu/v20191213/fmu_client.d.ts +0 -1
- package/tencentcloud/services/fmu/v20191213/fmu_client.js +0 -1
- package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +4 -4
- package/tencentcloud/services/ft/v20200304/ft_models.d.ts +10 -10
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -1
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +20 -13
- package/tencentcloud/services/iai/v20200303/iai_client.d.ts +0 -1
- package/tencentcloud/services/iai/v20200303/iai_client.js +0 -1
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +380 -273
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +6 -6
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +6 -0
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +3 -1
- package/tencentcloud/services/ms/v20180408/ms_client.js +3 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +15 -5
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +20 -6
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +209 -66
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +0 -30
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +74 -113
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +14 -14
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +4 -4
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +0 -1
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +22 -37
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +28 -1
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +52 -52
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +52 -52
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +61 -41
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +31 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +62 -46
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -0
- package/test/cwp.v20180228.test.js +0 -10
- package/test/ocr.v20181119.test.js +24 -4
|
@@ -4395,7 +4395,7 @@ export interface AppInfo {
|
|
|
4395
4395
|
*/
|
|
4396
4396
|
export interface CreateReconstructDocumentFlowRequest {
|
|
4397
4397
|
/**
|
|
4398
|
-
* 文件类型。支持的文件类型:PDF、DOC、DOCX、PPT、PPTX、MD、TXT、XLS、XLSX、CSV、PNG、JPG、JPEG、BMP、GIF、WEBP、HEIC、EPS、ICNS、IM、PCX、PPM、TIFF、XBM、HEIF、JP2
|
|
4398
|
+
* 文件类型。支持的文件类型:PDF、DOC、DOCX、PPT、PPTX、MD、TXT、XLS、XLSX、CSV、PNG、JPG、JPEG、BMP、GIF、WEBP、HEIC、EPS、ICNS、IM、PCX、PPM、TIFF、XBM、HEIF、JP2。
|
|
4399
4399
|
*/
|
|
4400
4400
|
FileType?: string
|
|
4401
4401
|
/**
|
|
@@ -4403,19 +4403,19 @@ export interface CreateReconstructDocumentFlowRequest {
|
|
|
4403
4403
|
*/
|
|
4404
4404
|
FileBase64?: string
|
|
4405
4405
|
/**
|
|
4406
|
-
*
|
|
4406
|
+
* <p>文件的Url地址。文件下载时间不超过15秒。支持的图片像素:单边介于20-10000px之间。文件存储于腾讯云的Url可保障更高的下载速度和稳定性,建议文件存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。所下载文件经 Base64 编码后不超过支持的文件大小:</p><table> <tbody> <tr> <td>文件类型</td> <td>支持的文件大小</td> </tr> <tr> <td>PDF</td> <td>200M</td> </tr> <tr> <td>DOC</td> <td>200M</td> </tr> <tr> <td>DOCX</td> <td>200M</td> </tr> <tr> <td>PPT</td> <td>200M</td> </tr> <tr> <td>PPTX</td> <td>200M</td> </tr> <tr> <td>MD</td> <td>10M</td> </tr> <tr> <td>TXT</td> <td>10M</td> </tr> <tr> <td>XLS</td> <td>20M</td> </tr> <tr> <td>XLSX</td> <td>20M</td> </tr> <tr> <td>CSV</td> <td>20M</td> </tr> <tr> <td>PNG</td> <td>20M</td> </tr> <tr> <td>JPG</td> <td>20M</td> </tr> <tr> <td>JPEG</td> <td>20M</td> </tr> <tr> <td>BMP</td> <td>20M</td> </tr> <tr> <td>GIF</td> <td>20M</td> </tr> <tr> <td>WEBP</td> <td>20M</td> </tr> <tr> <td>HEIC</td> <td>20M</td> </tr> <tr> <td>EPS</td> <td>20M</td> </tr> <tr> <td>ICNS</td> <td>20M</td> </tr> <tr> <td>IM</td> <td>20M</td> </tr> <tr> <td>PCX</td> <td>20M</td> </tr> <tr> <td>PPM</td> <td>20M</td> </tr> <tr> <td>TIFF</td> <td>20M</td> </tr> <tr> <td>XBM</td> <td>20M</td> </tr> <tr> <td>HEIF</td> <td>20M</td> </tr> <tr> <td>JP2</td> <td>20M</td> </tr> </tbody> <colgroup> <col> <col> </colgroup></table>
|
|
4407
4407
|
*/
|
|
4408
4408
|
FileUrl?: string
|
|
4409
4409
|
/**
|
|
4410
|
-
*
|
|
4410
|
+
* 当传入文件类型为PDF、DOC、DOCX、PPT、PPTX,用来指定文件识别的起始页码,识别的页码包含当前值。默认为1,表示从文件的第1页开始识别。
|
|
4411
4411
|
*/
|
|
4412
4412
|
FileStartPageNumber?: number
|
|
4413
4413
|
/**
|
|
4414
|
-
*
|
|
4414
|
+
* 当传入文件类型为PDF、DOC、DOCX、PPT、PPTX,用来指定文件识别的结束页码,识别的页码包含当前值。默认为100,表示识别到文件的第100页。单次调用最多支持识别1000页内容,即FileEndPageNumber-FileStartPageNumber需要不大于1000。
|
|
4415
4415
|
*/
|
|
4416
4416
|
FileEndPageNumber?: number
|
|
4417
4417
|
/**
|
|
4418
|
-
*
|
|
4418
|
+
* 创建文档解析任务配置信息。
|
|
4419
4419
|
*/
|
|
4420
4420
|
Config?: CreateReconstructDocumentFlowConfig
|
|
4421
4421
|
}
|
|
@@ -6090,7 +6090,7 @@ export interface DocumentRecognizeInfo {
|
|
|
6090
6090
|
*/
|
|
6091
6091
|
export interface CreateReconstructDocumentFlowResponse {
|
|
6092
6092
|
/**
|
|
6093
|
-
* 任务唯一
|
|
6093
|
+
* 任务唯一ID。30天内可以通过[GetReconstructDocumentResult](https://cloud.tencent.com/document/product/1759/107505)接口查询TaskId对应的处理结果。
|
|
6094
6094
|
*/
|
|
6095
6095
|
TaskId?: string
|
|
6096
6096
|
/**
|
|
@@ -5204,6 +5204,7 @@ export interface ChemicalProductInfoName {
|
|
|
5204
5204
|
/**
|
|
5205
5205
|
* 品牌名
|
|
5206
5206
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5207
|
+
* @deprecated
|
|
5207
5208
|
*/
|
|
5208
5209
|
BarndName?: string
|
|
5209
5210
|
/**
|
|
@@ -5216,6 +5217,10 @@ export interface ChemicalProductInfoName {
|
|
|
5216
5217
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5217
5218
|
*/
|
|
5218
5219
|
Pinyin?: string
|
|
5220
|
+
/**
|
|
5221
|
+
* 品牌名
|
|
5222
|
+
*/
|
|
5223
|
+
BrandName?: string
|
|
5219
5224
|
}
|
|
5220
5225
|
|
|
5221
5226
|
/**
|
|
@@ -7082,6 +7087,7 @@ export interface BiologicalProductInfoName {
|
|
|
7082
7087
|
/**
|
|
7083
7088
|
* 品牌名
|
|
7084
7089
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7090
|
+
* @deprecated
|
|
7085
7091
|
*/
|
|
7086
7092
|
BarndName?: string
|
|
7087
7093
|
/**
|
|
@@ -210,8 +210,10 @@ export class Client extends AbstractClient {
|
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
/**
|
|
213
|
-
|
|
214
|
-
|
|
213
|
+
* 不再使用
|
|
214
|
+
|
|
215
|
+
用户可以使用该接口自建资源,只支持白名单用户
|
|
216
|
+
*/
|
|
215
217
|
async CreateResourceInstances(
|
|
216
218
|
req: CreateResourceInstancesRequest,
|
|
217
219
|
cb?: (error: string, rep: CreateResourceInstancesResponse) => void
|
|
@@ -66,8 +66,9 @@ import {
|
|
|
66
66
|
FlightItem,
|
|
67
67
|
Value,
|
|
68
68
|
EnterpriseLicenseOCRResponse,
|
|
69
|
-
|
|
69
|
+
RecognizeKoreanDrivingLicenseOCRResponse,
|
|
70
70
|
RecognizeIndonesiaIDCardOCRRequest,
|
|
71
|
+
RecognizeKoreanDrivingLicenseOCRRequest,
|
|
71
72
|
InvoiceGeneralInfo,
|
|
72
73
|
TextVatInvoice,
|
|
73
74
|
InstitutionOCRResponse,
|
|
@@ -169,7 +170,7 @@ import {
|
|
|
169
170
|
PassportOCRResponse,
|
|
170
171
|
FinancialBillItemDetails,
|
|
171
172
|
CardWarnInfo,
|
|
172
|
-
|
|
173
|
+
RecognizeKoreanIDCardOCRResponse,
|
|
173
174
|
RecognizeTravelCardOCRResponse,
|
|
174
175
|
ElectronicAirTransportDetail,
|
|
175
176
|
FinancialBill,
|
|
@@ -294,8 +295,10 @@ import {
|
|
|
294
295
|
MainlandTravelPermitBackInfos,
|
|
295
296
|
TableCell,
|
|
296
297
|
TableOCRResponse,
|
|
298
|
+
VehicleRegCertOCRRequest,
|
|
297
299
|
DetectedWordCoordPoint,
|
|
298
300
|
QuestionBlockObj,
|
|
301
|
+
RecognizeKoreanIDCardOCRRequest,
|
|
299
302
|
AdvertiseOCRResponse,
|
|
300
303
|
VehicleLicenseOCRRequest,
|
|
301
304
|
VatRollInvoiceInfo,
|
|
@@ -317,6 +320,7 @@ import {
|
|
|
317
320
|
VatInvoiceOCRResponse,
|
|
318
321
|
QuotaInvoiceOCRRequest,
|
|
319
322
|
BankCardOCRResponse,
|
|
323
|
+
SealInfo,
|
|
320
324
|
BusinessCardOCRRequest,
|
|
321
325
|
RecognizePhilippinesDrivingLicenseOCRResponse,
|
|
322
326
|
FinanBillOCRRequest,
|
|
@@ -1129,8 +1133,10 @@ export class Client extends AbstractClient {
|
|
|
1129
1133
|
}
|
|
1130
1134
|
|
|
1131
1135
|
/**
|
|
1132
|
-
|
|
1133
|
-
|
|
1136
|
+
* 菲律宾驾驶证识别
|
|
1137
|
+
|
|
1138
|
+
默认接口请求频率限制:20次/秒。
|
|
1139
|
+
*/
|
|
1134
1140
|
async RecognizePhilippinesDrivingLicenseOCR(
|
|
1135
1141
|
req: RecognizePhilippinesDrivingLicenseOCRRequest,
|
|
1136
1142
|
cb?: (error: string, rep: RecognizePhilippinesDrivingLicenseOCRResponse) => void
|
|
@@ -1449,15 +1455,15 @@ export class Client extends AbstractClient {
|
|
|
1449
1455
|
}
|
|
1450
1456
|
|
|
1451
1457
|
/**
|
|
1452
|
-
*
|
|
1458
|
+
* 本接口支持国内机动车登记证书主要字段的结构化识别,包括机动车所有人、身份证明名称、号码、车辆型号、车辆识别代号、发动机号、制造厂名称等。
|
|
1453
1459
|
|
|
1454
1460
|
默认接口请求频率限制:5次/秒。
|
|
1455
1461
|
*/
|
|
1456
|
-
async
|
|
1457
|
-
req:
|
|
1458
|
-
cb?: (error: string, rep:
|
|
1459
|
-
): Promise<
|
|
1460
|
-
return this.request("
|
|
1462
|
+
async VehicleRegCertOCR(
|
|
1463
|
+
req: VehicleRegCertOCRRequest,
|
|
1464
|
+
cb?: (error: string, rep: VehicleRegCertOCRResponse) => void
|
|
1465
|
+
): Promise<VehicleRegCertOCRResponse> {
|
|
1466
|
+
return this.request("VehicleRegCertOCR", req, cb)
|
|
1461
1467
|
}
|
|
1462
1468
|
|
|
1463
1469
|
/**
|
|
@@ -1472,6 +1478,16 @@ export class Client extends AbstractClient {
|
|
|
1472
1478
|
return this.request("RecognizeTravelCardOCR", req, cb)
|
|
1473
1479
|
}
|
|
1474
1480
|
|
|
1481
|
+
/**
|
|
1482
|
+
* 韩国身份证识别
|
|
1483
|
+
*/
|
|
1484
|
+
async RecognizeKoreanIDCardOCR(
|
|
1485
|
+
req: RecognizeKoreanIDCardOCRRequest,
|
|
1486
|
+
cb?: (error: string, rep: RecognizeKoreanIDCardOCRResponse) => void
|
|
1487
|
+
): Promise<RecognizeKoreanIDCardOCRResponse> {
|
|
1488
|
+
return this.request("RecognizeKoreanIDCardOCR", req, cb)
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1475
1491
|
/**
|
|
1476
1492
|
* 本接口支持OFD格式的 增值税电子普通发票、增值税电子专用发票、电子发票(普通发票)、电子发票(增值税专用发票)、电子发票(铁路电子客票)、电子发票(航空运输电子客票行程单)识别,返回发票代码、发票号码、开票日期、验证码、机器编号、密码区,购买方和销售方信息,包括名称、纳税人识别号、地址电话、开户行及账号,以及价税合计、开票人、收款人、复核人、税额、不含税金额等字段信息。
|
|
1477
1493
|
*/
|
|
@@ -1502,6 +1518,16 @@ export class Client extends AbstractClient {
|
|
|
1502
1518
|
return this.request("DriverLicenseOCR", req, cb)
|
|
1503
1519
|
}
|
|
1504
1520
|
|
|
1521
|
+
/**
|
|
1522
|
+
* 韩国驾驶证识别
|
|
1523
|
+
*/
|
|
1524
|
+
async RecognizeKoreanDrivingLicenseOCR(
|
|
1525
|
+
req: RecognizeKoreanDrivingLicenseOCRRequest,
|
|
1526
|
+
cb?: (error: string, rep: RecognizeKoreanDrivingLicenseOCRResponse) => void
|
|
1527
|
+
): Promise<RecognizeKoreanDrivingLicenseOCRResponse> {
|
|
1528
|
+
return this.request("RecognizeKoreanDrivingLicenseOCR", req, cb)
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1505
1531
|
/**
|
|
1506
1532
|
* 本接口支持常见银行票据的自动分类和识别。整单识别包括支票(含现金支票、普通支票、转账支票),承兑汇票(含银行承兑汇票、商业承兑汇票)以及进账单等,适用于中国人民银行印发的 2010 版银行票据凭证版式(银发[2010]299 号)。
|
|
1507
1533
|
|
|
@@ -1718,15 +1744,15 @@ export class Client extends AbstractClient {
|
|
|
1718
1744
|
}
|
|
1719
1745
|
|
|
1720
1746
|
/**
|
|
1721
|
-
*
|
|
1747
|
+
* 本接口支持居民户口簿户主页及成员页关键字段的识别,包括姓名、户别、地址、籍贯、身份证号码等。
|
|
1722
1748
|
|
|
1723
1749
|
默认接口请求频率限制:5次/秒。
|
|
1724
1750
|
*/
|
|
1725
|
-
async
|
|
1726
|
-
req:
|
|
1727
|
-
cb?: (error: string, rep:
|
|
1728
|
-
): Promise<
|
|
1729
|
-
return this.request("
|
|
1751
|
+
async ResidenceBookletOCR(
|
|
1752
|
+
req: ResidenceBookletOCRRequest,
|
|
1753
|
+
cb?: (error: string, rep: ResidenceBookletOCRResponse) => void
|
|
1754
|
+
): Promise<ResidenceBookletOCRResponse> {
|
|
1755
|
+
return this.request("ResidenceBookletOCR", req, cb)
|
|
1730
1756
|
}
|
|
1731
1757
|
|
|
1732
1758
|
/**
|