tencentcloud-sdk-nodejs 4.0.356 → 4.0.359
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/CHANGELOG.md +550 -0
- package/SERVICE_CHANGELOG.md +658 -589
- package/package.json +1 -1
- package/products.md +30 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/index.ts +5 -0
- package/src/services/acp/v20220105/acp_client.ts +106 -0
- package/src/services/acp/v20220105/acp_models.ts +605 -0
- package/src/services/acp/v20220105/index.ts +6 -0
- package/src/services/ams/v20201229/ams_client.ts +2 -0
- package/src/services/ams/v20201229/ams_models.ts +54 -0
- package/src/services/asr/v20190614/asr_models.ts +2 -2
- package/src/services/bsca/v20210811/bsca_client.ts +12 -0
- package/src/services/bsca/v20210811/bsca_models.ts +25 -0
- package/src/services/cdn/v20180606/cdn_models.ts +13 -1
- package/src/services/cme/v20191029/cme_client.ts +2 -0
- package/src/services/cme/v20191029/cme_models.ts +47 -1
- package/src/services/cwp/v20180228/cwp_models.ts +51 -1
- package/src/services/ecm/v20190719/ecm_models.ts +10 -2
- package/src/services/emr/v20190103/emr_client.ts +6 -4
- package/src/services/emr/v20190103/emr_models.ts +7 -1
- package/src/services/ess/v20201111/ess_client.ts +27 -1
- package/src/services/ess/v20201111/ess_models.ts +161 -51
- package/src/services/essbasic/v20210526/essbasic_client.ts +45 -19
- package/src/services/essbasic/v20210526/essbasic_models.ts +127 -15
- package/src/services/index.ts +2 -0
- package/src/services/ivld/v20210903/ivld_client.ts +4 -2
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/mmps/index.ts +5 -0
- package/src/services/mmps/v20200710/index.ts +6 -0
- package/src/services/mmps/v20200710/mmps_client.ts +167 -0
- package/src/services/mmps/v20200710/mmps_models.ts +846 -0
- package/src/services/ocr/v20181119/ocr_client.ts +38 -1
- package/src/services/ocr/v20181119/ocr_models.ts +329 -10
- package/src/services/organization/v20210331/organization_models.ts +21 -0
- package/src/services/partners/v20180321/partners_models.ts +1 -1
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +2 -2
- package/src/services/ssl/v20191205/ssl_models.ts +19 -1
- package/src/services/tcr/v20190924/tcr_models.ts +15 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +4 -4
- package/src/services/tem/v20210701/tem_models.ts +7 -2
- package/src/services/tiia/v20190529/tiia_client.ts +17 -2
- package/src/services/tiia/v20190529/tiia_models.ts +74 -35
- package/src/services/tke/v20180525/tke_client.ts +1 -0
- package/src/services/tke/v20180525/tke_models.ts +20 -0
- package/src/services/trtc/v20190722/trtc_client.ts +2 -0
- package/src/services/trtc/v20190722/trtc_models.ts +104 -1
- package/src/services/tse/v20201207/tse_client.ts +31 -4
- package/src/services/tse/v20201207/tse_models.ts +310 -74
- package/src/services/vm/v20201229/vm_client.ts +2 -0
- package/src/services/vm/v20201229/vm_models.ts +54 -0
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +21 -17
- package/src/services/vpc/v20170312/vpc_models.ts +16 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/index.d.ts +6 -0
- package/tencentcloud/services/acp/index.js +7 -0
- package/tencentcloud/services/acp/v20220105/acp_client.d.ts +34 -0
- package/tencentcloud/services/acp/v20220105/acp_client.js +67 -0
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +491 -0
- package/tencentcloud/services/acp/v20220105/acp_models.js +18 -0
- package/tencentcloud/services/acp/v20220105/index.d.ts +6 -0
- package/tencentcloud/services/acp/v20220105/index.js +9 -0
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +47 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
- package/tencentcloud/services/bsca/v20210811/bsca_client.d.ts +5 -1
- package/tencentcloud/services/bsca/v20210811/bsca_client.js +6 -0
- package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +22 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +11 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +41 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +41 -1
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +9 -2
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +4 -2
- package/tencentcloud/services/emr/v20190103/emr_client.js +4 -2
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +7 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +139 -46
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +18 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +23 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +109 -14
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +4 -2
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +4 -2
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/mmps/index.d.ts +6 -0
- package/tencentcloud/services/mmps/index.js +7 -0
- package/tencentcloud/services/mmps/v20200710/index.d.ts +6 -0
- package/tencentcloud/services/mmps/v20200710/index.js +9 -0
- package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +54 -0
- package/tencentcloud/services/mmps/v20200710/mmps_client.js +97 -0
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +695 -0
- package/tencentcloud/services/mmps/v20200710/mmps_models.js +18 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +13 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +18 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +275 -8
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -0
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +17 -1
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +12 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +4 -4
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +6 -2
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +8 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +9 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +64 -29
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +17 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +86 -1
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +9 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +12 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +273 -67
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +47 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +19 -15
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +13 -0
- package/test/acp.v20220105.test.js +81 -0
- package/test/bsca.v20210811.test.js +10 -0
- package/test/ess.v20201111.test.js +20 -0
- package/test/essbasic.v20210526.test.js +24 -4
- package/test/mmps.v20200710.test.js +131 -0
- package/test/ocr.v20181119.test.js +30 -0
- package/test/tiia.v20190529.test.js +10 -0
- package/test/tse.v20201207.test.js +20 -0
|
@@ -30,6 +30,7 @@ import {
|
|
|
30
30
|
TrainTicketOCRRequest,
|
|
31
31
|
EstateCertOCRResponse,
|
|
32
32
|
FlightInvoiceOCRRequest,
|
|
33
|
+
RecognizePhilippinesDrivingLicenseOCRRequest,
|
|
33
34
|
MLIDPassportOCRRequest,
|
|
34
35
|
TextDetectResponse,
|
|
35
36
|
TollInvoiceOCRResponse,
|
|
@@ -50,6 +51,7 @@ import {
|
|
|
50
51
|
VehicleRegCertInfo,
|
|
51
52
|
VehicleLicenseOCRRequest,
|
|
52
53
|
EnterpriseLicenseOCRResponse,
|
|
54
|
+
RecognizePhilippinesVoteIDOCRRequest,
|
|
53
55
|
InvoiceGeneralInfo,
|
|
54
56
|
WordCoordPoint,
|
|
55
57
|
InstitutionOCRResponse,
|
|
@@ -80,6 +82,7 @@ import {
|
|
|
80
82
|
GeneralHandwritingOCRRequest,
|
|
81
83
|
BizLicenseOCRRequest,
|
|
82
84
|
MixedInvoiceDetectResponse,
|
|
85
|
+
RideHailingDriverLicenseOCRRequest,
|
|
83
86
|
VatInvoiceUserInfo,
|
|
84
87
|
InsuranceBillOCRResponse,
|
|
85
88
|
GeneralAccurateOCRResponse,
|
|
@@ -89,6 +92,7 @@ import {
|
|
|
89
92
|
GeneralBasicOCRResponse,
|
|
90
93
|
RecognizeThaiIDCardOCRResponse,
|
|
91
94
|
CellContent,
|
|
95
|
+
RecognizePhilippinesDrivingLicenseOCRResponse,
|
|
92
96
|
MixedInvoiceOCRResponse,
|
|
93
97
|
ClassifyDetectOCRResponse,
|
|
94
98
|
VatInvoiceVerifyNewRequest,
|
|
@@ -125,6 +129,7 @@ import {
|
|
|
125
129
|
LicensePlateOCRRequest,
|
|
126
130
|
GeneralBasicOCRRequest,
|
|
127
131
|
TextVehicleBack,
|
|
132
|
+
RecognizeIndonesiaIDCardOCRResponse,
|
|
128
133
|
GeneralEfficientOCRRequest,
|
|
129
134
|
AdvertiseOCRRequest,
|
|
130
135
|
RideHailingDriverLicenseOCRResponse,
|
|
@@ -134,10 +139,12 @@ import {
|
|
|
134
139
|
SmartStructuralOCRResponse,
|
|
135
140
|
DetectedWords,
|
|
136
141
|
VerifyEnterpriseFourFactorsRequest,
|
|
142
|
+
RecognizeIndonesiaIDCardOCRRequest,
|
|
137
143
|
ShipInvoiceInfo,
|
|
138
144
|
GeneralAccurateOCRRequest,
|
|
139
145
|
OrgCodeCertOCRRequest,
|
|
140
146
|
FlightInvoiceOCRResponse,
|
|
147
|
+
TextDetectionResult,
|
|
141
148
|
InstitutionOCRRequest,
|
|
142
149
|
CarInvoiceInfo,
|
|
143
150
|
FlightInvoiceInfo,
|
|
@@ -165,7 +172,7 @@ import {
|
|
|
165
172
|
PassportOCRRequest,
|
|
166
173
|
DutyPaidProofOCRRequest,
|
|
167
174
|
RecognizeHealthCodeOCRResponse,
|
|
168
|
-
|
|
175
|
+
RecognizePhilippinesVoteIDOCRResponse,
|
|
169
176
|
QueryBarCodeRequest,
|
|
170
177
|
ItemCoord,
|
|
171
178
|
OrgCodeCertOCRResponse,
|
|
@@ -913,6 +920,16 @@ export class Client extends AbstractClient {
|
|
|
913
920
|
return this.request("SealOCR", req, cb)
|
|
914
921
|
}
|
|
915
922
|
|
|
923
|
+
/**
|
|
924
|
+
* 菲律宾VoteID识别
|
|
925
|
+
*/
|
|
926
|
+
async RecognizePhilippinesVoteIDOCR(
|
|
927
|
+
req: RecognizePhilippinesVoteIDOCRRequest,
|
|
928
|
+
cb?: (error: string, rep: RecognizePhilippinesVoteIDOCRResponse) => void
|
|
929
|
+
): Promise<RecognizePhilippinesVoteIDOCRResponse> {
|
|
930
|
+
return this.request("RecognizePhilippinesVoteIDOCR", req, cb)
|
|
931
|
+
}
|
|
932
|
+
|
|
916
933
|
/**
|
|
917
934
|
* 本接口支持火车票全字段的识别,包括编号、票价、姓名、座位号、出发时间、出发站、到达站、车次、席别、发票类型及序列号等。
|
|
918
935
|
|
|
@@ -1145,6 +1162,16 @@ export class Client extends AbstractClient {
|
|
|
1145
1162
|
return this.request("FinanBillOCR", req, cb)
|
|
1146
1163
|
}
|
|
1147
1164
|
|
|
1165
|
+
/**
|
|
1166
|
+
* 菲律宾驾驶证识别
|
|
1167
|
+
*/
|
|
1168
|
+
async RecognizePhilippinesDrivingLicenseOCR(
|
|
1169
|
+
req: RecognizePhilippinesDrivingLicenseOCRRequest,
|
|
1170
|
+
cb?: (error: string, rep: RecognizePhilippinesDrivingLicenseOCRResponse) => void
|
|
1171
|
+
): Promise<RecognizePhilippinesDrivingLicenseOCRResponse> {
|
|
1172
|
+
return this.request("RecognizePhilippinesDrivingLicenseOCR", req, cb)
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1148
1175
|
/**
|
|
1149
1176
|
* 本接口支持OFD格式的增值税电子普通发票和增值税电子专用发票的识别,返回发票代码、发票号码、开票日期、验证码、机器编号、密码区,购买方和销售方信息,包括名称、纳税人识别号、地址电话、开户行及账号,以及价税合计、开票人、收款人、复核人、税额、不含税金额等字段信息。
|
|
1150
1177
|
*/
|
|
@@ -1165,6 +1192,16 @@ export class Client extends AbstractClient {
|
|
|
1165
1192
|
return this.request("MixedInvoiceOCR", req, cb)
|
|
1166
1193
|
}
|
|
1167
1194
|
|
|
1195
|
+
/**
|
|
1196
|
+
* 印尼身份证识别
|
|
1197
|
+
*/
|
|
1198
|
+
async RecognizeIndonesiaIDCardOCR(
|
|
1199
|
+
req: RecognizeIndonesiaIDCardOCRRequest,
|
|
1200
|
+
cb?: (error: string, rep: RecognizeIndonesiaIDCardOCRResponse) => void
|
|
1201
|
+
): Promise<RecognizeIndonesiaIDCardOCRResponse> {
|
|
1202
|
+
return this.request("RecognizeIndonesiaIDCardOCR", req, cb)
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1168
1205
|
/**
|
|
1169
1206
|
* 本接口支持北京、上海、广东、江苏、吉林、黑龙江省市健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,七个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。
|
|
1170
1207
|
*/
|
|
@@ -403,6 +403,33 @@ export interface FlightInvoiceOCRRequest {
|
|
|
403
403
|
ImageUrl?: string
|
|
404
404
|
}
|
|
405
405
|
|
|
406
|
+
/**
|
|
407
|
+
* RecognizePhilippinesDrivingLicenseOCR请求参数结构体
|
|
408
|
+
*/
|
|
409
|
+
export interface RecognizePhilippinesDrivingLicenseOCRRequest {
|
|
410
|
+
/**
|
|
411
|
+
* 是否返回人像照片。
|
|
412
|
+
*/
|
|
413
|
+
ReturnHeadImage: boolean
|
|
414
|
+
|
|
415
|
+
/**
|
|
416
|
+
* 图片的 Base64 值。
|
|
417
|
+
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
418
|
+
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
|
419
|
+
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
420
|
+
*/
|
|
421
|
+
ImageBase64?: string
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* 图片的 Url 地址。
|
|
425
|
+
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
426
|
+
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
|
427
|
+
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
|
428
|
+
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
|
429
|
+
*/
|
|
430
|
+
ImageUrl?: string
|
|
431
|
+
}
|
|
432
|
+
|
|
406
433
|
/**
|
|
407
434
|
* MLIDPassportOCR请求参数结构体
|
|
408
435
|
*/
|
|
@@ -1135,6 +1162,33 @@ export interface EnterpriseLicenseOCRResponse {
|
|
|
1135
1162
|
RequestId?: string
|
|
1136
1163
|
}
|
|
1137
1164
|
|
|
1165
|
+
/**
|
|
1166
|
+
* RecognizePhilippinesVoteIDOCR请求参数结构体
|
|
1167
|
+
*/
|
|
1168
|
+
export interface RecognizePhilippinesVoteIDOCRRequest {
|
|
1169
|
+
/**
|
|
1170
|
+
* 是否返回人像照片。
|
|
1171
|
+
*/
|
|
1172
|
+
ReturnHeadImage: boolean
|
|
1173
|
+
|
|
1174
|
+
/**
|
|
1175
|
+
* 图片的 Base64 值。
|
|
1176
|
+
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
1177
|
+
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
|
1178
|
+
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
1179
|
+
*/
|
|
1180
|
+
ImageBase64?: string
|
|
1181
|
+
|
|
1182
|
+
/**
|
|
1183
|
+
* 图片的 Url 地址。
|
|
1184
|
+
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
1185
|
+
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
|
1186
|
+
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
|
1187
|
+
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
|
1188
|
+
*/
|
|
1189
|
+
ImageUrl?: string
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1138
1192
|
/**
|
|
1139
1193
|
* 通用机打发票信息
|
|
1140
1194
|
*/
|
|
@@ -2039,6 +2093,23 @@ export interface MixedInvoiceDetectResponse {
|
|
|
2039
2093
|
RequestId?: string
|
|
2040
2094
|
}
|
|
2041
2095
|
|
|
2096
|
+
/**
|
|
2097
|
+
* RideHailingDriverLicenseOCR请求参数结构体
|
|
2098
|
+
*/
|
|
2099
|
+
export interface RideHailingDriverLicenseOCRRequest {
|
|
2100
|
+
/**
|
|
2101
|
+
* 图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
|
|
2102
|
+
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
2103
|
+
*/
|
|
2104
|
+
ImageBase64?: string
|
|
2105
|
+
|
|
2106
|
+
/**
|
|
2107
|
+
* 图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。
|
|
2108
|
+
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
|
2109
|
+
*/
|
|
2110
|
+
ImageUrl?: string
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2042
2113
|
/**
|
|
2043
2114
|
* 发票人员信息
|
|
2044
2115
|
*/
|
|
@@ -2314,6 +2385,76 @@ export interface CellContent {
|
|
|
2314
2385
|
WordSize: number
|
|
2315
2386
|
}
|
|
2316
2387
|
|
|
2388
|
+
/**
|
|
2389
|
+
* RecognizePhilippinesDrivingLicenseOCR返回参数结构体
|
|
2390
|
+
*/
|
|
2391
|
+
export interface RecognizePhilippinesDrivingLicenseOCRResponse {
|
|
2392
|
+
/**
|
|
2393
|
+
* 人像照片Base64后的结果
|
|
2394
|
+
*/
|
|
2395
|
+
HeadPortrait: TextDetectionResult
|
|
2396
|
+
|
|
2397
|
+
/**
|
|
2398
|
+
* 姓名
|
|
2399
|
+
*/
|
|
2400
|
+
Name: TextDetectionResult
|
|
2401
|
+
|
|
2402
|
+
/**
|
|
2403
|
+
* 姓氏
|
|
2404
|
+
*/
|
|
2405
|
+
LastName: TextDetectionResult
|
|
2406
|
+
|
|
2407
|
+
/**
|
|
2408
|
+
* 首姓名
|
|
2409
|
+
*/
|
|
2410
|
+
FirstName: TextDetectionResult
|
|
2411
|
+
|
|
2412
|
+
/**
|
|
2413
|
+
* 中间姓名
|
|
2414
|
+
*/
|
|
2415
|
+
MiddleName: TextDetectionResult
|
|
2416
|
+
|
|
2417
|
+
/**
|
|
2418
|
+
* 国籍
|
|
2419
|
+
*/
|
|
2420
|
+
Nationality: TextDetectionResult
|
|
2421
|
+
|
|
2422
|
+
/**
|
|
2423
|
+
* 性别
|
|
2424
|
+
*/
|
|
2425
|
+
Sex: TextDetectionResult
|
|
2426
|
+
|
|
2427
|
+
/**
|
|
2428
|
+
* 地址
|
|
2429
|
+
*/
|
|
2430
|
+
Address: TextDetectionResult
|
|
2431
|
+
|
|
2432
|
+
/**
|
|
2433
|
+
* 证号
|
|
2434
|
+
*/
|
|
2435
|
+
LicenseNo: TextDetectionResult
|
|
2436
|
+
|
|
2437
|
+
/**
|
|
2438
|
+
* 有效期
|
|
2439
|
+
*/
|
|
2440
|
+
ExpiresDate: TextDetectionResult
|
|
2441
|
+
|
|
2442
|
+
/**
|
|
2443
|
+
* 机构代码
|
|
2444
|
+
*/
|
|
2445
|
+
AgencyCode: TextDetectionResult
|
|
2446
|
+
|
|
2447
|
+
/**
|
|
2448
|
+
* 出生日期
|
|
2449
|
+
*/
|
|
2450
|
+
Birthday: TextDetectionResult
|
|
2451
|
+
|
|
2452
|
+
/**
|
|
2453
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2454
|
+
*/
|
|
2455
|
+
RequestId?: string
|
|
2456
|
+
}
|
|
2457
|
+
|
|
2317
2458
|
/**
|
|
2318
2459
|
* MixedInvoiceOCR返回参数结构体
|
|
2319
2460
|
*/
|
|
@@ -3743,6 +3884,96 @@ export interface TextVehicleBack {
|
|
|
3743
3884
|
TotalQuasiMass: string
|
|
3744
3885
|
}
|
|
3745
3886
|
|
|
3887
|
+
/**
|
|
3888
|
+
* RecognizeIndonesiaIDCardOCR返回参数结构体
|
|
3889
|
+
*/
|
|
3890
|
+
export interface RecognizeIndonesiaIDCardOCRResponse {
|
|
3891
|
+
/**
|
|
3892
|
+
* 证件号码
|
|
3893
|
+
*/
|
|
3894
|
+
NIK: string
|
|
3895
|
+
|
|
3896
|
+
/**
|
|
3897
|
+
* 姓名
|
|
3898
|
+
*/
|
|
3899
|
+
Nama: string
|
|
3900
|
+
|
|
3901
|
+
/**
|
|
3902
|
+
* 出生地/出生时间
|
|
3903
|
+
*/
|
|
3904
|
+
TempatTglLahir: string
|
|
3905
|
+
|
|
3906
|
+
/**
|
|
3907
|
+
* 性别
|
|
3908
|
+
*/
|
|
3909
|
+
JenisKelamin: string
|
|
3910
|
+
|
|
3911
|
+
/**
|
|
3912
|
+
* 血型
|
|
3913
|
+
*/
|
|
3914
|
+
GolDarah: string
|
|
3915
|
+
|
|
3916
|
+
/**
|
|
3917
|
+
* 地址
|
|
3918
|
+
*/
|
|
3919
|
+
Alamat: string
|
|
3920
|
+
|
|
3921
|
+
/**
|
|
3922
|
+
* 街道
|
|
3923
|
+
*/
|
|
3924
|
+
RTRW: string
|
|
3925
|
+
|
|
3926
|
+
/**
|
|
3927
|
+
* 村
|
|
3928
|
+
*/
|
|
3929
|
+
KelDesa: string
|
|
3930
|
+
|
|
3931
|
+
/**
|
|
3932
|
+
* 地区
|
|
3933
|
+
*/
|
|
3934
|
+
Kecamatan: string
|
|
3935
|
+
|
|
3936
|
+
/**
|
|
3937
|
+
* 宗教信仰
|
|
3938
|
+
*/
|
|
3939
|
+
Agama: string
|
|
3940
|
+
|
|
3941
|
+
/**
|
|
3942
|
+
* 婚姻状况
|
|
3943
|
+
*/
|
|
3944
|
+
StatusPerkawinan: string
|
|
3945
|
+
|
|
3946
|
+
/**
|
|
3947
|
+
* 职业
|
|
3948
|
+
*/
|
|
3949
|
+
Perkerjaan: string
|
|
3950
|
+
|
|
3951
|
+
/**
|
|
3952
|
+
* 国籍
|
|
3953
|
+
*/
|
|
3954
|
+
KewargaNegaraan: string
|
|
3955
|
+
|
|
3956
|
+
/**
|
|
3957
|
+
* 身份证有效期限
|
|
3958
|
+
*/
|
|
3959
|
+
BerlakuHingga: string
|
|
3960
|
+
|
|
3961
|
+
/**
|
|
3962
|
+
* 发证日期
|
|
3963
|
+
*/
|
|
3964
|
+
IssuedDate: string
|
|
3965
|
+
|
|
3966
|
+
/**
|
|
3967
|
+
* 人像截图
|
|
3968
|
+
*/
|
|
3969
|
+
Photo: string
|
|
3970
|
+
|
|
3971
|
+
/**
|
|
3972
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3973
|
+
*/
|
|
3974
|
+
RequestId?: string
|
|
3975
|
+
}
|
|
3976
|
+
|
|
3746
3977
|
/**
|
|
3747
3978
|
* GeneralEfficientOCR请求参数结构体
|
|
3748
3979
|
*/
|
|
@@ -3956,6 +4187,41 @@ export interface VerifyEnterpriseFourFactorsRequest {
|
|
|
3956
4187
|
EnterpriseMark: string
|
|
3957
4188
|
}
|
|
3958
4189
|
|
|
4190
|
+
/**
|
|
4191
|
+
* RecognizeIndonesiaIDCardOCR请求参数结构体
|
|
4192
|
+
*/
|
|
4193
|
+
export interface RecognizeIndonesiaIDCardOCRRequest {
|
|
4194
|
+
/**
|
|
4195
|
+
* 图片的 Base64 值。
|
|
4196
|
+
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
4197
|
+
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
|
4198
|
+
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
4199
|
+
*/
|
|
4200
|
+
ImageBase64?: string
|
|
4201
|
+
|
|
4202
|
+
/**
|
|
4203
|
+
* 图片的 Url 地址。
|
|
4204
|
+
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
4205
|
+
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
|
4206
|
+
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
|
4207
|
+
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
|
4208
|
+
*/
|
|
4209
|
+
ImageUrl?: string
|
|
4210
|
+
|
|
4211
|
+
/**
|
|
4212
|
+
* 是否返回人像照片。
|
|
4213
|
+
*/
|
|
4214
|
+
ReturnHeadImage?: boolean
|
|
4215
|
+
|
|
4216
|
+
/**
|
|
4217
|
+
* 场景参数,默认值为V1
|
|
4218
|
+
可选值:
|
|
4219
|
+
V1
|
|
4220
|
+
V2
|
|
4221
|
+
*/
|
|
4222
|
+
Scene?: string
|
|
4223
|
+
}
|
|
4224
|
+
|
|
3959
4225
|
/**
|
|
3960
4226
|
* 轮船票字段信息
|
|
3961
4227
|
*/
|
|
@@ -4053,6 +4319,21 @@ export interface FlightInvoiceOCRResponse {
|
|
|
4053
4319
|
RequestId?: string
|
|
4054
4320
|
}
|
|
4055
4321
|
|
|
4322
|
+
/**
|
|
4323
|
+
* 识别结果
|
|
4324
|
+
*/
|
|
4325
|
+
export interface TextDetectionResult {
|
|
4326
|
+
/**
|
|
4327
|
+
* 识别出的文本行内容
|
|
4328
|
+
*/
|
|
4329
|
+
Value: string
|
|
4330
|
+
|
|
4331
|
+
/**
|
|
4332
|
+
* 坐标,以四个顶点坐标表示
|
|
4333
|
+
*/
|
|
4334
|
+
Polygon: Array<Coord>
|
|
4335
|
+
}
|
|
4336
|
+
|
|
4056
4337
|
/**
|
|
4057
4338
|
* InstitutionOCR请求参数结构体
|
|
4058
4339
|
*/
|
|
@@ -4814,20 +5095,58 @@ export interface RecognizeHealthCodeOCRResponse {
|
|
|
4814
5095
|
}
|
|
4815
5096
|
|
|
4816
5097
|
/**
|
|
4817
|
-
*
|
|
5098
|
+
* RecognizePhilippinesVoteIDOCR返回参数结构体
|
|
4818
5099
|
*/
|
|
4819
|
-
export interface
|
|
5100
|
+
export interface RecognizePhilippinesVoteIDOCRResponse {
|
|
4820
5101
|
/**
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
ImageBase64?: string
|
|
5102
|
+
* 人像照片Base64后的结果
|
|
5103
|
+
*/
|
|
5104
|
+
HeadPortrait: TextDetectionResult
|
|
4825
5105
|
|
|
4826
5106
|
/**
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
|
|
4830
|
-
|
|
5107
|
+
* 菲律宾VoteID的VIN
|
|
5108
|
+
*/
|
|
5109
|
+
VIN: TextDetectionResult
|
|
5110
|
+
|
|
5111
|
+
/**
|
|
5112
|
+
* 姓名
|
|
5113
|
+
*/
|
|
5114
|
+
FirstName: TextDetectionResult
|
|
5115
|
+
|
|
5116
|
+
/**
|
|
5117
|
+
* 姓氏
|
|
5118
|
+
*/
|
|
5119
|
+
LastName: TextDetectionResult
|
|
5120
|
+
|
|
5121
|
+
/**
|
|
5122
|
+
* 出生日期
|
|
5123
|
+
*/
|
|
5124
|
+
Birthday: TextDetectionResult
|
|
5125
|
+
|
|
5126
|
+
/**
|
|
5127
|
+
* 婚姻状况
|
|
5128
|
+
*/
|
|
5129
|
+
CivilStatus: TextDetectionResult
|
|
5130
|
+
|
|
5131
|
+
/**
|
|
5132
|
+
* 国籍
|
|
5133
|
+
*/
|
|
5134
|
+
Citizenship: TextDetectionResult
|
|
5135
|
+
|
|
5136
|
+
/**
|
|
5137
|
+
* 地址
|
|
5138
|
+
*/
|
|
5139
|
+
Address: TextDetectionResult
|
|
5140
|
+
|
|
5141
|
+
/**
|
|
5142
|
+
* 地区
|
|
5143
|
+
*/
|
|
5144
|
+
PrecinctNo: TextDetectionResult
|
|
5145
|
+
|
|
5146
|
+
/**
|
|
5147
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5148
|
+
*/
|
|
5149
|
+
RequestId?: string
|
|
4831
5150
|
}
|
|
4832
5151
|
|
|
4833
5152
|
/**
|
|
@@ -135,6 +135,12 @@ export interface DescribeOrganizationResponse {
|
|
|
135
135
|
*/
|
|
136
136
|
PayName: string
|
|
137
137
|
|
|
138
|
+
/**
|
|
139
|
+
* 是否集团服务委派管理员 true-是、false-否
|
|
140
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
141
|
+
*/
|
|
142
|
+
IsAssignManager: boolean
|
|
143
|
+
|
|
138
144
|
/**
|
|
139
145
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
140
146
|
*/
|
|
@@ -254,6 +260,16 @@ export interface DescribeOrganizationMembersRequest {
|
|
|
254
260
|
* 成员名或者成员ID搜索
|
|
255
261
|
*/
|
|
256
262
|
SearchKey?: string
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* 主体名称
|
|
266
|
+
*/
|
|
267
|
+
AuthName?: string
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* 集团服务(服务管理员查询时,必须指定)
|
|
271
|
+
*/
|
|
272
|
+
Product?: string
|
|
257
273
|
}
|
|
258
274
|
|
|
259
275
|
/**
|
|
@@ -406,6 +422,11 @@ export interface DescribeOrganizationRequest {
|
|
|
406
422
|
* 国际站:en,国内站:zh
|
|
407
423
|
*/
|
|
408
424
|
Lang?: string
|
|
425
|
+
|
|
426
|
+
/**
|
|
427
|
+
* 产品简称(查询是否集团服务委派管理员必须)
|
|
428
|
+
*/
|
|
429
|
+
Product?: string
|
|
409
430
|
}
|
|
410
431
|
|
|
411
432
|
/**
|
|
@@ -208,7 +208,7 @@ export interface DescribeAgentAuditedClientsRequest {
|
|
|
208
208
|
Limit?: number
|
|
209
209
|
|
|
210
210
|
/**
|
|
211
|
-
*
|
|
211
|
+
* 可以为new(自拓)/assign(指派)/old(官网)/direct(直销)/direct_newopp(直销(新商机))/空
|
|
212
212
|
*/
|
|
213
213
|
ClientType?: string
|
|
214
214
|
|
|
@@ -42,7 +42,7 @@ export interface BatchSendEmailRequest {
|
|
|
42
42
|
TaskType: number
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* 邮件的“回复”电子邮件地址。可以填写您能收到邮件的邮箱地址,可以是个人邮箱。如果不填,收件人的回复邮件将会发送失败。
|
|
46
46
|
*/
|
|
47
47
|
ReplyToAddresses?: string
|
|
48
48
|
|
|
@@ -347,7 +347,7 @@ export interface SendEmailRequest {
|
|
|
347
347
|
Subject: string
|
|
348
348
|
|
|
349
349
|
/**
|
|
350
|
-
*
|
|
350
|
+
* 邮件的“回复”电子邮件地址。可以填写您能收到邮件的邮箱地址,可以是个人邮箱。如果不填,收件人的回复邮件将会发送失败。
|
|
351
351
|
*/
|
|
352
352
|
ReplyToAddresses?: string
|
|
353
353
|
|
|
@@ -598,7 +598,25 @@ export interface DescribeManagersResponse {
|
|
|
598
598
|
/**
|
|
599
599
|
* 根证书
|
|
600
600
|
*/
|
|
601
|
-
export
|
|
601
|
+
export interface RootCertificates {
|
|
602
|
+
/**
|
|
603
|
+
* 国密签名证书
|
|
604
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
605
|
+
*/
|
|
606
|
+
Sign: string
|
|
607
|
+
|
|
608
|
+
/**
|
|
609
|
+
* 国密加密证书
|
|
610
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
611
|
+
*/
|
|
612
|
+
Encrypt: string
|
|
613
|
+
|
|
614
|
+
/**
|
|
615
|
+
* 标准证书
|
|
616
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
617
|
+
*/
|
|
618
|
+
Standard: string
|
|
619
|
+
}
|
|
602
620
|
|
|
603
621
|
/**
|
|
604
622
|
* DescribeCertificate返回参数结构体
|
|
@@ -805,6 +805,11 @@ export interface CreateReplicationInstanceRequest {
|
|
|
805
805
|
* 复制实例地域名称
|
|
806
806
|
*/
|
|
807
807
|
ReplicationRegionName?: string
|
|
808
|
+
|
|
809
|
+
/**
|
|
810
|
+
* 是否同步TCR云标签至生成的COS Bucket
|
|
811
|
+
*/
|
|
812
|
+
SyncTag?: boolean
|
|
808
813
|
}
|
|
809
814
|
|
|
810
815
|
/**
|
|
@@ -2872,6 +2877,11 @@ export interface CreateInstanceRequest {
|
|
|
2872
2877
|
* 实例计费类型,0表示按量计费,1表示预付费,默认为按量计费
|
|
2873
2878
|
*/
|
|
2874
2879
|
RegistryChargeType?: number
|
|
2880
|
+
|
|
2881
|
+
/**
|
|
2882
|
+
* 是否同步TCR云标签至生成的COS Bucket
|
|
2883
|
+
*/
|
|
2884
|
+
SyncTag?: boolean
|
|
2875
2885
|
}
|
|
2876
2886
|
|
|
2877
2887
|
/**
|
|
@@ -3446,6 +3456,11 @@ export interface DeleteInstanceRequest {
|
|
|
3446
3456
|
* 是否删除存储桶,默认为false
|
|
3447
3457
|
*/
|
|
3448
3458
|
DeleteBucket?: boolean
|
|
3459
|
+
|
|
3460
|
+
/**
|
|
3461
|
+
* 是否dryRun模式,缺省值:false
|
|
3462
|
+
*/
|
|
3463
|
+
DryRun?: boolean
|
|
3449
3464
|
}
|
|
3450
3465
|
|
|
3451
3466
|
/**
|
|
@@ -5576,7 +5576,7 @@ export interface CreateCmqQueueRequest {
|
|
|
5576
5576
|
Tags?: Array<Tag>
|
|
5577
5577
|
|
|
5578
5578
|
/**
|
|
5579
|
-
*
|
|
5579
|
+
* 队列可回溯存储空间:若开启消息回溯,取值范围:10240MB - 512000MB,若不开启消息回溯,取值:0
|
|
5580
5580
|
*/
|
|
5581
5581
|
RetentionSizeInMB?: number
|
|
5582
5582
|
}
|
|
@@ -6077,12 +6077,12 @@ export interface PublishCmqMsgRequest {
|
|
|
6077
6077
|
TopicName: string
|
|
6078
6078
|
|
|
6079
6079
|
/**
|
|
6080
|
-
*
|
|
6080
|
+
* 消息内容,消息总大小需不大于1024K
|
|
6081
6081
|
*/
|
|
6082
6082
|
MsgContent: string
|
|
6083
6083
|
|
|
6084
6084
|
/**
|
|
6085
|
-
*
|
|
6085
|
+
* 消息标签,支持传递多标签或单路由,单个标签、路由长度不能超过64个字符。
|
|
6086
6086
|
*/
|
|
6087
6087
|
MsgTag?: Array<string>
|
|
6088
6088
|
}
|
|
@@ -6292,7 +6292,7 @@ export interface ModifyCmqQueueAttributeRequest {
|
|
|
6292
6292
|
Transaction?: number
|
|
6293
6293
|
|
|
6294
6294
|
/**
|
|
6295
|
-
*
|
|
6295
|
+
* 队列可回溯存储空间:若开启消息回溯,取值范围:10240MB - 512000MB,若不开启消息回溯,取值:0
|
|
6296
6296
|
*/
|
|
6297
6297
|
RetentionSizeInMB?: number
|
|
6298
6298
|
}
|
|
@@ -772,12 +772,12 @@ export interface DeployApplicationRequest {
|
|
|
772
772
|
DeployStrategyConf?: DeployStrategyConf
|
|
773
773
|
|
|
774
774
|
/**
|
|
775
|
-
*
|
|
775
|
+
* 弹性策略(已弃用,请使用弹性伸缩策略组合相关接口)
|
|
776
776
|
*/
|
|
777
777
|
HorizontalAutoscaler?: Array<HorizontalAutoscaler>
|
|
778
778
|
|
|
779
779
|
/**
|
|
780
|
-
*
|
|
780
|
+
* 定时弹性策略(已弃用,请使用弹性伸缩策略组合相关接口)
|
|
781
781
|
*/
|
|
782
782
|
CronHorizontalAutoscaler?: Array<CronHorizontalAutoscaler>
|
|
783
783
|
|
|
@@ -816,6 +816,11 @@ export interface DeployApplicationRequest {
|
|
|
816
816
|
* 是否开启prometheus 业务指标监控
|
|
817
817
|
*/
|
|
818
818
|
EnablePrometheusConf?: EnablePrometheusConf
|
|
819
|
+
|
|
820
|
+
/**
|
|
821
|
+
* 1:开始apm采集;0:关闭apm采集
|
|
822
|
+
*/
|
|
823
|
+
EnableTracing?: number
|
|
819
824
|
}
|
|
820
825
|
|
|
821
826
|
/**
|