tencentcloud-sdk-nodejs-ocr 4.1.86 → 4.1.89
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
@@ -3991,6 +3991,10 @@ export interface RecognizeThaiIDCardOCRResponse {
|
|
3991
3991
|
* @deprecated
|
3992
3992
|
*/
|
3993
3993
|
AdvancedInfo?: string;
|
3994
|
+
/**
|
3995
|
+
* 卡证正面图片中,证件主体的数量(仅请求曼谷地域[ap-bangkok]返回)
|
3996
|
+
*/
|
3997
|
+
CardCount?: number;
|
3994
3998
|
/**
|
3995
3999
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3996
4000
|
*/
|
@@ -5464,6 +5468,10 @@ export interface TaxPayment {
|
|
5464
5468
|
示例值:纳税人识别号
|
5465
5469
|
*/
|
5466
5470
|
Content?: Array<OtherInvoiceItem>;
|
5471
|
+
/**
|
5472
|
+
* 表格。
|
5473
|
+
*/
|
5474
|
+
TableItems?: Array<OtherInvoiceList>;
|
5467
5475
|
}
|
5468
5476
|
/**
|
5469
5477
|
* VehicleRegCertOCR请求参数结构体
|
@@ -8793,6 +8801,10 @@ export interface MLIDPassportOCRResponse {
|
|
8793
8801
|
-9109 告警能力未开通
|
8794
8802
|
*/
|
8795
8803
|
WarnCardInfos?: Array<number | bigint>;
|
8804
|
+
/**
|
8805
|
+
* 输入图片中的卡证数量(仅请求曼谷地域[ap-bangkok]返回)
|
8806
|
+
*/
|
8807
|
+
CardCount?: number;
|
8796
8808
|
/**
|
8797
8809
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8798
8810
|
*/
|