tencentcloud-sdk-nodejs 4.1.133 → 4.1.135
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/es/common/sdk_version.js +1 -1
- package/es/services/monitor/v20180724/monitor_client.js +3 -0
- package/es/services/ocr/v20181119/ocr_client.js +3 -0
- package/es/services/tms/v20201229/tms_client.js +6 -0
- package/es/services/vclm/v20240523/vclm_client.js +6 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +4 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +22 -0
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +8 -9
- package/tencentcloud/services/dts/v20211206/dts_client.js +8 -9
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +103 -52
- package/tencentcloud/services/es/v20180416/es_models.d.ts +40 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +48 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +22 -6
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +23 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +272 -230
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +606 -174
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +116 -4
- package/tencentcloud/services/tms/v20201229/tms_client.d.ts +9 -1
- package/tencentcloud/services/tms/v20201229/tms_client.js +12 -0
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +187 -68
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +27 -0
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +9 -1
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +12 -0
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +267 -195
|
@@ -1909,6 +1909,23 @@ export interface UpgradeGrafanaInstanceResponse {
|
|
|
1909
1909
|
*/
|
|
1910
1910
|
RequestId?: string;
|
|
1911
1911
|
}
|
|
1912
|
+
/**
|
|
1913
|
+
* DescribeRemoteWrites返回参数结构体
|
|
1914
|
+
*/
|
|
1915
|
+
export interface DescribeRemoteWritesResponse {
|
|
1916
|
+
/**
|
|
1917
|
+
* 存储数据
|
|
1918
|
+
*/
|
|
1919
|
+
Count?: number;
|
|
1920
|
+
/**
|
|
1921
|
+
* 多写信息
|
|
1922
|
+
*/
|
|
1923
|
+
RemoteWrites?: Array<WriteDestination>;
|
|
1924
|
+
/**
|
|
1925
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1926
|
+
*/
|
|
1927
|
+
RequestId?: string;
|
|
1928
|
+
}
|
|
1912
1929
|
/**
|
|
1913
1930
|
* BindingPolicyTag请求参数结构体
|
|
1914
1931
|
*/
|
|
@@ -4848,6 +4865,15 @@ export interface DescribeGrafanaNotificationChannelsResponse {
|
|
|
4848
4865
|
*/
|
|
4849
4866
|
RequestId?: string;
|
|
4850
4867
|
}
|
|
4868
|
+
/**
|
|
4869
|
+
* 数据写向目标
|
|
4870
|
+
*/
|
|
4871
|
+
export interface WriteDestination {
|
|
4872
|
+
/**
|
|
4873
|
+
* 存储标识
|
|
4874
|
+
*/
|
|
4875
|
+
Destination?: string;
|
|
4876
|
+
}
|
|
4851
4877
|
/**
|
|
4852
4878
|
* DescribePolicyConditionList.ConfigManual.CalcType
|
|
4853
4879
|
*/
|
|
@@ -5218,6 +5244,23 @@ export interface DescribeBindingPolicyObjectListInstanceGroup {
|
|
|
5218
5244
|
*/
|
|
5219
5245
|
Regions: Array<string>;
|
|
5220
5246
|
}
|
|
5247
|
+
/**
|
|
5248
|
+
* DescribeRemoteWrites请求参数结构体
|
|
5249
|
+
*/
|
|
5250
|
+
export interface DescribeRemoteWritesRequest {
|
|
5251
|
+
/**
|
|
5252
|
+
* 实例 ID
|
|
5253
|
+
*/
|
|
5254
|
+
InstanceId: string;
|
|
5255
|
+
/**
|
|
5256
|
+
* 列表 offset
|
|
5257
|
+
*/
|
|
5258
|
+
Offset?: number;
|
|
5259
|
+
/**
|
|
5260
|
+
* 返回 limit
|
|
5261
|
+
*/
|
|
5262
|
+
Limit?: number;
|
|
5263
|
+
}
|
|
5221
5264
|
/**
|
|
5222
5265
|
* ModifyAlarmPolicyTasks请求参数结构体
|
|
5223
5266
|
*/
|
|
@@ -6025,7 +6068,7 @@ export interface GetMonitorDataRequest {
|
|
|
6025
6068
|
*/
|
|
6026
6069
|
EndTime?: string;
|
|
6027
6070
|
/**
|
|
6028
|
-
* 返回多种统计方式数据。avg, max, min (1,2,4)
|
|
6071
|
+
* 返回多种统计方式数据。avg, max, min (1,2,4)可以自由组合。特别说明:建议查询时严格参考API配置文档中提供的统计方式。如选择其他未提供的统计方式,可能有数据统计误差。
|
|
6029
6072
|
*/
|
|
6030
6073
|
SpecifyStatistics?: number;
|
|
6031
6074
|
}
|
|
@@ -9296,6 +9339,10 @@ export interface DeleteAlertRulesResponse {
|
|
|
9296
9339
|
* DescribePrometheusScrapeStatistics请求参数结构体
|
|
9297
9340
|
*/
|
|
9298
9341
|
export interface DescribePrometheusScrapeStatisticsRequest {
|
|
9342
|
+
/**
|
|
9343
|
+
* 实例ID列表
|
|
9344
|
+
*/
|
|
9345
|
+
InstanceIds: Array<string>;
|
|
9299
9346
|
/**
|
|
9300
9347
|
* job 类型
|
|
9301
9348
|
*/
|
|
@@ -2033,11 +2033,11 @@ export interface ResourceRef {
|
|
|
2033
2033
|
*/
|
|
2034
2034
|
ResourceId: string;
|
|
2035
2035
|
/**
|
|
2036
|
-
* 资源版本
|
|
2036
|
+
* 资源版本
|
|
2037
2037
|
*/
|
|
2038
2038
|
Version: number;
|
|
2039
2039
|
/**
|
|
2040
|
-
*
|
|
2040
|
+
* 0-引用 JAR 程序包,1-主程序包,2-引用配置文件,3-Python程序包,4-Python数据文件
|
|
2041
2041
|
*/
|
|
2042
2042
|
Type: number;
|
|
2043
2043
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { TableOCRRequest, RecognizeOnlineTaxiItineraryOCRResponse, HKIDCardOCRRequest, BankSlipOCRRequest, BusinessCardOCRResponse, QuotaInvoiceOCRRequest, VinOCRResponse, BankCardOCRRequest, SmartStructuralOCRResponse, CarInvoiceOCRRequest, ExtractDocMultiRequest,
|
|
3
|
+
import { TableOCRRequest, RecognizeOnlineTaxiItineraryOCRResponse, HKIDCardOCRRequest, BankSlipOCRRequest, BusinessCardOCRResponse, QuotaInvoiceOCRRequest, VinOCRResponse, BankCardOCRRequest, SmartStructuralOCRResponse, CarInvoiceOCRRequest, ExtractDocMultiRequest, QuestionSplitLayoutOCRRequest, TrainTicketOCRRequest, EstateCertOCRResponse, ExtractDocMultiProRequest, MLIDPassportOCRRequest, TextDetectResponse, TollInvoiceOCRResponse, GetOCRTokenResponse, FinanBillSliceOCRResponse, DriverLicenseOCRResponse, WaybillOCRResponse, ClassifyStoreNameRequest, InvoiceGeneralOCRRequest, QuestionSplitOCRRequest, FlightInvoiceOCRRequest, HmtResidentPermitOCRResponse, EnterpriseLicenseOCRResponse, QuestionOCRResponse, InstitutionOCRResponse, DriverLicenseOCRRequest, TollInvoiceOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, HKIDCardOCRResponse, MainlandPermitOCRRequest, EnterpriseLicenseOCRRequest, QuestionSplitOCRResponse, TableOCRResponse, RecognizeStoreNameRequest, PropOwnerCertOCRResponse, TrainTicketOCRResponse, RecognizeFormulaOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, RecognizeGeneralCardWarnRequest, RecognizeEncryptedIDCardOCRRequest, SmartStructuralOCRRequest, ExtractDocMultiProResponse, RecognizeTravelCardOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, RideHailingDriverLicenseOCRRequest, GeneralAccurateOCRResponse, QrcodeOCRRequest, TaxiInvoiceOCRResponse, RecognizeGeneralInvoiceRequest, GeneralBasicOCRResponse, RecognizeMedicalInvoiceOCRResponse, RecognizeValidIDCardOCRRequest, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VinOCRRequest, VehicleLicenseOCRResponse, VatInvoiceOCRRequest, ClassifyDetectOCRRequest, DutyPaidProofOCRResponse, LicensePlateOCRResponse, ExtractDocBasicRequest, RecognizeThaiIDCardOCRResponse, OrgCodeCertOCRResponse, InvoiceGeneralOCRResponse, ExtractDocMultiResponse, TaxiInvoiceOCRRequest, RecognizeContainerOCRRequest, SubmitExtractDocAgentJobResponse, TextDetectRequest, VatRollInvoiceOCRResponse, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, PropOwnerCertOCRRequest, ImageEnhancementResponse, PassportOCRResponse, VehicleRegCertOCRRequest, QuestionSplitLayoutOCRResponse, LicensePlateOCRRequest, GeneralBasicOCRRequest, RecognizeTableMultiOCRRequest, GeneralEfficientOCRRequest, AdvertiseOCRRequest, RideHailingDriverLicenseOCRResponse, ImageEnhancementRequest, ExtractDocBasicResponse, EnglishOCRRequest, RecognizeValidIDCardOCRResponse, IDCardOCRResponse, GeneralAccurateOCRRequest, OrgCodeCertOCRRequest, RecognizeFormulaOCRRequest, FlightInvoiceOCRResponse, VatInvoiceVerifyNewRequest, InstitutionOCRRequest, RecognizeTableMultiOCRResponse, RecognizeGeneralTextImageWarnResponse, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, GetOCRTokenRequest, FinanBillSliceOCRRequest, RecognizeGeneralCardWarnResponse, ClassifyStoreNameResponse, DescribeExtractDocAgentJobRequest, RecognizeTableAccurateOCRRequest, SealOCRResponse, FinanBillOCRResponse, HandwritingEssayOCRRequest, BankSlipOCRResponse, EduPaperOCRRequest, FormulaOCRRequest, PassportOCRRequest, DutyPaidProofOCRRequest, RecognizeHealthCodeOCRResponse, MixedInvoiceOCRRequest, DescribeExtractDocAgentJobResponse, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralFastOCRRequest, ShipInvoiceOCRResponse, RecognizeGeneralInvoiceResponse, HandwritingEssayOCRResponse, QuestionOCRRequest, RecognizeMedicalInvoiceOCRRequest, InsuranceBillOCRResponse, GeneralEfficientOCRResponse, ShipInvoiceOCRRequest, MLIDPassportOCRResponse, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, HmtResidentPermitOCRRequest, RecognizeTableAccurateOCRResponse, ResidenceBookletOCRRequest, GetOCRResultRequest, BusInvoiceOCRResponse, GetOCRResultResponse, MainlandPermitOCRResponse, PermitOCRRequest, MLIDCardOCRRequest, EnglishOCRResponse, RecognizeForeignPermanentResidentIdCardResponse, BusInvoiceOCRRequest, QuotaInvoiceOCRResponse, RecognizeEncryptedIDCardOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, PermitOCRResponse, InsuranceBillOCRRequest, GeneralHandwritingOCRResponse, SubmitExtractDocAgentJobRequest, AdvertiseOCRResponse, VehicleLicenseOCRRequest, RecognizeTravelCardOCRResponse, VatRollInvoiceOCRRequest, RecognizeOnlineTaxiItineraryOCRRequest, IDCardOCRRequest, MixedInvoiceDetectRequest, RecognizeStoreNameResponse, WaybillOCRRequest, RideHailingTransportLicenseOCRRequest, VatInvoiceVerifyNewResponse, MLIDCardOCRResponse, RecognizeTableOCRRequest, EstateCertOCRRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, BankCardOCRResponse, RecognizeHealthCodeOCRRequest, BusinessCardOCRRequest, FinanBillOCRRequest, RecognizeGeneralTextImageWarnRequest, RecognizeForeignPermanentResidentIdCardRequest, GeneralFastOCRResponse } from "./ocr_models";
|
|
4
4
|
/**
|
|
5
5
|
* ocr client
|
|
6
6
|
* @class
|
|
@@ -162,7 +162,9 @@ export declare class Client extends AbstractClient {
|
|
|
162
162
|
*/
|
|
163
163
|
TrainTicketOCR(req: TrainTicketOCRRequest, cb?: (error: string, rep: TrainTicketOCRResponse) => void): Promise<TrainTicketOCRResponse>;
|
|
164
164
|
/**
|
|
165
|
-
*
|
|
165
|
+
* 不再维护,功能已切到其它接口
|
|
166
|
+
|
|
167
|
+
<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/119452">文档抽取(基础版)</a>。</b>
|
|
166
168
|
本接口支持房产证关键字段的识别,包括房地产权利人、共有情况、登记时间、规划用途、房屋性质、房屋坐落等。
|
|
167
169
|
目前接口对合肥、成都、佛山三个城市的房产证版式识别较好。
|
|
168
170
|
|
|
@@ -188,6 +190,12 @@ export declare class Client extends AbstractClient {
|
|
|
188
190
|
默认接口请求频率限制:10次/秒。
|
|
189
191
|
*/
|
|
190
192
|
PermitOCR(req: PermitOCRRequest, cb?: (error: string, rep: PermitOCRResponse) => void): Promise<PermitOCRResponse>;
|
|
193
|
+
/**
|
|
194
|
+
* 试卷切题(仅检测)可将整页练习册、试卷或教辅中的题目进行自动切题,返回试题边框和题目元素的坐标位置。
|
|
195
|
+
|
|
196
|
+
默认接口请求频率限制:2次/秒。
|
|
197
|
+
*/
|
|
198
|
+
QuestionSplitLayoutOCR(req: QuestionSplitLayoutOCRRequest, cb?: (error: string, rep: QuestionSplitLayoutOCRResponse) => void): Promise<QuestionSplitLayoutOCRResponse>;
|
|
191
199
|
/**
|
|
192
200
|
* <b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
193
201
|
本接口支持识别公路汽车客票关键字段的识别,包括发票代码、发票号码、日期、票价、始发地、目的地、姓名、时间、发票消费类型、身份证号、省、市、开票日期、乘车地点、检票口、客票类型、车型、座位号、车次等。
|
|
@@ -229,7 +237,9 @@ export declare class Client extends AbstractClient {
|
|
|
229
237
|
*/
|
|
230
238
|
RideHailingDriverLicenseOCR(req: RideHailingDriverLicenseOCRRequest, cb?: (error: string, rep: RideHailingDriverLicenseOCRResponse) => void): Promise<RideHailingDriverLicenseOCRResponse>;
|
|
231
239
|
/**
|
|
232
|
-
*
|
|
240
|
+
* 不再维护,功能已切到其它接口
|
|
241
|
+
|
|
242
|
+
<b>因技术原因,本接口将不再迭代升级。有效身份证件识别(鉴伪版)可支持此类证件的识别,并包含质量和PS告警,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/112345">有效身份证件识别(鉴伪版)</a>。</b>
|
|
233
243
|
外国人永久居留身份证识别
|
|
234
244
|
*/
|
|
235
245
|
RecognizeForeignPermanentResidentIdCard(req: RecognizeForeignPermanentResidentIdCardRequest, cb?: (error: string, rep: RecognizeForeignPermanentResidentIdCardResponse) => void): Promise<RecognizeForeignPermanentResidentIdCardResponse>;
|
|
@@ -668,12 +678,16 @@ export declare class Client extends AbstractClient {
|
|
|
668
678
|
*/
|
|
669
679
|
IDCardOCR(req: IDCardOCRRequest, cb?: (error: string, rep: IDCardOCRResponse) => void): Promise<IDCardOCRResponse>;
|
|
670
680
|
/**
|
|
671
|
-
*
|
|
681
|
+
* 不再维护,功能已切到其它接口
|
|
682
|
+
|
|
683
|
+
<b>因技术原因,本接口将不再迭代升级。通用卡证鉴伪可支持更多告警类型,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/115916">通用卡证鉴伪</a>。</b>
|
|
672
684
|
本接口支持多种类型证件有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能。可以应用于各种证件信息有效性校验场景,例如银行开户、用户注册等场景。
|
|
673
685
|
*/
|
|
674
686
|
RecognizeGeneralTextImageWarn(req: RecognizeGeneralTextImageWarnRequest, cb?: (error: string, rep: RecognizeGeneralTextImageWarnResponse) => void): Promise<RecognizeGeneralTextImageWarnResponse>;
|
|
675
687
|
/**
|
|
676
|
-
*
|
|
688
|
+
* 不再维护,功能已切到其它接口
|
|
689
|
+
|
|
690
|
+
<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/119452">文档抽取(基础版)</a>。</b>
|
|
677
691
|
本接口支持事业单位法人证书关键字段识别,包括注册号、有效期、住所、名称、法定代表人等。
|
|
678
692
|
|
|
679
693
|
默认接口请求频率限制:5次/秒。
|
|
@@ -883,7 +897,9 @@ export declare class Client extends AbstractClient {
|
|
|
883
897
|
*/
|
|
884
898
|
DutyPaidProofOCR(req: DutyPaidProofOCRRequest, cb?: (error: string, rep: DutyPaidProofOCRResponse) => void): Promise<DutyPaidProofOCRResponse>;
|
|
885
899
|
/**
|
|
886
|
-
*
|
|
900
|
+
* 不再维护,功能已切到其它接口
|
|
901
|
+
|
|
902
|
+
<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/119452">文档抽取(基础版)</a>。</b>
|
|
887
903
|
本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。
|
|
888
904
|
|
|
889
905
|
默认接口请求频率限制:5次/秒。
|
|
@@ -200,7 +200,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
200
200
|
return this.request("TrainTicketOCR", req, cb);
|
|
201
201
|
}
|
|
202
202
|
/**
|
|
203
|
-
*
|
|
203
|
+
* 不再维护,功能已切到其它接口
|
|
204
|
+
|
|
205
|
+
<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/119452">文档抽取(基础版)</a>。</b>
|
|
204
206
|
本接口支持房产证关键字段的识别,包括房地产权利人、共有情况、登记时间、规划用途、房屋性质、房屋坐落等。
|
|
205
207
|
目前接口对合肥、成都、佛山三个城市的房产证版式识别较好。
|
|
206
208
|
|
|
@@ -234,6 +236,14 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
234
236
|
async PermitOCR(req, cb) {
|
|
235
237
|
return this.request("PermitOCR", req, cb);
|
|
236
238
|
}
|
|
239
|
+
/**
|
|
240
|
+
* 试卷切题(仅检测)可将整页练习册、试卷或教辅中的题目进行自动切题,返回试题边框和题目元素的坐标位置。
|
|
241
|
+
|
|
242
|
+
默认接口请求频率限制:2次/秒。
|
|
243
|
+
*/
|
|
244
|
+
async QuestionSplitLayoutOCR(req, cb) {
|
|
245
|
+
return this.request("QuestionSplitLayoutOCR", req, cb);
|
|
246
|
+
}
|
|
237
247
|
/**
|
|
238
248
|
* <b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
239
249
|
本接口支持识别公路汽车客票关键字段的识别,包括发票代码、发票号码、日期、票价、始发地、目的地、姓名、时间、发票消费类型、身份证号、省、市、开票日期、乘车地点、检票口、客票类型、车型、座位号、车次等。
|
|
@@ -289,7 +299,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
289
299
|
return this.request("RideHailingDriverLicenseOCR", req, cb);
|
|
290
300
|
}
|
|
291
301
|
/**
|
|
292
|
-
*
|
|
302
|
+
* 不再维护,功能已切到其它接口
|
|
303
|
+
|
|
304
|
+
<b>因技术原因,本接口将不再迭代升级。有效身份证件识别(鉴伪版)可支持此类证件的识别,并包含质量和PS告警,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/112345">有效身份证件识别(鉴伪版)</a>。</b>
|
|
293
305
|
外国人永久居留身份证识别
|
|
294
306
|
*/
|
|
295
307
|
async RecognizeForeignPermanentResidentIdCard(req, cb) {
|
|
@@ -774,14 +786,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
774
786
|
return this.request("IDCardOCR", req, cb);
|
|
775
787
|
}
|
|
776
788
|
/**
|
|
777
|
-
*
|
|
789
|
+
* 不再维护,功能已切到其它接口
|
|
790
|
+
|
|
791
|
+
<b>因技术原因,本接口将不再迭代升级。通用卡证鉴伪可支持更多告警类型,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/115916">通用卡证鉴伪</a>。</b>
|
|
778
792
|
本接口支持多种类型证件有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能。可以应用于各种证件信息有效性校验场景,例如银行开户、用户注册等场景。
|
|
779
793
|
*/
|
|
780
794
|
async RecognizeGeneralTextImageWarn(req, cb) {
|
|
781
795
|
return this.request("RecognizeGeneralTextImageWarn", req, cb);
|
|
782
796
|
}
|
|
783
797
|
/**
|
|
784
|
-
*
|
|
798
|
+
* 不再维护,功能已切到其它接口
|
|
799
|
+
|
|
800
|
+
<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/119452">文档抽取(基础版)</a>。</b>
|
|
785
801
|
本接口支持事业单位法人证书关键字段识别,包括注册号、有效期、住所、名称、法定代表人等。
|
|
786
802
|
|
|
787
803
|
默认接口请求频率限制:5次/秒。
|
|
@@ -1057,7 +1073,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1057
1073
|
return this.request("DutyPaidProofOCR", req, cb);
|
|
1058
1074
|
}
|
|
1059
1075
|
/**
|
|
1060
|
-
*
|
|
1076
|
+
* 不再维护,功能已切到其它接口
|
|
1077
|
+
|
|
1078
|
+
<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/119452">文档抽取(基础版)</a>。</b>
|
|
1061
1079
|
本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。
|
|
1062
1080
|
|
|
1063
1081
|
默认接口请求频率限制:5次/秒。
|