@alicloud/cloudauth20190307 1.0.4 → 1.0.7
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/dist/client.d.ts +395 -2048
- package/dist/client.js +750 -3266
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +1094 -4231
package/dist/client.d.ts
CHANGED
|
@@ -1,1610 +1,23 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*/
|
|
5
2
|
import * as $Util from '@alicloud/tea-util';
|
|
6
|
-
import
|
|
3
|
+
import RPC, * as $RPC from '@alicloud/rpc-client';
|
|
7
4
|
import { Readable } from 'stream';
|
|
8
5
|
import * as $tea from '@alicloud/tea-typescript';
|
|
9
|
-
export declare class
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
constructor(map?: {
|
|
25
|
-
[key: string]: any;
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
export declare class VerifyMaterialResponseBody extends $tea.Model {
|
|
29
|
-
authorityComparisionScore?: number;
|
|
30
|
-
verifyStatus?: number;
|
|
31
|
-
requestId?: string;
|
|
32
|
-
verifyToken?: string;
|
|
33
|
-
idCardFaceComparisonScore?: number;
|
|
34
|
-
material?: VerifyMaterialResponseBodyMaterial;
|
|
35
|
-
static names(): {
|
|
36
|
-
[key: string]: string;
|
|
37
|
-
};
|
|
38
|
-
static types(): {
|
|
39
|
-
[key: string]: any;
|
|
40
|
-
};
|
|
41
|
-
constructor(map?: {
|
|
42
|
-
[key: string]: any;
|
|
43
|
-
});
|
|
44
|
-
}
|
|
45
|
-
export declare class VerifyMaterialResponse extends $tea.Model {
|
|
46
|
-
headers: {
|
|
47
|
-
[key: string]: string;
|
|
48
|
-
};
|
|
49
|
-
body: VerifyMaterialResponseBody;
|
|
50
|
-
static names(): {
|
|
51
|
-
[key: string]: string;
|
|
52
|
-
};
|
|
53
|
-
static types(): {
|
|
54
|
-
[key: string]: any;
|
|
55
|
-
};
|
|
56
|
-
constructor(map?: {
|
|
57
|
-
[key: string]: any;
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
export declare class DescribeWhitelistRequest extends $tea.Model {
|
|
61
|
-
sourceIp?: string;
|
|
62
|
-
lang?: string;
|
|
63
|
-
bizType?: string;
|
|
64
|
-
bizId?: string;
|
|
65
|
-
idCardNum?: string;
|
|
66
|
-
validStartDate?: string;
|
|
67
|
-
validEndDate?: string;
|
|
68
|
-
valid?: string;
|
|
69
|
-
pageSize?: number;
|
|
70
|
-
currentPage?: number;
|
|
71
|
-
static names(): {
|
|
72
|
-
[key: string]: string;
|
|
73
|
-
};
|
|
74
|
-
static types(): {
|
|
75
|
-
[key: string]: any;
|
|
76
|
-
};
|
|
77
|
-
constructor(map?: {
|
|
78
|
-
[key: string]: any;
|
|
79
|
-
});
|
|
80
|
-
}
|
|
81
|
-
export declare class DescribeWhitelistResponseBody extends $tea.Model {
|
|
82
|
-
currentPage?: number;
|
|
83
|
-
pageSize?: number;
|
|
84
|
-
requestId?: string;
|
|
85
|
-
totalCount?: number;
|
|
86
|
-
items?: DescribeWhitelistResponseBodyItems[];
|
|
87
|
-
static names(): {
|
|
88
|
-
[key: string]: string;
|
|
89
|
-
};
|
|
90
|
-
static types(): {
|
|
91
|
-
[key: string]: any;
|
|
92
|
-
};
|
|
93
|
-
constructor(map?: {
|
|
94
|
-
[key: string]: any;
|
|
95
|
-
});
|
|
96
|
-
}
|
|
97
|
-
export declare class DescribeWhitelistResponse extends $tea.Model {
|
|
98
|
-
headers: {
|
|
99
|
-
[key: string]: string;
|
|
100
|
-
};
|
|
101
|
-
body: DescribeWhitelistResponseBody;
|
|
102
|
-
static names(): {
|
|
103
|
-
[key: string]: string;
|
|
104
|
-
};
|
|
105
|
-
static types(): {
|
|
106
|
-
[key: string]: any;
|
|
107
|
-
};
|
|
108
|
-
constructor(map?: {
|
|
109
|
-
[key: string]: any;
|
|
110
|
-
});
|
|
111
|
-
}
|
|
112
|
-
export declare class UpdateAppPackageRequest extends $tea.Model {
|
|
113
|
-
id?: number;
|
|
114
|
-
packageUrl?: string;
|
|
115
|
-
platform?: string;
|
|
116
|
-
debug?: boolean;
|
|
117
|
-
static names(): {
|
|
118
|
-
[key: string]: string;
|
|
119
|
-
};
|
|
120
|
-
static types(): {
|
|
121
|
-
[key: string]: any;
|
|
122
|
-
};
|
|
123
|
-
constructor(map?: {
|
|
124
|
-
[key: string]: any;
|
|
125
|
-
});
|
|
126
|
-
}
|
|
127
|
-
export declare class UpdateAppPackageResponseBody extends $tea.Model {
|
|
128
|
-
taskId?: string;
|
|
129
|
-
requestId?: string;
|
|
130
|
-
static names(): {
|
|
131
|
-
[key: string]: string;
|
|
132
|
-
};
|
|
133
|
-
static types(): {
|
|
134
|
-
[key: string]: any;
|
|
135
|
-
};
|
|
136
|
-
constructor(map?: {
|
|
137
|
-
[key: string]: any;
|
|
138
|
-
});
|
|
139
|
-
}
|
|
140
|
-
export declare class UpdateAppPackageResponse extends $tea.Model {
|
|
141
|
-
headers: {
|
|
142
|
-
[key: string]: string;
|
|
143
|
-
};
|
|
144
|
-
body: UpdateAppPackageResponseBody;
|
|
145
|
-
static names(): {
|
|
146
|
-
[key: string]: string;
|
|
147
|
-
};
|
|
148
|
-
static types(): {
|
|
149
|
-
[key: string]: any;
|
|
150
|
-
};
|
|
151
|
-
constructor(map?: {
|
|
152
|
-
[key: string]: any;
|
|
153
|
-
});
|
|
154
|
-
}
|
|
155
|
-
export declare class DescribeVerifyTokenRequest extends $tea.Model {
|
|
156
|
-
idCardBackImageUrl?: string;
|
|
157
|
-
bizType?: string;
|
|
158
|
-
failedRedirectUrl?: string;
|
|
159
|
-
faceRetainedImageUrl?: string;
|
|
160
|
-
callbackSeed?: string;
|
|
161
|
-
idCardFrontImageUrl?: string;
|
|
162
|
-
userId?: string;
|
|
163
|
-
bizId?: string;
|
|
164
|
-
name?: string;
|
|
165
|
-
idCardNumber?: string;
|
|
166
|
-
passedRedirectUrl?: string;
|
|
167
|
-
callbackUrl?: string;
|
|
168
|
-
userIp?: string;
|
|
169
|
-
userPhoneNumber?: string;
|
|
170
|
-
userRegistTime?: number;
|
|
171
|
-
static names(): {
|
|
172
|
-
[key: string]: string;
|
|
173
|
-
};
|
|
174
|
-
static types(): {
|
|
175
|
-
[key: string]: any;
|
|
176
|
-
};
|
|
177
|
-
constructor(map?: {
|
|
178
|
-
[key: string]: any;
|
|
179
|
-
});
|
|
180
|
-
}
|
|
181
|
-
export declare class DescribeVerifyTokenResponseBody extends $tea.Model {
|
|
182
|
-
verifyPageUrl?: string;
|
|
183
|
-
requestId?: string;
|
|
184
|
-
verifyToken?: string;
|
|
185
|
-
ossUploadToken?: DescribeVerifyTokenResponseBodyOssUploadToken;
|
|
186
|
-
static names(): {
|
|
187
|
-
[key: string]: string;
|
|
188
|
-
};
|
|
189
|
-
static types(): {
|
|
190
|
-
[key: string]: any;
|
|
191
|
-
};
|
|
192
|
-
constructor(map?: {
|
|
193
|
-
[key: string]: any;
|
|
194
|
-
});
|
|
195
|
-
}
|
|
196
|
-
export declare class DescribeVerifyTokenResponse extends $tea.Model {
|
|
197
|
-
headers: {
|
|
198
|
-
[key: string]: string;
|
|
199
|
-
};
|
|
200
|
-
body: DescribeVerifyTokenResponseBody;
|
|
201
|
-
static names(): {
|
|
202
|
-
[key: string]: string;
|
|
203
|
-
};
|
|
204
|
-
static types(): {
|
|
205
|
-
[key: string]: any;
|
|
206
|
-
};
|
|
207
|
-
constructor(map?: {
|
|
208
|
-
[key: string]: any;
|
|
209
|
-
});
|
|
210
|
-
}
|
|
211
|
-
export declare class DescribeRPSDKRequest extends $tea.Model {
|
|
212
|
-
sourceIp?: string;
|
|
213
|
-
lang?: string;
|
|
214
|
-
taskId?: string;
|
|
215
|
-
static names(): {
|
|
216
|
-
[key: string]: string;
|
|
217
|
-
};
|
|
218
|
-
static types(): {
|
|
219
|
-
[key: string]: any;
|
|
220
|
-
};
|
|
221
|
-
constructor(map?: {
|
|
222
|
-
[key: string]: any;
|
|
223
|
-
});
|
|
224
|
-
}
|
|
225
|
-
export declare class DescribeRPSDKResponseBody extends $tea.Model {
|
|
226
|
-
sdkUrl?: string;
|
|
227
|
-
requestId?: string;
|
|
228
|
-
static names(): {
|
|
229
|
-
[key: string]: string;
|
|
230
|
-
};
|
|
231
|
-
static types(): {
|
|
232
|
-
[key: string]: any;
|
|
233
|
-
};
|
|
234
|
-
constructor(map?: {
|
|
235
|
-
[key: string]: any;
|
|
236
|
-
});
|
|
237
|
-
}
|
|
238
|
-
export declare class DescribeRPSDKResponse extends $tea.Model {
|
|
239
|
-
headers: {
|
|
240
|
-
[key: string]: string;
|
|
241
|
-
};
|
|
242
|
-
body: DescribeRPSDKResponseBody;
|
|
243
|
-
static names(): {
|
|
244
|
-
[key: string]: string;
|
|
245
|
-
};
|
|
246
|
-
static types(): {
|
|
247
|
-
[key: string]: any;
|
|
248
|
-
};
|
|
249
|
-
constructor(map?: {
|
|
250
|
-
[key: string]: any;
|
|
251
|
-
});
|
|
252
|
-
}
|
|
253
|
-
export declare class DescribeFaceUsageRequest extends $tea.Model {
|
|
254
|
-
startDate?: string;
|
|
255
|
-
endDate?: string;
|
|
256
|
-
static names(): {
|
|
257
|
-
[key: string]: string;
|
|
258
|
-
};
|
|
259
|
-
static types(): {
|
|
260
|
-
[key: string]: any;
|
|
261
|
-
};
|
|
262
|
-
constructor(map?: {
|
|
263
|
-
[key: string]: any;
|
|
264
|
-
});
|
|
265
|
-
}
|
|
266
|
-
export declare class DescribeFaceUsageResponseBody extends $tea.Model {
|
|
267
|
-
totalCount?: number;
|
|
268
|
-
requestId?: string;
|
|
269
|
-
faceUsageList?: DescribeFaceUsageResponseBodyFaceUsageList[];
|
|
270
|
-
static names(): {
|
|
271
|
-
[key: string]: string;
|
|
272
|
-
};
|
|
273
|
-
static types(): {
|
|
274
|
-
[key: string]: any;
|
|
275
|
-
};
|
|
276
|
-
constructor(map?: {
|
|
277
|
-
[key: string]: any;
|
|
278
|
-
});
|
|
279
|
-
}
|
|
280
|
-
export declare class DescribeFaceUsageResponse extends $tea.Model {
|
|
281
|
-
headers: {
|
|
282
|
-
[key: string]: string;
|
|
283
|
-
};
|
|
284
|
-
body: DescribeFaceUsageResponseBody;
|
|
285
|
-
static names(): {
|
|
286
|
-
[key: string]: string;
|
|
287
|
-
};
|
|
288
|
-
static types(): {
|
|
289
|
-
[key: string]: any;
|
|
290
|
-
};
|
|
291
|
-
constructor(map?: {
|
|
292
|
-
[key: string]: any;
|
|
293
|
-
});
|
|
294
|
-
}
|
|
295
|
-
export declare class DescribeVerifyUsageRequest extends $tea.Model {
|
|
296
|
-
bizType?: string;
|
|
297
|
-
startDate?: string;
|
|
298
|
-
endDate?: string;
|
|
299
|
-
static names(): {
|
|
300
|
-
[key: string]: string;
|
|
301
|
-
};
|
|
302
|
-
static types(): {
|
|
303
|
-
[key: string]: any;
|
|
304
|
-
};
|
|
305
|
-
constructor(map?: {
|
|
306
|
-
[key: string]: any;
|
|
307
|
-
});
|
|
308
|
-
}
|
|
309
|
-
export declare class DescribeVerifyUsageResponseBody extends $tea.Model {
|
|
310
|
-
totalCount?: number;
|
|
311
|
-
requestId?: string;
|
|
312
|
-
verifyUsageList?: DescribeVerifyUsageResponseBodyVerifyUsageList[];
|
|
313
|
-
static names(): {
|
|
314
|
-
[key: string]: string;
|
|
315
|
-
};
|
|
316
|
-
static types(): {
|
|
317
|
-
[key: string]: any;
|
|
318
|
-
};
|
|
319
|
-
constructor(map?: {
|
|
320
|
-
[key: string]: any;
|
|
321
|
-
});
|
|
322
|
-
}
|
|
323
|
-
export declare class DescribeVerifyUsageResponse extends $tea.Model {
|
|
324
|
-
headers: {
|
|
325
|
-
[key: string]: string;
|
|
326
|
-
};
|
|
327
|
-
body: DescribeVerifyUsageResponseBody;
|
|
328
|
-
static names(): {
|
|
329
|
-
[key: string]: string;
|
|
330
|
-
};
|
|
331
|
-
static types(): {
|
|
332
|
-
[key: string]: any;
|
|
333
|
-
};
|
|
334
|
-
constructor(map?: {
|
|
335
|
-
[key: string]: any;
|
|
336
|
-
});
|
|
337
|
-
}
|
|
338
|
-
export declare class DescribeUpdatePackageResultRequest extends $tea.Model {
|
|
339
|
-
taskId?: string;
|
|
340
|
-
static names(): {
|
|
341
|
-
[key: string]: string;
|
|
342
|
-
};
|
|
343
|
-
static types(): {
|
|
344
|
-
[key: string]: any;
|
|
345
|
-
};
|
|
346
|
-
constructor(map?: {
|
|
347
|
-
[key: string]: any;
|
|
348
|
-
});
|
|
349
|
-
}
|
|
350
|
-
export declare class DescribeUpdatePackageResultResponseBody extends $tea.Model {
|
|
351
|
-
requestId?: string;
|
|
352
|
-
appInfo?: DescribeUpdatePackageResultResponseBodyAppInfo;
|
|
353
|
-
static names(): {
|
|
354
|
-
[key: string]: string;
|
|
355
|
-
};
|
|
356
|
-
static types(): {
|
|
357
|
-
[key: string]: any;
|
|
358
|
-
};
|
|
359
|
-
constructor(map?: {
|
|
360
|
-
[key: string]: any;
|
|
361
|
-
});
|
|
362
|
-
}
|
|
363
|
-
export declare class DescribeUpdatePackageResultResponse extends $tea.Model {
|
|
364
|
-
headers: {
|
|
365
|
-
[key: string]: string;
|
|
366
|
-
};
|
|
367
|
-
body: DescribeUpdatePackageResultResponseBody;
|
|
368
|
-
static names(): {
|
|
369
|
-
[key: string]: string;
|
|
370
|
-
};
|
|
371
|
-
static types(): {
|
|
372
|
-
[key: string]: any;
|
|
373
|
-
};
|
|
374
|
-
constructor(map?: {
|
|
375
|
-
[key: string]: any;
|
|
376
|
-
});
|
|
377
|
-
}
|
|
378
|
-
export declare class CreateWhitelistRequest extends $tea.Model {
|
|
379
|
-
sourceIp?: string;
|
|
380
|
-
lang?: string;
|
|
381
|
-
bizType?: string;
|
|
382
|
-
bizId?: string;
|
|
383
|
-
idCardNum?: string;
|
|
384
|
-
validDay?: string;
|
|
385
|
-
static names(): {
|
|
386
|
-
[key: string]: string;
|
|
387
|
-
};
|
|
388
|
-
static types(): {
|
|
389
|
-
[key: string]: any;
|
|
390
|
-
};
|
|
391
|
-
constructor(map?: {
|
|
392
|
-
[key: string]: any;
|
|
393
|
-
});
|
|
394
|
-
}
|
|
395
|
-
export declare class CreateWhitelistResponseBody extends $tea.Model {
|
|
396
|
-
requestId?: string;
|
|
397
|
-
static names(): {
|
|
398
|
-
[key: string]: string;
|
|
399
|
-
};
|
|
400
|
-
static types(): {
|
|
401
|
-
[key: string]: any;
|
|
402
|
-
};
|
|
403
|
-
constructor(map?: {
|
|
404
|
-
[key: string]: any;
|
|
405
|
-
});
|
|
406
|
-
}
|
|
407
|
-
export declare class CreateWhitelistResponse extends $tea.Model {
|
|
408
|
-
headers: {
|
|
409
|
-
[key: string]: string;
|
|
410
|
-
};
|
|
411
|
-
body: CreateWhitelistResponseBody;
|
|
412
|
-
static names(): {
|
|
413
|
-
[key: string]: string;
|
|
414
|
-
};
|
|
415
|
-
static types(): {
|
|
416
|
-
[key: string]: any;
|
|
417
|
-
};
|
|
418
|
-
constructor(map?: {
|
|
419
|
-
[key: string]: any;
|
|
420
|
-
});
|
|
421
|
-
}
|
|
422
|
-
export declare class DeleteWhitelistRequest extends $tea.Model {
|
|
423
|
-
sourceIp?: string;
|
|
424
|
-
lang?: string;
|
|
425
|
-
ids?: string;
|
|
426
|
-
static names(): {
|
|
427
|
-
[key: string]: string;
|
|
428
|
-
};
|
|
429
|
-
static types(): {
|
|
430
|
-
[key: string]: any;
|
|
431
|
-
};
|
|
432
|
-
constructor(map?: {
|
|
433
|
-
[key: string]: any;
|
|
434
|
-
});
|
|
435
|
-
}
|
|
436
|
-
export declare class DeleteWhitelistResponseBody extends $tea.Model {
|
|
437
|
-
requestId?: string;
|
|
438
|
-
static names(): {
|
|
439
|
-
[key: string]: string;
|
|
440
|
-
};
|
|
441
|
-
static types(): {
|
|
442
|
-
[key: string]: any;
|
|
443
|
-
};
|
|
444
|
-
constructor(map?: {
|
|
445
|
-
[key: string]: any;
|
|
446
|
-
});
|
|
447
|
-
}
|
|
448
|
-
export declare class DeleteWhitelistResponse extends $tea.Model {
|
|
449
|
-
headers: {
|
|
450
|
-
[key: string]: string;
|
|
451
|
-
};
|
|
452
|
-
body: DeleteWhitelistResponseBody;
|
|
453
|
-
static names(): {
|
|
454
|
-
[key: string]: string;
|
|
455
|
-
};
|
|
456
|
-
static types(): {
|
|
457
|
-
[key: string]: any;
|
|
458
|
-
};
|
|
459
|
-
constructor(map?: {
|
|
460
|
-
[key: string]: any;
|
|
461
|
-
});
|
|
462
|
-
}
|
|
463
|
-
export declare class CreateAuthKeyRequest extends $tea.Model {
|
|
464
|
-
bizType?: string;
|
|
465
|
-
userDeviceId?: string;
|
|
466
|
-
test?: boolean;
|
|
467
|
-
authYears?: number;
|
|
468
|
-
static names(): {
|
|
469
|
-
[key: string]: string;
|
|
470
|
-
};
|
|
471
|
-
static types(): {
|
|
472
|
-
[key: string]: any;
|
|
473
|
-
};
|
|
474
|
-
constructor(map?: {
|
|
475
|
-
[key: string]: any;
|
|
476
|
-
});
|
|
477
|
-
}
|
|
478
|
-
export declare class CreateAuthKeyResponseBody extends $tea.Model {
|
|
479
|
-
authKey?: string;
|
|
480
|
-
requestId?: string;
|
|
481
|
-
static names(): {
|
|
482
|
-
[key: string]: string;
|
|
483
|
-
};
|
|
484
|
-
static types(): {
|
|
485
|
-
[key: string]: any;
|
|
486
|
-
};
|
|
487
|
-
constructor(map?: {
|
|
488
|
-
[key: string]: any;
|
|
489
|
-
});
|
|
490
|
-
}
|
|
491
|
-
export declare class CreateAuthKeyResponse extends $tea.Model {
|
|
492
|
-
headers: {
|
|
493
|
-
[key: string]: string;
|
|
494
|
-
};
|
|
495
|
-
body: CreateAuthKeyResponseBody;
|
|
496
|
-
static names(): {
|
|
497
|
-
[key: string]: string;
|
|
498
|
-
};
|
|
499
|
-
static types(): {
|
|
500
|
-
[key: string]: any;
|
|
501
|
-
};
|
|
502
|
-
constructor(map?: {
|
|
503
|
-
[key: string]: any;
|
|
504
|
-
});
|
|
505
|
-
}
|
|
506
|
-
export declare class DescribeUploadInfoRequest extends $tea.Model {
|
|
507
|
-
biz?: string;
|
|
508
|
-
static names(): {
|
|
509
|
-
[key: string]: string;
|
|
510
|
-
};
|
|
511
|
-
static types(): {
|
|
512
|
-
[key: string]: any;
|
|
513
|
-
};
|
|
514
|
-
constructor(map?: {
|
|
515
|
-
[key: string]: any;
|
|
516
|
-
});
|
|
517
|
-
}
|
|
518
|
-
export declare class DescribeUploadInfoResponseBody extends $tea.Model {
|
|
519
|
-
signature?: string;
|
|
520
|
-
host?: string;
|
|
521
|
-
requestId?: string;
|
|
522
|
-
policy?: string;
|
|
523
|
-
accessid?: string;
|
|
524
|
-
folder?: string;
|
|
525
|
-
expire?: number;
|
|
526
|
-
static names(): {
|
|
527
|
-
[key: string]: string;
|
|
528
|
-
};
|
|
529
|
-
static types(): {
|
|
530
|
-
[key: string]: any;
|
|
531
|
-
};
|
|
532
|
-
constructor(map?: {
|
|
533
|
-
[key: string]: any;
|
|
534
|
-
});
|
|
535
|
-
}
|
|
536
|
-
export declare class DescribeUploadInfoResponse extends $tea.Model {
|
|
537
|
-
headers: {
|
|
538
|
-
[key: string]: string;
|
|
539
|
-
};
|
|
540
|
-
body: DescribeUploadInfoResponseBody;
|
|
541
|
-
static names(): {
|
|
542
|
-
[key: string]: string;
|
|
543
|
-
};
|
|
544
|
-
static types(): {
|
|
545
|
-
[key: string]: any;
|
|
546
|
-
};
|
|
547
|
-
constructor(map?: {
|
|
548
|
-
[key: string]: any;
|
|
549
|
-
});
|
|
550
|
-
}
|
|
551
|
-
export declare class DescribeVerifySettingResponseBody extends $tea.Model {
|
|
552
|
-
requestId?: string;
|
|
553
|
-
verifySettingList?: DescribeVerifySettingResponseBodyVerifySettingList[];
|
|
554
|
-
static names(): {
|
|
555
|
-
[key: string]: string;
|
|
556
|
-
};
|
|
557
|
-
static types(): {
|
|
558
|
-
[key: string]: any;
|
|
559
|
-
};
|
|
560
|
-
constructor(map?: {
|
|
561
|
-
[key: string]: any;
|
|
562
|
-
});
|
|
563
|
-
}
|
|
564
|
-
export declare class DescribeVerifySettingResponse extends $tea.Model {
|
|
565
|
-
headers: {
|
|
566
|
-
[key: string]: string;
|
|
567
|
-
};
|
|
568
|
-
body: DescribeVerifySettingResponseBody;
|
|
569
|
-
static names(): {
|
|
570
|
-
[key: string]: string;
|
|
571
|
-
};
|
|
572
|
-
static types(): {
|
|
573
|
-
[key: string]: any;
|
|
574
|
-
};
|
|
575
|
-
constructor(map?: {
|
|
576
|
-
[key: string]: any;
|
|
577
|
-
});
|
|
578
|
-
}
|
|
579
|
-
export declare class DescribeVerifyRecordsRequest extends $tea.Model {
|
|
580
|
-
totalCount?: number;
|
|
581
|
-
pageSize?: number;
|
|
582
|
-
currentPage?: number;
|
|
583
|
-
bizType?: string;
|
|
584
|
-
startDate?: string;
|
|
585
|
-
endDate?: string;
|
|
586
|
-
bizId?: string;
|
|
587
|
-
idCardNum?: string;
|
|
588
|
-
statusList?: string;
|
|
589
|
-
queryId?: string;
|
|
590
|
-
static names(): {
|
|
591
|
-
[key: string]: string;
|
|
592
|
-
};
|
|
593
|
-
static types(): {
|
|
594
|
-
[key: string]: any;
|
|
595
|
-
};
|
|
596
|
-
constructor(map?: {
|
|
597
|
-
[key: string]: any;
|
|
598
|
-
});
|
|
599
|
-
}
|
|
600
|
-
export declare class DescribeVerifyRecordsResponseBody extends $tea.Model {
|
|
601
|
-
currentPage?: number;
|
|
602
|
-
pageSize?: number;
|
|
603
|
-
requestId?: string;
|
|
604
|
-
totalCount?: number;
|
|
605
|
-
queryId?: string;
|
|
606
|
-
recordsList?: DescribeVerifyRecordsResponseBodyRecordsList[];
|
|
607
|
-
static names(): {
|
|
608
|
-
[key: string]: string;
|
|
609
|
-
};
|
|
610
|
-
static types(): {
|
|
611
|
-
[key: string]: any;
|
|
612
|
-
};
|
|
613
|
-
constructor(map?: {
|
|
614
|
-
[key: string]: any;
|
|
615
|
-
});
|
|
616
|
-
}
|
|
617
|
-
export declare class DescribeVerifyRecordsResponse extends $tea.Model {
|
|
618
|
-
headers: {
|
|
619
|
-
[key: string]: string;
|
|
620
|
-
};
|
|
621
|
-
body: DescribeVerifyRecordsResponseBody;
|
|
622
|
-
static names(): {
|
|
623
|
-
[key: string]: string;
|
|
624
|
-
};
|
|
625
|
-
static types(): {
|
|
626
|
-
[key: string]: any;
|
|
627
|
-
};
|
|
628
|
-
constructor(map?: {
|
|
629
|
-
[key: string]: any;
|
|
630
|
-
});
|
|
631
|
-
}
|
|
632
|
-
export declare class DescribeWhitelistSettingRequest extends $tea.Model {
|
|
633
|
-
sourceIp?: string;
|
|
634
|
-
lang?: string;
|
|
635
|
-
serviceCode?: string;
|
|
636
|
-
sceneId?: number;
|
|
637
|
-
certifyId?: string;
|
|
638
|
-
certNo?: string;
|
|
639
|
-
validStartDate?: number;
|
|
640
|
-
validEndDate?: number;
|
|
641
|
-
status?: string;
|
|
642
|
-
pageSize?: number;
|
|
643
|
-
currentPage?: number;
|
|
644
|
-
static names(): {
|
|
645
|
-
[key: string]: string;
|
|
646
|
-
};
|
|
647
|
-
static types(): {
|
|
648
|
-
[key: string]: any;
|
|
649
|
-
};
|
|
650
|
-
constructor(map?: {
|
|
651
|
-
[key: string]: any;
|
|
652
|
-
});
|
|
653
|
-
}
|
|
654
|
-
export declare class DescribeWhitelistSettingResponseBody extends $tea.Model {
|
|
655
|
-
currentPage?: number;
|
|
656
|
-
pageSize?: number;
|
|
657
|
-
requestId?: string;
|
|
658
|
-
totalCount?: number;
|
|
659
|
-
items?: DescribeWhitelistSettingResponseBodyItems[];
|
|
660
|
-
static names(): {
|
|
661
|
-
[key: string]: string;
|
|
662
|
-
};
|
|
663
|
-
static types(): {
|
|
664
|
-
[key: string]: any;
|
|
665
|
-
};
|
|
666
|
-
constructor(map?: {
|
|
667
|
-
[key: string]: any;
|
|
668
|
-
});
|
|
669
|
-
}
|
|
670
|
-
export declare class DescribeWhitelistSettingResponse extends $tea.Model {
|
|
671
|
-
headers: {
|
|
672
|
-
[key: string]: string;
|
|
673
|
-
};
|
|
674
|
-
body: DescribeWhitelistSettingResponseBody;
|
|
675
|
-
static names(): {
|
|
676
|
-
[key: string]: string;
|
|
677
|
-
};
|
|
678
|
-
static types(): {
|
|
679
|
-
[key: string]: any;
|
|
680
|
-
};
|
|
681
|
-
constructor(map?: {
|
|
682
|
-
[key: string]: any;
|
|
683
|
-
});
|
|
684
|
-
}
|
|
685
|
-
export declare class CreateRPSDKRequest extends $tea.Model {
|
|
686
|
-
sourceIp?: string;
|
|
687
|
-
lang?: string;
|
|
688
|
-
appUrl?: string;
|
|
689
|
-
platform?: string;
|
|
690
|
-
static names(): {
|
|
691
|
-
[key: string]: string;
|
|
692
|
-
};
|
|
693
|
-
static types(): {
|
|
694
|
-
[key: string]: any;
|
|
695
|
-
};
|
|
696
|
-
constructor(map?: {
|
|
697
|
-
[key: string]: any;
|
|
698
|
-
});
|
|
699
|
-
}
|
|
700
|
-
export declare class CreateRPSDKResponseBody extends $tea.Model {
|
|
701
|
-
taskId?: string;
|
|
702
|
-
requestId?: string;
|
|
703
|
-
static names(): {
|
|
704
|
-
[key: string]: string;
|
|
705
|
-
};
|
|
706
|
-
static types(): {
|
|
707
|
-
[key: string]: any;
|
|
708
|
-
};
|
|
709
|
-
constructor(map?: {
|
|
710
|
-
[key: string]: any;
|
|
711
|
-
});
|
|
712
|
-
}
|
|
713
|
-
export declare class CreateRPSDKResponse extends $tea.Model {
|
|
714
|
-
headers: {
|
|
715
|
-
[key: string]: string;
|
|
716
|
-
};
|
|
717
|
-
body: CreateRPSDKResponseBody;
|
|
718
|
-
static names(): {
|
|
719
|
-
[key: string]: string;
|
|
720
|
-
};
|
|
721
|
-
static types(): {
|
|
722
|
-
[key: string]: any;
|
|
723
|
-
};
|
|
724
|
-
constructor(map?: {
|
|
725
|
-
[key: string]: any;
|
|
726
|
-
});
|
|
727
|
-
}
|
|
728
|
-
export declare class UpdateFaceConfigRequest extends $tea.Model {
|
|
729
|
-
sourceIp?: string;
|
|
730
|
-
lang?: string;
|
|
731
|
-
bizType?: string;
|
|
732
|
-
bizName?: string;
|
|
733
|
-
static names(): {
|
|
734
|
-
[key: string]: string;
|
|
735
|
-
};
|
|
736
|
-
static types(): {
|
|
737
|
-
[key: string]: any;
|
|
738
|
-
};
|
|
739
|
-
constructor(map?: {
|
|
740
|
-
[key: string]: any;
|
|
741
|
-
});
|
|
742
|
-
}
|
|
743
|
-
export declare class UpdateFaceConfigResponseBody extends $tea.Model {
|
|
744
|
-
requestId?: string;
|
|
745
|
-
static names(): {
|
|
746
|
-
[key: string]: string;
|
|
747
|
-
};
|
|
748
|
-
static types(): {
|
|
749
|
-
[key: string]: any;
|
|
750
|
-
};
|
|
751
|
-
constructor(map?: {
|
|
752
|
-
[key: string]: any;
|
|
753
|
-
});
|
|
754
|
-
}
|
|
755
|
-
export declare class UpdateFaceConfigResponse extends $tea.Model {
|
|
756
|
-
headers: {
|
|
757
|
-
[key: string]: string;
|
|
758
|
-
};
|
|
759
|
-
body: UpdateFaceConfigResponseBody;
|
|
760
|
-
static names(): {
|
|
761
|
-
[key: string]: string;
|
|
762
|
-
};
|
|
763
|
-
static types(): {
|
|
764
|
-
[key: string]: any;
|
|
765
|
-
};
|
|
766
|
-
constructor(map?: {
|
|
767
|
-
[key: string]: any;
|
|
768
|
-
});
|
|
769
|
-
}
|
|
770
|
-
export declare class DescribeFaceConfigRequest extends $tea.Model {
|
|
771
|
-
sourceIp?: string;
|
|
772
|
-
lang?: string;
|
|
773
|
-
static names(): {
|
|
774
|
-
[key: string]: string;
|
|
775
|
-
};
|
|
776
|
-
static types(): {
|
|
777
|
-
[key: string]: any;
|
|
778
|
-
};
|
|
779
|
-
constructor(map?: {
|
|
780
|
-
[key: string]: any;
|
|
781
|
-
});
|
|
782
|
-
}
|
|
783
|
-
export declare class DescribeFaceConfigResponseBody extends $tea.Model {
|
|
784
|
-
requestId?: string;
|
|
785
|
-
items?: DescribeFaceConfigResponseBodyItems[];
|
|
786
|
-
static names(): {
|
|
787
|
-
[key: string]: string;
|
|
788
|
-
};
|
|
789
|
-
static types(): {
|
|
790
|
-
[key: string]: any;
|
|
791
|
-
};
|
|
792
|
-
constructor(map?: {
|
|
793
|
-
[key: string]: any;
|
|
794
|
-
});
|
|
795
|
-
}
|
|
796
|
-
export declare class DescribeFaceConfigResponse extends $tea.Model {
|
|
797
|
-
headers: {
|
|
798
|
-
[key: string]: string;
|
|
799
|
-
};
|
|
800
|
-
body: DescribeFaceConfigResponseBody;
|
|
801
|
-
static names(): {
|
|
802
|
-
[key: string]: string;
|
|
803
|
-
};
|
|
804
|
-
static types(): {
|
|
805
|
-
[key: string]: any;
|
|
806
|
-
};
|
|
807
|
-
constructor(map?: {
|
|
808
|
-
[key: string]: any;
|
|
809
|
-
});
|
|
810
|
-
}
|
|
811
|
-
export declare class LivenessFaceVerifyRequest extends $tea.Model {
|
|
812
|
-
sceneId?: number;
|
|
813
|
-
outerOrderNo?: string;
|
|
814
|
-
productCode?: string;
|
|
815
|
-
faceContrastPicture?: string;
|
|
816
|
-
deviceToken?: string;
|
|
817
|
-
mobile?: string;
|
|
818
|
-
ip?: string;
|
|
819
|
-
userId?: string;
|
|
820
|
-
faceContrastPictureUrl?: string;
|
|
821
|
-
certifyId?: string;
|
|
822
|
-
ossBucketName?: string;
|
|
823
|
-
ossObjectName?: string;
|
|
824
|
-
model?: string;
|
|
825
|
-
crop?: string;
|
|
826
|
-
static names(): {
|
|
827
|
-
[key: string]: string;
|
|
828
|
-
};
|
|
829
|
-
static types(): {
|
|
830
|
-
[key: string]: any;
|
|
831
|
-
};
|
|
832
|
-
constructor(map?: {
|
|
833
|
-
[key: string]: any;
|
|
834
|
-
});
|
|
835
|
-
}
|
|
836
|
-
export declare class LivenessFaceVerifyResponseBody extends $tea.Model {
|
|
837
|
-
code?: string;
|
|
838
|
-
message?: string;
|
|
839
|
-
requestId?: string;
|
|
840
|
-
resultObject?: LivenessFaceVerifyResponseBodyResultObject;
|
|
841
|
-
static names(): {
|
|
842
|
-
[key: string]: string;
|
|
843
|
-
};
|
|
844
|
-
static types(): {
|
|
845
|
-
[key: string]: any;
|
|
846
|
-
};
|
|
847
|
-
constructor(map?: {
|
|
848
|
-
[key: string]: any;
|
|
849
|
-
});
|
|
850
|
-
}
|
|
851
|
-
export declare class LivenessFaceVerifyResponse extends $tea.Model {
|
|
852
|
-
headers: {
|
|
853
|
-
[key: string]: string;
|
|
854
|
-
};
|
|
855
|
-
body: LivenessFaceVerifyResponseBody;
|
|
856
|
-
static names(): {
|
|
857
|
-
[key: string]: string;
|
|
858
|
-
};
|
|
859
|
-
static types(): {
|
|
860
|
-
[key: string]: any;
|
|
861
|
-
};
|
|
862
|
-
constructor(map?: {
|
|
863
|
-
[key: string]: any;
|
|
864
|
-
});
|
|
865
|
-
}
|
|
866
|
-
export declare class DescribeAppInfoRequest extends $tea.Model {
|
|
867
|
-
pageSize?: number;
|
|
868
|
-
currentPage?: number;
|
|
869
|
-
platform?: string;
|
|
870
|
-
static names(): {
|
|
871
|
-
[key: string]: string;
|
|
872
|
-
};
|
|
873
|
-
static types(): {
|
|
874
|
-
[key: string]: any;
|
|
875
|
-
};
|
|
876
|
-
constructor(map?: {
|
|
877
|
-
[key: string]: any;
|
|
878
|
-
});
|
|
879
|
-
}
|
|
880
|
-
export declare class DescribeAppInfoResponseBody extends $tea.Model {
|
|
881
|
-
currentPage?: number;
|
|
882
|
-
requestId?: string;
|
|
883
|
-
pageSize?: number;
|
|
884
|
-
totalCount?: number;
|
|
885
|
-
appInfoList?: DescribeAppInfoResponseBodyAppInfoList[];
|
|
886
|
-
static names(): {
|
|
887
|
-
[key: string]: string;
|
|
888
|
-
};
|
|
889
|
-
static types(): {
|
|
890
|
-
[key: string]: any;
|
|
891
|
-
};
|
|
892
|
-
constructor(map?: {
|
|
893
|
-
[key: string]: any;
|
|
894
|
-
});
|
|
895
|
-
}
|
|
896
|
-
export declare class DescribeAppInfoResponse extends $tea.Model {
|
|
897
|
-
headers: {
|
|
898
|
-
[key: string]: string;
|
|
899
|
-
};
|
|
900
|
-
body: DescribeAppInfoResponseBody;
|
|
901
|
-
static names(): {
|
|
902
|
-
[key: string]: string;
|
|
903
|
-
};
|
|
904
|
-
static types(): {
|
|
905
|
-
[key: string]: any;
|
|
906
|
-
};
|
|
907
|
-
constructor(map?: {
|
|
908
|
-
[key: string]: any;
|
|
909
|
-
});
|
|
910
|
-
}
|
|
911
|
-
export declare class ModifyDeviceInfoRequest extends $tea.Model {
|
|
912
|
-
deviceId?: string;
|
|
913
|
-
userDeviceId?: string;
|
|
914
|
-
bizType?: string;
|
|
915
|
-
duration?: string;
|
|
916
|
-
expiredDay?: string;
|
|
917
|
-
static names(): {
|
|
918
|
-
[key: string]: string;
|
|
919
|
-
};
|
|
920
|
-
static types(): {
|
|
921
|
-
[key: string]: any;
|
|
922
|
-
};
|
|
923
|
-
constructor(map?: {
|
|
924
|
-
[key: string]: any;
|
|
925
|
-
});
|
|
926
|
-
}
|
|
927
|
-
export declare class ModifyDeviceInfoResponseBody extends $tea.Model {
|
|
928
|
-
requestId?: string;
|
|
929
|
-
userDeviceId?: string;
|
|
930
|
-
deviceId?: string;
|
|
931
|
-
expiredDay?: string;
|
|
932
|
-
beginDay?: string;
|
|
933
|
-
bizType?: string;
|
|
934
|
-
static names(): {
|
|
935
|
-
[key: string]: string;
|
|
936
|
-
};
|
|
937
|
-
static types(): {
|
|
938
|
-
[key: string]: any;
|
|
939
|
-
};
|
|
940
|
-
constructor(map?: {
|
|
941
|
-
[key: string]: any;
|
|
942
|
-
});
|
|
943
|
-
}
|
|
944
|
-
export declare class ModifyDeviceInfoResponse extends $tea.Model {
|
|
945
|
-
headers: {
|
|
946
|
-
[key: string]: string;
|
|
947
|
-
};
|
|
948
|
-
body: ModifyDeviceInfoResponseBody;
|
|
949
|
-
static names(): {
|
|
950
|
-
[key: string]: string;
|
|
951
|
-
};
|
|
952
|
-
static types(): {
|
|
953
|
-
[key: string]: any;
|
|
954
|
-
};
|
|
955
|
-
constructor(map?: {
|
|
956
|
-
[key: string]: any;
|
|
957
|
-
});
|
|
958
|
-
}
|
|
959
|
-
export declare class ContrastFaceVerifyRequest extends $tea.Model {
|
|
960
|
-
sceneId?: number;
|
|
961
|
-
outerOrderNo?: string;
|
|
962
|
-
productCode?: string;
|
|
963
|
-
certType?: string;
|
|
964
|
-
certName?: string;
|
|
965
|
-
certNo?: string;
|
|
966
|
-
faceContrastPicture?: string;
|
|
967
|
-
deviceToken?: string;
|
|
968
|
-
mobile?: string;
|
|
969
|
-
ip?: string;
|
|
970
|
-
userId?: string;
|
|
971
|
-
faceContrastPictureUrl?: string;
|
|
972
|
-
certifyId?: string;
|
|
973
|
-
ossBucketName?: string;
|
|
974
|
-
ossObjectName?: string;
|
|
975
|
-
model?: string;
|
|
976
|
-
faceContrastFile?: string;
|
|
977
|
-
crop?: string;
|
|
978
|
-
static names(): {
|
|
979
|
-
[key: string]: string;
|
|
980
|
-
};
|
|
981
|
-
static types(): {
|
|
982
|
-
[key: string]: any;
|
|
983
|
-
};
|
|
984
|
-
constructor(map?: {
|
|
985
|
-
[key: string]: any;
|
|
986
|
-
});
|
|
987
|
-
}
|
|
988
|
-
export declare class ContrastFaceVerifyAdvanceRequest extends $tea.Model {
|
|
989
|
-
faceContrastFileObject: Readable;
|
|
990
|
-
sceneId?: number;
|
|
991
|
-
outerOrderNo?: string;
|
|
992
|
-
productCode?: string;
|
|
993
|
-
certType?: string;
|
|
994
|
-
certName?: string;
|
|
995
|
-
certNo?: string;
|
|
996
|
-
faceContrastPicture?: string;
|
|
997
|
-
deviceToken?: string;
|
|
998
|
-
mobile?: string;
|
|
999
|
-
ip?: string;
|
|
1000
|
-
userId?: string;
|
|
1001
|
-
faceContrastPictureUrl?: string;
|
|
1002
|
-
certifyId?: string;
|
|
1003
|
-
ossBucketName?: string;
|
|
1004
|
-
ossObjectName?: string;
|
|
1005
|
-
model?: string;
|
|
1006
|
-
crop?: string;
|
|
1007
|
-
static names(): {
|
|
1008
|
-
[key: string]: string;
|
|
1009
|
-
};
|
|
1010
|
-
static types(): {
|
|
1011
|
-
[key: string]: any;
|
|
1012
|
-
};
|
|
1013
|
-
constructor(map?: {
|
|
1014
|
-
[key: string]: any;
|
|
1015
|
-
});
|
|
1016
|
-
}
|
|
1017
|
-
export declare class ContrastFaceVerifyResponseBody extends $tea.Model {
|
|
1018
|
-
code?: string;
|
|
1019
|
-
message?: string;
|
|
1020
|
-
requestId?: string;
|
|
1021
|
-
resultObject?: ContrastFaceVerifyResponseBodyResultObject;
|
|
1022
|
-
static names(): {
|
|
1023
|
-
[key: string]: string;
|
|
1024
|
-
};
|
|
1025
|
-
static types(): {
|
|
1026
|
-
[key: string]: any;
|
|
1027
|
-
};
|
|
1028
|
-
constructor(map?: {
|
|
1029
|
-
[key: string]: any;
|
|
1030
|
-
});
|
|
1031
|
-
}
|
|
1032
|
-
export declare class ContrastFaceVerifyResponse extends $tea.Model {
|
|
1033
|
-
headers: {
|
|
1034
|
-
[key: string]: string;
|
|
1035
|
-
};
|
|
1036
|
-
body: ContrastFaceVerifyResponseBody;
|
|
1037
|
-
static names(): {
|
|
1038
|
-
[key: string]: string;
|
|
1039
|
-
};
|
|
1040
|
-
static types(): {
|
|
1041
|
-
[key: string]: any;
|
|
1042
|
-
};
|
|
1043
|
-
constructor(map?: {
|
|
1044
|
-
[key: string]: any;
|
|
1045
|
-
});
|
|
1046
|
-
}
|
|
1047
|
-
export declare class VerifyDeviceRequest extends $tea.Model {
|
|
1048
|
-
certifyId?: string;
|
|
1049
|
-
certifyData?: string;
|
|
1050
|
-
appVersion?: string;
|
|
1051
|
-
extInfo?: string;
|
|
1052
|
-
deviceToken?: string;
|
|
1053
|
-
static names(): {
|
|
1054
|
-
[key: string]: string;
|
|
1055
|
-
};
|
|
1056
|
-
static types(): {
|
|
1057
|
-
[key: string]: any;
|
|
1058
|
-
};
|
|
1059
|
-
constructor(map?: {
|
|
1060
|
-
[key: string]: any;
|
|
1061
|
-
});
|
|
1062
|
-
}
|
|
1063
|
-
export declare class VerifyDeviceResponseBody extends $tea.Model {
|
|
1064
|
-
code?: string;
|
|
1065
|
-
message?: string;
|
|
1066
|
-
requestId?: string;
|
|
1067
|
-
resultObject?: VerifyDeviceResponseBodyResultObject;
|
|
1068
|
-
static names(): {
|
|
1069
|
-
[key: string]: string;
|
|
1070
|
-
};
|
|
1071
|
-
static types(): {
|
|
1072
|
-
[key: string]: any;
|
|
1073
|
-
};
|
|
1074
|
-
constructor(map?: {
|
|
1075
|
-
[key: string]: any;
|
|
1076
|
-
});
|
|
1077
|
-
}
|
|
1078
|
-
export declare class VerifyDeviceResponse extends $tea.Model {
|
|
1079
|
-
headers: {
|
|
1080
|
-
[key: string]: string;
|
|
1081
|
-
};
|
|
1082
|
-
body: VerifyDeviceResponseBody;
|
|
1083
|
-
static names(): {
|
|
1084
|
-
[key: string]: string;
|
|
1085
|
-
};
|
|
1086
|
-
static types(): {
|
|
1087
|
-
[key: string]: any;
|
|
1088
|
-
};
|
|
1089
|
-
constructor(map?: {
|
|
1090
|
-
[key: string]: any;
|
|
1091
|
-
});
|
|
1092
|
-
}
|
|
1093
|
-
export declare class CompareFaceVerifyRequest extends $tea.Model {
|
|
1094
|
-
sceneId?: number;
|
|
1095
|
-
outerOrderNo?: string;
|
|
1096
|
-
productCode?: string;
|
|
1097
|
-
sourceFaceContrastPicture?: string;
|
|
1098
|
-
sourceFaceContrastPictureUrl?: string;
|
|
1099
|
-
sourceCertifyId?: string;
|
|
1100
|
-
sourceOssBucketName?: string;
|
|
1101
|
-
sourceOssObjectName?: string;
|
|
1102
|
-
targetFaceContrastPicture?: string;
|
|
1103
|
-
targetFaceContrastPictureUrl?: string;
|
|
1104
|
-
targetCertifyId?: string;
|
|
1105
|
-
targetOssBucketName?: string;
|
|
1106
|
-
targetOssObjectName?: string;
|
|
1107
|
-
crop?: string;
|
|
1108
|
-
static names(): {
|
|
1109
|
-
[key: string]: string;
|
|
1110
|
-
};
|
|
1111
|
-
static types(): {
|
|
1112
|
-
[key: string]: any;
|
|
1113
|
-
};
|
|
1114
|
-
constructor(map?: {
|
|
1115
|
-
[key: string]: any;
|
|
1116
|
-
});
|
|
1117
|
-
}
|
|
1118
|
-
export declare class CompareFaceVerifyResponseBody extends $tea.Model {
|
|
1119
|
-
code?: string;
|
|
1120
|
-
message?: string;
|
|
1121
|
-
requestId?: string;
|
|
1122
|
-
resultObject?: CompareFaceVerifyResponseBodyResultObject;
|
|
1123
|
-
static names(): {
|
|
1124
|
-
[key: string]: string;
|
|
1125
|
-
};
|
|
1126
|
-
static types(): {
|
|
1127
|
-
[key: string]: any;
|
|
1128
|
-
};
|
|
1129
|
-
constructor(map?: {
|
|
1130
|
-
[key: string]: any;
|
|
1131
|
-
});
|
|
1132
|
-
}
|
|
1133
|
-
export declare class CompareFaceVerifyResponse extends $tea.Model {
|
|
1134
|
-
headers: {
|
|
1135
|
-
[key: string]: string;
|
|
1136
|
-
};
|
|
1137
|
-
body: CompareFaceVerifyResponseBody;
|
|
1138
|
-
static names(): {
|
|
1139
|
-
[key: string]: string;
|
|
1140
|
-
};
|
|
1141
|
-
static types(): {
|
|
1142
|
-
[key: string]: any;
|
|
1143
|
-
};
|
|
1144
|
-
constructor(map?: {
|
|
1145
|
-
[key: string]: any;
|
|
1146
|
-
});
|
|
1147
|
-
}
|
|
1148
|
-
export declare class DescribeVerifySDKRequest extends $tea.Model {
|
|
1149
|
-
taskId?: string;
|
|
1150
|
-
static names(): {
|
|
1151
|
-
[key: string]: string;
|
|
1152
|
-
};
|
|
1153
|
-
static types(): {
|
|
1154
|
-
[key: string]: any;
|
|
1155
|
-
};
|
|
1156
|
-
constructor(map?: {
|
|
1157
|
-
[key: string]: any;
|
|
1158
|
-
});
|
|
1159
|
-
}
|
|
1160
|
-
export declare class DescribeVerifySDKResponseBody extends $tea.Model {
|
|
1161
|
-
sdkUrl?: string;
|
|
1162
|
-
requestId?: string;
|
|
1163
|
-
static names(): {
|
|
1164
|
-
[key: string]: string;
|
|
1165
|
-
};
|
|
1166
|
-
static types(): {
|
|
1167
|
-
[key: string]: any;
|
|
1168
|
-
};
|
|
1169
|
-
constructor(map?: {
|
|
1170
|
-
[key: string]: any;
|
|
1171
|
-
});
|
|
1172
|
-
}
|
|
1173
|
-
export declare class DescribeVerifySDKResponse extends $tea.Model {
|
|
1174
|
-
headers: {
|
|
1175
|
-
[key: string]: string;
|
|
1176
|
-
};
|
|
1177
|
-
body: DescribeVerifySDKResponseBody;
|
|
1178
|
-
static names(): {
|
|
1179
|
-
[key: string]: string;
|
|
1180
|
-
};
|
|
1181
|
-
static types(): {
|
|
1182
|
-
[key: string]: any;
|
|
1183
|
-
};
|
|
1184
|
-
constructor(map?: {
|
|
1185
|
-
[key: string]: any;
|
|
1186
|
-
});
|
|
1187
|
-
}
|
|
1188
|
-
export declare class DescribeDeviceInfoRequest extends $tea.Model {
|
|
1189
|
-
pageSize?: number;
|
|
1190
|
-
currentPage?: number;
|
|
1191
|
-
deviceId?: string;
|
|
1192
|
-
bizType?: string;
|
|
1193
|
-
userDeviceId?: string;
|
|
1194
|
-
expiredStartDay?: string;
|
|
1195
|
-
expiredEndDay?: string;
|
|
1196
|
-
static names(): {
|
|
1197
|
-
[key: string]: string;
|
|
1198
|
-
};
|
|
1199
|
-
static types(): {
|
|
1200
|
-
[key: string]: any;
|
|
1201
|
-
};
|
|
1202
|
-
constructor(map?: {
|
|
1203
|
-
[key: string]: any;
|
|
1204
|
-
});
|
|
1205
|
-
}
|
|
1206
|
-
export declare class DescribeDeviceInfoResponseBody extends $tea.Model {
|
|
1207
|
-
currentPage?: number;
|
|
1208
|
-
requestId?: string;
|
|
1209
|
-
pageSize?: number;
|
|
1210
|
-
totalCount?: number;
|
|
1211
|
-
deviceInfoList?: DescribeDeviceInfoResponseBodyDeviceInfoList;
|
|
1212
|
-
static names(): {
|
|
1213
|
-
[key: string]: string;
|
|
1214
|
-
};
|
|
1215
|
-
static types(): {
|
|
1216
|
-
[key: string]: any;
|
|
1217
|
-
};
|
|
1218
|
-
constructor(map?: {
|
|
1219
|
-
[key: string]: any;
|
|
1220
|
-
});
|
|
1221
|
-
}
|
|
1222
|
-
export declare class DescribeDeviceInfoResponse extends $tea.Model {
|
|
1223
|
-
headers: {
|
|
1224
|
-
[key: string]: string;
|
|
1225
|
-
};
|
|
1226
|
-
body: DescribeDeviceInfoResponseBody;
|
|
1227
|
-
static names(): {
|
|
1228
|
-
[key: string]: string;
|
|
1229
|
-
};
|
|
1230
|
-
static types(): {
|
|
1231
|
-
[key: string]: any;
|
|
1232
|
-
};
|
|
1233
|
-
constructor(map?: {
|
|
1234
|
-
[key: string]: any;
|
|
1235
|
-
});
|
|
1236
|
-
}
|
|
1237
|
-
export declare class DescribeFaceVerifyRequest extends $tea.Model {
|
|
1238
|
-
sceneId?: number;
|
|
1239
|
-
certifyId?: string;
|
|
1240
|
-
pictureReturnType?: string;
|
|
1241
|
-
static names(): {
|
|
1242
|
-
[key: string]: string;
|
|
1243
|
-
};
|
|
1244
|
-
static types(): {
|
|
1245
|
-
[key: string]: any;
|
|
1246
|
-
};
|
|
1247
|
-
constructor(map?: {
|
|
1248
|
-
[key: string]: any;
|
|
1249
|
-
});
|
|
1250
|
-
}
|
|
1251
|
-
export declare class DescribeFaceVerifyResponseBody extends $tea.Model {
|
|
1252
|
-
code?: string;
|
|
1253
|
-
message?: string;
|
|
1254
|
-
requestId?: string;
|
|
1255
|
-
resultObject?: DescribeFaceVerifyResponseBodyResultObject;
|
|
1256
|
-
static names(): {
|
|
1257
|
-
[key: string]: string;
|
|
1258
|
-
};
|
|
1259
|
-
static types(): {
|
|
1260
|
-
[key: string]: any;
|
|
1261
|
-
};
|
|
1262
|
-
constructor(map?: {
|
|
1263
|
-
[key: string]: any;
|
|
1264
|
-
});
|
|
1265
|
-
}
|
|
1266
|
-
export declare class DescribeFaceVerifyResponse extends $tea.Model {
|
|
1267
|
-
headers: {
|
|
1268
|
-
[key: string]: string;
|
|
1269
|
-
};
|
|
1270
|
-
body: DescribeFaceVerifyResponseBody;
|
|
1271
|
-
static names(): {
|
|
1272
|
-
[key: string]: string;
|
|
1273
|
-
};
|
|
1274
|
-
static types(): {
|
|
1275
|
-
[key: string]: any;
|
|
1276
|
-
};
|
|
1277
|
-
constructor(map?: {
|
|
1278
|
-
[key: string]: any;
|
|
1279
|
-
});
|
|
1280
|
-
}
|
|
1281
|
-
export declare class DescribeOssUploadTokenResponseBody extends $tea.Model {
|
|
1282
|
-
requestId?: string;
|
|
1283
|
-
ossUploadToken?: DescribeOssUploadTokenResponseBodyOssUploadToken;
|
|
1284
|
-
static names(): {
|
|
1285
|
-
[key: string]: string;
|
|
1286
|
-
};
|
|
1287
|
-
static types(): {
|
|
1288
|
-
[key: string]: any;
|
|
1289
|
-
};
|
|
1290
|
-
constructor(map?: {
|
|
1291
|
-
[key: string]: any;
|
|
1292
|
-
});
|
|
1293
|
-
}
|
|
1294
|
-
export declare class DescribeOssUploadTokenResponse extends $tea.Model {
|
|
1295
|
-
headers: {
|
|
1296
|
-
[key: string]: string;
|
|
1297
|
-
};
|
|
1298
|
-
body: DescribeOssUploadTokenResponseBody;
|
|
1299
|
-
static names(): {
|
|
1300
|
-
[key: string]: string;
|
|
1301
|
-
};
|
|
1302
|
-
static types(): {
|
|
1303
|
-
[key: string]: any;
|
|
1304
|
-
};
|
|
1305
|
-
constructor(map?: {
|
|
1306
|
-
[key: string]: any;
|
|
1307
|
-
});
|
|
1308
|
-
}
|
|
1309
|
-
export declare class DetectFaceAttributesRequest extends $tea.Model {
|
|
1310
|
-
materialValue?: string;
|
|
1311
|
-
bizType?: string;
|
|
1312
|
-
static names(): {
|
|
1313
|
-
[key: string]: string;
|
|
1314
|
-
};
|
|
1315
|
-
static types(): {
|
|
1316
|
-
[key: string]: any;
|
|
1317
|
-
};
|
|
1318
|
-
constructor(map?: {
|
|
1319
|
-
[key: string]: any;
|
|
1320
|
-
});
|
|
1321
|
-
}
|
|
1322
|
-
export declare class DetectFaceAttributesResponseBody extends $tea.Model {
|
|
1323
|
-
code?: string;
|
|
1324
|
-
message?: string;
|
|
1325
|
-
requestId?: string;
|
|
1326
|
-
success?: boolean;
|
|
1327
|
-
data?: DetectFaceAttributesResponseBodyData;
|
|
1328
|
-
static names(): {
|
|
1329
|
-
[key: string]: string;
|
|
1330
|
-
};
|
|
1331
|
-
static types(): {
|
|
1332
|
-
[key: string]: any;
|
|
1333
|
-
};
|
|
1334
|
-
constructor(map?: {
|
|
1335
|
-
[key: string]: any;
|
|
1336
|
-
});
|
|
1337
|
-
}
|
|
1338
|
-
export declare class DetectFaceAttributesResponse extends $tea.Model {
|
|
1339
|
-
headers: {
|
|
1340
|
-
[key: string]: string;
|
|
1341
|
-
};
|
|
1342
|
-
body: DetectFaceAttributesResponseBody;
|
|
1343
|
-
static names(): {
|
|
1344
|
-
[key: string]: string;
|
|
1345
|
-
};
|
|
1346
|
-
static types(): {
|
|
1347
|
-
[key: string]: any;
|
|
1348
|
-
};
|
|
1349
|
-
constructor(map?: {
|
|
1350
|
-
[key: string]: any;
|
|
1351
|
-
});
|
|
1352
|
-
}
|
|
1353
|
-
export declare class DescribeSdkUrlRequest extends $tea.Model {
|
|
1354
|
-
id?: number;
|
|
1355
|
-
debug?: boolean;
|
|
1356
|
-
static names(): {
|
|
1357
|
-
[key: string]: string;
|
|
1358
|
-
};
|
|
1359
|
-
static types(): {
|
|
1360
|
-
[key: string]: any;
|
|
1361
|
-
};
|
|
1362
|
-
constructor(map?: {
|
|
1363
|
-
[key: string]: any;
|
|
1364
|
-
});
|
|
1365
|
-
}
|
|
1366
|
-
export declare class DescribeSdkUrlResponseBody extends $tea.Model {
|
|
1367
|
-
sdkUrl?: string;
|
|
1368
|
-
requestId?: string;
|
|
1369
|
-
static names(): {
|
|
1370
|
-
[key: string]: string;
|
|
1371
|
-
};
|
|
1372
|
-
static types(): {
|
|
1373
|
-
[key: string]: any;
|
|
1374
|
-
};
|
|
1375
|
-
constructor(map?: {
|
|
1376
|
-
[key: string]: any;
|
|
1377
|
-
});
|
|
1378
|
-
}
|
|
1379
|
-
export declare class DescribeSdkUrlResponse extends $tea.Model {
|
|
1380
|
-
headers: {
|
|
1381
|
-
[key: string]: string;
|
|
1382
|
-
};
|
|
1383
|
-
body: DescribeSdkUrlResponseBody;
|
|
1384
|
-
static names(): {
|
|
1385
|
-
[key: string]: string;
|
|
1386
|
-
};
|
|
1387
|
-
static types(): {
|
|
1388
|
-
[key: string]: any;
|
|
1389
|
-
};
|
|
1390
|
-
constructor(map?: {
|
|
1391
|
-
[key: string]: any;
|
|
1392
|
-
});
|
|
1393
|
-
}
|
|
1394
|
-
export declare class DeleteWhitelistSettingRequest extends $tea.Model {
|
|
1395
|
-
sourceIp?: string;
|
|
1396
|
-
lang?: string;
|
|
1397
|
-
serviceCode?: string;
|
|
1398
|
-
ids?: string;
|
|
1399
|
-
static names(): {
|
|
1400
|
-
[key: string]: string;
|
|
1401
|
-
};
|
|
1402
|
-
static types(): {
|
|
1403
|
-
[key: string]: any;
|
|
1404
|
-
};
|
|
1405
|
-
constructor(map?: {
|
|
1406
|
-
[key: string]: any;
|
|
1407
|
-
});
|
|
1408
|
-
}
|
|
1409
|
-
export declare class DeleteWhitelistSettingResponseBody extends $tea.Model {
|
|
1410
|
-
resultObject?: boolean;
|
|
1411
|
-
requestId?: string;
|
|
1412
|
-
static names(): {
|
|
1413
|
-
[key: string]: string;
|
|
1414
|
-
};
|
|
1415
|
-
static types(): {
|
|
1416
|
-
[key: string]: any;
|
|
1417
|
-
};
|
|
1418
|
-
constructor(map?: {
|
|
1419
|
-
[key: string]: any;
|
|
1420
|
-
});
|
|
1421
|
-
}
|
|
1422
|
-
export declare class DeleteWhitelistSettingResponse extends $tea.Model {
|
|
1423
|
-
headers: {
|
|
1424
|
-
[key: string]: string;
|
|
1425
|
-
};
|
|
1426
|
-
body: DeleteWhitelistSettingResponseBody;
|
|
1427
|
-
static names(): {
|
|
1428
|
-
[key: string]: string;
|
|
1429
|
-
};
|
|
1430
|
-
static types(): {
|
|
1431
|
-
[key: string]: any;
|
|
1432
|
-
};
|
|
1433
|
-
constructor(map?: {
|
|
1434
|
-
[key: string]: any;
|
|
1435
|
-
});
|
|
1436
|
-
}
|
|
1437
|
-
export declare class UpdateVerifySettingRequest extends $tea.Model {
|
|
1438
|
-
bizType?: string;
|
|
1439
|
-
bizName?: string;
|
|
1440
|
-
solution?: string;
|
|
1441
|
-
guideStep?: boolean;
|
|
1442
|
-
privacyStep?: boolean;
|
|
1443
|
-
resultStep?: boolean;
|
|
1444
|
-
static names(): {
|
|
1445
|
-
[key: string]: string;
|
|
1446
|
-
};
|
|
1447
|
-
static types(): {
|
|
1448
|
-
[key: string]: any;
|
|
1449
|
-
};
|
|
1450
|
-
constructor(map?: {
|
|
1451
|
-
[key: string]: any;
|
|
1452
|
-
});
|
|
1453
|
-
}
|
|
1454
|
-
export declare class UpdateVerifySettingResponseBody extends $tea.Model {
|
|
1455
|
-
bizName?: string;
|
|
1456
|
-
requestId?: string;
|
|
1457
|
-
solution?: string;
|
|
1458
|
-
bizType?: string;
|
|
1459
|
-
stepList?: string[];
|
|
1460
|
-
static names(): {
|
|
1461
|
-
[key: string]: string;
|
|
1462
|
-
};
|
|
1463
|
-
static types(): {
|
|
1464
|
-
[key: string]: any;
|
|
1465
|
-
};
|
|
1466
|
-
constructor(map?: {
|
|
1467
|
-
[key: string]: any;
|
|
1468
|
-
});
|
|
1469
|
-
}
|
|
1470
|
-
export declare class UpdateVerifySettingResponse extends $tea.Model {
|
|
1471
|
-
headers: {
|
|
1472
|
-
[key: string]: string;
|
|
1473
|
-
};
|
|
1474
|
-
body: UpdateVerifySettingResponseBody;
|
|
1475
|
-
static names(): {
|
|
1476
|
-
[key: string]: string;
|
|
1477
|
-
};
|
|
1478
|
-
static types(): {
|
|
1479
|
-
[key: string]: any;
|
|
1480
|
-
};
|
|
1481
|
-
constructor(map?: {
|
|
1482
|
-
[key: string]: any;
|
|
1483
|
-
});
|
|
1484
|
-
}
|
|
1485
|
-
export declare class DescribeVerifyResultRequest extends $tea.Model {
|
|
1486
|
-
bizId?: string;
|
|
1487
|
-
bizType?: string;
|
|
1488
|
-
static names(): {
|
|
1489
|
-
[key: string]: string;
|
|
1490
|
-
};
|
|
1491
|
-
static types(): {
|
|
1492
|
-
[key: string]: any;
|
|
1493
|
-
};
|
|
1494
|
-
constructor(map?: {
|
|
1495
|
-
[key: string]: any;
|
|
1496
|
-
});
|
|
1497
|
-
}
|
|
1498
|
-
export declare class DescribeVerifyResultResponseBody extends $tea.Model {
|
|
1499
|
-
authorityComparisionScore?: number;
|
|
1500
|
-
verifyStatus?: number;
|
|
1501
|
-
requestId?: string;
|
|
1502
|
-
faceComparisonScore?: number;
|
|
1503
|
-
idCardFaceComparisonScore?: number;
|
|
1504
|
-
material?: DescribeVerifyResultResponseBodyMaterial;
|
|
1505
|
-
static names(): {
|
|
1506
|
-
[key: string]: string;
|
|
1507
|
-
};
|
|
1508
|
-
static types(): {
|
|
1509
|
-
[key: string]: any;
|
|
1510
|
-
};
|
|
1511
|
-
constructor(map?: {
|
|
1512
|
-
[key: string]: any;
|
|
1513
|
-
});
|
|
1514
|
-
}
|
|
1515
|
-
export declare class DescribeVerifyResultResponse extends $tea.Model {
|
|
1516
|
-
headers: {
|
|
1517
|
-
[key: string]: string;
|
|
1518
|
-
};
|
|
1519
|
-
body: DescribeVerifyResultResponseBody;
|
|
1520
|
-
static names(): {
|
|
1521
|
-
[key: string]: string;
|
|
1522
|
-
};
|
|
1523
|
-
static types(): {
|
|
1524
|
-
[key: string]: any;
|
|
1525
|
-
};
|
|
1526
|
-
constructor(map?: {
|
|
1527
|
-
[key: string]: any;
|
|
1528
|
-
});
|
|
1529
|
-
}
|
|
1530
|
-
export declare class CompareFacesRequest extends $tea.Model {
|
|
1531
|
-
targetImageType?: string;
|
|
1532
|
-
sourceImageType?: string;
|
|
1533
|
-
sourceImageValue?: string;
|
|
1534
|
-
targetImageValue?: string;
|
|
1535
|
-
static names(): {
|
|
1536
|
-
[key: string]: string;
|
|
1537
|
-
};
|
|
1538
|
-
static types(): {
|
|
1539
|
-
[key: string]: any;
|
|
1540
|
-
};
|
|
1541
|
-
constructor(map?: {
|
|
1542
|
-
[key: string]: any;
|
|
1543
|
-
});
|
|
1544
|
-
}
|
|
1545
|
-
export declare class CompareFacesResponseBody extends $tea.Model {
|
|
1546
|
-
code?: string;
|
|
1547
|
-
message?: string;
|
|
1548
|
-
requestId?: string;
|
|
1549
|
-
success?: boolean;
|
|
1550
|
-
data?: CompareFacesResponseBodyData;
|
|
1551
|
-
static names(): {
|
|
1552
|
-
[key: string]: string;
|
|
1553
|
-
};
|
|
1554
|
-
static types(): {
|
|
1555
|
-
[key: string]: any;
|
|
1556
|
-
};
|
|
1557
|
-
constructor(map?: {
|
|
1558
|
-
[key: string]: any;
|
|
1559
|
-
});
|
|
1560
|
-
}
|
|
1561
|
-
export declare class CompareFacesResponse extends $tea.Model {
|
|
1562
|
-
headers: {
|
|
1563
|
-
[key: string]: string;
|
|
1564
|
-
};
|
|
1565
|
-
body: CompareFacesResponseBody;
|
|
1566
|
-
static names(): {
|
|
1567
|
-
[key: string]: string;
|
|
1568
|
-
};
|
|
1569
|
-
static types(): {
|
|
1570
|
-
[key: string]: any;
|
|
1571
|
-
};
|
|
1572
|
-
constructor(map?: {
|
|
1573
|
-
[key: string]: any;
|
|
1574
|
-
});
|
|
1575
|
-
}
|
|
1576
|
-
export declare class CreateFaceConfigRequest extends $tea.Model {
|
|
1577
|
-
sourceIp?: string;
|
|
1578
|
-
lang?: string;
|
|
1579
|
-
bizType?: string;
|
|
1580
|
-
bizName?: string;
|
|
1581
|
-
static names(): {
|
|
1582
|
-
[key: string]: string;
|
|
1583
|
-
};
|
|
1584
|
-
static types(): {
|
|
1585
|
-
[key: string]: any;
|
|
1586
|
-
};
|
|
1587
|
-
constructor(map?: {
|
|
1588
|
-
[key: string]: any;
|
|
1589
|
-
});
|
|
1590
|
-
}
|
|
1591
|
-
export declare class CreateFaceConfigResponseBody extends $tea.Model {
|
|
1592
|
-
requestId?: string;
|
|
1593
|
-
static names(): {
|
|
1594
|
-
[key: string]: string;
|
|
1595
|
-
};
|
|
1596
|
-
static types(): {
|
|
1597
|
-
[key: string]: any;
|
|
1598
|
-
};
|
|
1599
|
-
constructor(map?: {
|
|
1600
|
-
[key: string]: any;
|
|
1601
|
-
});
|
|
1602
|
-
}
|
|
1603
|
-
export declare class CreateFaceConfigResponse extends $tea.Model {
|
|
1604
|
-
headers: {
|
|
1605
|
-
[key: string]: string;
|
|
1606
|
-
};
|
|
1607
|
-
body: CreateFaceConfigResponseBody;
|
|
6
|
+
export declare class CompareFaceVerifyRequest extends $tea.Model {
|
|
7
|
+
crop?: string;
|
|
8
|
+
outerOrderNo?: string;
|
|
9
|
+
productCode?: string;
|
|
10
|
+
sceneId?: number;
|
|
11
|
+
sourceCertifyId?: string;
|
|
12
|
+
sourceFaceContrastPicture?: string;
|
|
13
|
+
sourceFaceContrastPictureUrl?: string;
|
|
14
|
+
sourceOssBucketName?: string;
|
|
15
|
+
sourceOssObjectName?: string;
|
|
16
|
+
targetCertifyId?: string;
|
|
17
|
+
targetFaceContrastPicture?: string;
|
|
18
|
+
targetFaceContrastPictureUrl?: string;
|
|
19
|
+
targetOssBucketName?: string;
|
|
20
|
+
targetOssObjectName?: string;
|
|
1608
21
|
static names(): {
|
|
1609
22
|
[key: string]: string;
|
|
1610
23
|
};
|
|
@@ -1615,9 +28,11 @@ export declare class CreateFaceConfigResponse extends $tea.Model {
|
|
|
1615
28
|
[key: string]: any;
|
|
1616
29
|
});
|
|
1617
30
|
}
|
|
1618
|
-
export declare class
|
|
1619
|
-
|
|
1620
|
-
|
|
31
|
+
export declare class CompareFaceVerifyResponse extends $tea.Model {
|
|
32
|
+
code: string;
|
|
33
|
+
message: string;
|
|
34
|
+
requestId: string;
|
|
35
|
+
resultObject: CompareFaceVerifyResponseResultObject;
|
|
1621
36
|
static names(): {
|
|
1622
37
|
[key: string]: string;
|
|
1623
38
|
};
|
|
@@ -1628,9 +43,11 @@ export declare class CreateVerifySDKRequest extends $tea.Model {
|
|
|
1628
43
|
[key: string]: any;
|
|
1629
44
|
});
|
|
1630
45
|
}
|
|
1631
|
-
export declare class
|
|
1632
|
-
|
|
1633
|
-
|
|
46
|
+
export declare class CompareFacesRequest extends $tea.Model {
|
|
47
|
+
sourceImageType?: string;
|
|
48
|
+
sourceImageValue?: string;
|
|
49
|
+
targetImageType?: string;
|
|
50
|
+
targetImageValue?: string;
|
|
1634
51
|
static names(): {
|
|
1635
52
|
[key: string]: string;
|
|
1636
53
|
};
|
|
@@ -1641,11 +58,12 @@ export declare class CreateVerifySDKResponseBody extends $tea.Model {
|
|
|
1641
58
|
[key: string]: any;
|
|
1642
59
|
});
|
|
1643
60
|
}
|
|
1644
|
-
export declare class
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
61
|
+
export declare class CompareFacesResponse extends $tea.Model {
|
|
62
|
+
code: string;
|
|
63
|
+
message: string;
|
|
64
|
+
requestId: string;
|
|
65
|
+
success: boolean;
|
|
66
|
+
data: CompareFacesResponseData;
|
|
1649
67
|
static names(): {
|
|
1650
68
|
[key: string]: string;
|
|
1651
69
|
};
|
|
@@ -1656,35 +74,25 @@ export declare class CreateVerifySDKResponse extends $tea.Model {
|
|
|
1656
74
|
[key: string]: any;
|
|
1657
75
|
});
|
|
1658
76
|
}
|
|
1659
|
-
export declare class
|
|
77
|
+
export declare class ContrastFaceVerifyRequest extends $tea.Model {
|
|
78
|
+
certName?: string;
|
|
79
|
+
certNo?: string;
|
|
80
|
+
certType?: string;
|
|
1660
81
|
certifyId?: string;
|
|
1661
|
-
|
|
1662
|
-
channel?: string;
|
|
1663
|
-
merchant?: string;
|
|
1664
|
-
productName?: string;
|
|
1665
|
-
produceNode?: string;
|
|
1666
|
-
bizData?: string;
|
|
1667
|
-
metaInfo?: string;
|
|
1668
|
-
certifyPrincipal?: string;
|
|
1669
|
-
appVersion?: string;
|
|
82
|
+
crop?: string;
|
|
1670
83
|
deviceToken?: string;
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
export declare class InitDeviceResponseBody extends $tea.Model {
|
|
1684
|
-
code?: string;
|
|
1685
|
-
message?: string;
|
|
1686
|
-
requestId?: string;
|
|
1687
|
-
resultObject?: InitDeviceResponseBodyResultObject;
|
|
84
|
+
faceContrastFile?: string;
|
|
85
|
+
faceContrastPicture?: string;
|
|
86
|
+
faceContrastPictureUrl?: string;
|
|
87
|
+
ip?: string;
|
|
88
|
+
mobile?: string;
|
|
89
|
+
model?: string;
|
|
90
|
+
ossBucketName?: string;
|
|
91
|
+
ossObjectName?: string;
|
|
92
|
+
outerOrderNo?: string;
|
|
93
|
+
productCode?: string;
|
|
94
|
+
sceneId?: number;
|
|
95
|
+
userId?: string;
|
|
1688
96
|
static names(): {
|
|
1689
97
|
[key: string]: string;
|
|
1690
98
|
};
|
|
@@ -1695,11 +103,11 @@ export declare class InitDeviceResponseBody extends $tea.Model {
|
|
|
1695
103
|
[key: string]: any;
|
|
1696
104
|
});
|
|
1697
105
|
}
|
|
1698
|
-
export declare class
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
106
|
+
export declare class ContrastFaceVerifyResponse extends $tea.Model {
|
|
107
|
+
code: string;
|
|
108
|
+
message: string;
|
|
109
|
+
requestId: string;
|
|
110
|
+
resultObject: ContrastFaceVerifyResponseResultObject;
|
|
1703
111
|
static names(): {
|
|
1704
112
|
[key: string]: string;
|
|
1705
113
|
};
|
|
@@ -1710,27 +118,25 @@ export declare class InitDeviceResponse extends $tea.Model {
|
|
|
1710
118
|
[key: string]: any;
|
|
1711
119
|
});
|
|
1712
120
|
}
|
|
1713
|
-
export declare class
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
serviceCode?: string;
|
|
1717
|
-
sceneId?: number;
|
|
1718
|
-
certifyId?: string;
|
|
121
|
+
export declare class ContrastFaceVerifyAdvanceRequest extends $tea.Model {
|
|
122
|
+
faceContrastFileObject: Readable;
|
|
123
|
+
certName?: string;
|
|
1719
124
|
certNo?: string;
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
125
|
+
certType?: string;
|
|
126
|
+
certifyId?: string;
|
|
127
|
+
crop?: string;
|
|
128
|
+
deviceToken?: string;
|
|
129
|
+
faceContrastPicture?: string;
|
|
130
|
+
faceContrastPictureUrl?: string;
|
|
131
|
+
ip?: string;
|
|
132
|
+
mobile?: string;
|
|
133
|
+
model?: string;
|
|
134
|
+
ossBucketName?: string;
|
|
135
|
+
ossObjectName?: string;
|
|
136
|
+
outerOrderNo?: string;
|
|
137
|
+
productCode?: string;
|
|
138
|
+
sceneId?: number;
|
|
139
|
+
userId?: string;
|
|
1734
140
|
static names(): {
|
|
1735
141
|
[key: string]: string;
|
|
1736
142
|
};
|
|
@@ -1741,11 +147,11 @@ export declare class CreateWhitelistSettingResponseBody extends $tea.Model {
|
|
|
1741
147
|
[key: string]: any;
|
|
1742
148
|
});
|
|
1743
149
|
}
|
|
1744
|
-
export declare class
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
150
|
+
export declare class CreateAuthKeyRequest extends $tea.Model {
|
|
151
|
+
authYears?: number;
|
|
152
|
+
bizType?: string;
|
|
153
|
+
test?: boolean;
|
|
154
|
+
userDeviceId?: string;
|
|
1749
155
|
static names(): {
|
|
1750
156
|
[key: string]: string;
|
|
1751
157
|
};
|
|
@@ -1756,9 +162,9 @@ export declare class CreateWhitelistSettingResponse extends $tea.Model {
|
|
|
1756
162
|
[key: string]: any;
|
|
1757
163
|
});
|
|
1758
164
|
}
|
|
1759
|
-
export declare class
|
|
1760
|
-
|
|
1761
|
-
requestId
|
|
165
|
+
export declare class CreateAuthKeyResponse extends $tea.Model {
|
|
166
|
+
authKey: string;
|
|
167
|
+
requestId: string;
|
|
1762
168
|
static names(): {
|
|
1763
169
|
[key: string]: string;
|
|
1764
170
|
};
|
|
@@ -1769,11 +175,13 @@ export declare class DescribeUserStatusResponseBody extends $tea.Model {
|
|
|
1769
175
|
[key: string]: any;
|
|
1770
176
|
});
|
|
1771
177
|
}
|
|
1772
|
-
export declare class
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
178
|
+
export declare class CreateVerifySettingRequest extends $tea.Model {
|
|
179
|
+
bizName: string;
|
|
180
|
+
bizType: string;
|
|
181
|
+
guideStep?: boolean;
|
|
182
|
+
privacyStep?: boolean;
|
|
183
|
+
resultStep?: boolean;
|
|
184
|
+
solution: string;
|
|
1777
185
|
static names(): {
|
|
1778
186
|
[key: string]: string;
|
|
1779
187
|
};
|
|
@@ -1784,13 +192,12 @@ export declare class DescribeUserStatusResponse extends $tea.Model {
|
|
|
1784
192
|
[key: string]: any;
|
|
1785
193
|
});
|
|
1786
194
|
}
|
|
1787
|
-
export declare class
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
resultStep?: boolean;
|
|
195
|
+
export declare class CreateVerifySettingResponse extends $tea.Model {
|
|
196
|
+
bizName: string;
|
|
197
|
+
bizType: string;
|
|
198
|
+
requestId: string;
|
|
199
|
+
solution: string;
|
|
200
|
+
stepList: string[];
|
|
1794
201
|
static names(): {
|
|
1795
202
|
[key: string]: string;
|
|
1796
203
|
};
|
|
@@ -1801,12 +208,14 @@ export declare class CreateVerifySettingRequest extends $tea.Model {
|
|
|
1801
208
|
[key: string]: any;
|
|
1802
209
|
});
|
|
1803
210
|
}
|
|
1804
|
-
export declare class
|
|
1805
|
-
bizName?: string;
|
|
1806
|
-
requestId?: string;
|
|
1807
|
-
solution?: string;
|
|
211
|
+
export declare class DescribeDeviceInfoRequest extends $tea.Model {
|
|
1808
212
|
bizType?: string;
|
|
1809
|
-
|
|
213
|
+
currentPage?: number;
|
|
214
|
+
deviceId?: string;
|
|
215
|
+
expiredEndDay?: string;
|
|
216
|
+
expiredStartDay?: string;
|
|
217
|
+
pageSize?: number;
|
|
218
|
+
userDeviceId?: string;
|
|
1810
219
|
static names(): {
|
|
1811
220
|
[key: string]: string;
|
|
1812
221
|
};
|
|
@@ -1817,11 +226,12 @@ export declare class CreateVerifySettingResponseBody extends $tea.Model {
|
|
|
1817
226
|
[key: string]: any;
|
|
1818
227
|
});
|
|
1819
228
|
}
|
|
1820
|
-
export declare class
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
229
|
+
export declare class DescribeDeviceInfoResponse extends $tea.Model {
|
|
230
|
+
currentPage: number;
|
|
231
|
+
pageSize: number;
|
|
232
|
+
requestId: string;
|
|
233
|
+
totalCount: number;
|
|
234
|
+
deviceInfoList: DescribeDeviceInfoResponseDeviceInfoList;
|
|
1825
235
|
static names(): {
|
|
1826
236
|
[key: string]: string;
|
|
1827
237
|
};
|
|
@@ -1832,27 +242,10 @@ export declare class CreateVerifySettingResponse extends $tea.Model {
|
|
|
1832
242
|
[key: string]: any;
|
|
1833
243
|
});
|
|
1834
244
|
}
|
|
1835
|
-
export declare class
|
|
1836
|
-
sceneId?: number;
|
|
1837
|
-
outerOrderNo?: string;
|
|
1838
|
-
productCode?: string;
|
|
1839
|
-
certType?: string;
|
|
1840
|
-
certName?: string;
|
|
1841
|
-
certNo?: string;
|
|
1842
|
-
returnUrl?: string;
|
|
1843
|
-
faceContrastPicture?: string;
|
|
1844
|
-
metaInfo?: string;
|
|
1845
|
-
mobile?: string;
|
|
1846
|
-
ip?: string;
|
|
1847
|
-
userId?: string;
|
|
1848
|
-
faceContrastPictureUrl?: string;
|
|
245
|
+
export declare class DescribeFaceVerifyRequest extends $tea.Model {
|
|
1849
246
|
certifyId?: string;
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
model?: string;
|
|
1853
|
-
callbackUrl?: string;
|
|
1854
|
-
callbackToken?: string;
|
|
1855
|
-
crop?: string;
|
|
247
|
+
pictureReturnType?: string;
|
|
248
|
+
sceneId?: number;
|
|
1856
249
|
static names(): {
|
|
1857
250
|
[key: string]: string;
|
|
1858
251
|
};
|
|
@@ -1863,11 +256,11 @@ export declare class InitFaceVerifyRequest extends $tea.Model {
|
|
|
1863
256
|
[key: string]: any;
|
|
1864
257
|
});
|
|
1865
258
|
}
|
|
1866
|
-
export declare class
|
|
1867
|
-
code
|
|
1868
|
-
message
|
|
1869
|
-
requestId
|
|
1870
|
-
resultObject
|
|
259
|
+
export declare class DescribeFaceVerifyResponse extends $tea.Model {
|
|
260
|
+
code: string;
|
|
261
|
+
message: string;
|
|
262
|
+
requestId: string;
|
|
263
|
+
resultObject: DescribeFaceVerifyResponseResultObject;
|
|
1871
264
|
static names(): {
|
|
1872
265
|
[key: string]: string;
|
|
1873
266
|
};
|
|
@@ -1878,11 +271,7 @@ export declare class InitFaceVerifyResponseBody extends $tea.Model {
|
|
|
1878
271
|
[key: string]: any;
|
|
1879
272
|
});
|
|
1880
273
|
}
|
|
1881
|
-
export declare class
|
|
1882
|
-
headers: {
|
|
1883
|
-
[key: string]: string;
|
|
1884
|
-
};
|
|
1885
|
-
body: InitFaceVerifyResponseBody;
|
|
274
|
+
export declare class DescribeOssUploadTokenRequest extends $tea.Model {
|
|
1886
275
|
static names(): {
|
|
1887
276
|
[key: string]: string;
|
|
1888
277
|
};
|
|
@@ -1893,17 +282,9 @@ export declare class InitFaceVerifyResponse extends $tea.Model {
|
|
|
1893
282
|
[key: string]: any;
|
|
1894
283
|
});
|
|
1895
284
|
}
|
|
1896
|
-
export declare class
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
address?: string;
|
|
1900
|
-
number?: string;
|
|
1901
|
-
startDate?: string;
|
|
1902
|
-
backImageUrl?: string;
|
|
1903
|
-
nationality?: string;
|
|
1904
|
-
birth?: string;
|
|
1905
|
-
name?: string;
|
|
1906
|
-
frontImageUrl?: string;
|
|
285
|
+
export declare class DescribeOssUploadTokenResponse extends $tea.Model {
|
|
286
|
+
requestId: string;
|
|
287
|
+
ossUploadToken: DescribeOssUploadTokenResponseOssUploadToken;
|
|
1907
288
|
static names(): {
|
|
1908
289
|
[key: string]: string;
|
|
1909
290
|
};
|
|
@@ -1914,14 +295,9 @@ export declare class VerifyMaterialResponseBodyMaterialIdCardInfo extends $tea.M
|
|
|
1914
295
|
[key: string]: any;
|
|
1915
296
|
});
|
|
1916
297
|
}
|
|
1917
|
-
export declare class
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
faceImageUrl?: string;
|
|
1921
|
-
faceMask?: string;
|
|
1922
|
-
idCardName?: string;
|
|
1923
|
-
faceQuality?: string;
|
|
1924
|
-
idCardInfo?: VerifyMaterialResponseBodyMaterialIdCardInfo;
|
|
298
|
+
export declare class DescribeVerifyResultRequest extends $tea.Model {
|
|
299
|
+
bizId: string;
|
|
300
|
+
bizType: string;
|
|
1925
301
|
static names(): {
|
|
1926
302
|
[key: string]: string;
|
|
1927
303
|
};
|
|
@@ -1932,17 +308,13 @@ export declare class VerifyMaterialResponseBodyMaterial extends $tea.Model {
|
|
|
1932
308
|
[key: string]: any;
|
|
1933
309
|
});
|
|
1934
310
|
}
|
|
1935
|
-
export declare class
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
valid?: number;
|
|
1943
|
-
id?: number;
|
|
1944
|
-
bizType?: string;
|
|
1945
|
-
uid?: number;
|
|
311
|
+
export declare class DescribeVerifyResultResponse extends $tea.Model {
|
|
312
|
+
authorityComparisionScore: number;
|
|
313
|
+
faceComparisonScore: number;
|
|
314
|
+
idCardFaceComparisonScore: number;
|
|
315
|
+
requestId: string;
|
|
316
|
+
verifyStatus: number;
|
|
317
|
+
material: DescribeVerifyResultResponseMaterial;
|
|
1946
318
|
static names(): {
|
|
1947
319
|
[key: string]: string;
|
|
1948
320
|
};
|
|
@@ -1953,14 +325,8 @@ export declare class DescribeWhitelistResponseBodyItems extends $tea.Model {
|
|
|
1953
325
|
[key: string]: any;
|
|
1954
326
|
});
|
|
1955
327
|
}
|
|
1956
|
-
export declare class
|
|
1957
|
-
|
|
1958
|
-
token?: string;
|
|
1959
|
-
secret?: string;
|
|
1960
|
-
expired?: number;
|
|
1961
|
-
path?: string;
|
|
1962
|
-
endPoint?: string;
|
|
1963
|
-
bucket?: string;
|
|
328
|
+
export declare class DescribeVerifySDKRequest extends $tea.Model {
|
|
329
|
+
taskId: string;
|
|
1964
330
|
static names(): {
|
|
1965
331
|
[key: string]: string;
|
|
1966
332
|
};
|
|
@@ -1971,9 +337,9 @@ export declare class DescribeVerifyTokenResponseBodyOssUploadToken extends $tea.
|
|
|
1971
337
|
[key: string]: any;
|
|
1972
338
|
});
|
|
1973
339
|
}
|
|
1974
|
-
export declare class
|
|
1975
|
-
|
|
1976
|
-
|
|
340
|
+
export declare class DescribeVerifySDKResponse extends $tea.Model {
|
|
341
|
+
requestId: string;
|
|
342
|
+
sdkUrl: string;
|
|
1977
343
|
static names(): {
|
|
1978
344
|
[key: string]: string;
|
|
1979
345
|
};
|
|
@@ -1984,12 +350,22 @@ export declare class DescribeFaceUsageResponseBodyFaceUsageList extends $tea.Mod
|
|
|
1984
350
|
[key: string]: any;
|
|
1985
351
|
});
|
|
1986
352
|
}
|
|
1987
|
-
export declare class
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
353
|
+
export declare class DescribeVerifyTokenRequest extends $tea.Model {
|
|
354
|
+
bizId: string;
|
|
355
|
+
bizType: string;
|
|
356
|
+
callbackSeed?: string;
|
|
357
|
+
callbackUrl?: string;
|
|
358
|
+
faceRetainedImageUrl?: string;
|
|
359
|
+
failedRedirectUrl?: string;
|
|
360
|
+
idCardBackImageUrl?: string;
|
|
361
|
+
idCardFrontImageUrl?: string;
|
|
362
|
+
idCardNumber?: string;
|
|
363
|
+
name?: string;
|
|
364
|
+
passedRedirectUrl?: string;
|
|
365
|
+
userId?: string;
|
|
366
|
+
userIp?: string;
|
|
367
|
+
userPhoneNumber?: string;
|
|
368
|
+
userRegistTime?: number;
|
|
1993
369
|
static names(): {
|
|
1994
370
|
[key: string]: string;
|
|
1995
371
|
};
|
|
@@ -2000,8 +376,11 @@ export declare class DescribeVerifyUsageResponseBodyVerifyUsageList extends $tea
|
|
|
2000
376
|
[key: string]: any;
|
|
2001
377
|
});
|
|
2002
378
|
}
|
|
2003
|
-
export declare class
|
|
2004
|
-
|
|
379
|
+
export declare class DescribeVerifyTokenResponse extends $tea.Model {
|
|
380
|
+
requestId: string;
|
|
381
|
+
verifyPageUrl: string;
|
|
382
|
+
verifyToken: string;
|
|
383
|
+
ossUploadToken: DescribeVerifyTokenResponseOssUploadToken;
|
|
2005
384
|
static names(): {
|
|
2006
385
|
[key: string]: string;
|
|
2007
386
|
};
|
|
@@ -2012,8 +391,9 @@ export declare class DescribeUpdatePackageResultResponseBodyAppInfoPackageInfo e
|
|
|
2012
391
|
[key: string]: any;
|
|
2013
392
|
});
|
|
2014
393
|
}
|
|
2015
|
-
export declare class
|
|
2016
|
-
|
|
394
|
+
export declare class DetectFaceAttributesRequest extends $tea.Model {
|
|
395
|
+
bizType?: string;
|
|
396
|
+
materialValue: string;
|
|
2017
397
|
static names(): {
|
|
2018
398
|
[key: string]: string;
|
|
2019
399
|
};
|
|
@@ -2024,16 +404,12 @@ export declare class DescribeUpdatePackageResultResponseBodyAppInfoDebugPackageI
|
|
|
2024
404
|
[key: string]: any;
|
|
2025
405
|
});
|
|
2026
406
|
}
|
|
2027
|
-
export declare class
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
name?: string;
|
|
2034
|
-
id?: number;
|
|
2035
|
-
packageInfo?: DescribeUpdatePackageResultResponseBodyAppInfoPackageInfo;
|
|
2036
|
-
debugPackageInfo?: DescribeUpdatePackageResultResponseBodyAppInfoDebugPackageInfo;
|
|
407
|
+
export declare class DetectFaceAttributesResponse extends $tea.Model {
|
|
408
|
+
code: string;
|
|
409
|
+
message: string;
|
|
410
|
+
requestId: string;
|
|
411
|
+
success: boolean;
|
|
412
|
+
data: DetectFaceAttributesResponseData;
|
|
2037
413
|
static names(): {
|
|
2038
414
|
[key: string]: string;
|
|
2039
415
|
};
|
|
@@ -2044,11 +420,29 @@ export declare class DescribeUpdatePackageResultResponseBodyAppInfo extends $tea
|
|
|
2044
420
|
[key: string]: any;
|
|
2045
421
|
});
|
|
2046
422
|
}
|
|
2047
|
-
export declare class
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
423
|
+
export declare class InitFaceVerifyRequest extends $tea.Model {
|
|
424
|
+
authId?: string;
|
|
425
|
+
callbackToken?: string;
|
|
426
|
+
callbackUrl?: string;
|
|
427
|
+
certName?: string;
|
|
428
|
+
certNo?: string;
|
|
429
|
+
certType?: string;
|
|
430
|
+
certifyId?: string;
|
|
431
|
+
certifyUrlType?: string;
|
|
432
|
+
crop?: string;
|
|
433
|
+
faceContrastPicture?: string;
|
|
434
|
+
faceContrastPictureUrl?: string;
|
|
435
|
+
ip?: string;
|
|
436
|
+
metaInfo?: string;
|
|
437
|
+
mobile?: string;
|
|
438
|
+
model?: string;
|
|
439
|
+
ossBucketName?: string;
|
|
440
|
+
ossObjectName?: string;
|
|
441
|
+
outerOrderNo?: string;
|
|
442
|
+
productCode?: string;
|
|
443
|
+
returnUrl?: string;
|
|
444
|
+
sceneId?: number;
|
|
445
|
+
userId?: string;
|
|
2052
446
|
static names(): {
|
|
2053
447
|
[key: string]: string;
|
|
2054
448
|
};
|
|
@@ -2059,18 +453,11 @@ export declare class DescribeVerifySettingResponseBodyVerifySettingList extends
|
|
|
2059
453
|
[key: string]: any;
|
|
2060
454
|
});
|
|
2061
455
|
}
|
|
2062
|
-
export declare class
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
number?: string;
|
|
2068
|
-
startDate?: string;
|
|
2069
|
-
nationality?: string;
|
|
2070
|
-
backImageUrl?: string;
|
|
2071
|
-
birth?: string;
|
|
2072
|
-
name?: string;
|
|
2073
|
-
frontImageUrl?: string;
|
|
456
|
+
export declare class InitFaceVerifyResponse extends $tea.Model {
|
|
457
|
+
code: string;
|
|
458
|
+
message: string;
|
|
459
|
+
requestId: string;
|
|
460
|
+
resultObject: InitFaceVerifyResponseResultObject;
|
|
2074
461
|
static names(): {
|
|
2075
462
|
[key: string]: string;
|
|
2076
463
|
};
|
|
@@ -2081,11 +468,21 @@ export declare class DescribeVerifyRecordsResponseBodyRecordsListMaterialIdCardI
|
|
|
2081
468
|
[key: string]: any;
|
|
2082
469
|
});
|
|
2083
470
|
}
|
|
2084
|
-
export declare class
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
471
|
+
export declare class LivenessFaceVerifyRequest extends $tea.Model {
|
|
472
|
+
certifyId?: string;
|
|
473
|
+
crop?: string;
|
|
474
|
+
deviceToken?: string;
|
|
475
|
+
faceContrastPicture?: string;
|
|
476
|
+
faceContrastPictureUrl?: string;
|
|
477
|
+
ip?: string;
|
|
478
|
+
mobile?: string;
|
|
479
|
+
model?: string;
|
|
480
|
+
ossBucketName?: string;
|
|
481
|
+
ossObjectName?: string;
|
|
482
|
+
outerOrderNo?: string;
|
|
483
|
+
productCode?: string;
|
|
484
|
+
sceneId?: number;
|
|
485
|
+
userId?: string;
|
|
2089
486
|
static names(): {
|
|
2090
487
|
[key: string]: string;
|
|
2091
488
|
};
|
|
@@ -2096,16 +493,11 @@ export declare class DescribeVerifyRecordsResponseBodyRecordsListMaterial extend
|
|
|
2096
493
|
[key: string]: any;
|
|
2097
494
|
});
|
|
2098
495
|
}
|
|
2099
|
-
export declare class
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
verifyId?: string;
|
|
2105
|
-
authorityComparisonScore?: number;
|
|
2106
|
-
dataStats?: string;
|
|
2107
|
-
bizType?: string;
|
|
2108
|
-
material?: DescribeVerifyRecordsResponseBodyRecordsListMaterial;
|
|
496
|
+
export declare class LivenessFaceVerifyResponse extends $tea.Model {
|
|
497
|
+
code: string;
|
|
498
|
+
message: string;
|
|
499
|
+
requestId: string;
|
|
500
|
+
resultObject: LivenessFaceVerifyResponseResultObject;
|
|
2109
501
|
static names(): {
|
|
2110
502
|
[key: string]: string;
|
|
2111
503
|
};
|
|
@@ -2116,16 +508,12 @@ export declare class DescribeVerifyRecordsResponseBodyRecordsList extends $tea.M
|
|
|
2116
508
|
[key: string]: any;
|
|
2117
509
|
});
|
|
2118
510
|
}
|
|
2119
|
-
export declare class
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
sceneId?: number;
|
|
2126
|
-
gmtModified?: string;
|
|
2127
|
-
validEndDate?: string;
|
|
2128
|
-
id?: number;
|
|
511
|
+
export declare class ModifyDeviceInfoRequest extends $tea.Model {
|
|
512
|
+
bizType?: string;
|
|
513
|
+
deviceId: string;
|
|
514
|
+
duration?: string;
|
|
515
|
+
expiredDay?: string;
|
|
516
|
+
userDeviceId?: string;
|
|
2129
517
|
static names(): {
|
|
2130
518
|
[key: string]: string;
|
|
2131
519
|
};
|
|
@@ -2136,10 +524,13 @@ export declare class DescribeWhitelistSettingResponseBodyItems extends $tea.Mode
|
|
|
2136
524
|
[key: string]: any;
|
|
2137
525
|
});
|
|
2138
526
|
}
|
|
2139
|
-
export declare class
|
|
2140
|
-
|
|
2141
|
-
bizType
|
|
2142
|
-
|
|
527
|
+
export declare class ModifyDeviceInfoResponse extends $tea.Model {
|
|
528
|
+
beginDay: string;
|
|
529
|
+
bizType: string;
|
|
530
|
+
deviceId: string;
|
|
531
|
+
expiredDay: string;
|
|
532
|
+
requestId: string;
|
|
533
|
+
userDeviceId: string;
|
|
2143
534
|
static names(): {
|
|
2144
535
|
[key: string]: string;
|
|
2145
536
|
};
|
|
@@ -2150,11 +541,15 @@ export declare class DescribeFaceConfigResponseBodyItems extends $tea.Model {
|
|
|
2150
541
|
[key: string]: any;
|
|
2151
542
|
});
|
|
2152
543
|
}
|
|
2153
|
-
export declare class
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
544
|
+
export declare class VerifyMaterialRequest extends $tea.Model {
|
|
545
|
+
bizId: string;
|
|
546
|
+
bizType: string;
|
|
547
|
+
faceImageUrl: string;
|
|
548
|
+
idCardBackImageUrl?: string;
|
|
549
|
+
idCardFrontImageUrl?: string;
|
|
550
|
+
idCardNumber: string;
|
|
551
|
+
name: string;
|
|
552
|
+
userId?: string;
|
|
2158
553
|
static names(): {
|
|
2159
554
|
[key: string]: string;
|
|
2160
555
|
};
|
|
@@ -2165,8 +560,13 @@ export declare class LivenessFaceVerifyResponseBodyResultObject extends $tea.Mod
|
|
|
2165
560
|
[key: string]: any;
|
|
2166
561
|
});
|
|
2167
562
|
}
|
|
2168
|
-
export declare class
|
|
2169
|
-
|
|
563
|
+
export declare class VerifyMaterialResponse extends $tea.Model {
|
|
564
|
+
authorityComparisionScore: number;
|
|
565
|
+
idCardFaceComparisonScore: number;
|
|
566
|
+
requestId: string;
|
|
567
|
+
verifyStatus: number;
|
|
568
|
+
verifyToken: string;
|
|
569
|
+
material: VerifyMaterialResponseMaterial;
|
|
2170
570
|
static names(): {
|
|
2171
571
|
[key: string]: string;
|
|
2172
572
|
};
|
|
@@ -2177,8 +577,10 @@ export declare class DescribeAppInfoResponseBodyAppInfoListPackageInfo extends $
|
|
|
2177
577
|
[key: string]: any;
|
|
2178
578
|
});
|
|
2179
579
|
}
|
|
2180
|
-
export declare class
|
|
2181
|
-
|
|
580
|
+
export declare class CompareFaceVerifyResponseResultObject extends $tea.Model {
|
|
581
|
+
certifyId: string;
|
|
582
|
+
passed: string;
|
|
583
|
+
verifyScore: number;
|
|
2182
584
|
static names(): {
|
|
2183
585
|
[key: string]: string;
|
|
2184
586
|
};
|
|
@@ -2189,16 +591,9 @@ export declare class DescribeAppInfoResponseBodyAppInfoListDebugPackageInfo exte
|
|
|
2189
591
|
[key: string]: any;
|
|
2190
592
|
});
|
|
2191
593
|
}
|
|
2192
|
-
export declare class
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
packageName?: string;
|
|
2196
|
-
icon?: string;
|
|
2197
|
-
startDate?: string;
|
|
2198
|
-
name?: string;
|
|
2199
|
-
id?: number;
|
|
2200
|
-
packageInfo?: DescribeAppInfoResponseBodyAppInfoListPackageInfo;
|
|
2201
|
-
debugPackageInfo?: DescribeAppInfoResponseBodyAppInfoListDebugPackageInfo;
|
|
594
|
+
export declare class CompareFacesResponseData extends $tea.Model {
|
|
595
|
+
confidenceThresholds: string;
|
|
596
|
+
similarityScore: number;
|
|
2202
597
|
static names(): {
|
|
2203
598
|
[key: string]: string;
|
|
2204
599
|
};
|
|
@@ -2209,12 +604,12 @@ export declare class DescribeAppInfoResponseBodyAppInfoList extends $tea.Model {
|
|
|
2209
604
|
[key: string]: any;
|
|
2210
605
|
});
|
|
2211
606
|
}
|
|
2212
|
-
export declare class
|
|
2213
|
-
certifyId
|
|
2214
|
-
|
|
2215
|
-
materialInfo
|
|
2216
|
-
|
|
2217
|
-
|
|
607
|
+
export declare class ContrastFaceVerifyResponseResultObject extends $tea.Model {
|
|
608
|
+
certifyId: string;
|
|
609
|
+
identityInfo: string;
|
|
610
|
+
materialInfo: string;
|
|
611
|
+
passed: string;
|
|
612
|
+
subCode: string;
|
|
2218
613
|
static names(): {
|
|
2219
614
|
[key: string]: string;
|
|
2220
615
|
};
|
|
@@ -2225,13 +620,12 @@ export declare class ContrastFaceVerifyResponseBodyResultObject extends $tea.Mod
|
|
|
2225
620
|
[key: string]: any;
|
|
2226
621
|
});
|
|
2227
622
|
}
|
|
2228
|
-
export declare class
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
validationRetCode?: string;
|
|
623
|
+
export declare class DescribeDeviceInfoResponseDeviceInfoListDeviceInfo extends $tea.Model {
|
|
624
|
+
beginDay: string;
|
|
625
|
+
bizType: string;
|
|
626
|
+
deviceId: string;
|
|
627
|
+
expiredDay: string;
|
|
628
|
+
userDeviceId: string;
|
|
2235
629
|
static names(): {
|
|
2236
630
|
[key: string]: string;
|
|
2237
631
|
};
|
|
@@ -2242,10 +636,8 @@ export declare class VerifyDeviceResponseBodyResultObject extends $tea.Model {
|
|
|
2242
636
|
[key: string]: any;
|
|
2243
637
|
});
|
|
2244
638
|
}
|
|
2245
|
-
export declare class
|
|
2246
|
-
|
|
2247
|
-
verifyScore?: number;
|
|
2248
|
-
passed?: string;
|
|
639
|
+
export declare class DescribeDeviceInfoResponseDeviceInfoList extends $tea.Model {
|
|
640
|
+
deviceInfo: DescribeDeviceInfoResponseDeviceInfoListDeviceInfo[];
|
|
2249
641
|
static names(): {
|
|
2250
642
|
[key: string]: string;
|
|
2251
643
|
};
|
|
@@ -2256,12 +648,12 @@ export declare class CompareFaceVerifyResponseBodyResultObject extends $tea.Mode
|
|
|
2256
648
|
[key: string]: any;
|
|
2257
649
|
});
|
|
2258
650
|
}
|
|
2259
|
-
export declare class
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
651
|
+
export declare class DescribeFaceVerifyResponseResultObject extends $tea.Model {
|
|
652
|
+
deviceToken: string;
|
|
653
|
+
identityInfo: string;
|
|
654
|
+
materialInfo: string;
|
|
655
|
+
passed: string;
|
|
656
|
+
subCode: string;
|
|
2265
657
|
static names(): {
|
|
2266
658
|
[key: string]: string;
|
|
2267
659
|
};
|
|
@@ -2272,8 +664,14 @@ export declare class DescribeDeviceInfoResponseBodyDeviceInfoListDeviceInfo exte
|
|
|
2272
664
|
[key: string]: any;
|
|
2273
665
|
});
|
|
2274
666
|
}
|
|
2275
|
-
export declare class
|
|
2276
|
-
|
|
667
|
+
export declare class DescribeOssUploadTokenResponseOssUploadToken extends $tea.Model {
|
|
668
|
+
bucket: string;
|
|
669
|
+
endPoint: string;
|
|
670
|
+
expired: number;
|
|
671
|
+
key: string;
|
|
672
|
+
path: string;
|
|
673
|
+
secret: string;
|
|
674
|
+
token: string;
|
|
2277
675
|
static names(): {
|
|
2278
676
|
[key: string]: string;
|
|
2279
677
|
};
|
|
@@ -2284,12 +682,17 @@ export declare class DescribeDeviceInfoResponseBodyDeviceInfoList extends $tea.M
|
|
|
2284
682
|
[key: string]: any;
|
|
2285
683
|
});
|
|
2286
684
|
}
|
|
2287
|
-
export declare class
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
685
|
+
export declare class DescribeVerifyResultResponseMaterialIdCardInfo extends $tea.Model {
|
|
686
|
+
address: string;
|
|
687
|
+
authority: string;
|
|
688
|
+
backImageUrl: string;
|
|
689
|
+
birth: string;
|
|
690
|
+
endDate: string;
|
|
691
|
+
frontImageUrl: string;
|
|
692
|
+
name: string;
|
|
693
|
+
nationality: string;
|
|
694
|
+
number: string;
|
|
695
|
+
startDate: string;
|
|
2293
696
|
static names(): {
|
|
2294
697
|
[key: string]: string;
|
|
2295
698
|
};
|
|
@@ -2300,14 +703,15 @@ export declare class DescribeFaceVerifyResponseBodyResultObject extends $tea.Mod
|
|
|
2300
703
|
[key: string]: any;
|
|
2301
704
|
});
|
|
2302
705
|
}
|
|
2303
|
-
export declare class
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
706
|
+
export declare class DescribeVerifyResultResponseMaterial extends $tea.Model {
|
|
707
|
+
faceGlobalUrl: string;
|
|
708
|
+
faceImageUrl: string;
|
|
709
|
+
faceMask: boolean;
|
|
710
|
+
faceQuality: string;
|
|
711
|
+
idCardName: string;
|
|
712
|
+
idCardNumber: string;
|
|
713
|
+
idCardInfo: DescribeVerifyResultResponseMaterialIdCardInfo;
|
|
714
|
+
videoUrls: string[];
|
|
2311
715
|
static names(): {
|
|
2312
716
|
[key: string]: string;
|
|
2313
717
|
};
|
|
@@ -2318,11 +722,14 @@ export declare class DescribeOssUploadTokenResponseBodyOssUploadToken extends $t
|
|
|
2318
722
|
[key: string]: any;
|
|
2319
723
|
});
|
|
2320
724
|
}
|
|
2321
|
-
export declare class
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
725
|
+
export declare class DescribeVerifyTokenResponseOssUploadToken extends $tea.Model {
|
|
726
|
+
bucket: string;
|
|
727
|
+
endPoint: string;
|
|
728
|
+
expired: number;
|
|
729
|
+
key: string;
|
|
730
|
+
path: string;
|
|
731
|
+
secret: string;
|
|
732
|
+
token: string;
|
|
2326
733
|
static names(): {
|
|
2327
734
|
[key: string]: string;
|
|
2328
735
|
};
|
|
@@ -2333,9 +740,10 @@ export declare class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributes
|
|
|
2333
740
|
[key: string]: any;
|
|
2334
741
|
});
|
|
2335
742
|
}
|
|
2336
|
-
export declare class
|
|
2337
|
-
|
|
2338
|
-
|
|
743
|
+
export declare class DetectFaceAttributesResponseDataFaceInfosFaceAttributesDetectInfoFaceAttributesHeadpose extends $tea.Model {
|
|
744
|
+
pitchAngle: number;
|
|
745
|
+
rollAngle: number;
|
|
746
|
+
yawAngle: number;
|
|
2339
747
|
static names(): {
|
|
2340
748
|
[key: string]: string;
|
|
2341
749
|
};
|
|
@@ -2346,10 +754,9 @@ export declare class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributes
|
|
|
2346
754
|
[key: string]: any;
|
|
2347
755
|
});
|
|
2348
756
|
}
|
|
2349
|
-
export declare class
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
yawAngle?: number;
|
|
757
|
+
export declare class DetectFaceAttributesResponseDataFaceInfosFaceAttributesDetectInfoFaceAttributesSmiling extends $tea.Model {
|
|
758
|
+
threshold: number;
|
|
759
|
+
value: number;
|
|
2353
760
|
static names(): {
|
|
2354
761
|
[key: string]: string;
|
|
2355
762
|
};
|
|
@@ -2360,15 +767,15 @@ export declare class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributes
|
|
|
2360
767
|
[key: string]: any;
|
|
2361
768
|
});
|
|
2362
769
|
}
|
|
2363
|
-
export declare class
|
|
2364
|
-
|
|
2365
|
-
facequal
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
770
|
+
export declare class DetectFaceAttributesResponseDataFaceInfosFaceAttributesDetectInfoFaceAttributes extends $tea.Model {
|
|
771
|
+
blur: number;
|
|
772
|
+
facequal: number;
|
|
773
|
+
facetype: string;
|
|
774
|
+
glasses: string;
|
|
775
|
+
integrity: number;
|
|
776
|
+
respirator: string;
|
|
777
|
+
headpose: DetectFaceAttributesResponseDataFaceInfosFaceAttributesDetectInfoFaceAttributesHeadpose;
|
|
778
|
+
smiling: DetectFaceAttributesResponseDataFaceInfosFaceAttributesDetectInfoFaceAttributesSmiling;
|
|
2372
779
|
static names(): {
|
|
2373
780
|
[key: string]: string;
|
|
2374
781
|
};
|
|
@@ -2379,9 +786,11 @@ export declare class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributes
|
|
|
2379
786
|
[key: string]: any;
|
|
2380
787
|
});
|
|
2381
788
|
}
|
|
2382
|
-
export declare class
|
|
2383
|
-
|
|
2384
|
-
|
|
789
|
+
export declare class DetectFaceAttributesResponseDataFaceInfosFaceAttributesDetectInfoFaceRect extends $tea.Model {
|
|
790
|
+
height: number;
|
|
791
|
+
left: number;
|
|
792
|
+
top: number;
|
|
793
|
+
width: number;
|
|
2385
794
|
static names(): {
|
|
2386
795
|
[key: string]: string;
|
|
2387
796
|
};
|
|
@@ -2392,8 +801,9 @@ export declare class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributes
|
|
|
2392
801
|
[key: string]: any;
|
|
2393
802
|
});
|
|
2394
803
|
}
|
|
2395
|
-
export declare class
|
|
2396
|
-
|
|
804
|
+
export declare class DetectFaceAttributesResponseDataFaceInfosFaceAttributesDetectInfo extends $tea.Model {
|
|
805
|
+
faceAttributes: DetectFaceAttributesResponseDataFaceInfosFaceAttributesDetectInfoFaceAttributes;
|
|
806
|
+
faceRect: DetectFaceAttributesResponseDataFaceInfosFaceAttributesDetectInfoFaceRect;
|
|
2397
807
|
static names(): {
|
|
2398
808
|
[key: string]: string;
|
|
2399
809
|
};
|
|
@@ -2404,10 +814,8 @@ export declare class DetectFaceAttributesResponseBodyDataFaceInfos extends $tea.
|
|
|
2404
814
|
[key: string]: any;
|
|
2405
815
|
});
|
|
2406
816
|
}
|
|
2407
|
-
export declare class
|
|
2408
|
-
|
|
2409
|
-
imgWidth?: number;
|
|
2410
|
-
faceInfos?: DetectFaceAttributesResponseBodyDataFaceInfos;
|
|
817
|
+
export declare class DetectFaceAttributesResponseDataFaceInfos extends $tea.Model {
|
|
818
|
+
faceAttributesDetectInfo: DetectFaceAttributesResponseDataFaceInfosFaceAttributesDetectInfo[];
|
|
2411
819
|
static names(): {
|
|
2412
820
|
[key: string]: string;
|
|
2413
821
|
};
|
|
@@ -2418,17 +826,10 @@ export declare class DetectFaceAttributesResponseBodyData extends $tea.Model {
|
|
|
2418
826
|
[key: string]: any;
|
|
2419
827
|
});
|
|
2420
828
|
}
|
|
2421
|
-
export declare class
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
number?: string;
|
|
2426
|
-
startDate?: string;
|
|
2427
|
-
backImageUrl?: string;
|
|
2428
|
-
nationality?: string;
|
|
2429
|
-
birth?: string;
|
|
2430
|
-
name?: string;
|
|
2431
|
-
frontImageUrl?: string;
|
|
829
|
+
export declare class DetectFaceAttributesResponseData extends $tea.Model {
|
|
830
|
+
imgHeight: number;
|
|
831
|
+
imgWidth: number;
|
|
832
|
+
faceInfos: DetectFaceAttributesResponseDataFaceInfos;
|
|
2432
833
|
static names(): {
|
|
2433
834
|
[key: string]: string;
|
|
2434
835
|
};
|
|
@@ -2439,15 +840,9 @@ export declare class DescribeVerifyResultResponseBodyMaterialIdCardInfo extends
|
|
|
2439
840
|
[key: string]: any;
|
|
2440
841
|
});
|
|
2441
842
|
}
|
|
2442
|
-
export declare class
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
faceImageUrl?: string;
|
|
2446
|
-
faceMask?: boolean;
|
|
2447
|
-
idCardName?: string;
|
|
2448
|
-
faceQuality?: string;
|
|
2449
|
-
videoUrls?: string[];
|
|
2450
|
-
idCardInfo?: DescribeVerifyResultResponseBodyMaterialIdCardInfo;
|
|
843
|
+
export declare class InitFaceVerifyResponseResultObject extends $tea.Model {
|
|
844
|
+
certifyId: string;
|
|
845
|
+
certifyUrl: string;
|
|
2451
846
|
static names(): {
|
|
2452
847
|
[key: string]: string;
|
|
2453
848
|
};
|
|
@@ -2458,9 +853,11 @@ export declare class DescribeVerifyResultResponseBodyMaterial extends $tea.Model
|
|
|
2458
853
|
[key: string]: any;
|
|
2459
854
|
});
|
|
2460
855
|
}
|
|
2461
|
-
export declare class
|
|
2462
|
-
|
|
2463
|
-
|
|
856
|
+
export declare class LivenessFaceVerifyResponseResultObject extends $tea.Model {
|
|
857
|
+
certifyId: string;
|
|
858
|
+
materialInfo: string;
|
|
859
|
+
passed: string;
|
|
860
|
+
subCode: string;
|
|
2464
861
|
static names(): {
|
|
2465
862
|
[key: string]: string;
|
|
2466
863
|
};
|
|
@@ -2471,22 +868,17 @@ export declare class CompareFacesResponseBodyData extends $tea.Model {
|
|
|
2471
868
|
[key: string]: any;
|
|
2472
869
|
});
|
|
2473
870
|
}
|
|
2474
|
-
export declare class
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
fileNamePrefix?: string;
|
|
2486
|
-
bucketName?: string;
|
|
2487
|
-
accessKeySecret?: string;
|
|
2488
|
-
retMessageSub?: string;
|
|
2489
|
-
retCode?: string;
|
|
871
|
+
export declare class VerifyMaterialResponseMaterialIdCardInfo extends $tea.Model {
|
|
872
|
+
address: string;
|
|
873
|
+
authority: string;
|
|
874
|
+
backImageUrl: string;
|
|
875
|
+
birth: string;
|
|
876
|
+
endDate: string;
|
|
877
|
+
frontImageUrl: string;
|
|
878
|
+
name: string;
|
|
879
|
+
nationality: string;
|
|
880
|
+
number: string;
|
|
881
|
+
startDate: string;
|
|
2490
882
|
static names(): {
|
|
2491
883
|
[key: string]: string;
|
|
2492
884
|
};
|
|
@@ -2497,9 +889,14 @@ export declare class InitDeviceResponseBodyResultObject extends $tea.Model {
|
|
|
2497
889
|
[key: string]: any;
|
|
2498
890
|
});
|
|
2499
891
|
}
|
|
2500
|
-
export declare class
|
|
2501
|
-
|
|
2502
|
-
|
|
892
|
+
export declare class VerifyMaterialResponseMaterial extends $tea.Model {
|
|
893
|
+
faceGlobalUrl: string;
|
|
894
|
+
faceImageUrl: string;
|
|
895
|
+
faceMask: string;
|
|
896
|
+
faceQuality: string;
|
|
897
|
+
idCardName: string;
|
|
898
|
+
idCardNumber: string;
|
|
899
|
+
idCardInfo: VerifyMaterialResponseMaterialIdCardInfo;
|
|
2503
900
|
static names(): {
|
|
2504
901
|
[key: string]: string;
|
|
2505
902
|
};
|
|
@@ -2510,92 +907,42 @@ export declare class InitFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2510
907
|
[key: string]: any;
|
|
2511
908
|
});
|
|
2512
909
|
}
|
|
2513
|
-
export default class Client extends
|
|
2514
|
-
constructor(config: $
|
|
910
|
+
export default class Client extends RPC {
|
|
911
|
+
constructor(config: $RPC.Config);
|
|
912
|
+
compareFaceVerify(request: CompareFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<CompareFaceVerifyResponse>;
|
|
913
|
+
compareFaceVerifySimply(request: CompareFaceVerifyRequest): Promise<CompareFaceVerifyResponse>;
|
|
914
|
+
compareFaces(request: CompareFacesRequest, runtime: $Util.RuntimeOptions): Promise<CompareFacesResponse>;
|
|
915
|
+
compareFacesSimply(request: CompareFacesRequest): Promise<CompareFacesResponse>;
|
|
916
|
+
contrastFaceVerify(request: ContrastFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<ContrastFaceVerifyResponse>;
|
|
917
|
+
contrastFaceVerifySimply(request: ContrastFaceVerifyRequest): Promise<ContrastFaceVerifyResponse>;
|
|
918
|
+
contrastFaceVerifyAdvance(request: ContrastFaceVerifyAdvanceRequest, runtime: $Util.RuntimeOptions): Promise<ContrastFaceVerifyResponse>;
|
|
919
|
+
createAuthKey(request: CreateAuthKeyRequest, runtime: $Util.RuntimeOptions): Promise<CreateAuthKeyResponse>;
|
|
920
|
+
createAuthKeySimply(request: CreateAuthKeyRequest): Promise<CreateAuthKeyResponse>;
|
|
921
|
+
createVerifySetting(request: CreateVerifySettingRequest, runtime: $Util.RuntimeOptions): Promise<CreateVerifySettingResponse>;
|
|
922
|
+
createVerifySettingSimply(request: CreateVerifySettingRequest): Promise<CreateVerifySettingResponse>;
|
|
923
|
+
describeDeviceInfo(request: DescribeDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeviceInfoResponse>;
|
|
924
|
+
describeDeviceInfoSimply(request: DescribeDeviceInfoRequest): Promise<DescribeDeviceInfoResponse>;
|
|
925
|
+
describeFaceVerify(request: DescribeFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceVerifyResponse>;
|
|
926
|
+
describeFaceVerifySimply(request: DescribeFaceVerifyRequest): Promise<DescribeFaceVerifyResponse>;
|
|
927
|
+
describeOssUploadToken(request: DescribeOssUploadTokenRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssUploadTokenResponse>;
|
|
928
|
+
describeOssUploadTokenSimply(request: DescribeOssUploadTokenRequest): Promise<DescribeOssUploadTokenResponse>;
|
|
929
|
+
describeVerifyResult(request: DescribeVerifyResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyResultResponse>;
|
|
930
|
+
describeVerifyResultSimply(request: DescribeVerifyResultRequest): Promise<DescribeVerifyResultResponse>;
|
|
931
|
+
describeVerifySDK(request: DescribeVerifySDKRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifySDKResponse>;
|
|
932
|
+
describeVerifySDKSimply(request: DescribeVerifySDKRequest): Promise<DescribeVerifySDKResponse>;
|
|
933
|
+
describeVerifyToken(request: DescribeVerifyTokenRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyTokenResponse>;
|
|
934
|
+
describeVerifyTokenSimply(request: DescribeVerifyTokenRequest): Promise<DescribeVerifyTokenResponse>;
|
|
935
|
+
detectFaceAttributes(request: DetectFaceAttributesRequest, runtime: $Util.RuntimeOptions): Promise<DetectFaceAttributesResponse>;
|
|
936
|
+
detectFaceAttributesSimply(request: DetectFaceAttributesRequest): Promise<DetectFaceAttributesResponse>;
|
|
937
|
+
initFaceVerify(request: InitFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<InitFaceVerifyResponse>;
|
|
938
|
+
initFaceVerifySimply(request: InitFaceVerifyRequest): Promise<InitFaceVerifyResponse>;
|
|
939
|
+
livenessFaceVerify(request: LivenessFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<LivenessFaceVerifyResponse>;
|
|
940
|
+
livenessFaceVerifySimply(request: LivenessFaceVerifyRequest): Promise<LivenessFaceVerifyResponse>;
|
|
941
|
+
modifyDeviceInfo(request: ModifyDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDeviceInfoResponse>;
|
|
942
|
+
modifyDeviceInfoSimply(request: ModifyDeviceInfoRequest): Promise<ModifyDeviceInfoResponse>;
|
|
943
|
+
verifyMaterial(request: VerifyMaterialRequest, runtime: $Util.RuntimeOptions): Promise<VerifyMaterialResponse>;
|
|
944
|
+
verifyMaterialSimply(request: VerifyMaterialRequest): Promise<VerifyMaterialResponse>;
|
|
2515
945
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
2516
946
|
[key: string]: string;
|
|
2517
947
|
}, endpoint: string): string;
|
|
2518
|
-
verifyMaterialWithOptions(request: VerifyMaterialRequest, runtime: $Util.RuntimeOptions): Promise<VerifyMaterialResponse>;
|
|
2519
|
-
verifyMaterial(request: VerifyMaterialRequest): Promise<VerifyMaterialResponse>;
|
|
2520
|
-
describeWhitelistWithOptions(request: DescribeWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWhitelistResponse>;
|
|
2521
|
-
describeWhitelist(request: DescribeWhitelistRequest): Promise<DescribeWhitelistResponse>;
|
|
2522
|
-
updateAppPackageWithOptions(request: UpdateAppPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAppPackageResponse>;
|
|
2523
|
-
updateAppPackage(request: UpdateAppPackageRequest): Promise<UpdateAppPackageResponse>;
|
|
2524
|
-
describeVerifyTokenWithOptions(request: DescribeVerifyTokenRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyTokenResponse>;
|
|
2525
|
-
describeVerifyToken(request: DescribeVerifyTokenRequest): Promise<DescribeVerifyTokenResponse>;
|
|
2526
|
-
describeRPSDKWithOptions(request: DescribeRPSDKRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRPSDKResponse>;
|
|
2527
|
-
describeRPSDK(request: DescribeRPSDKRequest): Promise<DescribeRPSDKResponse>;
|
|
2528
|
-
describeFaceUsageWithOptions(request: DescribeFaceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceUsageResponse>;
|
|
2529
|
-
describeFaceUsage(request: DescribeFaceUsageRequest): Promise<DescribeFaceUsageResponse>;
|
|
2530
|
-
describeVerifyUsageWithOptions(request: DescribeVerifyUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyUsageResponse>;
|
|
2531
|
-
describeVerifyUsage(request: DescribeVerifyUsageRequest): Promise<DescribeVerifyUsageResponse>;
|
|
2532
|
-
describeUpdatePackageResultWithOptions(request: DescribeUpdatePackageResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUpdatePackageResultResponse>;
|
|
2533
|
-
describeUpdatePackageResult(request: DescribeUpdatePackageResultRequest): Promise<DescribeUpdatePackageResultResponse>;
|
|
2534
|
-
createWhitelistWithOptions(request: CreateWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<CreateWhitelistResponse>;
|
|
2535
|
-
createWhitelist(request: CreateWhitelistRequest): Promise<CreateWhitelistResponse>;
|
|
2536
|
-
deleteWhitelistWithOptions(request: DeleteWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWhitelistResponse>;
|
|
2537
|
-
deleteWhitelist(request: DeleteWhitelistRequest): Promise<DeleteWhitelistResponse>;
|
|
2538
|
-
createAuthKeyWithOptions(request: CreateAuthKeyRequest, runtime: $Util.RuntimeOptions): Promise<CreateAuthKeyResponse>;
|
|
2539
|
-
createAuthKey(request: CreateAuthKeyRequest): Promise<CreateAuthKeyResponse>;
|
|
2540
|
-
describeUploadInfoWithOptions(request: DescribeUploadInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUploadInfoResponse>;
|
|
2541
|
-
describeUploadInfo(request: DescribeUploadInfoRequest): Promise<DescribeUploadInfoResponse>;
|
|
2542
|
-
describeVerifySettingWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeVerifySettingResponse>;
|
|
2543
|
-
describeVerifySetting(): Promise<DescribeVerifySettingResponse>;
|
|
2544
|
-
describeVerifyRecordsWithOptions(request: DescribeVerifyRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyRecordsResponse>;
|
|
2545
|
-
describeVerifyRecords(request: DescribeVerifyRecordsRequest): Promise<DescribeVerifyRecordsResponse>;
|
|
2546
|
-
describeWhitelistSettingWithOptions(request: DescribeWhitelistSettingRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWhitelistSettingResponse>;
|
|
2547
|
-
describeWhitelistSetting(request: DescribeWhitelistSettingRequest): Promise<DescribeWhitelistSettingResponse>;
|
|
2548
|
-
createRPSDKWithOptions(request: CreateRPSDKRequest, runtime: $Util.RuntimeOptions): Promise<CreateRPSDKResponse>;
|
|
2549
|
-
createRPSDK(request: CreateRPSDKRequest): Promise<CreateRPSDKResponse>;
|
|
2550
|
-
updateFaceConfigWithOptions(request: UpdateFaceConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateFaceConfigResponse>;
|
|
2551
|
-
updateFaceConfig(request: UpdateFaceConfigRequest): Promise<UpdateFaceConfigResponse>;
|
|
2552
|
-
describeFaceConfigWithOptions(request: DescribeFaceConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceConfigResponse>;
|
|
2553
|
-
describeFaceConfig(request: DescribeFaceConfigRequest): Promise<DescribeFaceConfigResponse>;
|
|
2554
|
-
livenessFaceVerifyWithOptions(request: LivenessFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<LivenessFaceVerifyResponse>;
|
|
2555
|
-
livenessFaceVerify(request: LivenessFaceVerifyRequest): Promise<LivenessFaceVerifyResponse>;
|
|
2556
|
-
describeAppInfoWithOptions(request: DescribeAppInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppInfoResponse>;
|
|
2557
|
-
describeAppInfo(request: DescribeAppInfoRequest): Promise<DescribeAppInfoResponse>;
|
|
2558
|
-
modifyDeviceInfoWithOptions(request: ModifyDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDeviceInfoResponse>;
|
|
2559
|
-
modifyDeviceInfo(request: ModifyDeviceInfoRequest): Promise<ModifyDeviceInfoResponse>;
|
|
2560
|
-
contrastFaceVerifyWithOptions(request: ContrastFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<ContrastFaceVerifyResponse>;
|
|
2561
|
-
contrastFaceVerify(request: ContrastFaceVerifyRequest): Promise<ContrastFaceVerifyResponse>;
|
|
2562
|
-
contrastFaceVerifyAdvance(request: ContrastFaceVerifyAdvanceRequest, runtime: $Util.RuntimeOptions): Promise<ContrastFaceVerifyResponse>;
|
|
2563
|
-
verifyDeviceWithOptions(request: VerifyDeviceRequest, runtime: $Util.RuntimeOptions): Promise<VerifyDeviceResponse>;
|
|
2564
|
-
verifyDevice(request: VerifyDeviceRequest): Promise<VerifyDeviceResponse>;
|
|
2565
|
-
compareFaceVerifyWithOptions(request: CompareFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<CompareFaceVerifyResponse>;
|
|
2566
|
-
compareFaceVerify(request: CompareFaceVerifyRequest): Promise<CompareFaceVerifyResponse>;
|
|
2567
|
-
describeVerifySDKWithOptions(request: DescribeVerifySDKRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifySDKResponse>;
|
|
2568
|
-
describeVerifySDK(request: DescribeVerifySDKRequest): Promise<DescribeVerifySDKResponse>;
|
|
2569
|
-
describeDeviceInfoWithOptions(request: DescribeDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeviceInfoResponse>;
|
|
2570
|
-
describeDeviceInfo(request: DescribeDeviceInfoRequest): Promise<DescribeDeviceInfoResponse>;
|
|
2571
|
-
describeFaceVerifyWithOptions(request: DescribeFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceVerifyResponse>;
|
|
2572
|
-
describeFaceVerify(request: DescribeFaceVerifyRequest): Promise<DescribeFaceVerifyResponse>;
|
|
2573
|
-
describeOssUploadTokenWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeOssUploadTokenResponse>;
|
|
2574
|
-
describeOssUploadToken(): Promise<DescribeOssUploadTokenResponse>;
|
|
2575
|
-
detectFaceAttributesWithOptions(request: DetectFaceAttributesRequest, runtime: $Util.RuntimeOptions): Promise<DetectFaceAttributesResponse>;
|
|
2576
|
-
detectFaceAttributes(request: DetectFaceAttributesRequest): Promise<DetectFaceAttributesResponse>;
|
|
2577
|
-
describeSdkUrlWithOptions(request: DescribeSdkUrlRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSdkUrlResponse>;
|
|
2578
|
-
describeSdkUrl(request: DescribeSdkUrlRequest): Promise<DescribeSdkUrlResponse>;
|
|
2579
|
-
deleteWhitelistSettingWithOptions(request: DeleteWhitelistSettingRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWhitelistSettingResponse>;
|
|
2580
|
-
deleteWhitelistSetting(request: DeleteWhitelistSettingRequest): Promise<DeleteWhitelistSettingResponse>;
|
|
2581
|
-
updateVerifySettingWithOptions(request: UpdateVerifySettingRequest, runtime: $Util.RuntimeOptions): Promise<UpdateVerifySettingResponse>;
|
|
2582
|
-
updateVerifySetting(request: UpdateVerifySettingRequest): Promise<UpdateVerifySettingResponse>;
|
|
2583
|
-
describeVerifyResultWithOptions(request: DescribeVerifyResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyResultResponse>;
|
|
2584
|
-
describeVerifyResult(request: DescribeVerifyResultRequest): Promise<DescribeVerifyResultResponse>;
|
|
2585
|
-
compareFacesWithOptions(request: CompareFacesRequest, runtime: $Util.RuntimeOptions): Promise<CompareFacesResponse>;
|
|
2586
|
-
compareFaces(request: CompareFacesRequest): Promise<CompareFacesResponse>;
|
|
2587
|
-
createFaceConfigWithOptions(request: CreateFaceConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateFaceConfigResponse>;
|
|
2588
|
-
createFaceConfig(request: CreateFaceConfigRequest): Promise<CreateFaceConfigResponse>;
|
|
2589
|
-
createVerifySDKWithOptions(request: CreateVerifySDKRequest, runtime: $Util.RuntimeOptions): Promise<CreateVerifySDKResponse>;
|
|
2590
|
-
createVerifySDK(request: CreateVerifySDKRequest): Promise<CreateVerifySDKResponse>;
|
|
2591
|
-
initDeviceWithOptions(request: InitDeviceRequest, runtime: $Util.RuntimeOptions): Promise<InitDeviceResponse>;
|
|
2592
|
-
initDevice(request: InitDeviceRequest): Promise<InitDeviceResponse>;
|
|
2593
|
-
createWhitelistSettingWithOptions(request: CreateWhitelistSettingRequest, runtime: $Util.RuntimeOptions): Promise<CreateWhitelistSettingResponse>;
|
|
2594
|
-
createWhitelistSetting(request: CreateWhitelistSettingRequest): Promise<CreateWhitelistSettingResponse>;
|
|
2595
|
-
describeUserStatusWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeUserStatusResponse>;
|
|
2596
|
-
describeUserStatus(): Promise<DescribeUserStatusResponse>;
|
|
2597
|
-
createVerifySettingWithOptions(request: CreateVerifySettingRequest, runtime: $Util.RuntimeOptions): Promise<CreateVerifySettingResponse>;
|
|
2598
|
-
createVerifySetting(request: CreateVerifySettingRequest): Promise<CreateVerifySettingResponse>;
|
|
2599
|
-
initFaceVerifyWithOptions(request: InitFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<InitFaceVerifyResponse>;
|
|
2600
|
-
initFaceVerify(request: InitFaceVerifyRequest): Promise<InitFaceVerifyResponse>;
|
|
2601
948
|
}
|