tencentcloud-sdk-nodejs-ocr 4.1.27 → 4.1.29

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.27",
3
+ "version": "4.1.29",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6424,11 +6424,11 @@ export interface DetectedWords {
6424
6424
  /**
6425
6425
  * 置信度 0 ~100
6426
6426
  */
6427
- Confidence: number;
6427
+ Confidence?: number;
6428
6428
  /**
6429
6429
  * 候选字Character
6430
6430
  */
6431
- Character: string;
6431
+ Character?: string;
6432
6432
  }
6433
6433
  /**
6434
6434
  * 身份证信息返回
@@ -10947,6 +10947,10 @@ export interface BankCardOCRResponse {
10947
10947
  注意:此字段可能返回 null,表示取不到有效值。
10948
10948
  */
10949
10949
  QualityValue?: number;
10950
+ /**
10951
+ * 卡类别, 如: 标准实体银行卡、电子银行卡信息截图
10952
+ */
10953
+ CardCategory?: string;
10950
10954
  /**
10951
10955
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10952
10956
  */