tencentcloud-sdk-nodejs-ocr 4.0.610 → 4.0.611
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 +136 -0
- package/SERVICE_CHANGELOG.md +184 -214
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/services/ocr/v20181119/ocr_client.ts +22 -8
- package/src/services/ocr/v20181119/ocr_models.ts +91 -21
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +78 -20
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,139 @@
|
|
1
|
+
# Release 4.0.611
|
2
|
+
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
4
|
+
|
5
|
+
### 第 129 次发布
|
6
|
+
|
7
|
+
发布时间:2023-06-01 09:45:06
|
8
|
+
|
9
|
+
本次发布包含了以下内容:
|
10
|
+
|
11
|
+
改善已有的文档。
|
12
|
+
|
13
|
+
修改接口:
|
14
|
+
|
15
|
+
* [DescribeBinlogs](https://cloud.tencent.com/document/api/236/15843)
|
16
|
+
|
17
|
+
* 新增入参:MinStartTime, MaxStartTime
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
## 内容安全(cms) 版本:2019-03-21
|
23
|
+
|
24
|
+
### 第 16 次发布
|
25
|
+
|
26
|
+
发布时间:2023-05-31 21:26:41
|
27
|
+
|
28
|
+
本次发布包含了以下内容:
|
29
|
+
|
30
|
+
改善已有的文档。
|
31
|
+
|
32
|
+
新增接口:
|
33
|
+
|
34
|
+
* [CreateKeywordsSamples](https://cloud.tencent.com/document/api/669/93038)
|
35
|
+
* [DeleteLibSamples](https://cloud.tencent.com/document/api/669/93037)
|
36
|
+
* [DescribeKeywordsLibs](https://cloud.tencent.com/document/api/669/93036)
|
37
|
+
* [DescribeLibSamples](https://cloud.tencent.com/document/api/669/93035)
|
38
|
+
|
39
|
+
<font color="#dd0000">**删除接口**:</font>
|
40
|
+
|
41
|
+
* CreateFileSample
|
42
|
+
* CreateTextSample
|
43
|
+
* DeleteFileSample
|
44
|
+
* DeleteTextSample
|
45
|
+
* DescribeFileSample
|
46
|
+
* DescribeTextSample
|
47
|
+
* ManualReview
|
48
|
+
|
49
|
+
新增数据结构:
|
50
|
+
|
51
|
+
* [DeleteSampleDetails](https://cloud.tencent.com/document/api/669/34506#DeleteSampleDetails)
|
52
|
+
* [Filters](https://cloud.tencent.com/document/api/669/34506#Filters)
|
53
|
+
* [InvalidSample](https://cloud.tencent.com/document/api/669/34506#InvalidSample)
|
54
|
+
* [KeywordsLibInfo](https://cloud.tencent.com/document/api/669/34506#KeywordsLibInfo)
|
55
|
+
* [UserKeyword](https://cloud.tencent.com/document/api/669/34506#UserKeyword)
|
56
|
+
* [UserKeywordInfo](https://cloud.tencent.com/document/api/669/34506#UserKeywordInfo)
|
57
|
+
|
58
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
59
|
+
|
60
|
+
* FileSample
|
61
|
+
* FileSampleInfo
|
62
|
+
* Filter
|
63
|
+
* ManualReviewContent
|
64
|
+
* ManualReviewData
|
65
|
+
* TextSample
|
66
|
+
|
67
|
+
修改数据结构:
|
68
|
+
|
69
|
+
* [CodeDetail](https://cloud.tencent.com/document/api/669/34506#CodeDetail)
|
70
|
+
|
71
|
+
* 新增成员:StrCharset, QrCodePosition, StrQrCodeText, Uint32QrCodeType
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
77
|
+
|
78
|
+
### 第 58 次发布
|
79
|
+
|
80
|
+
发布时间:2023-06-01 09:49:03
|
81
|
+
|
82
|
+
本次发布包含了以下内容:
|
83
|
+
|
84
|
+
改善已有的文档。
|
85
|
+
|
86
|
+
新增接口:
|
87
|
+
|
88
|
+
* [ModifyAccountConfig](https://cloud.tencent.com/document/api/557/93041)
|
89
|
+
|
90
|
+
新增数据结构:
|
91
|
+
|
92
|
+
* [ConfigValue](https://cloud.tencent.com/document/api/557/16142#ConfigValue)
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
97
|
+
|
98
|
+
### 第 46 次发布
|
99
|
+
|
100
|
+
发布时间:2023-06-01 09:50:15
|
101
|
+
|
102
|
+
本次发布包含了以下内容:
|
103
|
+
|
104
|
+
改善已有的文档。
|
105
|
+
|
106
|
+
修改接口:
|
107
|
+
|
108
|
+
* [DeleteUserManagerUserList](https://cloud.tencent.com/document/api/589/83729)
|
109
|
+
|
110
|
+
* 新增入参:TkeClusterId, DisplayStrategy, UserGroupList
|
111
|
+
|
112
|
+
* <font color="#dd0000">**修改入参**:</font>UserNameList
|
113
|
+
|
114
|
+
|
115
|
+
新增数据结构:
|
116
|
+
|
117
|
+
* [UserAndGroup](https://cloud.tencent.com/document/api/589/33981#UserAndGroup)
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
## 文字识别(ocr) 版本:2018-11-19
|
122
|
+
|
123
|
+
### 第 102 次发布
|
124
|
+
|
125
|
+
发布时间:2023-06-01 09:54:24
|
126
|
+
|
127
|
+
本次发布包含了以下内容:
|
128
|
+
|
129
|
+
改善已有的文档。
|
130
|
+
|
131
|
+
新增接口:
|
132
|
+
|
133
|
+
* [RecognizePhilippinesUMIDOCR](https://cloud.tencent.com/document/api/866/93042)
|
134
|
+
|
135
|
+
|
136
|
+
|
1
137
|
# Release 4.0.610
|
2
138
|
|
3
139
|
## 应用云渲染(car) 版本:2022-01-10
|
package/SERVICE_CHANGELOG.md
CHANGED
@@ -1,59 +1,29 @@
|
|
1
1
|
# 本版本更新包含以下内容:
|
2
2
|
|
3
|
-
##
|
4
|
-
|
5
|
-
### 第 7 次发布
|
6
|
-
|
7
|
-
发布时间:2023-05-31 01:09:58
|
8
|
-
|
9
|
-
本次发布包含了以下内容:
|
10
|
-
|
11
|
-
改善已有的文档。
|
12
|
-
|
13
|
-
修改接口:
|
14
|
-
|
15
|
-
* [CreateSession](https://cloud.tencent.com/document/api/1547/72826)
|
16
|
-
|
17
|
-
* 新增入参:ApplicationParameters
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
## 主机安全(cwp) 版本:2018-02-28
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
23
4
|
|
24
|
-
### 第
|
5
|
+
### 第 129 次发布
|
25
6
|
|
26
|
-
发布时间:2023-
|
7
|
+
发布时间:2023-06-01 09:45:06
|
27
8
|
|
28
9
|
本次发布包含了以下内容:
|
29
10
|
|
30
11
|
改善已有的文档。
|
31
12
|
|
32
|
-
<font color="#dd0000">**预下线接口**:</font>
|
33
|
-
|
34
|
-
* DescribeSaveOrUpdateWarnings
|
35
|
-
|
36
13
|
修改接口:
|
37
14
|
|
38
|
-
* [
|
39
|
-
|
40
|
-
* <font color="#dd0000">**修改入参**:</font>Uuid, Quuid
|
41
|
-
|
42
|
-
|
43
|
-
修改数据结构:
|
44
|
-
|
45
|
-
* [AssetSystemPackageInfo](https://cloud.tencent.com/document/api/296/19867#AssetSystemPackageInfo)
|
15
|
+
* [DescribeBinlogs](https://cloud.tencent.com/document/api/236/15843)
|
46
16
|
|
47
|
-
*
|
17
|
+
* 新增入参:MinStartTime, MaxStartTime
|
48
18
|
|
49
19
|
|
50
20
|
|
51
21
|
|
52
|
-
##
|
22
|
+
## 内容安全(cms) 版本:2019-03-21
|
53
23
|
|
54
|
-
### 第
|
24
|
+
### 第 16 次发布
|
55
25
|
|
56
|
-
发布时间:2023-05-31
|
26
|
+
发布时间:2023-05-31 21:26:41
|
57
27
|
|
58
28
|
本次发布包含了以下内容:
|
59
29
|
|
@@ -61,152 +31,73 @@
|
|
61
31
|
|
62
32
|
新增接口:
|
63
33
|
|
64
|
-
* [
|
65
|
-
* [
|
66
|
-
* [
|
67
|
-
* [
|
68
|
-
* [DescribeResourcePackageSaleSpec](https://cloud.tencent.com/document/api/1003/93010)
|
69
|
-
* [ModifyResourcePackageClusters](https://cloud.tencent.com/document/api/1003/93009)
|
70
|
-
* [ModifyResourcePackageName](https://cloud.tencent.com/document/api/1003/93008)
|
71
|
-
* [RefundResourcePackage](https://cloud.tencent.com/document/api/1003/93007)
|
72
|
-
* [UnbindClusterResourcePackages](https://cloud.tencent.com/document/api/1003/93006)
|
73
|
-
|
74
|
-
新增数据结构:
|
75
|
-
|
76
|
-
* [BindInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#BindInstanceInfo)
|
77
|
-
* [Package](https://cloud.tencent.com/document/api/1003/48097#Package)
|
78
|
-
* [PackageDetail](https://cloud.tencent.com/document/api/1003/48097#PackageDetail)
|
79
|
-
* [ResourcePackage](https://cloud.tencent.com/document/api/1003/48097#ResourcePackage)
|
80
|
-
* [SalePackageSpec](https://cloud.tencent.com/document/api/1003/48097#SalePackageSpec)
|
81
|
-
|
82
|
-
修改数据结构:
|
83
|
-
|
84
|
-
* [CynosdbCluster](https://cloud.tencent.com/document/api/1003/48097#CynosdbCluster)
|
85
|
-
|
86
|
-
* 新增成员:ResourcePackages
|
87
|
-
|
88
|
-
* [CynosdbClusterDetail](https://cloud.tencent.com/document/api/1003/48097#CynosdbClusterDetail)
|
89
|
-
|
90
|
-
* 新增成员:ResourcePackages
|
91
|
-
|
92
|
-
* [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
|
93
|
-
|
94
|
-
* 新增成员:DbMode, ResourcePackages
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
100
|
-
|
101
|
-
### 第 70 次发布
|
102
|
-
|
103
|
-
发布时间:2023-05-31 01:25:51
|
104
|
-
|
105
|
-
本次发布包含了以下内容:
|
106
|
-
|
107
|
-
改善已有的文档。
|
108
|
-
|
109
|
-
修改接口:
|
110
|
-
|
111
|
-
* [CreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1323/89386)
|
112
|
-
|
113
|
-
* 新增入参:SealImageCompress, SealColor, ProcessSeal
|
114
|
-
|
115
|
-
|
116
|
-
修改数据结构:
|
117
|
-
|
118
|
-
* [TemplateInfo](https://cloud.tencent.com/document/api/1323/70369#TemplateInfo)
|
119
|
-
|
120
|
-
* 新增成员:TemplateType
|
121
|
-
|
122
|
-
|
123
|
-
### 第 69 次发布
|
124
|
-
|
125
|
-
发布时间:2023-05-30 17:10:50
|
126
|
-
|
127
|
-
本次发布包含了以下内容:
|
128
|
-
|
129
|
-
改善已有的文档。
|
130
|
-
|
131
|
-
修改数据结构:
|
132
|
-
|
133
|
-
* [Agent](https://cloud.tencent.com/document/api/1323/70369#Agent)
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
## 人脸融合(facefusion) 版本:2022-09-27
|
139
|
-
|
140
|
-
### 第 4 次发布
|
141
|
-
|
142
|
-
发布时间:2023-05-31 01:26:29
|
143
|
-
|
144
|
-
本次发布包含了以下内容:
|
145
|
-
|
146
|
-
改善已有的文档。
|
147
|
-
|
148
|
-
修改数据结构:
|
149
|
-
|
150
|
-
* [PublicMaterialInfos](https://cloud.tencent.com/document/api/670/85619#PublicMaterialInfos)
|
151
|
-
|
152
|
-
* 新增成员:AuditResult
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
## 人脸融合(facefusion) 版本:2018-12-01
|
158
|
-
|
34
|
+
* [CreateKeywordsSamples](https://cloud.tencent.com/document/api/669/93038)
|
35
|
+
* [DeleteLibSamples](https://cloud.tencent.com/document/api/669/93037)
|
36
|
+
* [DescribeKeywordsLibs](https://cloud.tencent.com/document/api/669/93036)
|
37
|
+
* [DescribeLibSamples](https://cloud.tencent.com/document/api/669/93035)
|
159
38
|
|
39
|
+
<font color="#dd0000">**删除接口**:</font>
|
160
40
|
|
161
|
-
|
41
|
+
* CreateFileSample
|
42
|
+
* CreateTextSample
|
43
|
+
* DeleteFileSample
|
44
|
+
* DeleteTextSample
|
45
|
+
* DescribeFileSample
|
46
|
+
* DescribeTextSample
|
47
|
+
* ManualReview
|
162
48
|
|
163
|
-
|
49
|
+
新增数据结构:
|
164
50
|
|
165
|
-
|
51
|
+
* [DeleteSampleDetails](https://cloud.tencent.com/document/api/669/34506#DeleteSampleDetails)
|
52
|
+
* [Filters](https://cloud.tencent.com/document/api/669/34506#Filters)
|
53
|
+
* [InvalidSample](https://cloud.tencent.com/document/api/669/34506#InvalidSample)
|
54
|
+
* [KeywordsLibInfo](https://cloud.tencent.com/document/api/669/34506#KeywordsLibInfo)
|
55
|
+
* [UserKeyword](https://cloud.tencent.com/document/api/669/34506#UserKeyword)
|
56
|
+
* [UserKeywordInfo](https://cloud.tencent.com/document/api/669/34506#UserKeywordInfo)
|
166
57
|
|
167
|
-
|
58
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
168
59
|
|
169
|
-
|
60
|
+
* FileSample
|
61
|
+
* FileSampleInfo
|
62
|
+
* Filter
|
63
|
+
* ManualReviewContent
|
64
|
+
* ManualReviewData
|
65
|
+
* TextSample
|
170
66
|
|
171
67
|
修改数据结构:
|
172
68
|
|
173
|
-
* [
|
69
|
+
* [CodeDetail](https://cloud.tencent.com/document/api/669/34506#CodeDetail)
|
174
70
|
|
175
|
-
*
|
71
|
+
* 新增成员:StrCharset, QrCodePosition, StrQrCodeText, Uint32QrCodeType
|
176
72
|
|
177
|
-
* [TriggerInfo](https://cloud.tencent.com/document/api/583/17244#TriggerInfo)
|
178
|
-
|
179
|
-
* <font color="#dd0000">**修改成员**:</font>ResourceId, BindStatus, TriggerAttribute
|
180
73
|
|
181
74
|
|
182
75
|
|
76
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
183
77
|
|
184
|
-
|
185
|
-
|
186
|
-
### 第 55 次发布
|
78
|
+
### 第 58 次发布
|
187
79
|
|
188
|
-
发布时间:2023-
|
80
|
+
发布时间:2023-06-01 09:49:03
|
189
81
|
|
190
82
|
本次发布包含了以下内容:
|
191
83
|
|
192
84
|
改善已有的文档。
|
193
85
|
|
194
|
-
|
195
|
-
|
196
|
-
* [DeleteSecurityPolicy](https://cloud.tencent.com/document/api/1141/53907)
|
86
|
+
新增接口:
|
197
87
|
|
198
|
-
|
88
|
+
* [ModifyAccountConfig](https://cloud.tencent.com/document/api/557/93041)
|
199
89
|
|
200
|
-
|
90
|
+
新增数据结构:
|
201
91
|
|
92
|
+
* [ConfigValue](https://cloud.tencent.com/document/api/557/16142#ConfigValue)
|
202
93
|
|
203
94
|
|
204
95
|
|
205
|
-
##
|
96
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
206
97
|
|
207
|
-
### 第
|
98
|
+
### 第 46 次发布
|
208
99
|
|
209
|
-
发布时间:2023-
|
100
|
+
发布时间:2023-06-01 09:50:15
|
210
101
|
|
211
102
|
本次发布包含了以下内容:
|
212
103
|
|
@@ -214,67 +105,32 @@
|
|
214
105
|
|
215
106
|
修改接口:
|
216
107
|
|
217
|
-
* [
|
218
|
-
|
219
|
-
* 新增入参:ProjectId
|
220
|
-
|
221
|
-
|
222
|
-
修改数据结构:
|
223
|
-
|
224
|
-
* [ComputeNode](https://cloud.tencent.com/document/api/1527/89579#ComputeNode)
|
225
|
-
|
226
|
-
* 新增成员:ProjectId
|
227
|
-
|
228
|
-
* [ExpansionNodeConfig](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfig)
|
229
|
-
|
230
|
-
* 新增成员:ProjectId
|
231
|
-
|
232
|
-
* [LoginNode](https://cloud.tencent.com/document/api/1527/89579#LoginNode)
|
233
|
-
|
234
|
-
* 新增成员:ProjectId
|
235
|
-
|
236
|
-
* [ManagerNode](https://cloud.tencent.com/document/api/1527/89579#ManagerNode)
|
237
|
-
|
238
|
-
* 新增成员:ProjectId
|
239
|
-
|
240
|
-
|
108
|
+
* [DeleteUserManagerUserList](https://cloud.tencent.com/document/api/589/83729)
|
241
109
|
|
110
|
+
* 新增入参:TkeClusterId, DisplayStrategy, UserGroupList
|
242
111
|
|
243
|
-
|
112
|
+
* <font color="#dd0000">**修改入参**:</font>UserNameList
|
244
113
|
|
245
114
|
|
115
|
+
新增数据结构:
|
246
116
|
|
247
|
-
|
117
|
+
* [UserAndGroup](https://cloud.tencent.com/document/api/589/33981#UserAndGroup)
|
248
118
|
|
249
119
|
|
250
120
|
|
251
|
-
##
|
121
|
+
## 文字识别(ocr) 版本:2018-11-19
|
252
122
|
|
253
|
-
### 第
|
123
|
+
### 第 102 次发布
|
254
124
|
|
255
|
-
发布时间:2023-
|
125
|
+
发布时间:2023-06-01 09:54:24
|
256
126
|
|
257
127
|
本次发布包含了以下内容:
|
258
128
|
|
259
129
|
改善已有的文档。
|
260
130
|
|
261
|
-
|
262
|
-
|
263
|
-
* [DescribeOperateTasks](https://cloud.tencent.com/document/api/1267/90705)
|
264
|
-
|
265
|
-
* 新增入参:SourceServiceId, SourceServiceType, TargetServiceId, TargetServiceType, AlarmType
|
266
|
-
|
267
|
-
|
268
|
-
修改数据结构:
|
269
|
-
|
270
|
-
* [TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo)
|
271
|
-
|
272
|
-
* 新增成员:ExecutionStartTime, ExecutionEndTime, Layer, SourceServiceId, SourceServiceType, TargetServiceId, TargetServiceType, AlarmType, CreateTime
|
273
|
-
|
274
|
-
* [TaskInfoPage](https://cloud.tencent.com/document/api/1267/76336#TaskInfoPage)
|
275
|
-
|
276
|
-
* 新增成员:PageCount, TotalCount
|
131
|
+
新增接口:
|
277
132
|
|
133
|
+
* [RecognizePhilippinesUMIDOCR](https://cloud.tencent.com/document/api/866/93042)
|
278
134
|
|
279
135
|
|
280
136
|
|
@@ -13816,6 +13672,21 @@
|
|
13816
13672
|
|
13817
13673
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
13818
13674
|
|
13675
|
+
### 第 129 次发布
|
13676
|
+
|
13677
|
+
发布时间:2023-06-01 09:45:06
|
13678
|
+
|
13679
|
+
本次发布包含了以下内容:
|
13680
|
+
|
13681
|
+
改善已有的文档。
|
13682
|
+
|
13683
|
+
修改接口:
|
13684
|
+
|
13685
|
+
* [DescribeBinlogs](https://cloud.tencent.com/document/api/236/15843)
|
13686
|
+
|
13687
|
+
* 新增入参:MinStartTime, MaxStartTime
|
13688
|
+
|
13689
|
+
|
13819
13690
|
### 第 128 次发布
|
13820
13691
|
|
13821
13692
|
发布时间:2023-05-22 01:07:39
|
@@ -27900,6 +27771,56 @@
|
|
27900
27771
|
|
27901
27772
|
## 内容安全(cms) 版本:2019-03-21
|
27902
27773
|
|
27774
|
+
### 第 16 次发布
|
27775
|
+
|
27776
|
+
发布时间:2023-05-31 21:26:41
|
27777
|
+
|
27778
|
+
本次发布包含了以下内容:
|
27779
|
+
|
27780
|
+
改善已有的文档。
|
27781
|
+
|
27782
|
+
新增接口:
|
27783
|
+
|
27784
|
+
* [[CreateKeywordsSamples](https://cloud.tencent.com/document/api/669/93038)](https://cloud.tencent.com/document/api/#/#)
|
27785
|
+
* [[DeleteLibSamples](https://cloud.tencent.com/document/api/669/93037)](https://cloud.tencent.com/document/api/#/#)
|
27786
|
+
* [[DescribeKeywordsLibs](https://cloud.tencent.com/document/api/669/93036)](https://cloud.tencent.com/document/api/#/#)
|
27787
|
+
* [[DescribeLibSamples](https://cloud.tencent.com/document/api/669/93035)](https://cloud.tencent.com/document/api/#/#)
|
27788
|
+
|
27789
|
+
<font color="#dd0000">**删除接口**:</font>
|
27790
|
+
|
27791
|
+
* CreateFileSample
|
27792
|
+
* CreateTextSample
|
27793
|
+
* DeleteFileSample
|
27794
|
+
* DeleteTextSample
|
27795
|
+
* DescribeFileSample
|
27796
|
+
* DescribeTextSample
|
27797
|
+
* ManualReview
|
27798
|
+
|
27799
|
+
新增数据结构:
|
27800
|
+
|
27801
|
+
* [[DeleteSampleDetails](https://cloud.tencent.com/document/api/669/34506#DeleteSampleDetails)](https://cloud.tencent.com/document/api/669/34506#[DeleteSampleDetails](https://cloud.tencent.com/document/api/669/34506#DeleteSampleDetails))
|
27802
|
+
* [[Filters](https://cloud.tencent.com/document/api/669/34506#Filters)](https://cloud.tencent.com/document/api/669/34506#[Filters](https://cloud.tencent.com/document/api/669/34506#Filters))
|
27803
|
+
* [[InvalidSample](https://cloud.tencent.com/document/api/669/34506#InvalidSample)](https://cloud.tencent.com/document/api/669/34506#[InvalidSample](https://cloud.tencent.com/document/api/669/34506#InvalidSample))
|
27804
|
+
* [[KeywordsLibInfo](https://cloud.tencent.com/document/api/669/34506#KeywordsLibInfo)](https://cloud.tencent.com/document/api/669/34506#[KeywordsLibInfo](https://cloud.tencent.com/document/api/669/34506#KeywordsLibInfo))
|
27805
|
+
* [[UserKeyword](https://cloud.tencent.com/document/api/669/34506#UserKeyword)](https://cloud.tencent.com/document/api/669/34506#[UserKeyword](https://cloud.tencent.com/document/api/669/34506#UserKeyword))
|
27806
|
+
* [[UserKeywordInfo](https://cloud.tencent.com/document/api/669/34506#UserKeywordInfo)](https://cloud.tencent.com/document/api/669/34506#[UserKeywordInfo](https://cloud.tencent.com/document/api/669/34506#UserKeywordInfo))
|
27807
|
+
|
27808
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
27809
|
+
|
27810
|
+
* FileSample
|
27811
|
+
* FileSampleInfo
|
27812
|
+
* Filter
|
27813
|
+
* ManualReviewContent
|
27814
|
+
* ManualReviewData
|
27815
|
+
* TextSample
|
27816
|
+
|
27817
|
+
修改数据结构:
|
27818
|
+
|
27819
|
+
* [CodeDetail](https://cloud.tencent.com/document/api/669/34506#CodeDetail)
|
27820
|
+
|
27821
|
+
* 新增成员:StrCharset, QrCodePosition, StrQrCodeText, Uint32QrCodeType
|
27822
|
+
|
27823
|
+
|
27903
27824
|
### 第 15 次发布
|
27904
27825
|
|
27905
27826
|
发布时间:2020-07-30 08:07:34
|
@@ -35882,23 +35803,23 @@
|
|
35882
35803
|
|
35883
35804
|
新增接口:
|
35884
35805
|
|
35885
|
-
* [
|
35886
|
-
* [
|
35887
|
-
* [
|
35888
|
-
* [
|
35889
|
-
* [
|
35890
|
-
* [
|
35891
|
-
* [
|
35892
|
-
* [
|
35893
|
-
* [
|
35806
|
+
* [BindClusterResourcePackages](https://cloud.tencent.com/document/api/1003/93014)
|
35807
|
+
* [CreateResourcePackage](https://cloud.tencent.com/document/api/1003/93013)
|
35808
|
+
* [DescribeResourcePackageDetail](https://cloud.tencent.com/document/api/1003/93012)
|
35809
|
+
* [DescribeResourcePackageList](https://cloud.tencent.com/document/api/1003/93011)
|
35810
|
+
* [DescribeResourcePackageSaleSpec](https://cloud.tencent.com/document/api/1003/93010)
|
35811
|
+
* [ModifyResourcePackageClusters](https://cloud.tencent.com/document/api/1003/93009)
|
35812
|
+
* [ModifyResourcePackageName](https://cloud.tencent.com/document/api/1003/93008)
|
35813
|
+
* [RefundResourcePackage](https://cloud.tencent.com/document/api/1003/93007)
|
35814
|
+
* [UnbindClusterResourcePackages](https://cloud.tencent.com/document/api/1003/93006)
|
35894
35815
|
|
35895
35816
|
新增数据结构:
|
35896
35817
|
|
35897
|
-
* [
|
35898
|
-
* [
|
35899
|
-
* [
|
35900
|
-
* [
|
35901
|
-
* [
|
35818
|
+
* [BindInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#BindInstanceInfo)
|
35819
|
+
* [Package](https://cloud.tencent.com/document/api/1003/48097#Package)
|
35820
|
+
* [PackageDetail](https://cloud.tencent.com/document/api/1003/48097#PackageDetail)
|
35821
|
+
* [ResourcePackage](https://cloud.tencent.com/document/api/1003/48097#ResourcePackage)
|
35822
|
+
* [SalePackageSpec](https://cloud.tencent.com/document/api/1003/48097#SalePackageSpec)
|
35902
35823
|
|
35903
35824
|
修改数据结构:
|
35904
35825
|
|
@@ -39107,6 +39028,22 @@
|
|
39107
39028
|
|
39108
39029
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
39109
39030
|
|
39031
|
+
### 第 58 次发布
|
39032
|
+
|
39033
|
+
发布时间:2023-06-01 09:49:03
|
39034
|
+
|
39035
|
+
本次发布包含了以下内容:
|
39036
|
+
|
39037
|
+
改善已有的文档。
|
39038
|
+
|
39039
|
+
新增接口:
|
39040
|
+
|
39041
|
+
* [[ModifyAccountConfig](https://cloud.tencent.com/document/api/557/93041)](https://cloud.tencent.com/document/api/#/#)
|
39042
|
+
|
39043
|
+
新增数据结构:
|
39044
|
+
|
39045
|
+
* [[ConfigValue](https://cloud.tencent.com/document/api/557/16142#ConfigValue)](https://cloud.tencent.com/document/api/557/16142#[ConfigValue](https://cloud.tencent.com/document/api/557/16142#ConfigValue))
|
39046
|
+
|
39110
39047
|
### 第 57 次发布
|
39111
39048
|
|
39112
39049
|
发布时间:2023-05-29 01:20:37
|
@@ -45686,6 +45623,27 @@
|
|
45686
45623
|
|
45687
45624
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
45688
45625
|
|
45626
|
+
### 第 46 次发布
|
45627
|
+
|
45628
|
+
发布时间:2023-06-01 09:50:15
|
45629
|
+
|
45630
|
+
本次发布包含了以下内容:
|
45631
|
+
|
45632
|
+
改善已有的文档。
|
45633
|
+
|
45634
|
+
修改接口:
|
45635
|
+
|
45636
|
+
* [DeleteUserManagerUserList](https://cloud.tencent.com/document/api/589/83729)
|
45637
|
+
|
45638
|
+
* 新增入参:TkeClusterId, DisplayStrategy, UserGroupList
|
45639
|
+
|
45640
|
+
* <font color="#dd0000">**修改入参**:</font>UserNameList
|
45641
|
+
|
45642
|
+
|
45643
|
+
新增数据结构:
|
45644
|
+
|
45645
|
+
* [[UserAndGroup](https://cloud.tencent.com/document/api/589/33981#UserAndGroup)](https://cloud.tencent.com/document/api/589/33981#[UserAndGroup](https://cloud.tencent.com/document/api/589/33981#UserAndGroup))
|
45646
|
+
|
45689
45647
|
### 第 45 次发布
|
45690
45648
|
|
45691
45649
|
发布时间:2023-04-10 01:29:11
|
@@ -73406,6 +73364,18 @@
|
|
73406
73364
|
|
73407
73365
|
## 文字识别(ocr) 版本:2018-11-19
|
73408
73366
|
|
73367
|
+
### 第 102 次发布
|
73368
|
+
|
73369
|
+
发布时间:2023-06-01 09:54:24
|
73370
|
+
|
73371
|
+
本次发布包含了以下内容:
|
73372
|
+
|
73373
|
+
改善已有的文档。
|
73374
|
+
|
73375
|
+
新增接口:
|
73376
|
+
|
73377
|
+
* [[RecognizePhilippinesUMIDOCR](https://cloud.tencent.com/document/api/866/93042)](https://cloud.tencent.com/document/api/#/#)
|
73378
|
+
|
73409
73379
|
### 第 101 次发布
|
73410
73380
|
|
73411
73381
|
发布时间:2023-05-26 01:45:09
|
package/package.json
CHANGED
package/products.md
CHANGED
@@ -41,7 +41,7 @@
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-05-23 01:06:09 |
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-05-31 01:10:22 |
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-01 09:45:06 |
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-05-18 01:09:37 |
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-05-24 01:09:09 |
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
|
@@ -62,10 +62,10 @@
|
|
62
62
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-05-29 01:15:07 |
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-05-18 01:14:25 |
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
|
65
|
-
| cms | [内容安全](https://cloud.tencent.com/document/product) |
|
65
|
+
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-05-18 01:15:05 |
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
68
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-
|
68
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-06-01 09:47:17 |
|
69
69
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
70
70
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-26 01:16:07 |
|
71
71
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-05-31 01:16:52 |
|
@@ -77,7 +77,7 @@
|
|
77
77
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-05-18 01:21:10 |
|
78
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
|
79
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
|
80
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-
|
80
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-01 09:49:03 |
|
81
81
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-05-29 01:21:27 |
|
82
82
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-05-18 01:22:51 |
|
83
83
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
|
@@ -91,9 +91,9 @@
|
|
91
91
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-05-18 01:24:47 |
|
92
92
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
93
93
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
|
94
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-
|
94
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-01 09:50:15 |
|
95
95
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
|
96
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-01 09:50:34 |
|
97
97
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-05-26 15:35:45 |
|
98
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
|
99
99
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-31 01:26:34 |
|
@@ -146,9 +146,9 @@
|
|
146
146
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-05-19 01:49:42 |
|
147
147
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
148
148
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-05-29 01:34:54 |
|
149
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-
|
149
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-01 09:54:24 |
|
150
150
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
|
151
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-
|
151
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-01 09:54:49 |
|
152
152
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-05-29 01:35:52 |
|
153
153
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
154
154
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-05-23 01:34:25 |
|
@@ -211,7 +211,7 @@
|
|
211
211
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-05-18 02:01:10 |
|
212
212
|
| tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-05-18 02:01:16 |
|
213
213
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
214
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-
|
214
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-06-01 09:59:32 |
|
215
215
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-05-31 01:48:08 |
|
216
216
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-05-31 01:48:18 |
|
217
217
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-05-18 02:02:09 |
|
@@ -222,9 +222,9 @@
|
|
222
222
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
223
223
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
|
224
224
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-05-31 01:49:59 |
|
225
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-
|
225
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-01 10:01:44 |
|
226
226
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-05-19 02:51:58 |
|
227
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-
|
227
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-06-01 10:02:45 |
|
228
228
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-18 02:08:17 |
|
229
229
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-05-31 01:52:47 |
|
230
230
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
@@ -50,7 +50,7 @@ import {
|
|
50
50
|
InvoiceGeneralOCRRequest,
|
51
51
|
Rect,
|
52
52
|
LicensePlateInfo,
|
53
|
-
|
53
|
+
RideHailingTransportLicenseOCRRequest,
|
54
54
|
VatRollItem,
|
55
55
|
TextFormula,
|
56
56
|
HmtResidentPermitOCRResponse,
|
@@ -137,6 +137,7 @@ import {
|
|
137
137
|
TaxiInvoiceOCRRequest,
|
138
138
|
MachinePrintedInvoice,
|
139
139
|
PropOwnerCertOCRRequest,
|
140
|
+
SingleInvoiceInfo,
|
140
141
|
RecognizeContainerOCRRequest,
|
141
142
|
TrainTicket,
|
142
143
|
EduPaperOCRRequest,
|
@@ -160,6 +161,7 @@ import {
|
|
160
161
|
TextVehicleBack,
|
161
162
|
RecognizeIndonesiaIDCardOCRResponse,
|
162
163
|
GeneralEfficientOCRRequest,
|
164
|
+
RecognizePhilippinesUMIDOCRResponse,
|
163
165
|
AdvertiseOCRRequest,
|
164
166
|
RideHailingDriverLicenseOCRResponse,
|
165
167
|
Detail,
|
@@ -269,7 +271,7 @@ import {
|
|
269
271
|
WaybillOCRRequest,
|
270
272
|
VinOCRRequest,
|
271
273
|
VatInvoiceOCRRequest,
|
272
|
-
|
274
|
+
RecognizePhilippinesUMIDOCRRequest,
|
273
275
|
MLIDCardOCRResponse,
|
274
276
|
RecognizePhilippinesTinIDOCRRequest,
|
275
277
|
RecognizeTableOCRRequest,
|
@@ -657,13 +659,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
657
659
|
}
|
658
660
|
|
659
661
|
/**
|
660
|
-
*
|
662
|
+
* 菲律宾UMID识别
|
661
663
|
*/
|
662
|
-
async
|
663
|
-
req:
|
664
|
-
cb?: (error: string, rep:
|
665
|
-
): Promise<
|
666
|
-
return this.request("
|
664
|
+
async RecognizePhilippinesUMIDOCR(
|
665
|
+
req: RecognizePhilippinesUMIDOCRRequest,
|
666
|
+
cb?: (error: string, rep: RecognizePhilippinesUMIDOCRResponse) => void
|
667
|
+
): Promise<RecognizePhilippinesUMIDOCRResponse> {
|
668
|
+
return this.request("RecognizePhilippinesUMIDOCR", req, cb)
|
667
669
|
}
|
668
670
|
|
669
671
|
/**
|
@@ -694,6 +696,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
694
696
|
/**
|
695
697
|
* 本接口支持泰国身份证识别,识别字段包括泰文姓名、英文姓名、地址、出生日期、身份证号码、首次领用日期、签发日期等字段。
|
696
698
|
本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)
|
699
|
+
|
700
|
+
默认接口请求频率限制:10次/秒
|
697
701
|
*/
|
698
702
|
async RecognizeThaiIDCardOCR(
|
699
703
|
req: RecognizeThaiIDCardOCRRequest,
|
@@ -796,6 +800,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
796
800
|
return this.request("RecognizeOnlineTaxiItineraryOCR", req, cb)
|
797
801
|
}
|
798
802
|
|
803
|
+
/**
|
804
|
+
* 本接口支持图片内车辆识别代号(VIN)的检测和识别。
|
805
|
+
*/
|
806
|
+
async VinOCR(
|
807
|
+
req: VinOCRRequest,
|
808
|
+
cb?: (error: string, rep: VinOCRResponse) => void
|
809
|
+
): Promise<VinOCRResponse> {
|
810
|
+
return this.request("VinOCR", req, cb)
|
811
|
+
}
|
812
|
+
|
799
813
|
/**
|
800
814
|
* 本接口支持中国香港身份证人像面中关键字段的识别,包括中文姓名、英文姓名、姓名电码、出生日期、性别、证件符号、首次签发日期、最近领用日期、身份证号、是否是永久性居民身份证;具备防伪识别、人像照片裁剪等扩展功能。
|
801
815
|
|
@@ -1283,23 +1283,20 @@ export interface LicensePlateInfo {
|
|
1283
1283
|
}
|
1284
1284
|
|
1285
1285
|
/**
|
1286
|
-
*
|
1286
|
+
* RideHailingTransportLicenseOCR请求参数结构体
|
1287
1287
|
*/
|
1288
|
-
export interface
|
1289
|
-
/**
|
1290
|
-
* 识别出的字段名称
|
1291
|
-
*/
|
1292
|
-
Name: string
|
1293
|
-
|
1288
|
+
export interface RideHailingTransportLicenseOCRRequest {
|
1294
1289
|
/**
|
1295
|
-
|
1296
|
-
|
1297
|
-
|
1290
|
+
* 图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
|
1291
|
+
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1292
|
+
*/
|
1293
|
+
ImageBase64?: string
|
1298
1294
|
|
1299
1295
|
/**
|
1300
|
-
|
1301
|
-
|
1302
|
-
|
1296
|
+
* 图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。
|
1297
|
+
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
1298
|
+
*/
|
1299
|
+
ImageUrl?: string
|
1303
1300
|
}
|
1304
1301
|
|
1305
1302
|
/**
|
@@ -4732,6 +4729,26 @@ export interface PropOwnerCertOCRRequest {
|
|
4732
4729
|
ImageUrl?: string
|
4733
4730
|
}
|
4734
4731
|
|
4732
|
+
/**
|
4733
|
+
* 混贴票据中单张发票的内容
|
4734
|
+
*/
|
4735
|
+
export interface SingleInvoiceInfo {
|
4736
|
+
/**
|
4737
|
+
* 识别出的字段名称
|
4738
|
+
*/
|
4739
|
+
Name: string
|
4740
|
+
|
4741
|
+
/**
|
4742
|
+
* 识别出的字段名称对应的值,也就是字段name对应的字符串结果。
|
4743
|
+
*/
|
4744
|
+
Value: string
|
4745
|
+
|
4746
|
+
/**
|
4747
|
+
* 字段属于第几行,用于相同字段的排版,如发票明细表格项目,普通字段使用默认值为-1,表示无列排版。
|
4748
|
+
*/
|
4749
|
+
Row: number
|
4750
|
+
}
|
4751
|
+
|
4735
4752
|
/**
|
4736
4753
|
* RecognizeContainerOCR请求参数结构体
|
4737
4754
|
*/
|
@@ -6059,6 +6076,56 @@ export interface GeneralEfficientOCRRequest {
|
|
6059
6076
|
ImageUrl?: string
|
6060
6077
|
}
|
6061
6078
|
|
6079
|
+
/**
|
6080
|
+
* RecognizePhilippinesUMIDOCR返回参数结构体
|
6081
|
+
*/
|
6082
|
+
export interface RecognizePhilippinesUMIDOCRResponse {
|
6083
|
+
/**
|
6084
|
+
* 姓
|
6085
|
+
*/
|
6086
|
+
Surname?: TextDetectionResult
|
6087
|
+
|
6088
|
+
/**
|
6089
|
+
* 中间名
|
6090
|
+
*/
|
6091
|
+
MiddleName?: TextDetectionResult
|
6092
|
+
|
6093
|
+
/**
|
6094
|
+
* 名
|
6095
|
+
*/
|
6096
|
+
GivenName?: TextDetectionResult
|
6097
|
+
|
6098
|
+
/**
|
6099
|
+
* 地址
|
6100
|
+
*/
|
6101
|
+
Address?: TextDetectionResult
|
6102
|
+
|
6103
|
+
/**
|
6104
|
+
* 生日
|
6105
|
+
*/
|
6106
|
+
Birthday?: TextDetectionResult
|
6107
|
+
|
6108
|
+
/**
|
6109
|
+
* crn码
|
6110
|
+
*/
|
6111
|
+
CRN?: TextDetectionResult
|
6112
|
+
|
6113
|
+
/**
|
6114
|
+
* 性别
|
6115
|
+
*/
|
6116
|
+
Sex?: TextDetectionResult
|
6117
|
+
|
6118
|
+
/**
|
6119
|
+
* 人像照片Base64后的结果
|
6120
|
+
*/
|
6121
|
+
HeadPortrait?: TextDetectionResult
|
6122
|
+
|
6123
|
+
/**
|
6124
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
6125
|
+
*/
|
6126
|
+
RequestId?: string
|
6127
|
+
}
|
6128
|
+
|
6062
6129
|
/**
|
6063
6130
|
* AdvertiseOCR请求参数结构体
|
6064
6131
|
*/
|
@@ -9902,20 +9969,23 @@ export interface VatInvoiceOCRRequest {
|
|
9902
9969
|
}
|
9903
9970
|
|
9904
9971
|
/**
|
9905
|
-
*
|
9972
|
+
* RecognizePhilippinesUMIDOCR请求参数结构体
|
9906
9973
|
*/
|
9907
|
-
export interface
|
9974
|
+
export interface RecognizePhilippinesUMIDOCRRequest {
|
9908
9975
|
/**
|
9909
|
-
|
9910
|
-
|
9911
|
-
*/
|
9976
|
+
* 图片的 Base64 值。 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9977
|
+
*/
|
9912
9978
|
ImageBase64?: string
|
9913
9979
|
|
9914
9980
|
/**
|
9915
|
-
|
9916
|
-
|
9917
|
-
*/
|
9981
|
+
* 图片的 Url 地址。 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9982
|
+
*/
|
9918
9983
|
ImageUrl?: string
|
9984
|
+
|
9985
|
+
/**
|
9986
|
+
* 是否返回人像照片。
|
9987
|
+
*/
|
9988
|
+
ReturnHeadImage?: boolean
|
9919
9989
|
}
|
9920
9990
|
|
9921
9991
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
2
|
-
import { RecognizeOnlineTaxiItineraryOCRResponse, BankSlipOCRRequest, BusinessCardOCRResponse, HKIDCardOCRRequest, CarInvoiceOCRRequest, RecognizeTravelCardOCRRequest, TrainTicketOCRRequest, EstateCertOCRResponse, FlightInvoiceOCRRequest, RecognizePhilippinesDrivingLicenseOCRRequest, MLIDPassportOCRRequest, SmartStructuralOCRV2Request, TextDetectResponse, TollInvoiceOCRResponse, VerifyBizLicenseResponse, FinanBillSliceOCRResponse, DriverLicenseOCRResponse, WaybillOCRResponse, CreateAIFormTaskRequest, VerifyBizLicenseRequest, PermitOCRResponse, InvoiceGeneralOCRRequest, HmtResidentPermitOCRResponse, EnterpriseLicenseOCRResponse, RecognizePhilippinesVoteIDOCRRequest, InstitutionOCRResponse, DriverLicenseOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, MainlandPermitOCRRequest, SmartStructuralOCRV2Response, EnterpriseLicenseOCRRequest, BankCardOCRRequest, VehicleRegCertOCRRequest, PropOwnerCertOCRResponse, TrainTicketOCRResponse, RecognizePhilippinesTinIDOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, SmartStructuralOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, RecognizePhilippinesVoteIDOCRResponse, GeneralAccurateOCRResponse, HmtResidentPermitOCRRequest, QrcodeOCRRequest, TaxiInvoiceOCRResponse, RecognizeGeneralInvoiceRequest, GeneralBasicOCRResponse, RecognizeThaiIDCardOCRResponse, RecognizeMedicalInvoiceOCRResponse, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VatInvoiceVerifyNewRequest, VehicleLicenseOCRResponse, RecognizePhilippinesSssIDOCRRequest, IDCardOCRResponse, ClassifyDetectOCRRequest, DutyPaidProofOCRResponse, TollInvoiceOCRRequest, LicensePlateOCRResponse, HKIDCardOCRResponse, OrgCodeCertOCRResponse, PermitOCRRequest, InvoiceGeneralOCRResponse, VatInvoiceVerifyNewResponse, RecognizePhilippinesSssIDOCRResponse, TaxiInvoiceOCRRequest, PropOwnerCertOCRRequest, RecognizeContainerOCRRequest, EduPaperOCRRequest, VatRollInvoiceOCRResponse, VatInvoiceVerifyRequest, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, TableOCRRequest, ImageEnhancementResponse, PassportOCRResponse, VerifyBasicBizLicenseResponse, TextDetectRequest, RecognizeTravelCardOCRResponse, LicensePlateOCRRequest, GeneralBasicOCRRequest, RecognizeIndonesiaIDCardOCRResponse, GeneralEfficientOCRRequest, AdvertiseOCRRequest, RideHailingDriverLicenseOCRResponse, EnglishOCRRequest, VatInvoiceVerifyResponse, SmartStructuralOCRResponse, RecognizeIndonesiaIDCardOCRRequest, GeneralAccurateOCRRequest, OrgCodeCertOCRRequest, FlightInvoiceOCRResponse, InstitutionOCRRequest, RideHailingDriverLicenseOCRRequest, QueryBarCodeResponse, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, FinanBillSliceOCRRequest, MLIDPassportOCRResponse, VatRollInvoiceOCRRequest, VerifyEnterpriseFourFactorsRequest, RecognizeTableAccurateOCRRequest, SealOCRResponse, FinanBillOCRResponse, RecognizeHealthCodeOCRRequest, BankSlipOCRResponse, VinOCRResponse, GetTaskStateResponse, FormulaOCRRequest, PassportOCRRequest, DutyPaidProofOCRRequest, RecognizeHealthCodeOCRResponse, QueryBarCodeRequest, CreateAIFormTaskResponse, MixedInvoiceOCRRequest, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralFastOCRRequest, ShipInvoiceOCRResponse, RecognizeGeneralInvoiceResponse, GetTaskStateRequest, RecognizeMedicalInvoiceOCRRequest, InsuranceBillOCRResponse, GeneralEfficientOCRResponse, ShipInvoiceOCRRequest, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, RecognizeTableAccurateOCRResponse, ResidenceBookletOCRRequest, BusInvoiceOCRResponse, MainlandPermitOCRResponse, MLIDCardOCRRequest, EnglishOCRResponse, BusInvoiceOCRRequest, QuotaInvoiceOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, InsuranceBillOCRRequest, ImageEnhancementRequest, GeneralHandwritingOCRResponse, TableOCRResponse, AdvertiseOCRResponse, VehicleLicenseOCRRequest, RecognizeOnlineTaxiItineraryOCRRequest, IDCardOCRRequest, MixedInvoiceDetectRequest, WaybillOCRRequest, VinOCRRequest, VatInvoiceOCRRequest,
|
2
|
+
import { RecognizeOnlineTaxiItineraryOCRResponse, BankSlipOCRRequest, BusinessCardOCRResponse, HKIDCardOCRRequest, CarInvoiceOCRRequest, RecognizeTravelCardOCRRequest, TrainTicketOCRRequest, EstateCertOCRResponse, FlightInvoiceOCRRequest, RecognizePhilippinesDrivingLicenseOCRRequest, MLIDPassportOCRRequest, SmartStructuralOCRV2Request, TextDetectResponse, TollInvoiceOCRResponse, VerifyBizLicenseResponse, FinanBillSliceOCRResponse, DriverLicenseOCRResponse, WaybillOCRResponse, CreateAIFormTaskRequest, VerifyBizLicenseRequest, PermitOCRResponse, InvoiceGeneralOCRRequest, RideHailingTransportLicenseOCRRequest, HmtResidentPermitOCRResponse, EnterpriseLicenseOCRResponse, RecognizePhilippinesVoteIDOCRRequest, InstitutionOCRResponse, DriverLicenseOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, MainlandPermitOCRRequest, SmartStructuralOCRV2Response, EnterpriseLicenseOCRRequest, BankCardOCRRequest, VehicleRegCertOCRRequest, PropOwnerCertOCRResponse, TrainTicketOCRResponse, RecognizePhilippinesTinIDOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, SmartStructuralOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, RecognizePhilippinesVoteIDOCRResponse, GeneralAccurateOCRResponse, HmtResidentPermitOCRRequest, QrcodeOCRRequest, TaxiInvoiceOCRResponse, RecognizeGeneralInvoiceRequest, GeneralBasicOCRResponse, RecognizeThaiIDCardOCRResponse, RecognizeMedicalInvoiceOCRResponse, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VatInvoiceVerifyNewRequest, VehicleLicenseOCRResponse, RecognizePhilippinesSssIDOCRRequest, IDCardOCRResponse, ClassifyDetectOCRRequest, DutyPaidProofOCRResponse, TollInvoiceOCRRequest, LicensePlateOCRResponse, HKIDCardOCRResponse, OrgCodeCertOCRResponse, PermitOCRRequest, InvoiceGeneralOCRResponse, VatInvoiceVerifyNewResponse, RecognizePhilippinesSssIDOCRResponse, TaxiInvoiceOCRRequest, PropOwnerCertOCRRequest, RecognizeContainerOCRRequest, EduPaperOCRRequest, VatRollInvoiceOCRResponse, VatInvoiceVerifyRequest, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, TableOCRRequest, ImageEnhancementResponse, PassportOCRResponse, VerifyBasicBizLicenseResponse, TextDetectRequest, RecognizeTravelCardOCRResponse, LicensePlateOCRRequest, GeneralBasicOCRRequest, RecognizeIndonesiaIDCardOCRResponse, GeneralEfficientOCRRequest, RecognizePhilippinesUMIDOCRResponse, AdvertiseOCRRequest, RideHailingDriverLicenseOCRResponse, EnglishOCRRequest, VatInvoiceVerifyResponse, SmartStructuralOCRResponse, RecognizeIndonesiaIDCardOCRRequest, GeneralAccurateOCRRequest, OrgCodeCertOCRRequest, FlightInvoiceOCRResponse, InstitutionOCRRequest, RideHailingDriverLicenseOCRRequest, QueryBarCodeResponse, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, FinanBillSliceOCRRequest, MLIDPassportOCRResponse, VatRollInvoiceOCRRequest, VerifyEnterpriseFourFactorsRequest, RecognizeTableAccurateOCRRequest, SealOCRResponse, FinanBillOCRResponse, RecognizeHealthCodeOCRRequest, BankSlipOCRResponse, VinOCRResponse, GetTaskStateResponse, FormulaOCRRequest, PassportOCRRequest, DutyPaidProofOCRRequest, RecognizeHealthCodeOCRResponse, QueryBarCodeRequest, CreateAIFormTaskResponse, MixedInvoiceOCRRequest, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralFastOCRRequest, ShipInvoiceOCRResponse, RecognizeGeneralInvoiceResponse, GetTaskStateRequest, RecognizeMedicalInvoiceOCRRequest, InsuranceBillOCRResponse, GeneralEfficientOCRResponse, ShipInvoiceOCRRequest, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, RecognizeTableAccurateOCRResponse, ResidenceBookletOCRRequest, BusInvoiceOCRResponse, MainlandPermitOCRResponse, MLIDCardOCRRequest, EnglishOCRResponse, BusInvoiceOCRRequest, QuotaInvoiceOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, InsuranceBillOCRRequest, ImageEnhancementRequest, GeneralHandwritingOCRResponse, TableOCRResponse, AdvertiseOCRResponse, VehicleLicenseOCRRequest, RecognizeOnlineTaxiItineraryOCRRequest, IDCardOCRRequest, MixedInvoiceDetectRequest, WaybillOCRRequest, VinOCRRequest, VatInvoiceOCRRequest, RecognizePhilippinesUMIDOCRRequest, MLIDCardOCRResponse, RecognizePhilippinesTinIDOCRRequest, RecognizeTableOCRRequest, EstateCertOCRRequest, VerifyBasicBizLicenseRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, QuotaInvoiceOCRRequest, BankCardOCRResponse, BusinessCardOCRRequest, RecognizePhilippinesDrivingLicenseOCRResponse, FinanBillOCRRequest, VerifyEnterpriseFourFactorsResponse, GeneralFastOCRResponse } from "./ocr_models";
|
3
3
|
/**
|
4
4
|
* ocr client
|
5
5
|
* @class
|
@@ -240,9 +240,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
240
240
|
*/
|
241
241
|
QuotaInvoiceOCR(req: QuotaInvoiceOCRRequest, cb?: (error: string, rep: QuotaInvoiceOCRResponse) => void): Promise<QuotaInvoiceOCRResponse>;
|
242
242
|
/**
|
243
|
-
*
|
243
|
+
* 菲律宾UMID识别
|
244
244
|
*/
|
245
|
-
|
245
|
+
RecognizePhilippinesUMIDOCR(req: RecognizePhilippinesUMIDOCRRequest, cb?: (error: string, rep: RecognizePhilippinesUMIDOCRResponse) => void): Promise<RecognizePhilippinesUMIDOCRResponse>;
|
246
246
|
/**
|
247
247
|
* 本接口支持图片中整体文字的检测和识别,返回文字框位置与文字内容。相比通用印刷体识别接口,识别速度更快。
|
248
248
|
|
@@ -259,6 +259,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
259
259
|
/**
|
260
260
|
* 本接口支持泰国身份证识别,识别字段包括泰文姓名、英文姓名、地址、出生日期、身份证号码、首次领用日期、签发日期等字段。
|
261
261
|
本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)
|
262
|
+
|
263
|
+
默认接口请求频率限制:10次/秒
|
262
264
|
*/
|
263
265
|
RecognizeThaiIDCardOCR(req: RecognizeThaiIDCardOCRRequest, cb?: (error: string, rep: RecognizeThaiIDCardOCRResponse) => void): Promise<RecognizeThaiIDCardOCRResponse>;
|
264
266
|
/**
|
@@ -307,6 +309,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
307
309
|
默认接口请求频率限制:20次/秒。
|
308
310
|
*/
|
309
311
|
RecognizeOnlineTaxiItineraryOCR(req: RecognizeOnlineTaxiItineraryOCRRequest, cb?: (error: string, rep: RecognizeOnlineTaxiItineraryOCRResponse) => void): Promise<RecognizeOnlineTaxiItineraryOCRResponse>;
|
312
|
+
/**
|
313
|
+
* 本接口支持图片内车辆识别代号(VIN)的检测和识别。
|
314
|
+
*/
|
315
|
+
VinOCR(req: VinOCRRequest, cb?: (error: string, rep: VinOCRResponse) => void): Promise<VinOCRResponse>;
|
310
316
|
/**
|
311
317
|
* 本接口支持中国香港身份证人像面中关键字段的识别,包括中文姓名、英文姓名、姓名电码、出生日期、性别、证件符号、首次签发日期、最近领用日期、身份证号、是否是永久性居民身份证;具备防伪识别、人像照片裁剪等扩展功能。
|
312
318
|
|
@@ -303,10 +303,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
303
303
|
return this.request("QuotaInvoiceOCR", req, cb);
|
304
304
|
}
|
305
305
|
/**
|
306
|
-
*
|
306
|
+
* 菲律宾UMID识别
|
307
307
|
*/
|
308
|
-
async
|
309
|
-
return this.request("
|
308
|
+
async RecognizePhilippinesUMIDOCR(req, cb) {
|
309
|
+
return this.request("RecognizePhilippinesUMIDOCR", req, cb);
|
310
310
|
}
|
311
311
|
/**
|
312
312
|
* 本接口支持图片中整体文字的检测和识别,返回文字框位置与文字内容。相比通用印刷体识别接口,识别速度更快。
|
@@ -328,6 +328,8 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
328
328
|
/**
|
329
329
|
* 本接口支持泰国身份证识别,识别字段包括泰文姓名、英文姓名、地址、出生日期、身份证号码、首次领用日期、签发日期等字段。
|
330
330
|
本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)
|
331
|
+
|
332
|
+
默认接口请求频率限制:10次/秒
|
331
333
|
*/
|
332
334
|
async RecognizeThaiIDCardOCR(req, cb) {
|
333
335
|
return this.request("RecognizeThaiIDCardOCR", req, cb);
|
@@ -394,6 +396,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
394
396
|
async RecognizeOnlineTaxiItineraryOCR(req, cb) {
|
395
397
|
return this.request("RecognizeOnlineTaxiItineraryOCR", req, cb);
|
396
398
|
}
|
399
|
+
/**
|
400
|
+
* 本接口支持图片内车辆识别代号(VIN)的检测和识别。
|
401
|
+
*/
|
402
|
+
async VinOCR(req, cb) {
|
403
|
+
return this.request("VinOCR", req, cb);
|
404
|
+
}
|
397
405
|
/**
|
398
406
|
* 本接口支持中国香港身份证人像面中关键字段的识别,包括中文姓名、英文姓名、姓名电码、出生日期、性别、证件符号、首次签发日期、最近领用日期、身份证号、是否是永久性居民身份证;具备防伪识别、人像照片裁剪等扩展功能。
|
399
407
|
|
@@ -1071,21 +1071,19 @@ export interface LicensePlateInfo {
|
|
1071
1071
|
Color: string;
|
1072
1072
|
}
|
1073
1073
|
/**
|
1074
|
-
*
|
1074
|
+
* RideHailingTransportLicenseOCR请求参数结构体
|
1075
1075
|
*/
|
1076
|
-
export interface
|
1077
|
-
/**
|
1078
|
-
* 识别出的字段名称
|
1079
|
-
*/
|
1080
|
-
Name: string;
|
1076
|
+
export interface RideHailingTransportLicenseOCRRequest {
|
1081
1077
|
/**
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1078
|
+
* 图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
|
1079
|
+
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1080
|
+
*/
|
1081
|
+
ImageBase64?: string;
|
1085
1082
|
/**
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1083
|
+
* 图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。
|
1084
|
+
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
1085
|
+
*/
|
1086
|
+
ImageUrl?: string;
|
1089
1087
|
}
|
1090
1088
|
/**
|
1091
1089
|
* 增值税普通发票(卷票)条目
|
@@ -3973,6 +3971,23 @@ export interface PropOwnerCertOCRRequest {
|
|
3973
3971
|
*/
|
3974
3972
|
ImageUrl?: string;
|
3975
3973
|
}
|
3974
|
+
/**
|
3975
|
+
* 混贴票据中单张发票的内容
|
3976
|
+
*/
|
3977
|
+
export interface SingleInvoiceInfo {
|
3978
|
+
/**
|
3979
|
+
* 识别出的字段名称
|
3980
|
+
*/
|
3981
|
+
Name: string;
|
3982
|
+
/**
|
3983
|
+
* 识别出的字段名称对应的值,也就是字段name对应的字符串结果。
|
3984
|
+
*/
|
3985
|
+
Value: string;
|
3986
|
+
/**
|
3987
|
+
* 字段属于第几行,用于相同字段的排版,如发票明细表格项目,普通字段使用默认值为-1,表示无列排版。
|
3988
|
+
*/
|
3989
|
+
Row: number;
|
3990
|
+
}
|
3976
3991
|
/**
|
3977
3992
|
* RecognizeContainerOCR请求参数结构体
|
3978
3993
|
*/
|
@@ -5082,6 +5097,47 @@ export interface GeneralEfficientOCRRequest {
|
|
5082
5097
|
*/
|
5083
5098
|
ImageUrl?: string;
|
5084
5099
|
}
|
5100
|
+
/**
|
5101
|
+
* RecognizePhilippinesUMIDOCR返回参数结构体
|
5102
|
+
*/
|
5103
|
+
export interface RecognizePhilippinesUMIDOCRResponse {
|
5104
|
+
/**
|
5105
|
+
* 姓
|
5106
|
+
*/
|
5107
|
+
Surname?: TextDetectionResult;
|
5108
|
+
/**
|
5109
|
+
* 中间名
|
5110
|
+
*/
|
5111
|
+
MiddleName?: TextDetectionResult;
|
5112
|
+
/**
|
5113
|
+
* 名
|
5114
|
+
*/
|
5115
|
+
GivenName?: TextDetectionResult;
|
5116
|
+
/**
|
5117
|
+
* 地址
|
5118
|
+
*/
|
5119
|
+
Address?: TextDetectionResult;
|
5120
|
+
/**
|
5121
|
+
* 生日
|
5122
|
+
*/
|
5123
|
+
Birthday?: TextDetectionResult;
|
5124
|
+
/**
|
5125
|
+
* crn码
|
5126
|
+
*/
|
5127
|
+
CRN?: TextDetectionResult;
|
5128
|
+
/**
|
5129
|
+
* 性别
|
5130
|
+
*/
|
5131
|
+
Sex?: TextDetectionResult;
|
5132
|
+
/**
|
5133
|
+
* 人像照片Base64后的结果
|
5134
|
+
*/
|
5135
|
+
HeadPortrait?: TextDetectionResult;
|
5136
|
+
/**
|
5137
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
5138
|
+
*/
|
5139
|
+
RequestId?: string;
|
5140
|
+
}
|
5085
5141
|
/**
|
5086
5142
|
* AdvertiseOCR请求参数结构体
|
5087
5143
|
*/
|
@@ -8338,19 +8394,21 @@ export interface VatInvoiceOCRRequest {
|
|
8338
8394
|
PdfPageNumber?: number;
|
8339
8395
|
}
|
8340
8396
|
/**
|
8341
|
-
*
|
8397
|
+
* RecognizePhilippinesUMIDOCR请求参数结构体
|
8342
8398
|
*/
|
8343
|
-
export interface
|
8399
|
+
export interface RecognizePhilippinesUMIDOCRRequest {
|
8344
8400
|
/**
|
8345
|
-
|
8346
|
-
|
8347
|
-
*/
|
8401
|
+
* 图片的 Base64 值。 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8402
|
+
*/
|
8348
8403
|
ImageBase64?: string;
|
8349
8404
|
/**
|
8350
|
-
|
8351
|
-
|
8352
|
-
*/
|
8405
|
+
* 图片的 Url 地址。 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8406
|
+
*/
|
8353
8407
|
ImageUrl?: string;
|
8408
|
+
/**
|
8409
|
+
* 是否返回人像照片。
|
8410
|
+
*/
|
8411
|
+
ReturnHeadImage?: boolean;
|
8354
8412
|
}
|
8355
8413
|
/**
|
8356
8414
|
* MLIDCardOCR返回参数结构体
|