tencentcloud-sdk-nodejs-ocr 4.1.169 → 4.1.172
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
|
@@ -4013,10 +4013,6 @@ export interface RecognizeThaiIDCardOCRResponse {
|
|
|
4013
4013
|
* 卡证正面图片中,证件主体的数量(仅请求曼谷地域[ap-bangkok]返回)
|
|
4014
4014
|
*/
|
|
4015
4015
|
CardCount?: number;
|
|
4016
|
-
/**
|
|
4017
|
-
* 卡证字段是否完整,true:完整;false:不完整
|
|
4018
|
-
*/
|
|
4019
|
-
IsComplete?: boolean;
|
|
4020
4016
|
/**
|
|
4021
4017
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4022
4018
|
*/
|
|
@@ -8725,6 +8721,10 @@ export interface MLIDPassportOCRResponse {
|
|
|
8725
8721
|
* 输入图片中的卡证数量(仅请求曼谷地域[ap-bangkok]返回)
|
|
8726
8722
|
*/
|
|
8727
8723
|
CardCount?: number;
|
|
8724
|
+
/**
|
|
8725
|
+
* 是否完整
|
|
8726
|
+
*/
|
|
8727
|
+
IsComplete?: boolean;
|
|
8728
8728
|
/**
|
|
8729
8729
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8730
8730
|
*/
|