tencentcloud-sdk-nodejs 4.0.1005 → 4.0.1007

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.
Files changed (92) hide show
  1. package/CHANGELOG.md +303 -0
  2. package/SERVICE_CHANGELOG.md +343 -134
  3. package/package.json +1 -1
  4. package/products.md +24 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +13 -1
  7. package/src/services/cdb/v20170320/cdb_models.ts +55 -19
  8. package/src/services/dbbrain/v20210527/dbbrain_client.ts +13 -0
  9. package/src/services/dbbrain/v20210527/dbbrain_models.ts +70 -0
  10. package/src/services/dbdc/v20201029/dbdc_models.ts +36 -36
  11. package/src/services/dcdb/v20180411/dcdb_models.ts +2 -2
  12. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -3
  13. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  14. package/src/services/index.ts +1 -0
  15. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +49 -1
  16. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +95 -11
  17. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  18. package/src/services/lke/v20231130/lke_models.ts +12 -0
  19. package/src/services/lkeap/index.ts +5 -0
  20. package/src/services/lkeap/v20240522/index.ts +6 -0
  21. package/src/services/lkeap/v20240522/lkeap_client.ts +342 -0
  22. package/src/services/lkeap/v20240522/lkeap_models.ts +1112 -0
  23. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  24. package/src/services/monitor/v20180724/monitor_models.ts +34 -0
  25. package/src/services/ocr/v20181119/ocr_client.ts +106 -92
  26. package/src/services/ocr/v20181119/ocr_models.ts +209 -113
  27. package/src/services/sqlserver/v20180328/sqlserver_models.ts +19 -2
  28. package/src/services/tcb/v20180608/tcb_models.ts +26 -26
  29. package/src/services/tcm/v20210413/tcm_models.ts +1 -1
  30. package/src/services/tcr/v20190924/tcr_models.ts +21 -21
  31. package/src/services/teo/v20220901/teo_models.ts +10 -7
  32. package/src/services/tke/v20180525/tke_models.ts +148 -133
  33. package/src/services/trocket/v20230308/trocket_client.ts +14 -0
  34. package/src/services/trocket/v20230308/trocket_models.ts +45 -0
  35. package/src/services/vclm/v20240523/vclm_models.ts +3 -2
  36. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  37. package/src/services/vpc/v20170312/vpc_models.ts +13 -13
  38. package/src/services/waf/v20180125/waf_models.ts +1 -1
  39. package/src/services/wedata/v20210820/wedata_models.ts +25 -1
  40. package/tencentcloud/common/sdk_version.d.ts +1 -1
  41. package/tencentcloud/common/sdk_version.js +1 -1
  42. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  43. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  44. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +53 -19
  45. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  46. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  47. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +67 -0
  48. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +36 -36
  49. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +2 -2
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
  52. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  53. package/tencentcloud/services/index.d.ts +1 -0
  54. package/tencentcloud/services/index.js +2 -0
  55. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +17 -1
  56. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +24 -0
  57. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +87 -11
  58. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  59. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +12 -0
  60. package/tencentcloud/services/lkeap/index.d.ts +6 -0
  61. package/tencentcloud/services/lkeap/index.js +7 -0
  62. package/tencentcloud/services/lkeap/v20240522/index.d.ts +6 -0
  63. package/tencentcloud/services/lkeap/v20240522/index.js +9 -0
  64. package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +111 -0
  65. package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +180 -0
  66. package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +1030 -0
  67. package/tencentcloud/services/lkeap/v20240522/lkeap_models.js +18 -0
  68. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +33 -0
  69. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +79 -73
  70. package/tencentcloud/services/ocr/v20181119/ocr_client.js +84 -76
  71. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +206 -112
  72. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +19 -2
  73. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +26 -26
  74. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +1 -1
  75. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +21 -21
  76. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +10 -7
  77. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +148 -133
  78. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +7 -1
  79. package/tencentcloud/services/trocket/v20230308/trocket_client.js +8 -0
  80. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +43 -0
  81. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +3 -2
  82. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  83. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  84. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +13 -13
  85. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1 -1
  86. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +25 -1
  87. package/test/cdb.v20170320.test.js +10 -0
  88. package/test/dbbrain.v20210527.test.js +10 -0
  89. package/test/iotexplorer.v20190423.test.js +40 -0
  90. package/test/lkeap.v20240522.test.js +261 -0
  91. package/test/ocr.v20181119.test.js +24 -14
  92. package/test/trocket.v20230308.test.js +10 -0
