tencentcloud-sdk-nodejs-ocr 4.1.172 → 4.1.173

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.172",
3
+ "version": "4.1.173",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8721,10 +8721,6 @@ export interface MLIDPassportOCRResponse {
8721
8721
  * 输入图片中的卡证数量(仅请求曼谷地域[ap-bangkok]返回)
8722
8722
  */
8723
8723
  CardCount?: number;
8724
- /**
8725
- * 是否完整
8726
- */
8727
- IsComplete?: boolean;
8728
8724
  /**
8729
8725
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8730
8726
  */