tencentcloud-sdk-nodejs-ocr 4.1.28 → 4.1.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ocr",
3
- "version": "4.1.28",
3
+ "version": "4.1.33",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6524,7 +6524,6 @@ export interface IDCardOCRResponse {
6524
6524
  BorderCodeValue,身份证边框不完整告警阈值分数,请求 Config.BorderCheckWarn时返回(取值范围:0 ~ 100,分数越低边框遮挡可能性越低,建议阈值≤50);
6525
6525
 
6526
6526
  WarnInfos,告警信息,Code 告警码列表和释义:
6527
- -9100 身份证有效日期不合法告警,
6528
6527
  -9101 身份证边框不完整告警,
6529
6528
 
6530
6529
  -9102 身份证复印件告警(黑白及彩色复印件),
@@ -10838,6 +10837,10 @@ export interface ResultList {
10838
10837
  注意:此字段可能返回 null,表示取不到有效值。
10839
10838
  */
10840
10839
  Answer?: Array<Element>;
10840
+ /**
10841
+ * 解析
10842
+ */
10843
+ Parse?: Array<Element>;
10841
10844
  /**
10842
10845
  * 整题的坐标
10843
10846
  注意:此字段可能返回 null,表示取不到有效值。