@@ -144,6 +144,7 @@ import {
144
144
  DescribeServiceDiscoveryResponse,
145
145
  PrometheusTag,
146
146
  DescribePolicyConditionListMetric,
147
+ NoticeContentTmplBindInfo,
147
148
  BindingPolicyObjectRequest,
148
149
  CreateServiceDiscoveryResponse,
149
150
  DescribeClusterAgentCreatingProgressRequest,
@@ -920,6 +920,10 @@ export interface AlarmPolicy {
920
920
  注意:此字段可能返回 null,表示取不到有效值。
921
921
  */
922
922
  TagOperation?: string
923
+ /**
924
+ * 通知模板绑定内容模板信息
925
+ */
926
+ NoticeTmplBindInfos?: Array<NoticeContentTmplBindInfo>
923
927
  }
924
928
 
925
929
  /**
@@ -3125,6 +3129,20 @@ export interface DescribePolicyConditionListMetric {
3125
3129
  MetricUnit: string
3126
3130
  }
3127
3131
 
3132
+ /**
3133
+ * 通知内容模板绑定信息
3134
+ */
3135
+ export interface NoticeContentTmplBindInfo {
3136
+ /**
3137
+ * 通知内容模板ID
3138
+ */
3139
+ ContentTmplID?: string
3140
+ /**
3141
+ * 通知模板ID
3142
+ */
3143
+ NoticeID?: string
3144
+ }
3145
+
3128
3146
  /**
3129
3147
  * BindingPolicyObject请求参数结构体
3130
3148
  */
@@ -3377,6 +3395,14 @@ export interface CreateAlarmPolicyRequest {
3377
3395
  * 事件配置的告警
3378
3396
  */
3379
3397
  EbSubject?: string
3398
+ /**
3399
+ * 附加告警内容
3400
+ */
3401
+ AdditionalAlarmContent?: string
3402
+ /**
3403
+ * 通知模板绑定信息
3404
+ */
3405
+ NoticeContentTmplBindInfos?: Array<NoticeContentTmplBindInfo>
3380
3406
  }
3381
3407
 
3382
3408
  /**
@@ -9062,6 +9088,10 @@ export interface ModifyAlarmPolicyNoticeRequest {
9062
9088
  * 告警分级通知规则配置
9063
9089
  */
9064
9090
  HierarchicalNotices?: Array<AlarmHierarchicalNotice>
9091
+ /**
9092
+ * 通知内容模板绑定信息
9093
+ */
9094
+ NoticeContentTmplBindInfos?: Array<NoticeContentTmplBindInfo>
9065
9095
  }
9066
9096
 
9067
9097
  /**
@@ -10511,6 +10541,10 @@ export interface DescribeAlarmPoliciesRequest {
10511
10541
  * 根据排班表搜索
10512
10542
  */
10513
10543
  ReceiverOnCallFormIDs?: Array<string>
10544
+ /**
10545
+ * 通知内容模板ID筛选
10546
+ */
10547
+ NoticeContentTmplIDs?: Array<string>
10514
10548
  }
10515
10549
 
