tencentcloud-sdk-nodejs 4.0.969 → 4.0.971
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 +818 -0
- package/SERVICE_CHANGELOG.md +991 -46
- package/package.json +1 -1
- package/products.md +43 -43
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +3 -3
- package/src/services/bi/v20220105/bi_models.ts +25 -0
- package/src/services/cam/v20190116/cam_models.ts +10 -10
- package/src/services/ccc/v20200210/ccc_models.ts +79 -123
- package/src/services/cdb/v20170320/cdb_client.ts +32 -20
- package/src/services/cdb/v20170320/cdb_models.ts +159 -101
- package/src/services/cdc/v20201214/cdc_models.ts +2 -2
- package/src/services/cds/v20180420/cds_models.ts +27 -31
- package/src/services/cfg/v20210820/cfg_models.ts +4 -0
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +2 -2
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +25 -16
- package/src/services/cls/v20201016/cls_models.ts +60 -10
- package/src/services/cwp/v20180228/cwp_client.ts +3 -16
- package/src/services/cwp/v20180228/cwp_models.ts +822 -1570
- package/src/services/dasb/v20191018/dasb_models.ts +70 -170
- package/src/services/dcdb/v20180411/dcdb_client.ts +32 -20
- package/src/services/dcdb/v20180411/dcdb_models.ts +104 -40
- package/src/services/emr/v20190103/emr_models.ts +20 -5
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +5 -4
- package/src/services/faceid/v20180301/faceid_models.ts +428 -361
- package/src/services/hai/v20230812/hai_client.ts +2 -0
- package/src/services/hai/v20230812/hai_models.ts +64 -2
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +7 -3
- package/src/services/iai/v20180301/iai_models.ts +4 -4
- package/src/services/iai/v20200303/iai_models.ts +450 -351
- package/src/services/ioa/v20220601/ioa_client.ts +2 -3
- package/src/services/ioa/v20220601/ioa_models.ts +0 -8
- package/src/services/iss/v20230517/iss_client.ts +20 -32
- package/src/services/iss/v20230517/iss_models.ts +154 -178
- package/src/services/mmps/v20200710/mmps_models.ts +9 -9
- package/src/services/ocr/v20181119/ocr_client.ts +30 -8
- package/src/services/ocr/v20181119/ocr_models.ts +645 -191
- package/src/services/organization/v20210331/organization_models.ts +7 -3
- package/src/services/privatedns/v20201028/privatedns_client.ts +114 -65
- package/src/services/privatedns/v20201028/privatedns_models.ts +886 -766
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +3 -5
- package/src/services/ssl/v20191205/ssl_client.ts +3 -2
- package/src/services/ssl/v20191205/ssl_models.ts +147 -108
- package/src/services/ssm/v20190923/ssm_models.ts +0 -2
- package/src/services/tcr/v20190924/tcr_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +1 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +136 -121
- package/src/services/tke/v20180525/tke_models.ts +6 -2
- package/src/services/tke/v20220501/tke_models.ts +9 -0
- package/src/services/trp/v20210515/trp_models.ts +10 -9
- package/src/services/vpc/v20170312/vpc_client.ts +12 -0
- package/src/services/vpc/v20170312/vpc_models.ts +24 -0
- package/src/services/wedata/v20210820/wedata_client.ts +37 -0
- package/src/services/wedata/v20210820/wedata_models.ts +428 -17
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -3
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +25 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +10 -10
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +71 -115
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +22 -18
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +23 -17
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +156 -100
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +2 -2
- package/tencentcloud/services/cds/v20180420/cds_models.d.ts +27 -31
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +4 -0
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +2 -2
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +2 -2
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +25 -16
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +60 -10
- 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 +821 -1568
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +69 -169
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +11 -7
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +15 -9
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +102 -40
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +20 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -4
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +428 -361
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +62 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +7 -3
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +4 -4
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +450 -351
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +0 -1
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +0 -1
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +0 -8
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +7 -11
- package/tencentcloud/services/iss/v20230517/iss_client.js +9 -15
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +154 -176
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +9 -9
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +636 -192
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +7 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +21 -5
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +30 -6
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +821 -710
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -5
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +146 -108
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +0 -2
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +135 -121
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -2
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +9 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +10 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +421 -17
- package/test/cdb.v20170320.test.js +10 -0
- package/test/cwp.v20180228.test.js +0 -10
- package/test/dcdb.v20180411.test.js +16 -6
- package/test/iss.v20230517.test.js +6 -16
- package/test/ocr.v20181119.test.js +10 -0
- package/test/privatedns.v20201028.test.js +44 -4
- package/test/vpc.v20170312.test.js +10 -0
- package/test/wedata.v20210820.test.js +30 -0
|
@@ -27,6 +27,7 @@ import {
|
|
|
27
27
|
BankSlipOCRRequest,
|
|
28
28
|
BusinessCardOCRResponse,
|
|
29
29
|
TextArithmetic,
|
|
30
|
+
ResidencePermitInfo,
|
|
30
31
|
BankCardOCRRequest,
|
|
31
32
|
CarInvoiceOCRRequest,
|
|
32
33
|
TextDetectionResult,
|
|
@@ -34,7 +35,7 @@ import {
|
|
|
34
35
|
RecognizeTravelCardOCRRequest,
|
|
35
36
|
TrainTicketOCRRequest,
|
|
36
37
|
EstateCertOCRResponse,
|
|
37
|
-
|
|
38
|
+
FlightInvoiceOCRRequest,
|
|
38
39
|
RecognizePhilippinesDrivingLicenseOCRRequest,
|
|
39
40
|
WordItem,
|
|
40
41
|
MLIDPassportOCRRequest,
|
|
@@ -56,10 +57,10 @@ import {
|
|
|
56
57
|
Rect,
|
|
57
58
|
LicensePlateInfo,
|
|
58
59
|
RideHailingTransportLicenseOCRRequest,
|
|
59
|
-
|
|
60
|
+
VatRollItem,
|
|
60
61
|
TextFormula,
|
|
61
62
|
HmtResidentPermitOCRResponse,
|
|
62
|
-
|
|
63
|
+
OtherInvoiceList,
|
|
63
64
|
VehicleRegCertInfo,
|
|
64
65
|
GeneralWarnInfo,
|
|
65
66
|
FlightItem,
|
|
@@ -97,6 +98,7 @@ import {
|
|
|
97
98
|
RecognizePhilippinesTinIDOCRResponse,
|
|
98
99
|
TollInvoiceInfo,
|
|
99
100
|
BankSlipInfo,
|
|
101
|
+
SmartStructuralOCRResponse,
|
|
100
102
|
ArithmeticOCRResponse,
|
|
101
103
|
FormulaOCRResponse,
|
|
102
104
|
BusInvoiceInfo,
|
|
@@ -110,7 +112,7 @@ import {
|
|
|
110
112
|
GeneralAccurateOCRResponse,
|
|
111
113
|
ElectronicTrainTicketFull,
|
|
112
114
|
BusInvoice,
|
|
113
|
-
|
|
115
|
+
QrcodeOCRRequest,
|
|
114
116
|
TaxiInvoiceOCRResponse,
|
|
115
117
|
RecognizeGeneralInvoiceRequest,
|
|
116
118
|
GeneralBasicOCRResponse,
|
|
@@ -118,6 +120,7 @@ import {
|
|
|
118
120
|
OtherInvoice,
|
|
119
121
|
CellContent,
|
|
120
122
|
RecognizeMedicalInvoiceOCRResponse,
|
|
123
|
+
RecognizeValidIDCardOCRRequest,
|
|
121
124
|
MixedInvoiceOCRResponse,
|
|
122
125
|
ClassifyDetectOCRResponse,
|
|
123
126
|
VatInvoiceVerifyNewRequest,
|
|
@@ -161,9 +164,11 @@ import {
|
|
|
161
164
|
PassportRecognizeInfos,
|
|
162
165
|
PropOwnerCertOCRRequest,
|
|
163
166
|
ImageEnhancementResponse,
|
|
167
|
+
PortraitImageInfo,
|
|
164
168
|
QrcodeImgSize,
|
|
165
169
|
PassportOCRResponse,
|
|
166
170
|
FinancialBillItemDetails,
|
|
171
|
+
CardWarnInfo,
|
|
167
172
|
VehicleRegCertOCRRequest,
|
|
168
173
|
RecognizeTravelCardOCRResponse,
|
|
169
174
|
ElectronicAirTransportDetail,
|
|
@@ -183,9 +188,9 @@ import {
|
|
|
183
188
|
EnglishOCRRequest,
|
|
184
189
|
VatInvoiceVerifyResponse,
|
|
185
190
|
VatElectronicInfo,
|
|
186
|
-
|
|
191
|
+
RecognizeValidIDCardOCRResponse,
|
|
187
192
|
DetectedWords,
|
|
188
|
-
|
|
193
|
+
IDCardInfo,
|
|
189
194
|
IDCardOCRResponse,
|
|
190
195
|
ShipInvoiceInfo,
|
|
191
196
|
MedicalInvoiceItem,
|
|
@@ -250,6 +255,7 @@ import {
|
|
|
250
255
|
Polygon,
|
|
251
256
|
GetTaskStateResponse,
|
|
252
257
|
InsuranceBillInfo,
|
|
258
|
+
ContentInfo,
|
|
253
259
|
GetTaskStateRequest,
|
|
254
260
|
RecognizeMedicalInvoiceOCRRequest,
|
|
255
261
|
InsuranceBillOCRResponse,
|
|
@@ -270,23 +276,26 @@ import {
|
|
|
270
276
|
MLIDCardOCRRequest,
|
|
271
277
|
TaxiTicket,
|
|
272
278
|
EnglishOCRResponse,
|
|
279
|
+
ImageCoordinates,
|
|
273
280
|
RecognizeForeignPermanentResidentIdCardResponse,
|
|
274
281
|
BusInvoiceOCRRequest,
|
|
275
282
|
OrgCodeCertOCRResponse,
|
|
283
|
+
TemporaryIDCardInfo,
|
|
284
|
+
VatInvoiceItem,
|
|
276
285
|
RideHailingTransportLicenseOCRResponse,
|
|
277
286
|
CandWord,
|
|
278
287
|
RecognizeContainerOCRResponse,
|
|
279
288
|
EnterpriseLicenseInfo,
|
|
280
289
|
SmartStructuralProResponse,
|
|
281
290
|
PermitOCRResponse,
|
|
291
|
+
QuotaInvoice,
|
|
282
292
|
InsuranceBillOCRRequest,
|
|
283
|
-
|
|
293
|
+
GeneralHandwritingOCRResponse,
|
|
284
294
|
MainlandTravelPermitBackInfos,
|
|
285
295
|
TableCell,
|
|
286
296
|
TableOCRResponse,
|
|
287
297
|
DetectedWordCoordPoint,
|
|
288
298
|
QuestionBlockObj,
|
|
289
|
-
VatRollItem,
|
|
290
299
|
AdvertiseOCRResponse,
|
|
291
300
|
VehicleLicenseOCRRequest,
|
|
292
301
|
VatRollInvoiceInfo,
|
|
@@ -302,6 +311,7 @@ import {
|
|
|
302
311
|
RecognizePhilippinesTinIDOCRRequest,
|
|
303
312
|
RecognizeTableOCRRequest,
|
|
304
313
|
EstateCertOCRRequest,
|
|
314
|
+
PermanentResidencePermitInfo,
|
|
305
315
|
BizLicenseOCRResponse,
|
|
306
316
|
TableOCRRequest,
|
|
307
317
|
VatInvoiceOCRResponse,
|
|
@@ -1080,6 +1090,18 @@ export class Client extends AbstractClient {
|
|
|
1080
1090
|
return this.request("RecognizePhilippinesUMIDOCR", req, cb)
|
|
1081
1091
|
}
|
|
1082
1092
|
|
|
1093
|
+
/**
|
|
1094
|
+
* 本接口支持二代身份证、临时身份证、港澳台居住证、外国人永久居留证,字段内容识别功能,包括姓名、性别、民族、出生、出生日期、住址、公民身份号码、签发机关、有效期限、国籍、通行证号码、持证人持有号码;支持返回证件类型;支持翻拍、复印、边框不完整、遮挡、字段级反光和字段级完整性告警;支持卡片主体框裁剪和头像裁剪。
|
|
1095
|
+
|
|
1096
|
+
默认接口请求频率限制:20次/秒。
|
|
1097
|
+
*/
|
|
1098
|
+
async RecognizeValidIDCardOCR(
|
|
1099
|
+
req: RecognizeValidIDCardOCRRequest,
|
|
1100
|
+
cb?: (error: string, rep: RecognizeValidIDCardOCRResponse) => void
|
|
1101
|
+
): Promise<RecognizeValidIDCardOCRResponse> {
|
|
1102
|
+
return this.request("RecognizeValidIDCardOCR", req, cb)
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1083
1105
|
/**
|
|
1084
1106
|
* 本接口支持对中国大陆主流银行卡正反面关键字段的检测与识别,包括卡号、卡类型、卡名字、银行信息、有效期。支持竖排异形卡识别、多角度旋转图片识别。支持对复印件、翻拍件、边框遮挡的银行卡进行告警,可应用于各种银行卡信息有效性校验场景,如金融行业身份认证、第三方支付绑卡等场景。
|
|
1085
1107
|
|