10516
10550
  /**
@@ -23,17 +23,18 @@ import {
23
23
  TextWaybill,
24
24
  RecognizeOnlineTaxiItineraryOCRResponse,
25
25
  InvoiceItem,
26
+ HKIDCardOCRRequest,
26
27
  BankSlipOCRRequest,
27
28
  BusinessCardOCRResponse,
28
29
  TextArithmetic,
29
30
  ResidencePermitInfo,
30
- HKIDCardOCRRequest,
31
+ BankCardOCRRequest,
31
32
  CarInvoiceOCRRequest,
32
33
  MixedInvoiceItem,
33
34
  RecognizeTravelCardOCRRequest,
34
35
  TrainTicketOCRRequest,
35
36
  EstateCertOCRResponse,
36
- GeneralHandwritingOCRResponse,
37
+ FlightInvoiceOCRRequest,
37
38
  WordItem,
38
39
  MLIDPassportOCRRequest,
39
40
  RecognizeGeneralTextImageWarnResponse,
@@ -56,7 +57,7 @@ import {
56
57
  Rect,
57
58
  LicensePlateInfo,
58
59
  SingleInvoiceInfo,
59
- FlightInvoiceOCRRequest,
60
+ VatRollItem,
60
61
  TextFormula,
61
62
  HmtResidentPermitOCRResponse,
62
63
  OtherInvoiceList,
@@ -109,7 +110,7 @@ import {
109
110
  GeneralAccurateOCRResponse,
110
111
  ElectronicTrainTicketFull,
111
112
  BusInvoice,
112
- QuotaInvoice,
113
+ QrcodeOCRRequest,
113
114
  TaxiInvoiceOCRResponse,
114
115
  RecognizeGeneralInvoiceRequest,
115
116
  GeneralBasicOCRResponse,
@@ -285,14 +286,14 @@ import {
285
286
  EnterpriseLicenseInfo,
286
287
  SmartStructuralProResponse,
287
288
  PermitOCRResponse,
289
+ QuotaInvoice,
288
290
  InsuranceBillOCRRequest,
289
- QrcodeOCRRequest,
291
+ GeneralHandwritingOCRResponse,
290
292
  IDCardResult,
291
293
  TableCell,
292
294
  TableOCRResponse,
293
295
  DetectedWordCoordPoint,
294
296
  QuestionBlockObj,
295
- VatRollItem,
296
297
  AdvertiseOCRResponse,
297
298
  VehicleLicenseOCRRequest,
298
299
  VatRollInvoiceInfo,
@@ -312,6 +313,7 @@ import {
312
313
  TableOCRRequest,
313
314
  VatInvoiceOCRResponse,
314
315
  QuotaInvoiceOCRRequest,
316
+ BankCardOCRResponse,
315
317
  BusinessCardOCRRequest,
316
318
  FinanBillOCRRequest,
317
319
  QuotaInvoiceOCRResponse,
@@ -332,15 +334,75 @@ export class Client extends AbstractClient {
332
334
  }
333
335
 
334
336
  /**
335
- * 本接口支持病案首页、费用清单、结算单、医疗发票四种保险理赔单据的文本识别和结构化输出。
337
+ * 本接口支持图像整体文字的检测和识别。可以识别中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语,阿拉伯语20种语言,且各种语言均支持与英文混合的文字识别。
336
338
 
337
- 默认接口请求频率限制:1次/秒。
339
+ 适用于印刷文档识别、网络图片识别、广告图文字识别、街景店招牌识别、菜单识别、视频标题识别、头像文字识别等场景。
340
+
341
+ 产品优势:支持自动识别语言类型,可返回文本框坐标信息,对于倾斜文本支持自动旋转纠正。
342
+
343
+ 通用印刷体识别不同版本的差异如下:
344
+ <table style="width:715px">
345
+ <thead>
346
+ <tr>
347
+ <th style="width:150px"></th>
348
+ <th style="width:200px">【荐】通用印刷体识别</th>
349
+ <th ><a href="https://cloud.tencent.com/document/product/866/34937">【荐】通用印刷体识别(高精度版)</a></th>
350
+ <th><a href="https://cloud.tencent.com/document/product/866/37831">通用印刷体识别(精简版)</a></th>
351
+ </tr>
352
+ </thead>
353
+ <tbody>
354
+ <tr>
355
+ <td> 适用场景</td>
356
+ <td>适用于所有通用场景的印刷体识别</td>
357
+ <td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>
358
+ <td>适用于快速文本识别场景,准召率有一定损失,价格更优惠</td>
359
+ </tr>
360
+ <tr>
361
+ <td>识别准确率</td>
362
+ <td>96%</td>
363
+ <td>99%</td>
364
+ <td>91%</td>
365
+ </tr>
366
+ <tr>
367
+ <td>价格</td>
368
+ <td>中</td>
369
+ <td>高</td>
370
+ <td>低</td>
371
+ </tr>
372
+ <tr>
373
+ <td>支持的语言</td>
374
+ <td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td>
375
+ <td>中文、英文、中英文</td>
376
+ <td>中文、英文、中英文</td>
377
+ </tr>
378
+ <tr>
379
+ <td>自动语言检测</td>
380
+ <td>支持</td>
381
+ <td>支持</td>
382
+ <td>支持</td>
383
+ </tr>
384
+ <tr>
385
+ <td>返回文本行坐标</td>
386
+ <td>支持</td>
387
+ <td>支持</td>
388
+ <td>支持</td>
389
+ </tr>
390
+ <tr>
391
+ <td>自动旋转纠正</td>
392
+ <td>支持旋转识别,返回角度信息</td>
393
+ <td>支持旋转识别,返回角度信息</td>
394
+ <td>支持旋转识别,返回角度信息</td>
395
+ </tr>
396
+ </tbody>
397
+ </table>
398
+
399
+ 默认接口请求频率限制:20次/秒。
338
400
  */
339
- async InsuranceBillOCR(
340
- req: InsuranceBillOCRRequest,
341
- cb?: (error: string, rep: InsuranceBillOCRResponse) => void
342
- ): Promise<InsuranceBillOCRResponse> {
343
- return this.request("InsuranceBillOCR", req, cb)
401
+ async GeneralBasicOCR(
402
+ req: GeneralBasicOCRRequest,
403
+ cb?: (error: string, rep: GeneralBasicOCRResponse) => void
404
+ ): Promise<GeneralBasicOCRResponse> {
405
+ return this.request("GeneralBasicOCR", req, cb)
344
406
  }
345
407
 
346
408
  /**
@@ -391,6 +453,18 @@ export class Client extends AbstractClient {
391
453
  return this.request("BusinessCardOCR", req, cb)
392
454
  }
393
455
 
456
+ /**
457
+ * 本接口支持病案首页、费用清单、结算单、医疗发票四种保险理赔单据的文本识别和结构化输出。
458
+
459
+ 默认接口请求频率限制:1次/秒。
460
+ */
461
+ async InsuranceBillOCR(
462
+ req: InsuranceBillOCRRequest,
463
+ cb?: (error: string, rep: InsuranceBillOCRResponse) => void
464
+ ): Promise<InsuranceBillOCRResponse> {
465
+ return this.request("InsuranceBillOCR", req, cb)
466
+ }
467
+
394
468
  /**
395
469
  * 本接口支持网约车行程单关键字段的识别,包括行程起止日期、上车时间、起点、终点、里程、金额等字段。
396
470
 
@@ -581,18 +655,6 @@ export class Client extends AbstractClient {
581
655
  return this.request("GeneralAccurateOCR", req, cb)
582
656
  }
583
657
 
584
- /**
585
- * 本接口支持机票行程单关键字段的识别,包括旅客姓名、有效身份证件号码、电子客票号码、验证码、填开单位、其他税费、燃油附加费、民航发展基金、保险费、销售单位代号、始发地、目的地、航班号、时间、日期、座位等级、承运人、发票消费类型、票价、合计金额、填开日期、国内国际标签、印刷序号、客票级别/类别、客票生效日期、有效期截止日期、免费行李等字段,支持航班信息多行明细输出。
586
-
587
- 默认接口请求频率限制:5次/秒。
588
- */
589
- async FlightInvoiceOCR(
590
- req: FlightInvoiceOCRRequest,
591
- cb?: (error: string, rep: FlightInvoiceOCRResponse) => void
592
- ): Promise<FlightInvoiceOCRResponse> {
593
- return this.request("FlightInvoiceOCR", req, cb)
594
- }
595
-
596
658
  /**
597
659
  * 本接口支持集装箱箱门信息识别,识别字段包括集装箱箱号、类型、总重量、有效承重、容量、自身重量,具备集装箱箱号、类型不完整或者不清晰的告警功能。
598
660
  默认接口请求频率限制:5次/秒。
@@ -977,75 +1039,15 @@ export class Client extends AbstractClient {
977
1039
  }
978
1040
 
979
1041
  /**
980
- * 本接口支持图像整体文字的检测和识别。可以识别中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语,阿拉伯语20种语言,且各种语言均支持与英文混合的文字识别。
981
-
982
- 适用于印刷文档识别、网络图片识别、广告图文字识别、街景店招牌识别、菜单识别、视频标题识别、头像文字识别等场景。
983
-
984
- 产品优势:支持自动识别语言类型,可返回文本框坐标信息,对于倾斜文本支持自动旋转纠正。
985
-
986
- 通用印刷体识别不同版本的差异如下:
987
- <table style="width:715px">
988
- <thead>
989
- <tr>
990
- <th style="width:150px"></th>
991
- <th style="width:200px">【荐】通用印刷体识别</th>
992
- <th ><a href="https://cloud.tencent.com/document/product/866/34937">【荐】通用印刷体识别(高精度版)</a></th>
993
- <th><a href="https://cloud.tencent.com/document/product/866/37831">通用印刷体识别(精简版)</a></th>
994
- </tr>
995
- </thead>
996
- <tbody>
997
- <tr>
998
- <td> 适用场景</td>
999
- <td>适用于所有通用场景的印刷体识别</td>
1000
- <td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>
1001
- <td>适用于快速文本识别场景,准召率有一定损失,价格更优惠</td>
1002
- </tr>
1003
- <tr>
1004
- <td>识别准确率</td>
1005
- <td>96%</td>
1006
- <td>99%</td>
1007
- <td>91%</td>
1008
- </tr>
1009
- <tr>
1010
- <td>价格</td>
1011
- <td>中</td>
1012
- <td>高</td>
1013
- <td>低</td>
1014
- </tr>
1015
- <tr>
1016
- <td>支持的语言</td>
1017
- <td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td>
1018
- <td>中文、英文、中英文</td>
1019
- <td>中文、英文、中英文</td>
1020
- </tr>
1021
- <tr>
1022
- <td>自动语言检测</td>
1023
- <td>支持</td>
1024
- <td>支持</td>
1025
- <td>支持</td>
1026
- </tr>
1027
- <tr>
1028
- <td>返回文本行坐标</td>
1029
- <td>支持</td>
1030
- <td>支持</td>
1031
- <td>支持</td>
1032
- </tr>
1033
- <tr>
1034
- <td>自动旋转纠正</td>
1035
- <td>支持旋转识别,返回角度信息</td>
1036
- <td>支持旋转识别,返回角度信息</td>
1037
- <td>支持旋转识别,返回角度信息</td>
1038
- </tr>
1039
- </tbody>
1040
- </table>
1042
+ * 本接口支持机票行程单关键字段的识别,包括旅客姓名、有效身份证件号码、电子客票号码、验证码、填开单位、其他税费、燃油附加费、民航发展基金、保险费、销售单位代号、始发地、目的地、航班号、时间、日期、座位等级、承运人、发票消费类型、票价、合计金额、填开日期、国内国际标签、印刷序号、客票级别/类别、客票生效日期、有效期截止日期、免费行李等字段,支持航班信息多行明细输出。
1041
1043
 
1042
- 默认接口请求频率限制:20次/秒。
1044
+ 默认接口请求频率限制:5次/秒。
1043
1045
  */
1044
- async GeneralBasicOCR(
1045
- req: GeneralBasicOCRRequest,
1046
- cb?: (error: string, rep: GeneralBasicOCRResponse) => void
1047
- ): Promise<GeneralBasicOCRResponse> {
1048
- return this.request("GeneralBasicOCR", req, cb)
1046
+ async FlightInvoiceOCR(
1047
+ req: FlightInvoiceOCRRequest,
1048
+ cb?: (error: string, rep: FlightInvoiceOCRResponse) => void
1049
+ ): Promise<FlightInvoiceOCRResponse> {
1050
+ return this.request("FlightInvoiceOCR", req, cb)
1049
1051
  }
1050
1052
 
1051
1053
  /**
@@ -1433,6 +1435,18 @@ export class Client extends AbstractClient {
1433
1435
  return this.request("RecognizeValidIDCardOCR", req, cb)
1434
1436
  }
1435
1437
 
1438
+ /**
1439
+ * 本接口支持对中国大陆主流银行卡正反面关键字段的检测与识别,包括卡号、卡类型、卡名字、银行信息、有效期。支持竖排异形卡识别、多角度旋转图片识别。支持对复印件、翻拍件、边框遮挡的银行卡进行告警,可应用于各种银行卡信息有效性校验场景,如金融行业身份认证、第三方支付绑卡等场景。
1440
+
1441
+ 默认接口请求频率限制:10次/秒。
1442
+ */
1443
+ async BankCardOCR(
1444
+ req: BankCardOCRRequest,
1445
+ cb?: (error: string, rep: BankCardOCRResponse) => void
1446
+ ): Promise<BankCardOCRResponse> {
1447
+ return this.request("BankCardOCR", req, cb)
1448
+ }
1449
+
1436
1450
  /**
1437
1451
  * 本接口支持机动车销售统一发票和二手车销售统一发票的识别,包括发票号码、发票代码、合计金额、合计税额等二十多个字段。
1438
1452