@alicloud/cloudauth20190307 2.6.1 → 2.6.2
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 +1688 -163
- package/dist/client.js +166 -162
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +1715 -184
package/src/client.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated, don't edit it
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
3
|
*/
|
|
5
4
|
import Util, * as $Util from '@alicloud/tea-util';
|
|
6
5
|
import OSS, * as $OSS from '@alicloud/oss-client';
|
|
@@ -14,12 +13,40 @@ import { Readable } from 'stream';
|
|
|
14
13
|
import * as $tea from '@alicloud/tea-typescript';
|
|
15
14
|
|
|
16
15
|
export class AIGCFaceVerifyRequest extends $tea.Model {
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
19
|
+
*/
|
|
17
20
|
faceContrastPicture?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
24
|
+
*/
|
|
18
25
|
faceContrastPictureUrl?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
29
|
+
*/
|
|
19
30
|
ossBucketName?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
34
|
+
*/
|
|
20
35
|
ossObjectName?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @example
|
|
38
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
39
|
+
*/
|
|
21
40
|
outerOrderNo?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @example
|
|
43
|
+
* LR_FR_AIGC
|
|
44
|
+
*/
|
|
22
45
|
productCode?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @example
|
|
48
|
+
* 100000xxxx
|
|
49
|
+
*/
|
|
23
50
|
sceneId?: number;
|
|
24
51
|
static names(): { [key: string]: string } {
|
|
25
52
|
return {
|
|
@@ -51,8 +78,20 @@ export class AIGCFaceVerifyRequest extends $tea.Model {
|
|
|
51
78
|
}
|
|
52
79
|
|
|
53
80
|
export class AIGCFaceVerifyResponseBody extends $tea.Model {
|
|
81
|
+
/**
|
|
82
|
+
* @example
|
|
83
|
+
* 200
|
|
84
|
+
*/
|
|
54
85
|
code?: string;
|
|
86
|
+
/**
|
|
87
|
+
* @example
|
|
88
|
+
* success
|
|
89
|
+
*/
|
|
55
90
|
message?: string;
|
|
91
|
+
/**
|
|
92
|
+
* @example
|
|
93
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
94
|
+
*/
|
|
56
95
|
requestId?: string;
|
|
57
96
|
resultObject?: AIGCFaceVerifyResponseBodyResultObject;
|
|
58
97
|
static names(): { [key: string]: string } {
|
|
@@ -104,12 +143,36 @@ export class AIGCFaceVerifyResponse extends $tea.Model {
|
|
|
104
143
|
}
|
|
105
144
|
|
|
106
145
|
export class BankMetaVerifyRequest extends $tea.Model {
|
|
146
|
+
/**
|
|
147
|
+
* @example
|
|
148
|
+
* 610*************1181
|
|
149
|
+
*/
|
|
107
150
|
bankCard?: string;
|
|
151
|
+
/**
|
|
152
|
+
* @example
|
|
153
|
+
* 429001********8211
|
|
154
|
+
*/
|
|
108
155
|
identifyNum?: string;
|
|
156
|
+
/**
|
|
157
|
+
* @example
|
|
158
|
+
* 138******11
|
|
159
|
+
*/
|
|
109
160
|
mobile?: string;
|
|
161
|
+
/**
|
|
162
|
+
* @example
|
|
163
|
+
* normal
|
|
164
|
+
*/
|
|
110
165
|
paramType?: string;
|
|
166
|
+
/**
|
|
167
|
+
* @example
|
|
168
|
+
* BANK_CARD_2_META
|
|
169
|
+
*/
|
|
111
170
|
productType?: string;
|
|
112
171
|
userName?: string;
|
|
172
|
+
/**
|
|
173
|
+
* @example
|
|
174
|
+
* VERIFY_BANK_CARD
|
|
175
|
+
*/
|
|
113
176
|
verifyMode?: string;
|
|
114
177
|
static names(): { [key: string]: string } {
|
|
115
178
|
return {
|
|
@@ -141,8 +204,20 @@ export class BankMetaVerifyRequest extends $tea.Model {
|
|
|
141
204
|
}
|
|
142
205
|
|
|
143
206
|
export class BankMetaVerifyResponseBody extends $tea.Model {
|
|
207
|
+
/**
|
|
208
|
+
* @example
|
|
209
|
+
* 200
|
|
210
|
+
*/
|
|
144
211
|
code?: string;
|
|
212
|
+
/**
|
|
213
|
+
* @example
|
|
214
|
+
* success
|
|
215
|
+
*/
|
|
145
216
|
message?: string;
|
|
217
|
+
/**
|
|
218
|
+
* @example
|
|
219
|
+
* 473469C7-A***B-A3DC0DE3C83E
|
|
220
|
+
*/
|
|
146
221
|
requestId?: string;
|
|
147
222
|
resultObject?: BankMetaVerifyResponseBodyResultObject;
|
|
148
223
|
static names(): { [key: string]: string } {
|
|
@@ -195,18 +270,70 @@ export class BankMetaVerifyResponse extends $tea.Model {
|
|
|
195
270
|
|
|
196
271
|
export class CompareFaceVerifyRequest extends $tea.Model {
|
|
197
272
|
crop?: string;
|
|
273
|
+
/**
|
|
274
|
+
* @example
|
|
275
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
276
|
+
*/
|
|
198
277
|
outerOrderNo?: string;
|
|
278
|
+
/**
|
|
279
|
+
* @example
|
|
280
|
+
* PV_FC
|
|
281
|
+
*/
|
|
199
282
|
productCode?: string;
|
|
283
|
+
/**
|
|
284
|
+
* @example
|
|
285
|
+
* 1000000006
|
|
286
|
+
*/
|
|
200
287
|
sceneId?: number;
|
|
288
|
+
/**
|
|
289
|
+
* @example
|
|
290
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
291
|
+
*/
|
|
201
292
|
sourceCertifyId?: string;
|
|
293
|
+
/**
|
|
294
|
+
* @example
|
|
295
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
296
|
+
*/
|
|
202
297
|
sourceFaceContrastPicture?: string;
|
|
298
|
+
/**
|
|
299
|
+
* @example
|
|
300
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
301
|
+
*/
|
|
203
302
|
sourceFaceContrastPictureUrl?: string;
|
|
303
|
+
/**
|
|
304
|
+
* @example
|
|
305
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
306
|
+
*/
|
|
204
307
|
sourceOssBucketName?: string;
|
|
308
|
+
/**
|
|
309
|
+
* @example
|
|
310
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
311
|
+
*/
|
|
205
312
|
sourceOssObjectName?: string;
|
|
313
|
+
/**
|
|
314
|
+
* @example
|
|
315
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
316
|
+
*/
|
|
206
317
|
targetCertifyId?: string;
|
|
318
|
+
/**
|
|
319
|
+
* @example
|
|
320
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
321
|
+
*/
|
|
207
322
|
targetFaceContrastPicture?: string;
|
|
323
|
+
/**
|
|
324
|
+
* @example
|
|
325
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
326
|
+
*/
|
|
208
327
|
targetFaceContrastPictureUrl?: string;
|
|
328
|
+
/**
|
|
329
|
+
* @example
|
|
330
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
331
|
+
*/
|
|
209
332
|
targetOssBucketName?: string;
|
|
333
|
+
/**
|
|
334
|
+
* @example
|
|
335
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
336
|
+
*/
|
|
210
337
|
targetOssObjectName?: string;
|
|
211
338
|
static names(): { [key: string]: string } {
|
|
212
339
|
return {
|
|
@@ -252,8 +379,20 @@ export class CompareFaceVerifyRequest extends $tea.Model {
|
|
|
252
379
|
}
|
|
253
380
|
|
|
254
381
|
export class CompareFaceVerifyResponseBody extends $tea.Model {
|
|
382
|
+
/**
|
|
383
|
+
* @example
|
|
384
|
+
* 200
|
|
385
|
+
*/
|
|
255
386
|
code?: string;
|
|
387
|
+
/**
|
|
388
|
+
* @example
|
|
389
|
+
* success
|
|
390
|
+
*/
|
|
256
391
|
message?: string;
|
|
392
|
+
/**
|
|
393
|
+
* @example
|
|
394
|
+
* 130A2C10-B9EE-4D84-88E3-5384FF039795
|
|
395
|
+
*/
|
|
257
396
|
requestId?: string;
|
|
258
397
|
resultObject?: CompareFaceVerifyResponseBodyResultObject;
|
|
259
398
|
static names(): { [key: string]: string } {
|
|
@@ -305,9 +444,25 @@ export class CompareFaceVerifyResponse extends $tea.Model {
|
|
|
305
444
|
}
|
|
306
445
|
|
|
307
446
|
export class CompareFacesRequest extends $tea.Model {
|
|
447
|
+
/**
|
|
448
|
+
* @example
|
|
449
|
+
* FacePic
|
|
450
|
+
*/
|
|
308
451
|
sourceImageType?: string;
|
|
452
|
+
/**
|
|
453
|
+
* @example
|
|
454
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
455
|
+
*/
|
|
309
456
|
sourceImageValue?: string;
|
|
457
|
+
/**
|
|
458
|
+
* @example
|
|
459
|
+
* FacePic
|
|
460
|
+
*/
|
|
310
461
|
targetImageType?: string;
|
|
462
|
+
/**
|
|
463
|
+
* @example
|
|
464
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
465
|
+
*/
|
|
311
466
|
targetImageValue?: string;
|
|
312
467
|
static names(): { [key: string]: string } {
|
|
313
468
|
return {
|
|
@@ -333,10 +488,26 @@ export class CompareFacesRequest extends $tea.Model {
|
|
|
333
488
|
}
|
|
334
489
|
|
|
335
490
|
export class CompareFacesResponseBody extends $tea.Model {
|
|
491
|
+
/**
|
|
492
|
+
* @example
|
|
493
|
+
* 200
|
|
494
|
+
*/
|
|
336
495
|
code?: string;
|
|
337
496
|
data?: CompareFacesResponseBodyData;
|
|
497
|
+
/**
|
|
498
|
+
* @example
|
|
499
|
+
* Error.InternalError
|
|
500
|
+
*/
|
|
338
501
|
message?: string;
|
|
502
|
+
/**
|
|
503
|
+
* @example
|
|
504
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
505
|
+
*/
|
|
339
506
|
requestId?: string;
|
|
507
|
+
/**
|
|
508
|
+
* @example
|
|
509
|
+
* true
|
|
510
|
+
*/
|
|
340
511
|
success?: boolean;
|
|
341
512
|
static names(): { [key: string]: string } {
|
|
342
513
|
return {
|
|
@@ -390,23 +561,79 @@ export class CompareFacesResponse extends $tea.Model {
|
|
|
390
561
|
|
|
391
562
|
export class ContrastFaceVerifyRequest extends $tea.Model {
|
|
392
563
|
certName?: string;
|
|
564
|
+
/**
|
|
565
|
+
* @example
|
|
566
|
+
* 330103xxxxxxxxxxxx
|
|
567
|
+
*/
|
|
393
568
|
certNo?: string;
|
|
569
|
+
/**
|
|
570
|
+
* @example
|
|
571
|
+
* IDENTITY_CARD
|
|
572
|
+
*/
|
|
394
573
|
certType?: string;
|
|
574
|
+
/**
|
|
575
|
+
* @example
|
|
576
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
577
|
+
*/
|
|
395
578
|
certifyId?: string;
|
|
396
579
|
crop?: string;
|
|
580
|
+
/**
|
|
581
|
+
* @example
|
|
582
|
+
* McozS1ZWRcRZStlERcZZo_QOytx5jcgZoZJEoRLOxxxxxxx
|
|
583
|
+
*/
|
|
397
584
|
deviceToken?: string;
|
|
398
585
|
encryptType?: string;
|
|
399
586
|
faceContrastFile?: string;
|
|
587
|
+
/**
|
|
588
|
+
* @example
|
|
589
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
590
|
+
*/
|
|
400
591
|
faceContrastPicture?: string;
|
|
592
|
+
/**
|
|
593
|
+
* @example
|
|
594
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
595
|
+
*/
|
|
401
596
|
faceContrastPictureUrl?: string;
|
|
597
|
+
/**
|
|
598
|
+
* @example
|
|
599
|
+
* 114.xxx.xxx.xxx
|
|
600
|
+
*/
|
|
402
601
|
ip?: string;
|
|
602
|
+
/**
|
|
603
|
+
* @example
|
|
604
|
+
* 130xxxxxxxx
|
|
605
|
+
*/
|
|
403
606
|
mobile?: string;
|
|
404
607
|
model?: string;
|
|
608
|
+
/**
|
|
609
|
+
* @example
|
|
610
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
611
|
+
*/
|
|
405
612
|
ossBucketName?: string;
|
|
613
|
+
/**
|
|
614
|
+
* @example
|
|
615
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
616
|
+
*/
|
|
406
617
|
ossObjectName?: string;
|
|
618
|
+
/**
|
|
619
|
+
* @example
|
|
620
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
621
|
+
*/
|
|
407
622
|
outerOrderNo?: string;
|
|
623
|
+
/**
|
|
624
|
+
* @example
|
|
625
|
+
* ID_MIN
|
|
626
|
+
*/
|
|
408
627
|
productCode?: string;
|
|
628
|
+
/**
|
|
629
|
+
* @example
|
|
630
|
+
* 1000000006
|
|
631
|
+
*/
|
|
409
632
|
sceneId?: number;
|
|
633
|
+
/**
|
|
634
|
+
* @example
|
|
635
|
+
* 123456789
|
|
636
|
+
*/
|
|
410
637
|
userId?: string;
|
|
411
638
|
static names(): { [key: string]: string } {
|
|
412
639
|
return {
|
|
@@ -463,23 +690,79 @@ export class ContrastFaceVerifyRequest extends $tea.Model {
|
|
|
463
690
|
|
|
464
691
|
export class ContrastFaceVerifyAdvanceRequest extends $tea.Model {
|
|
465
692
|
certName?: string;
|
|
693
|
+
/**
|
|
694
|
+
* @example
|
|
695
|
+
* 330103xxxxxxxxxxxx
|
|
696
|
+
*/
|
|
466
697
|
certNo?: string;
|
|
698
|
+
/**
|
|
699
|
+
* @example
|
|
700
|
+
* IDENTITY_CARD
|
|
701
|
+
*/
|
|
467
702
|
certType?: string;
|
|
703
|
+
/**
|
|
704
|
+
* @example
|
|
705
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
706
|
+
*/
|
|
468
707
|
certifyId?: string;
|
|
469
708
|
crop?: string;
|
|
709
|
+
/**
|
|
710
|
+
* @example
|
|
711
|
+
* McozS1ZWRcRZStlERcZZo_QOytx5jcgZoZJEoRLOxxxxxxx
|
|
712
|
+
*/
|
|
470
713
|
deviceToken?: string;
|
|
471
714
|
encryptType?: string;
|
|
472
715
|
faceContrastFileObject?: Readable;
|
|
716
|
+
/**
|
|
717
|
+
* @example
|
|
718
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
719
|
+
*/
|
|
473
720
|
faceContrastPicture?: string;
|
|
721
|
+
/**
|
|
722
|
+
* @example
|
|
723
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
724
|
+
*/
|
|
474
725
|
faceContrastPictureUrl?: string;
|
|
726
|
+
/**
|
|
727
|
+
* @example
|
|
728
|
+
* 114.xxx.xxx.xxx
|
|
729
|
+
*/
|
|
475
730
|
ip?: string;
|
|
731
|
+
/**
|
|
732
|
+
* @example
|
|
733
|
+
* 130xxxxxxxx
|
|
734
|
+
*/
|
|
476
735
|
mobile?: string;
|
|
477
736
|
model?: string;
|
|
737
|
+
/**
|
|
738
|
+
* @example
|
|
739
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
740
|
+
*/
|
|
478
741
|
ossBucketName?: string;
|
|
742
|
+
/**
|
|
743
|
+
* @example
|
|
744
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
745
|
+
*/
|
|
479
746
|
ossObjectName?: string;
|
|
747
|
+
/**
|
|
748
|
+
* @example
|
|
749
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
750
|
+
*/
|
|
480
751
|
outerOrderNo?: string;
|
|
752
|
+
/**
|
|
753
|
+
* @example
|
|
754
|
+
* ID_MIN
|
|
755
|
+
*/
|
|
481
756
|
productCode?: string;
|
|
757
|
+
/**
|
|
758
|
+
* @example
|
|
759
|
+
* 1000000006
|
|
760
|
+
*/
|
|
482
761
|
sceneId?: number;
|
|
762
|
+
/**
|
|
763
|
+
* @example
|
|
764
|
+
* 123456789
|
|
765
|
+
*/
|
|
483
766
|
userId?: string;
|
|
484
767
|
static names(): { [key: string]: string } {
|
|
485
768
|
return {
|
|
@@ -535,8 +818,20 @@ export class ContrastFaceVerifyAdvanceRequest extends $tea.Model {
|
|
|
535
818
|
}
|
|
536
819
|
|
|
537
820
|
export class ContrastFaceVerifyResponseBody extends $tea.Model {
|
|
821
|
+
/**
|
|
822
|
+
* @example
|
|
823
|
+
* 200
|
|
824
|
+
*/
|
|
538
825
|
code?: string;
|
|
826
|
+
/**
|
|
827
|
+
* @example
|
|
828
|
+
* success
|
|
829
|
+
*/
|
|
539
830
|
message?: string;
|
|
831
|
+
/**
|
|
832
|
+
* @example
|
|
833
|
+
* 130A2C10-B9EE-4D84-88E3-5384FF039795
|
|
834
|
+
*/
|
|
540
835
|
requestId?: string;
|
|
541
836
|
resultObject?: ContrastFaceVerifyResponseBodyResultObject;
|
|
542
837
|
static names(): { [key: string]: string } {
|
|
@@ -588,9 +883,25 @@ export class ContrastFaceVerifyResponse extends $tea.Model {
|
|
|
588
883
|
}
|
|
589
884
|
|
|
590
885
|
export class CreateAuthKeyRequest extends $tea.Model {
|
|
886
|
+
/**
|
|
887
|
+
* @example
|
|
888
|
+
* 1
|
|
889
|
+
*/
|
|
591
890
|
authYears?: number;
|
|
891
|
+
/**
|
|
892
|
+
* @example
|
|
893
|
+
* FACE_TEST
|
|
894
|
+
*/
|
|
592
895
|
bizType?: string;
|
|
896
|
+
/**
|
|
897
|
+
* @example
|
|
898
|
+
* false
|
|
899
|
+
*/
|
|
593
900
|
test?: boolean;
|
|
901
|
+
/**
|
|
902
|
+
* @example
|
|
903
|
+
* 3iJ1AY$oHcu7mC69
|
|
904
|
+
*/
|
|
594
905
|
userDeviceId?: string;
|
|
595
906
|
static names(): { [key: string]: string } {
|
|
596
907
|
return {
|
|
@@ -616,7 +927,15 @@ export class CreateAuthKeyRequest extends $tea.Model {
|
|
|
616
927
|
}
|
|
617
928
|
|
|
618
929
|
export class CreateAuthKeyResponseBody extends $tea.Model {
|
|
930
|
+
/**
|
|
931
|
+
* @example
|
|
932
|
+
* auth.1KQMcnLd4m37LN2D0F0WCD-1qtQI$
|
|
933
|
+
*/
|
|
619
934
|
authKey?: string;
|
|
935
|
+
/**
|
|
936
|
+
* @example
|
|
937
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
938
|
+
*/
|
|
620
939
|
requestId?: string;
|
|
621
940
|
static names(): { [key: string]: string } {
|
|
622
941
|
return {
|
|
@@ -663,11 +982,41 @@ export class CreateAuthKeyResponse extends $tea.Model {
|
|
|
663
982
|
}
|
|
664
983
|
|
|
665
984
|
export class CreateVerifySettingRequest extends $tea.Model {
|
|
985
|
+
/**
|
|
986
|
+
* @remarks
|
|
987
|
+
* This parameter is required.
|
|
988
|
+
*/
|
|
666
989
|
bizName?: string;
|
|
990
|
+
/**
|
|
991
|
+
* @remarks
|
|
992
|
+
* This parameter is required.
|
|
993
|
+
*
|
|
994
|
+
* @example
|
|
995
|
+
* UserRegister
|
|
996
|
+
*/
|
|
667
997
|
bizType?: string;
|
|
998
|
+
/**
|
|
999
|
+
* @example
|
|
1000
|
+
* false
|
|
1001
|
+
*/
|
|
668
1002
|
guideStep?: boolean;
|
|
1003
|
+
/**
|
|
1004
|
+
* @example
|
|
1005
|
+
* true
|
|
1006
|
+
*/
|
|
669
1007
|
privacyStep?: boolean;
|
|
1008
|
+
/**
|
|
1009
|
+
* @example
|
|
1010
|
+
* false
|
|
1011
|
+
*/
|
|
670
1012
|
resultStep?: boolean;
|
|
1013
|
+
/**
|
|
1014
|
+
* @remarks
|
|
1015
|
+
* This parameter is required.
|
|
1016
|
+
*
|
|
1017
|
+
* @example
|
|
1018
|
+
* RPBasic
|
|
1019
|
+
*/
|
|
671
1020
|
solution?: string;
|
|
672
1021
|
static names(): { [key: string]: string } {
|
|
673
1022
|
return {
|
|
@@ -698,8 +1047,20 @@ export class CreateVerifySettingRequest extends $tea.Model {
|
|
|
698
1047
|
|
|
699
1048
|
export class CreateVerifySettingResponseBody extends $tea.Model {
|
|
700
1049
|
bizName?: string;
|
|
1050
|
+
/**
|
|
1051
|
+
* @example
|
|
1052
|
+
* UserRegister
|
|
1053
|
+
*/
|
|
701
1054
|
bizType?: string;
|
|
1055
|
+
/**
|
|
1056
|
+
* @example
|
|
1057
|
+
* D6163397-15C5-419C-9ACC-B7C83E0B4C10
|
|
1058
|
+
*/
|
|
702
1059
|
requestId?: string;
|
|
1060
|
+
/**
|
|
1061
|
+
* @example
|
|
1062
|
+
* RPBasic
|
|
1063
|
+
*/
|
|
703
1064
|
solution?: string;
|
|
704
1065
|
stepList?: string[];
|
|
705
1066
|
static names(): { [key: string]: string } {
|
|
@@ -753,13 +1114,45 @@ export class CreateVerifySettingResponse extends $tea.Model {
|
|
|
753
1114
|
}
|
|
754
1115
|
|
|
755
1116
|
export class CredentialVerifyRequest extends $tea.Model {
|
|
1117
|
+
/**
|
|
1118
|
+
* @example
|
|
1119
|
+
* 4601*****
|
|
1120
|
+
*/
|
|
756
1121
|
certNum?: string;
|
|
1122
|
+
/**
|
|
1123
|
+
* @example
|
|
1124
|
+
* 0104
|
|
1125
|
+
*/
|
|
757
1126
|
credName?: string;
|
|
1127
|
+
/**
|
|
1128
|
+
* @example
|
|
1129
|
+
* 01
|
|
1130
|
+
*/
|
|
758
1131
|
credType?: string;
|
|
1132
|
+
/**
|
|
1133
|
+
* @example
|
|
1134
|
+
* 429001********8211
|
|
1135
|
+
*/
|
|
759
1136
|
identifyNum?: string;
|
|
1137
|
+
/**
|
|
1138
|
+
* @example
|
|
1139
|
+
* base64
|
|
1140
|
+
*/
|
|
760
1141
|
imageContext?: string;
|
|
1142
|
+
/**
|
|
1143
|
+
* @example
|
|
1144
|
+
* http://marry.momocdn.com/avatar/3B/B6/3BB6527E-7467-926E-1048-B43614F20CC420230803_L.jpg
|
|
1145
|
+
*/
|
|
761
1146
|
imageUrl?: string;
|
|
1147
|
+
/**
|
|
1148
|
+
* @example
|
|
1149
|
+
* 0
|
|
1150
|
+
*/
|
|
762
1151
|
isCheck?: string;
|
|
1152
|
+
/**
|
|
1153
|
+
* @example
|
|
1154
|
+
* 1
|
|
1155
|
+
*/
|
|
763
1156
|
isOCR?: string;
|
|
764
1157
|
merchantId?: string;
|
|
765
1158
|
userName?: string;
|
|
@@ -799,8 +1192,20 @@ export class CredentialVerifyRequest extends $tea.Model {
|
|
|
799
1192
|
}
|
|
800
1193
|
|
|
801
1194
|
export class CredentialVerifyResponseBody extends $tea.Model {
|
|
1195
|
+
/**
|
|
1196
|
+
* @example
|
|
1197
|
+
* 200
|
|
1198
|
+
*/
|
|
802
1199
|
code?: string;
|
|
1200
|
+
/**
|
|
1201
|
+
* @example
|
|
1202
|
+
* success
|
|
1203
|
+
*/
|
|
803
1204
|
message?: string;
|
|
1205
|
+
/**
|
|
1206
|
+
* @example
|
|
1207
|
+
* D6163397-15C5-419C-9ACC-B7C83E0B4C10
|
|
1208
|
+
*/
|
|
804
1209
|
requestId?: string;
|
|
805
1210
|
resultObject?: CredentialVerifyResponseBodyResultObject;
|
|
806
1211
|
static names(): { [key: string]: string } {
|
|
@@ -852,9 +1257,25 @@ export class CredentialVerifyResponse extends $tea.Model {
|
|
|
852
1257
|
}
|
|
853
1258
|
|
|
854
1259
|
export class DeepfakeDetectRequest extends $tea.Model {
|
|
1260
|
+
/**
|
|
1261
|
+
* @example
|
|
1262
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
1263
|
+
*/
|
|
855
1264
|
faceBase64?: string;
|
|
1265
|
+
/**
|
|
1266
|
+
* @example
|
|
1267
|
+
* IMAGE
|
|
1268
|
+
*/
|
|
856
1269
|
faceInputType?: string;
|
|
1270
|
+
/**
|
|
1271
|
+
* @example
|
|
1272
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
1273
|
+
*/
|
|
857
1274
|
faceUrl?: string;
|
|
1275
|
+
/**
|
|
1276
|
+
* @example
|
|
1277
|
+
* e0c34a77f5ac40a5aa5e6ed20c******
|
|
1278
|
+
*/
|
|
858
1279
|
outerOrderNo?: string;
|
|
859
1280
|
static names(): { [key: string]: string } {
|
|
860
1281
|
return {
|
|
@@ -880,8 +1301,23 @@ export class DeepfakeDetectRequest extends $tea.Model {
|
|
|
880
1301
|
}
|
|
881
1302
|
|
|
882
1303
|
export class DeepfakeDetectResponseBody extends $tea.Model {
|
|
1304
|
+
/**
|
|
1305
|
+
* @example
|
|
1306
|
+
* 200
|
|
1307
|
+
*/
|
|
883
1308
|
code?: string;
|
|
1309
|
+
/**
|
|
1310
|
+
* @example
|
|
1311
|
+
* success
|
|
1312
|
+
*/
|
|
884
1313
|
message?: string;
|
|
1314
|
+
/**
|
|
1315
|
+
* @remarks
|
|
1316
|
+
* Id of the request
|
|
1317
|
+
*
|
|
1318
|
+
* @example
|
|
1319
|
+
* 8FC3D6AC-9FED-4311-8DA7-C4BF47D9F260
|
|
1320
|
+
*/
|
|
885
1321
|
requestId?: string;
|
|
886
1322
|
resultObject?: DeepfakeDetectResponseBodyResultObject;
|
|
887
1323
|
static names(): { [key: string]: string } {
|
|
@@ -933,12 +1369,40 @@ export class DeepfakeDetectResponse extends $tea.Model {
|
|
|
933
1369
|
}
|
|
934
1370
|
|
|
935
1371
|
export class DescribeDeviceInfoRequest extends $tea.Model {
|
|
1372
|
+
/**
|
|
1373
|
+
* @example
|
|
1374
|
+
* FACE_TEST
|
|
1375
|
+
*/
|
|
936
1376
|
bizType?: string;
|
|
1377
|
+
/**
|
|
1378
|
+
* @example
|
|
1379
|
+
* 1
|
|
1380
|
+
*/
|
|
937
1381
|
currentPage?: number;
|
|
1382
|
+
/**
|
|
1383
|
+
* @example
|
|
1384
|
+
* wd.6ziUffspAeW5FVYbaqmexR-1qwNjM
|
|
1385
|
+
*/
|
|
938
1386
|
deviceId?: string;
|
|
1387
|
+
/**
|
|
1388
|
+
* @example
|
|
1389
|
+
* 20200330
|
|
1390
|
+
*/
|
|
939
1391
|
expiredEndDay?: string;
|
|
1392
|
+
/**
|
|
1393
|
+
* @example
|
|
1394
|
+
* 20190401
|
|
1395
|
+
*/
|
|
940
1396
|
expiredStartDay?: string;
|
|
1397
|
+
/**
|
|
1398
|
+
* @example
|
|
1399
|
+
* 20
|
|
1400
|
+
*/
|
|
941
1401
|
pageSize?: number;
|
|
1402
|
+
/**
|
|
1403
|
+
* @example
|
|
1404
|
+
* 3iJ1AY$oHcu7mC69
|
|
1405
|
+
*/
|
|
942
1406
|
userDeviceId?: string;
|
|
943
1407
|
static names(): { [key: string]: string } {
|
|
944
1408
|
return {
|
|
@@ -970,10 +1434,26 @@ export class DescribeDeviceInfoRequest extends $tea.Model {
|
|
|
970
1434
|
}
|
|
971
1435
|
|
|
972
1436
|
export class DescribeDeviceInfoResponseBody extends $tea.Model {
|
|
1437
|
+
/**
|
|
1438
|
+
* @example
|
|
1439
|
+
* 1
|
|
1440
|
+
*/
|
|
973
1441
|
currentPage?: number;
|
|
974
1442
|
deviceInfoList?: DescribeDeviceInfoResponseBodyDeviceInfoList;
|
|
1443
|
+
/**
|
|
1444
|
+
* @example
|
|
1445
|
+
* 20
|
|
1446
|
+
*/
|
|
975
1447
|
pageSize?: number;
|
|
1448
|
+
/**
|
|
1449
|
+
* @example
|
|
1450
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
1451
|
+
*/
|
|
976
1452
|
requestId?: string;
|
|
1453
|
+
/**
|
|
1454
|
+
* @example
|
|
1455
|
+
* 1
|
|
1456
|
+
*/
|
|
977
1457
|
totalCount?: number;
|
|
978
1458
|
static names(): { [key: string]: string } {
|
|
979
1459
|
return {
|
|
@@ -1026,8 +1506,20 @@ export class DescribeDeviceInfoResponse extends $tea.Model {
|
|
|
1026
1506
|
}
|
|
1027
1507
|
|
|
1028
1508
|
export class DescribeFaceVerifyRequest extends $tea.Model {
|
|
1509
|
+
/**
|
|
1510
|
+
* @example
|
|
1511
|
+
* 91707dc296d469ad38e4c5efa6a0f24b
|
|
1512
|
+
*/
|
|
1029
1513
|
certifyId?: string;
|
|
1514
|
+
/**
|
|
1515
|
+
* @example
|
|
1516
|
+
* JPG
|
|
1517
|
+
*/
|
|
1030
1518
|
pictureReturnType?: string;
|
|
1519
|
+
/**
|
|
1520
|
+
* @example
|
|
1521
|
+
* 1000000006
|
|
1522
|
+
*/
|
|
1031
1523
|
sceneId?: number;
|
|
1032
1524
|
static names(): { [key: string]: string } {
|
|
1033
1525
|
return {
|
|
@@ -1051,8 +1543,20 @@ export class DescribeFaceVerifyRequest extends $tea.Model {
|
|
|
1051
1543
|
}
|
|
1052
1544
|
|
|
1053
1545
|
export class DescribeFaceVerifyResponseBody extends $tea.Model {
|
|
1546
|
+
/**
|
|
1547
|
+
* @example
|
|
1548
|
+
* 200
|
|
1549
|
+
*/
|
|
1054
1550
|
code?: string;
|
|
1551
|
+
/**
|
|
1552
|
+
* @example
|
|
1553
|
+
* success
|
|
1554
|
+
*/
|
|
1055
1555
|
message?: string;
|
|
1556
|
+
/**
|
|
1557
|
+
* @example
|
|
1558
|
+
* 130A2C10-B9EE-4D84-88E3-5384FF039795
|
|
1559
|
+
*/
|
|
1056
1560
|
requestId?: string;
|
|
1057
1561
|
resultObject?: DescribeFaceVerifyResponseBodyResultObject;
|
|
1058
1562
|
static names(): { [key: string]: string } {
|
|
@@ -1105,6 +1609,10 @@ export class DescribeFaceVerifyResponse extends $tea.Model {
|
|
|
1105
1609
|
|
|
1106
1610
|
export class DescribeOssUploadTokenResponseBody extends $tea.Model {
|
|
1107
1611
|
ossUploadToken?: DescribeOssUploadTokenResponseBodyOssUploadToken;
|
|
1612
|
+
/**
|
|
1613
|
+
* @example
|
|
1614
|
+
* 2FA2C773-47DB-4156-B1EE-5B047321A939
|
|
1615
|
+
*/
|
|
1108
1616
|
requestId?: string;
|
|
1109
1617
|
static names(): { [key: string]: string } {
|
|
1110
1618
|
return {
|
|
@@ -1151,11 +1659,35 @@ export class DescribeOssUploadTokenResponse extends $tea.Model {
|
|
|
1151
1659
|
}
|
|
1152
1660
|
|
|
1153
1661
|
export class DescribePageFaceVerifyDataRequest extends $tea.Model {
|
|
1662
|
+
/**
|
|
1663
|
+
* @example
|
|
1664
|
+
* 1
|
|
1665
|
+
*/
|
|
1154
1666
|
currentPage?: number;
|
|
1667
|
+
/**
|
|
1668
|
+
* @example
|
|
1669
|
+
* 2023-04-30
|
|
1670
|
+
*/
|
|
1155
1671
|
endDate?: string;
|
|
1672
|
+
/**
|
|
1673
|
+
* @example
|
|
1674
|
+
* 10
|
|
1675
|
+
*/
|
|
1156
1676
|
pageSize?: number;
|
|
1677
|
+
/**
|
|
1678
|
+
* @example
|
|
1679
|
+
* ID_PLUS
|
|
1680
|
+
*/
|
|
1157
1681
|
productCode?: string;
|
|
1682
|
+
/**
|
|
1683
|
+
* @example
|
|
1684
|
+
* 36**01
|
|
1685
|
+
*/
|
|
1158
1686
|
sceneId?: number;
|
|
1687
|
+
/**
|
|
1688
|
+
* @example
|
|
1689
|
+
* 2023-04-10
|
|
1690
|
+
*/
|
|
1159
1691
|
startDate?: string;
|
|
1160
1692
|
static names(): { [key: string]: string } {
|
|
1161
1693
|
return {
|
|
@@ -1185,14 +1717,46 @@ export class DescribePageFaceVerifyDataRequest extends $tea.Model {
|
|
|
1185
1717
|
}
|
|
1186
1718
|
|
|
1187
1719
|
export class DescribePageFaceVerifyDataResponseBody extends $tea.Model {
|
|
1720
|
+
/**
|
|
1721
|
+
* @example
|
|
1722
|
+
* 200
|
|
1723
|
+
*/
|
|
1188
1724
|
code?: string;
|
|
1725
|
+
/**
|
|
1726
|
+
* @example
|
|
1727
|
+
* 1
|
|
1728
|
+
*/
|
|
1189
1729
|
currentPage?: string;
|
|
1190
1730
|
items?: DescribePageFaceVerifyDataResponseBodyItems[];
|
|
1731
|
+
/**
|
|
1732
|
+
* @example
|
|
1733
|
+
* OK
|
|
1734
|
+
*/
|
|
1191
1735
|
message?: string;
|
|
1736
|
+
/**
|
|
1737
|
+
* @example
|
|
1738
|
+
* 10
|
|
1739
|
+
*/
|
|
1192
1740
|
pageSize?: string;
|
|
1741
|
+
/**
|
|
1742
|
+
* @example
|
|
1743
|
+
* 473469C7-A***B-A3DC0DE3C83E
|
|
1744
|
+
*/
|
|
1193
1745
|
requestId?: string;
|
|
1746
|
+
/**
|
|
1747
|
+
* @example
|
|
1748
|
+
* true
|
|
1749
|
+
*/
|
|
1194
1750
|
success?: string;
|
|
1751
|
+
/**
|
|
1752
|
+
* @example
|
|
1753
|
+
* 100
|
|
1754
|
+
*/
|
|
1195
1755
|
totalCount?: string;
|
|
1756
|
+
/**
|
|
1757
|
+
* @example
|
|
1758
|
+
* 5
|
|
1759
|
+
*/
|
|
1196
1760
|
totalPage?: string;
|
|
1197
1761
|
static names(): { [key: string]: string } {
|
|
1198
1762
|
return {
|
|
@@ -1253,11 +1817,50 @@ export class DescribePageFaceVerifyDataResponse extends $tea.Model {
|
|
|
1253
1817
|
}
|
|
1254
1818
|
|
|
1255
1819
|
export class DescribeSmartStatisticsPageListRequest extends $tea.Model {
|
|
1820
|
+
/**
|
|
1821
|
+
* @remarks
|
|
1822
|
+
* This parameter is required.
|
|
1823
|
+
*
|
|
1824
|
+
* @example
|
|
1825
|
+
* 1
|
|
1826
|
+
*/
|
|
1256
1827
|
currentPage?: string;
|
|
1828
|
+
/**
|
|
1829
|
+
* @remarks
|
|
1830
|
+
* This parameter is required.
|
|
1831
|
+
*
|
|
1832
|
+
* @example
|
|
1833
|
+
* 2022-11-16 23:59:59 +0800
|
|
1834
|
+
*/
|
|
1257
1835
|
endDate?: string;
|
|
1836
|
+
/**
|
|
1837
|
+
* @remarks
|
|
1838
|
+
* This parameter is required.
|
|
1839
|
+
*
|
|
1840
|
+
* @example
|
|
1841
|
+
* 10
|
|
1842
|
+
*/
|
|
1258
1843
|
pageSize?: string;
|
|
1844
|
+
/**
|
|
1845
|
+
* @remarks
|
|
1846
|
+
* This parameter is required.
|
|
1847
|
+
*
|
|
1848
|
+
* @example
|
|
1849
|
+
* 36**01
|
|
1850
|
+
*/
|
|
1259
1851
|
sceneId?: string;
|
|
1852
|
+
/**
|
|
1853
|
+
* @example
|
|
1854
|
+
* cloudauthst
|
|
1855
|
+
*/
|
|
1260
1856
|
serviceCode?: string;
|
|
1857
|
+
/**
|
|
1858
|
+
* @remarks
|
|
1859
|
+
* This parameter is required.
|
|
1860
|
+
*
|
|
1861
|
+
* @example
|
|
1862
|
+
* 2023-11-01 00:00:00 +0800
|
|
1863
|
+
*/
|
|
1261
1864
|
startDate?: string;
|
|
1262
1865
|
static names(): { [key: string]: string } {
|
|
1263
1866
|
return {
|
|
@@ -1287,11 +1890,31 @@ export class DescribeSmartStatisticsPageListRequest extends $tea.Model {
|
|
|
1287
1890
|
}
|
|
1288
1891
|
|
|
1289
1892
|
export class DescribeSmartStatisticsPageListResponseBody extends $tea.Model {
|
|
1893
|
+
/**
|
|
1894
|
+
* @example
|
|
1895
|
+
* 1
|
|
1896
|
+
*/
|
|
1290
1897
|
currentPage?: number;
|
|
1291
1898
|
items?: DescribeSmartStatisticsPageListResponseBodyItems[];
|
|
1899
|
+
/**
|
|
1900
|
+
* @example
|
|
1901
|
+
* 10
|
|
1902
|
+
*/
|
|
1292
1903
|
pageSize?: number;
|
|
1904
|
+
/**
|
|
1905
|
+
* @example
|
|
1906
|
+
* 96943***4E39F805
|
|
1907
|
+
*/
|
|
1293
1908
|
requestId?: string;
|
|
1909
|
+
/**
|
|
1910
|
+
* @example
|
|
1911
|
+
* 29
|
|
1912
|
+
*/
|
|
1294
1913
|
totalCount?: number;
|
|
1914
|
+
/**
|
|
1915
|
+
* @example
|
|
1916
|
+
* 3
|
|
1917
|
+
*/
|
|
1295
1918
|
totalPage?: number;
|
|
1296
1919
|
static names(): { [key: string]: string } {
|
|
1297
1920
|
return {
|
|
@@ -1346,7 +1969,21 @@ export class DescribeSmartStatisticsPageListResponse extends $tea.Model {
|
|
|
1346
1969
|
}
|
|
1347
1970
|
|
|
1348
1971
|
export class DescribeVerifyResultRequest extends $tea.Model {
|
|
1972
|
+
/**
|
|
1973
|
+
* @remarks
|
|
1974
|
+
* This parameter is required.
|
|
1975
|
+
*
|
|
1976
|
+
* @example
|
|
1977
|
+
* 39ecf51e-2f81-4dc5-90ee-ff86125b****
|
|
1978
|
+
*/
|
|
1349
1979
|
bizId?: string;
|
|
1980
|
+
/**
|
|
1981
|
+
* @remarks
|
|
1982
|
+
* This parameter is required.
|
|
1983
|
+
*
|
|
1984
|
+
* @example
|
|
1985
|
+
* FVBioOnlyTest
|
|
1986
|
+
*/
|
|
1350
1987
|
bizType?: string;
|
|
1351
1988
|
static names(): { [key: string]: string } {
|
|
1352
1989
|
return {
|
|
@@ -1368,11 +2005,31 @@ export class DescribeVerifyResultRequest extends $tea.Model {
|
|
|
1368
2005
|
}
|
|
1369
2006
|
|
|
1370
2007
|
export class DescribeVerifyResultResponseBody extends $tea.Model {
|
|
2008
|
+
/**
|
|
2009
|
+
* @example
|
|
2010
|
+
* 97
|
|
2011
|
+
*/
|
|
1371
2012
|
authorityComparisionScore?: number;
|
|
2013
|
+
/**
|
|
2014
|
+
* @example
|
|
2015
|
+
* 97
|
|
2016
|
+
*/
|
|
1372
2017
|
faceComparisonScore?: number;
|
|
2018
|
+
/**
|
|
2019
|
+
* @example
|
|
2020
|
+
* 97
|
|
2021
|
+
*/
|
|
1373
2022
|
idCardFaceComparisonScore?: number;
|
|
1374
2023
|
material?: DescribeVerifyResultResponseBodyMaterial;
|
|
2024
|
+
/**
|
|
2025
|
+
* @example
|
|
2026
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
2027
|
+
*/
|
|
1375
2028
|
requestId?: string;
|
|
2029
|
+
/**
|
|
2030
|
+
* @example
|
|
2031
|
+
* 1
|
|
2032
|
+
*/
|
|
1376
2033
|
verifyStatus?: number;
|
|
1377
2034
|
static names(): { [key: string]: string } {
|
|
1378
2035
|
return {
|
|
@@ -1427,6 +2084,13 @@ export class DescribeVerifyResultResponse extends $tea.Model {
|
|
|
1427
2084
|
}
|
|
1428
2085
|
|
|
1429
2086
|
export class DescribeVerifySDKRequest extends $tea.Model {
|
|
2087
|
+
/**
|
|
2088
|
+
* @remarks
|
|
2089
|
+
* This parameter is required.
|
|
2090
|
+
*
|
|
2091
|
+
* @example
|
|
2092
|
+
* 1KQMcnLd4m37LN2D0F0WCD
|
|
2093
|
+
*/
|
|
1430
2094
|
taskId?: string;
|
|
1431
2095
|
static names(): { [key: string]: string } {
|
|
1432
2096
|
return {
|
|
@@ -1446,7 +2110,15 @@ export class DescribeVerifySDKRequest extends $tea.Model {
|
|
|
1446
2110
|
}
|
|
1447
2111
|
|
|
1448
2112
|
export class DescribeVerifySDKResponseBody extends $tea.Model {
|
|
2113
|
+
/**
|
|
2114
|
+
* @example
|
|
2115
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
2116
|
+
*/
|
|
1449
2117
|
requestId?: string;
|
|
2118
|
+
/**
|
|
2119
|
+
* @example
|
|
2120
|
+
* https://www.xxx.com
|
|
2121
|
+
*/
|
|
1450
2122
|
sdkUrl?: string;
|
|
1451
2123
|
static names(): { [key: string]: string } {
|
|
1452
2124
|
return {
|
|
@@ -1493,20 +2165,82 @@ export class DescribeVerifySDKResponse extends $tea.Model {
|
|
|
1493
2165
|
}
|
|
1494
2166
|
|
|
1495
2167
|
export class DescribeVerifyTokenRequest extends $tea.Model {
|
|
2168
|
+
/**
|
|
2169
|
+
* @remarks
|
|
2170
|
+
* This parameter is required.
|
|
2171
|
+
*
|
|
2172
|
+
* @example
|
|
2173
|
+
* 39ecf51e-2f81-4dc5-90ee-ff86125be683
|
|
2174
|
+
*/
|
|
1496
2175
|
bizId?: string;
|
|
2176
|
+
/**
|
|
2177
|
+
* @remarks
|
|
2178
|
+
* This parameter is required.
|
|
2179
|
+
*
|
|
2180
|
+
* @example
|
|
2181
|
+
* RPBasicTest
|
|
2182
|
+
*/
|
|
1497
2183
|
bizType?: string;
|
|
2184
|
+
/**
|
|
2185
|
+
* @example
|
|
2186
|
+
* -
|
|
2187
|
+
*/
|
|
1498
2188
|
callbackSeed?: string;
|
|
2189
|
+
/**
|
|
2190
|
+
* @example
|
|
2191
|
+
* -
|
|
2192
|
+
*/
|
|
1499
2193
|
callbackUrl?: string;
|
|
2194
|
+
/**
|
|
2195
|
+
* @example
|
|
2196
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
2197
|
+
*/
|
|
1500
2198
|
faceRetainedImageUrl?: string;
|
|
2199
|
+
/**
|
|
2200
|
+
* @example
|
|
2201
|
+
* -
|
|
2202
|
+
*/
|
|
1501
2203
|
failedRedirectUrl?: string;
|
|
2204
|
+
/**
|
|
2205
|
+
* @example
|
|
2206
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
2207
|
+
*/
|
|
1502
2208
|
idCardBackImageUrl?: string;
|
|
2209
|
+
/**
|
|
2210
|
+
* @example
|
|
2211
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
2212
|
+
*/
|
|
1503
2213
|
idCardFrontImageUrl?: string;
|
|
2214
|
+
/**
|
|
2215
|
+
* @example
|
|
2216
|
+
* 330100xxxxxxxxxxxx
|
|
2217
|
+
*/
|
|
1504
2218
|
idCardNumber?: string;
|
|
1505
2219
|
name?: string;
|
|
2220
|
+
/**
|
|
2221
|
+
* @example
|
|
2222
|
+
* -
|
|
2223
|
+
*/
|
|
1506
2224
|
passedRedirectUrl?: string;
|
|
2225
|
+
/**
|
|
2226
|
+
* @example
|
|
2227
|
+
* user111
|
|
2228
|
+
*/
|
|
1507
2229
|
userId?: string;
|
|
2230
|
+
/**
|
|
2231
|
+
* @example
|
|
2232
|
+
* 192.168.***.***
|
|
2233
|
+
*/
|
|
1508
2234
|
userIp?: string;
|
|
2235
|
+
/**
|
|
2236
|
+
* @example
|
|
2237
|
+
* 187********
|
|
2238
|
+
*/
|
|
1509
2239
|
userPhoneNumber?: string;
|
|
2240
|
+
/**
|
|
2241
|
+
* @example
|
|
2242
|
+
* 1577808000000
|
|
2243
|
+
*/
|
|
1510
2244
|
userRegistTime?: number;
|
|
1511
2245
|
static names(): { [key: string]: string } {
|
|
1512
2246
|
return {
|
|
@@ -1555,8 +2289,20 @@ export class DescribeVerifyTokenRequest extends $tea.Model {
|
|
|
1555
2289
|
|
|
1556
2290
|
export class DescribeVerifyTokenResponseBody extends $tea.Model {
|
|
1557
2291
|
ossUploadToken?: DescribeVerifyTokenResponseBodyOssUploadToken;
|
|
2292
|
+
/**
|
|
2293
|
+
* @example
|
|
2294
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
2295
|
+
*/
|
|
1558
2296
|
requestId?: string;
|
|
2297
|
+
/**
|
|
2298
|
+
* @example
|
|
2299
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
2300
|
+
*/
|
|
1559
2301
|
verifyPageUrl?: string;
|
|
2302
|
+
/**
|
|
2303
|
+
* @example
|
|
2304
|
+
* c302c0797679457685410ee51a5ba375
|
|
2305
|
+
*/
|
|
1560
2306
|
verifyToken?: string;
|
|
1561
2307
|
static names(): { [key: string]: string } {
|
|
1562
2308
|
return {
|
|
@@ -1607,7 +2353,18 @@ export class DescribeVerifyTokenResponse extends $tea.Model {
|
|
|
1607
2353
|
}
|
|
1608
2354
|
|
|
1609
2355
|
export class DetectFaceAttributesRequest extends $tea.Model {
|
|
2356
|
+
/**
|
|
2357
|
+
* @example
|
|
2358
|
+
* RPBasicTest
|
|
2359
|
+
*/
|
|
1610
2360
|
bizType?: string;
|
|
2361
|
+
/**
|
|
2362
|
+
* @remarks
|
|
2363
|
+
* This parameter is required.
|
|
2364
|
+
*
|
|
2365
|
+
* @example
|
|
2366
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg
|
|
2367
|
+
*/
|
|
1611
2368
|
materialValue?: string;
|
|
1612
2369
|
static names(): { [key: string]: string } {
|
|
1613
2370
|
return {
|
|
@@ -1629,10 +2386,26 @@ export class DetectFaceAttributesRequest extends $tea.Model {
|
|
|
1629
2386
|
}
|
|
1630
2387
|
|
|
1631
2388
|
export class DetectFaceAttributesResponseBody extends $tea.Model {
|
|
2389
|
+
/**
|
|
2390
|
+
* @example
|
|
2391
|
+
* 200
|
|
2392
|
+
*/
|
|
1632
2393
|
code?: string;
|
|
1633
2394
|
data?: DetectFaceAttributesResponseBodyData;
|
|
2395
|
+
/**
|
|
2396
|
+
* @example
|
|
2397
|
+
* Error.InternalError
|
|
2398
|
+
*/
|
|
1634
2399
|
message?: string;
|
|
2400
|
+
/**
|
|
2401
|
+
* @example
|
|
2402
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
2403
|
+
*/
|
|
1635
2404
|
requestId?: string;
|
|
2405
|
+
/**
|
|
2406
|
+
* @example
|
|
2407
|
+
* true
|
|
2408
|
+
*/
|
|
1636
2409
|
success?: boolean;
|
|
1637
2410
|
static names(): { [key: string]: string } {
|
|
1638
2411
|
return {
|
|
@@ -1685,7 +2458,15 @@ export class DetectFaceAttributesResponse extends $tea.Model {
|
|
|
1685
2458
|
}
|
|
1686
2459
|
|
|
1687
2460
|
export class Id2MetaVerifyRequest extends $tea.Model {
|
|
2461
|
+
/**
|
|
2462
|
+
* @example
|
|
2463
|
+
* 412722198610274919
|
|
2464
|
+
*/
|
|
1688
2465
|
identifyNum?: string;
|
|
2466
|
+
/**
|
|
2467
|
+
* @example
|
|
2468
|
+
* normal
|
|
2469
|
+
*/
|
|
1689
2470
|
paramType?: string;
|
|
1690
2471
|
userName?: string;
|
|
1691
2472
|
static names(): { [key: string]: string } {
|
|
@@ -1710,8 +2491,20 @@ export class Id2MetaVerifyRequest extends $tea.Model {
|
|
|
1710
2491
|
}
|
|
1711
2492
|
|
|
1712
2493
|
export class Id2MetaVerifyResponseBody extends $tea.Model {
|
|
2494
|
+
/**
|
|
2495
|
+
* @example
|
|
2496
|
+
* 200
|
|
2497
|
+
*/
|
|
1713
2498
|
code?: string;
|
|
2499
|
+
/**
|
|
2500
|
+
* @example
|
|
2501
|
+
* success
|
|
2502
|
+
*/
|
|
1714
2503
|
message?: string;
|
|
2504
|
+
/**
|
|
2505
|
+
* @example
|
|
2506
|
+
* D6163397-15C5-419C-9ACC-B7C83E0B4C10
|
|
2507
|
+
*/
|
|
1715
2508
|
requestId?: string;
|
|
1716
2509
|
resultObject?: Id2MetaVerifyResponseBodyResultObject;
|
|
1717
2510
|
static names(): { [key: string]: string } {
|
|
@@ -1763,43 +2556,105 @@ export class Id2MetaVerifyResponse extends $tea.Model {
|
|
|
1763
2556
|
}
|
|
1764
2557
|
|
|
1765
2558
|
export class InitFaceVerifyRequest extends $tea.Model {
|
|
2559
|
+
appQualityCheck?: string;
|
|
1766
2560
|
authId?: string;
|
|
1767
2561
|
birthday?: string;
|
|
1768
2562
|
callbackToken?: string;
|
|
1769
2563
|
callbackUrl?: string;
|
|
1770
2564
|
certName?: string;
|
|
2565
|
+
/**
|
|
2566
|
+
* @example
|
|
2567
|
+
* 330103xxxxxxxxxxxx
|
|
2568
|
+
*/
|
|
1771
2569
|
certNo?: string;
|
|
2570
|
+
/**
|
|
2571
|
+
* @example
|
|
2572
|
+
* IDENTITY_CARD
|
|
2573
|
+
*/
|
|
1772
2574
|
certType?: string;
|
|
2575
|
+
/**
|
|
2576
|
+
* @example
|
|
2577
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
2578
|
+
*/
|
|
1773
2579
|
certifyId?: string;
|
|
1774
2580
|
certifyUrlStyle?: string;
|
|
1775
2581
|
certifyUrlType?: string;
|
|
1776
2582
|
crop?: string;
|
|
1777
2583
|
encryptType?: string;
|
|
2584
|
+
/**
|
|
2585
|
+
* @example
|
|
2586
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
2587
|
+
*/
|
|
1778
2588
|
faceContrastPicture?: string;
|
|
2589
|
+
/**
|
|
2590
|
+
* @example
|
|
2591
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
2592
|
+
*/
|
|
1779
2593
|
faceContrastPictureUrl?: string;
|
|
1780
2594
|
faceGuardOutput?: string;
|
|
2595
|
+
/**
|
|
2596
|
+
* @example
|
|
2597
|
+
* 114.xxx.xxx.xxx
|
|
2598
|
+
*/
|
|
1781
2599
|
ip?: string;
|
|
2600
|
+
/**
|
|
2601
|
+
* @example
|
|
2602
|
+
* {"zimVer":"3.0.0","appVersion": "1","bioMetaInfo": "4.1.0:11501568,0","appName": "com.aliyun.antcloudauth","deviceType": "ios","osVersion": "iOS 10.3.2","apdidToken": "","deviceModel": "iPhone9,1"}
|
|
2603
|
+
*/
|
|
1782
2604
|
metaInfo?: string;
|
|
2605
|
+
/**
|
|
2606
|
+
* @example
|
|
2607
|
+
* 130xxxxxxxx
|
|
2608
|
+
*/
|
|
1783
2609
|
mobile?: string;
|
|
1784
2610
|
mode?: string;
|
|
1785
2611
|
model?: string;
|
|
2612
|
+
/**
|
|
2613
|
+
* @example
|
|
2614
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
2615
|
+
*/
|
|
1786
2616
|
ossBucketName?: string;
|
|
2617
|
+
/**
|
|
2618
|
+
* @example
|
|
2619
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
2620
|
+
*/
|
|
1787
2621
|
ossObjectName?: string;
|
|
2622
|
+
/**
|
|
2623
|
+
* @example
|
|
2624
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
2625
|
+
*/
|
|
1788
2626
|
outerOrderNo?: string;
|
|
1789
2627
|
procedurePriority?: string;
|
|
2628
|
+
/**
|
|
2629
|
+
* @example
|
|
2630
|
+
* ID_PRO
|
|
2631
|
+
*/
|
|
1790
2632
|
productCode?: string;
|
|
1791
2633
|
rarelyCharacters?: string;
|
|
1792
2634
|
readImg?: string;
|
|
2635
|
+
/**
|
|
2636
|
+
* @example
|
|
2637
|
+
* www.aliyun.com
|
|
2638
|
+
*/
|
|
1793
2639
|
returnUrl?: string;
|
|
2640
|
+
/**
|
|
2641
|
+
* @example
|
|
2642
|
+
* 1000000006
|
|
2643
|
+
*/
|
|
1794
2644
|
sceneId?: number;
|
|
1795
2645
|
suitableType?: string;
|
|
1796
2646
|
uiCustomUrl?: string;
|
|
2647
|
+
/**
|
|
2648
|
+
* @example
|
|
2649
|
+
* 123456789
|
|
2650
|
+
*/
|
|
1797
2651
|
userId?: string;
|
|
1798
2652
|
validityDate?: string;
|
|
1799
2653
|
videoEvidence?: string;
|
|
1800
2654
|
voluntaryCustomizedContent?: string;
|
|
1801
2655
|
static names(): { [key: string]: string } {
|
|
1802
2656
|
return {
|
|
2657
|
+
appQualityCheck: 'AppQualityCheck',
|
|
1803
2658
|
authId: 'AuthId',
|
|
1804
2659
|
birthday: 'Birthday',
|
|
1805
2660
|
callbackToken: 'CallbackToken',
|
|
@@ -1840,6 +2695,7 @@ export class InitFaceVerifyRequest extends $tea.Model {
|
|
|
1840
2695
|
|
|
1841
2696
|
static types(): { [key: string]: any } {
|
|
1842
2697
|
return {
|
|
2698
|
+
appQualityCheck: 'string',
|
|
1843
2699
|
authId: 'string',
|
|
1844
2700
|
birthday: 'string',
|
|
1845
2701
|
callbackToken: 'string',
|
|
@@ -1884,8 +2740,20 @@ export class InitFaceVerifyRequest extends $tea.Model {
|
|
|
1884
2740
|
}
|
|
1885
2741
|
|
|
1886
2742
|
export class InitFaceVerifyResponseBody extends $tea.Model {
|
|
2743
|
+
/**
|
|
2744
|
+
* @example
|
|
2745
|
+
* 200
|
|
2746
|
+
*/
|
|
1887
2747
|
code?: string;
|
|
2748
|
+
/**
|
|
2749
|
+
* @example
|
|
2750
|
+
* success
|
|
2751
|
+
*/
|
|
1888
2752
|
message?: string;
|
|
2753
|
+
/**
|
|
2754
|
+
* @example
|
|
2755
|
+
* 130A2C10-B9EE-4D84-88E3-5384FF039795
|
|
2756
|
+
*/
|
|
1889
2757
|
requestId?: string;
|
|
1890
2758
|
resultObject?: InitFaceVerifyResponseBodyResultObject;
|
|
1891
2759
|
static names(): { [key: string]: string } {
|
|
@@ -2048,8 +2916,20 @@ export class LivenessFaceVerifyResponse extends $tea.Model {
|
|
|
2048
2916
|
}
|
|
2049
2917
|
|
|
2050
2918
|
export class Mobile3MetaDetailVerifyRequest extends $tea.Model {
|
|
2919
|
+
/**
|
|
2920
|
+
* @example
|
|
2921
|
+
* 520181199902104631
|
|
2922
|
+
*/
|
|
2051
2923
|
identifyNum?: string;
|
|
2924
|
+
/**
|
|
2925
|
+
* @example
|
|
2926
|
+
* 150000xxxx
|
|
2927
|
+
*/
|
|
2052
2928
|
mobile?: string;
|
|
2929
|
+
/**
|
|
2930
|
+
* @example
|
|
2931
|
+
* normal
|
|
2932
|
+
*/
|
|
2053
2933
|
paramType?: string;
|
|
2054
2934
|
userName?: string;
|
|
2055
2935
|
static names(): { [key: string]: string } {
|
|
@@ -2076,8 +2956,20 @@ export class Mobile3MetaDetailVerifyRequest extends $tea.Model {
|
|
|
2076
2956
|
}
|
|
2077
2957
|
|
|
2078
2958
|
export class Mobile3MetaDetailVerifyResponseBody extends $tea.Model {
|
|
2959
|
+
/**
|
|
2960
|
+
* @example
|
|
2961
|
+
* 200
|
|
2962
|
+
*/
|
|
2079
2963
|
code?: string;
|
|
2964
|
+
/**
|
|
2965
|
+
* @example
|
|
2966
|
+
* success
|
|
2967
|
+
*/
|
|
2080
2968
|
message?: string;
|
|
2969
|
+
/**
|
|
2970
|
+
* @example
|
|
2971
|
+
* 5A6229C0-E156-48E4-B6EC-0F528BDF60D2
|
|
2972
|
+
*/
|
|
2081
2973
|
requestId?: string;
|
|
2082
2974
|
resultObject?: Mobile3MetaDetailVerifyResponseBodyResultObject;
|
|
2083
2975
|
static names(): { [key: string]: string } {
|
|
@@ -2129,8 +3021,20 @@ export class Mobile3MetaDetailVerifyResponse extends $tea.Model {
|
|
|
2129
3021
|
}
|
|
2130
3022
|
|
|
2131
3023
|
export class Mobile3MetaSimpleVerifyRequest extends $tea.Model {
|
|
3024
|
+
/**
|
|
3025
|
+
* @example
|
|
3026
|
+
* 429001********8211
|
|
3027
|
+
*/
|
|
2132
3028
|
identifyNum?: string;
|
|
3029
|
+
/**
|
|
3030
|
+
* @example
|
|
3031
|
+
* 150000****
|
|
3032
|
+
*/
|
|
2133
3033
|
mobile?: string;
|
|
3034
|
+
/**
|
|
3035
|
+
* @example
|
|
3036
|
+
* normal
|
|
3037
|
+
*/
|
|
2134
3038
|
paramType?: string;
|
|
2135
3039
|
userName?: string;
|
|
2136
3040
|
static names(): { [key: string]: string } {
|
|
@@ -2157,8 +3061,20 @@ export class Mobile3MetaSimpleVerifyRequest extends $tea.Model {
|
|
|
2157
3061
|
}
|
|
2158
3062
|
|
|
2159
3063
|
export class Mobile3MetaSimpleVerifyResponseBody extends $tea.Model {
|
|
3064
|
+
/**
|
|
3065
|
+
* @example
|
|
3066
|
+
* 200
|
|
3067
|
+
*/
|
|
2160
3068
|
code?: string;
|
|
3069
|
+
/**
|
|
3070
|
+
* @example
|
|
3071
|
+
* success
|
|
3072
|
+
*/
|
|
2161
3073
|
message?: string;
|
|
3074
|
+
/**
|
|
3075
|
+
* @example
|
|
3076
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
3077
|
+
*/
|
|
2162
3078
|
requestId?: string;
|
|
2163
3079
|
resultObject?: Mobile3MetaSimpleVerifyResponseBodyResultObject;
|
|
2164
3080
|
static names(): { [key: string]: string } {
|
|
@@ -2210,7 +3126,15 @@ export class Mobile3MetaSimpleVerifyResponse extends $tea.Model {
|
|
|
2210
3126
|
}
|
|
2211
3127
|
|
|
2212
3128
|
export class MobileDetectRequest extends $tea.Model {
|
|
3129
|
+
/**
|
|
3130
|
+
* @example
|
|
3131
|
+
* 138********,156********
|
|
3132
|
+
*/
|
|
2213
3133
|
mobiles?: string;
|
|
3134
|
+
/**
|
|
3135
|
+
* @example
|
|
3136
|
+
* normal
|
|
3137
|
+
*/
|
|
2214
3138
|
paramType?: string;
|
|
2215
3139
|
static names(): { [key: string]: string } {
|
|
2216
3140
|
return {
|
|
@@ -2232,8 +3156,20 @@ export class MobileDetectRequest extends $tea.Model {
|
|
|
2232
3156
|
}
|
|
2233
3157
|
|
|
2234
3158
|
export class MobileDetectResponseBody extends $tea.Model {
|
|
3159
|
+
/**
|
|
3160
|
+
* @example
|
|
3161
|
+
* 200
|
|
3162
|
+
*/
|
|
2235
3163
|
code?: string;
|
|
3164
|
+
/**
|
|
3165
|
+
* @example
|
|
3166
|
+
* success
|
|
3167
|
+
*/
|
|
2236
3168
|
message?: string;
|
|
3169
|
+
/**
|
|
3170
|
+
* @example
|
|
3171
|
+
* 969434DF-926B-4997-9881-4DE94E39F805
|
|
3172
|
+
*/
|
|
2237
3173
|
requestId?: string;
|
|
2238
3174
|
resultObject?: MobileDetectResponseBodyResultObject;
|
|
2239
3175
|
static names(): { [key: string]: string } {
|
|
@@ -2285,7 +3221,15 @@ export class MobileDetectResponse extends $tea.Model {
|
|
|
2285
3221
|
}
|
|
2286
3222
|
|
|
2287
3223
|
export class MobileOnlineStatusRequest extends $tea.Model {
|
|
3224
|
+
/**
|
|
3225
|
+
* @example
|
|
3226
|
+
* 130********
|
|
3227
|
+
*/
|
|
2288
3228
|
mobile?: string;
|
|
3229
|
+
/**
|
|
3230
|
+
* @example
|
|
3231
|
+
* normal
|
|
3232
|
+
*/
|
|
2289
3233
|
paramType?: string;
|
|
2290
3234
|
static names(): { [key: string]: string } {
|
|
2291
3235
|
return {
|
|
@@ -2307,8 +3251,20 @@ export class MobileOnlineStatusRequest extends $tea.Model {
|
|
|
2307
3251
|
}
|
|
2308
3252
|
|
|
2309
3253
|
export class MobileOnlineStatusResponseBody extends $tea.Model {
|
|
3254
|
+
/**
|
|
3255
|
+
* @example
|
|
3256
|
+
* 200
|
|
3257
|
+
*/
|
|
2310
3258
|
code?: string;
|
|
3259
|
+
/**
|
|
3260
|
+
* @example
|
|
3261
|
+
* success
|
|
3262
|
+
*/
|
|
2311
3263
|
message?: string;
|
|
3264
|
+
/**
|
|
3265
|
+
* @example
|
|
3266
|
+
* B506328A-D84B-4750-82C7-6A207C585CF1
|
|
3267
|
+
*/
|
|
2312
3268
|
requestId?: string;
|
|
2313
3269
|
resultObject?: MobileOnlineStatusResponseBodyResultObject;
|
|
2314
3270
|
static names(): { [key: string]: string } {
|
|
@@ -2360,7 +3316,15 @@ export class MobileOnlineStatusResponse extends $tea.Model {
|
|
|
2360
3316
|
}
|
|
2361
3317
|
|
|
2362
3318
|
export class MobileOnlineTimeRequest extends $tea.Model {
|
|
3319
|
+
/**
|
|
3320
|
+
* @example
|
|
3321
|
+
* 130********
|
|
3322
|
+
*/
|
|
2363
3323
|
mobile?: string;
|
|
3324
|
+
/**
|
|
3325
|
+
* @example
|
|
3326
|
+
* normal
|
|
3327
|
+
*/
|
|
2364
3328
|
paramType?: string;
|
|
2365
3329
|
static names(): { [key: string]: string } {
|
|
2366
3330
|
return {
|
|
@@ -2382,8 +3346,20 @@ export class MobileOnlineTimeRequest extends $tea.Model {
|
|
|
2382
3346
|
}
|
|
2383
3347
|
|
|
2384
3348
|
export class MobileOnlineTimeResponseBody extends $tea.Model {
|
|
3349
|
+
/**
|
|
3350
|
+
* @example
|
|
3351
|
+
* 200
|
|
3352
|
+
*/
|
|
2385
3353
|
code?: string;
|
|
3354
|
+
/**
|
|
3355
|
+
* @example
|
|
3356
|
+
* success
|
|
3357
|
+
*/
|
|
2386
3358
|
message?: string;
|
|
3359
|
+
/**
|
|
3360
|
+
* @example
|
|
3361
|
+
* B506328A-D84B-4750-82C7-6A207C585CF1
|
|
3362
|
+
*/
|
|
2387
3363
|
requestId?: string;
|
|
2388
3364
|
resultObject?: MobileOnlineTimeResponseBodyResultObject;
|
|
2389
3365
|
static names(): { [key: string]: string } {
|
|
@@ -2435,10 +3411,33 @@ export class MobileOnlineTimeResponse extends $tea.Model {
|
|
|
2435
3411
|
}
|
|
2436
3412
|
|
|
2437
3413
|
export class ModifyDeviceInfoRequest extends $tea.Model {
|
|
3414
|
+
/**
|
|
3415
|
+
* @example
|
|
3416
|
+
* FACE_TEST
|
|
3417
|
+
*/
|
|
2438
3418
|
bizType?: string;
|
|
3419
|
+
/**
|
|
3420
|
+
* @remarks
|
|
3421
|
+
* This parameter is required.
|
|
3422
|
+
*
|
|
3423
|
+
* @example
|
|
3424
|
+
* wd.6ziUffspAeW5FVYbaqmexR-1qwNjM
|
|
3425
|
+
*/
|
|
2439
3426
|
deviceId?: string;
|
|
3427
|
+
/**
|
|
3428
|
+
* @example
|
|
3429
|
+
* 1
|
|
3430
|
+
*/
|
|
2440
3431
|
duration?: string;
|
|
3432
|
+
/**
|
|
3433
|
+
* @example
|
|
3434
|
+
* 20190401
|
|
3435
|
+
*/
|
|
2441
3436
|
expiredDay?: string;
|
|
3437
|
+
/**
|
|
3438
|
+
* @example
|
|
3439
|
+
* 3iJ1AY$oHcu7mC69
|
|
3440
|
+
*/
|
|
2442
3441
|
userDeviceId?: string;
|
|
2443
3442
|
static names(): { [key: string]: string } {
|
|
2444
3443
|
return {
|
|
@@ -2466,11 +3465,35 @@ export class ModifyDeviceInfoRequest extends $tea.Model {
|
|
|
2466
3465
|
}
|
|
2467
3466
|
|
|
2468
3467
|
export class ModifyDeviceInfoResponseBody extends $tea.Model {
|
|
3468
|
+
/**
|
|
3469
|
+
* @example
|
|
3470
|
+
* 20190401
|
|
3471
|
+
*/
|
|
2469
3472
|
beginDay?: string;
|
|
3473
|
+
/**
|
|
3474
|
+
* @example
|
|
3475
|
+
* FACE_TEST
|
|
3476
|
+
*/
|
|
2470
3477
|
bizType?: string;
|
|
3478
|
+
/**
|
|
3479
|
+
* @example
|
|
3480
|
+
* wd.6ziUffspAeW5FVYbaqmexR-1qwNjM
|
|
3481
|
+
*/
|
|
2471
3482
|
deviceId?: string;
|
|
3483
|
+
/**
|
|
3484
|
+
* @example
|
|
3485
|
+
* 20200330
|
|
3486
|
+
*/
|
|
2472
3487
|
expiredDay?: string;
|
|
3488
|
+
/**
|
|
3489
|
+
* @example
|
|
3490
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
3491
|
+
*/
|
|
2473
3492
|
requestId?: string;
|
|
3493
|
+
/**
|
|
3494
|
+
* @example
|
|
3495
|
+
* 3iJ1AY$oHcu7mC69
|
|
3496
|
+
*/
|
|
2474
3497
|
userDeviceId?: string;
|
|
2475
3498
|
static names(): { [key: string]: string } {
|
|
2476
3499
|
return {
|
|
@@ -2525,13 +3548,57 @@ export class ModifyDeviceInfoResponse extends $tea.Model {
|
|
|
2525
3548
|
}
|
|
2526
3549
|
|
|
2527
3550
|
export class VerifyMaterialRequest extends $tea.Model {
|
|
3551
|
+
/**
|
|
3552
|
+
* @remarks
|
|
3553
|
+
* This parameter is required.
|
|
3554
|
+
*
|
|
3555
|
+
* @example
|
|
3556
|
+
* 39ecf51e-2f81-4dc5-90ee-ff86125b****
|
|
3557
|
+
*/
|
|
2528
3558
|
bizId?: string;
|
|
3559
|
+
/**
|
|
3560
|
+
* @remarks
|
|
3561
|
+
* This parameter is required.
|
|
3562
|
+
*
|
|
3563
|
+
* @example
|
|
3564
|
+
* RPMinTest
|
|
3565
|
+
*/
|
|
2529
3566
|
bizType?: string;
|
|
3567
|
+
/**
|
|
3568
|
+
* @remarks
|
|
3569
|
+
* This parameter is required.
|
|
3570
|
+
*
|
|
3571
|
+
* @example
|
|
3572
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg
|
|
3573
|
+
*/
|
|
2530
3574
|
faceImageUrl?: string;
|
|
3575
|
+
/**
|
|
3576
|
+
* @example
|
|
3577
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example3.jpg
|
|
3578
|
+
*/
|
|
2531
3579
|
idCardBackImageUrl?: string;
|
|
3580
|
+
/**
|
|
3581
|
+
* @example
|
|
3582
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example2.jpg
|
|
3583
|
+
*/
|
|
2532
3584
|
idCardFrontImageUrl?: string;
|
|
3585
|
+
/**
|
|
3586
|
+
* @remarks
|
|
3587
|
+
* This parameter is required.
|
|
3588
|
+
*
|
|
3589
|
+
* @example
|
|
3590
|
+
* 02343218901123****
|
|
3591
|
+
*/
|
|
2533
3592
|
idCardNumber?: string;
|
|
3593
|
+
/**
|
|
3594
|
+
* @remarks
|
|
3595
|
+
* This parameter is required.
|
|
3596
|
+
*/
|
|
2534
3597
|
name?: string;
|
|
3598
|
+
/**
|
|
3599
|
+
* @example
|
|
3600
|
+
* 54sdj
|
|
3601
|
+
*/
|
|
2535
3602
|
userId?: string;
|
|
2536
3603
|
static names(): { [key: string]: string } {
|
|
2537
3604
|
return {
|
|
@@ -2565,11 +3632,31 @@ export class VerifyMaterialRequest extends $tea.Model {
|
|
|
2565
3632
|
}
|
|
2566
3633
|
|
|
2567
3634
|
export class VerifyMaterialResponseBody extends $tea.Model {
|
|
3635
|
+
/**
|
|
3636
|
+
* @example
|
|
3637
|
+
* 97
|
|
3638
|
+
*/
|
|
2568
3639
|
authorityComparisionScore?: number;
|
|
3640
|
+
/**
|
|
3641
|
+
* @example
|
|
3642
|
+
* 97
|
|
3643
|
+
*/
|
|
2569
3644
|
idCardFaceComparisonScore?: number;
|
|
2570
3645
|
material?: VerifyMaterialResponseBodyMaterial;
|
|
3646
|
+
/**
|
|
3647
|
+
* @example
|
|
3648
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
3649
|
+
*/
|
|
2571
3650
|
requestId?: string;
|
|
3651
|
+
/**
|
|
3652
|
+
* @example
|
|
3653
|
+
* 1
|
|
3654
|
+
*/
|
|
2572
3655
|
verifyStatus?: number;
|
|
3656
|
+
/**
|
|
3657
|
+
* @example
|
|
3658
|
+
* c302c0797679457685410ee51a5ba375
|
|
3659
|
+
*/
|
|
2573
3660
|
verifyToken?: string;
|
|
2574
3661
|
static names(): { [key: string]: string } {
|
|
2575
3662
|
return {
|
|
@@ -2625,7 +3712,15 @@ export class VerifyMaterialResponse extends $tea.Model {
|
|
|
2625
3712
|
|
|
2626
3713
|
export class AIGCFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2627
3714
|
certifyId?: string;
|
|
3715
|
+
/**
|
|
3716
|
+
* @example
|
|
3717
|
+
* Y
|
|
3718
|
+
*/
|
|
2628
3719
|
result?: string;
|
|
3720
|
+
/**
|
|
3721
|
+
* @example
|
|
3722
|
+
* 1.0000
|
|
3723
|
+
*/
|
|
2629
3724
|
score?: string;
|
|
2630
3725
|
static names(): { [key: string]: string } {
|
|
2631
3726
|
return {
|
|
@@ -2649,7 +3744,15 @@ export class AIGCFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2649
3744
|
}
|
|
2650
3745
|
|
|
2651
3746
|
export class BankMetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
3747
|
+
/**
|
|
3748
|
+
* @example
|
|
3749
|
+
* 1
|
|
3750
|
+
*/
|
|
2652
3751
|
bizCode?: string;
|
|
3752
|
+
/**
|
|
3753
|
+
* @example
|
|
3754
|
+
* 101
|
|
3755
|
+
*/
|
|
2653
3756
|
subCode?: string;
|
|
2654
3757
|
static names(): { [key: string]: string } {
|
|
2655
3758
|
return {
|
|
@@ -2672,7 +3775,15 @@ export class BankMetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2672
3775
|
|
|
2673
3776
|
export class CompareFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2674
3777
|
certifyId?: string;
|
|
3778
|
+
/**
|
|
3779
|
+
* @example
|
|
3780
|
+
* T
|
|
3781
|
+
*/
|
|
2675
3782
|
passed?: string;
|
|
3783
|
+
/**
|
|
3784
|
+
* @example
|
|
3785
|
+
* 99.60875
|
|
3786
|
+
*/
|
|
2676
3787
|
verifyScore?: number;
|
|
2677
3788
|
static names(): { [key: string]: string } {
|
|
2678
3789
|
return {
|
|
@@ -2696,7 +3807,15 @@ export class CompareFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2696
3807
|
}
|
|
2697
3808
|
|
|
2698
3809
|
export class CompareFacesResponseBodyData extends $tea.Model {
|
|
3810
|
+
/**
|
|
3811
|
+
* @example
|
|
3812
|
+
* {"0.0001":"90.07","0.001":"80.01","0.01":"70.02"}
|
|
3813
|
+
*/
|
|
2699
3814
|
confidenceThresholds?: string;
|
|
3815
|
+
/**
|
|
3816
|
+
* @example
|
|
3817
|
+
* 98.7913
|
|
3818
|
+
*/
|
|
2700
3819
|
similarityScore?: number;
|
|
2701
3820
|
static names(): { [key: string]: string } {
|
|
2702
3821
|
return {
|
|
@@ -2719,9 +3838,25 @@ export class CompareFacesResponseBodyData extends $tea.Model {
|
|
|
2719
3838
|
|
|
2720
3839
|
export class ContrastFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2721
3840
|
certifyId?: string;
|
|
3841
|
+
/**
|
|
3842
|
+
* @example
|
|
3843
|
+
* null
|
|
3844
|
+
*/
|
|
2722
3845
|
identityInfo?: string;
|
|
3846
|
+
/**
|
|
3847
|
+
* @example
|
|
3848
|
+
* {"faceAttack": "F","facialPictureFront": {"qualityScore": 88.3615493774414,"verifyScore": 50.28594166529785}}
|
|
3849
|
+
*/
|
|
2723
3850
|
materialInfo?: string;
|
|
3851
|
+
/**
|
|
3852
|
+
* @example
|
|
3853
|
+
* T
|
|
3854
|
+
*/
|
|
2724
3855
|
passed?: string;
|
|
3856
|
+
/**
|
|
3857
|
+
* @example
|
|
3858
|
+
* 200
|
|
3859
|
+
*/
|
|
2725
3860
|
subCode?: string;
|
|
2726
3861
|
static names(): { [key: string]: string } {
|
|
2727
3862
|
return {
|
|
@@ -2751,10 +3886,26 @@ export class ContrastFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2751
3886
|
export class CredentialVerifyResponseBodyResultObject extends $tea.Model {
|
|
2752
3887
|
materialInfo?: string;
|
|
2753
3888
|
ocrInfo?: string;
|
|
3889
|
+
/**
|
|
3890
|
+
* @example
|
|
3891
|
+
* 1
|
|
3892
|
+
*/
|
|
2754
3893
|
result?: string;
|
|
2755
3894
|
riskScore?: { [key: string]: string };
|
|
3895
|
+
/**
|
|
3896
|
+
* @example
|
|
3897
|
+
* PS,SCREEN_PHOTO
|
|
3898
|
+
*/
|
|
2756
3899
|
riskTag?: string;
|
|
3900
|
+
/**
|
|
3901
|
+
* @example
|
|
3902
|
+
* **
|
|
3903
|
+
*/
|
|
2757
3904
|
verifyDetail?: string;
|
|
3905
|
+
/**
|
|
3906
|
+
* @example
|
|
3907
|
+
* *
|
|
3908
|
+
*/
|
|
2758
3909
|
verifyResult?: string;
|
|
2759
3910
|
static names(): { [key: string]: string } {
|
|
2760
3911
|
return {
|
|
@@ -2786,8 +3937,16 @@ export class CredentialVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2786
3937
|
}
|
|
2787
3938
|
|
|
2788
3939
|
export class DeepfakeDetectResponseBodyResultObject extends $tea.Model {
|
|
3940
|
+
/**
|
|
3941
|
+
* @example
|
|
3942
|
+
* 1
|
|
3943
|
+
*/
|
|
2789
3944
|
result?: string;
|
|
2790
3945
|
riskScore?: { [key: string]: string };
|
|
3946
|
+
/**
|
|
3947
|
+
* @example
|
|
3948
|
+
* SuspectDeepForgery,SuspectWarterMark
|
|
3949
|
+
*/
|
|
2791
3950
|
riskTag?: string;
|
|
2792
3951
|
static names(): { [key: string]: string } {
|
|
2793
3952
|
return {
|
|
@@ -2811,10 +3970,30 @@ export class DeepfakeDetectResponseBodyResultObject extends $tea.Model {
|
|
|
2811
3970
|
}
|
|
2812
3971
|
|
|
2813
3972
|
export class DescribeDeviceInfoResponseBodyDeviceInfoListDeviceInfo extends $tea.Model {
|
|
3973
|
+
/**
|
|
3974
|
+
* @example
|
|
3975
|
+
* 20180101
|
|
3976
|
+
*/
|
|
2814
3977
|
beginDay?: string;
|
|
3978
|
+
/**
|
|
3979
|
+
* @example
|
|
3980
|
+
* FACE_TEST
|
|
3981
|
+
*/
|
|
2815
3982
|
bizType?: string;
|
|
3983
|
+
/**
|
|
3984
|
+
* @example
|
|
3985
|
+
* wd.6ziUffspAeW5FVYbaqmexR-1qwNjM
|
|
3986
|
+
*/
|
|
2816
3987
|
deviceId?: string;
|
|
3988
|
+
/**
|
|
3989
|
+
* @example
|
|
3990
|
+
* 20180101
|
|
3991
|
+
*/
|
|
2817
3992
|
expiredDay?: string;
|
|
3993
|
+
/**
|
|
3994
|
+
* @example
|
|
3995
|
+
* 3iJ1AY$oHcu7mC69
|
|
3996
|
+
*/
|
|
2818
3997
|
userDeviceId?: string;
|
|
2819
3998
|
static names(): { [key: string]: string } {
|
|
2820
3999
|
return {
|
|
@@ -2862,10 +4041,30 @@ export class DescribeDeviceInfoResponseBodyDeviceInfoList extends $tea.Model {
|
|
|
2862
4041
|
|
|
2863
4042
|
export class DescribeFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2864
4043
|
deviceRisk?: string;
|
|
4044
|
+
/**
|
|
4045
|
+
* @example
|
|
4046
|
+
* McozS1ZWRcRZStlERcZZo_QOytx5jcgZoZJEoRLOxxxxxxx
|
|
4047
|
+
*/
|
|
2865
4048
|
deviceToken?: string;
|
|
4049
|
+
/**
|
|
4050
|
+
* @example
|
|
4051
|
+
* null
|
|
4052
|
+
*/
|
|
2866
4053
|
identityInfo?: string;
|
|
4054
|
+
/**
|
|
4055
|
+
* @example
|
|
4056
|
+
* {"faceAttack": "F","facialPictureFront": {"qualityScore": 88.3615493774414,"pictureUrl": "https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg","ossBucketName": "cn-shanghai-aliyun-cloudauth-1260051251634779","ossObjectName": "verify/1260051251634779/6ba7bcfccf33f56cdb44ed086f36ce3e0.jpeg"}}
|
|
4057
|
+
*/
|
|
2867
4058
|
materialInfo?: string;
|
|
4059
|
+
/**
|
|
4060
|
+
* @example
|
|
4061
|
+
* T
|
|
4062
|
+
*/
|
|
2868
4063
|
passed?: string;
|
|
4064
|
+
/**
|
|
4065
|
+
* @example
|
|
4066
|
+
* 200
|
|
4067
|
+
*/
|
|
2869
4068
|
subCode?: string;
|
|
2870
4069
|
success?: string;
|
|
2871
4070
|
userInfo?: string;
|
|
@@ -2901,12 +4100,40 @@ export class DescribeFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2901
4100
|
}
|
|
2902
4101
|
|
|
2903
4102
|
export class DescribeOssUploadTokenResponseBodyOssUploadToken extends $tea.Model {
|
|
4103
|
+
/**
|
|
4104
|
+
* @example
|
|
4105
|
+
* cloudauth-zhangjiakou-external
|
|
4106
|
+
*/
|
|
2904
4107
|
bucket?: string;
|
|
4108
|
+
/**
|
|
4109
|
+
* @example
|
|
4110
|
+
* https://oss-cn-zhangjiakou.aliyuncs.com
|
|
4111
|
+
*/
|
|
2905
4112
|
endPoint?: string;
|
|
4113
|
+
/**
|
|
4114
|
+
* @example
|
|
4115
|
+
* 1582636610000
|
|
4116
|
+
*/
|
|
2906
4117
|
expired?: number;
|
|
4118
|
+
/**
|
|
4119
|
+
* @example
|
|
4120
|
+
* STS.NU8rUBj****
|
|
4121
|
+
*/
|
|
2907
4122
|
key?: string;
|
|
4123
|
+
/**
|
|
4124
|
+
* @example
|
|
4125
|
+
* prod/RdNLC@Ox2n-1s7NMt
|
|
4126
|
+
*/
|
|
2908
4127
|
path?: string;
|
|
4128
|
+
/**
|
|
4129
|
+
* @example
|
|
4130
|
+
* FwmnyoqT8dHj7nJLuM67T****
|
|
4131
|
+
*/
|
|
2909
4132
|
secret?: string;
|
|
4133
|
+
/**
|
|
4134
|
+
* @example
|
|
4135
|
+
* uWia500nTS5knZaDzq4/KqpvhcLnO****
|
|
4136
|
+
*/
|
|
2910
4137
|
token?: string;
|
|
2911
4138
|
static names(): { [key: string]: string } {
|
|
2912
4139
|
return {
|
|
@@ -2938,11 +4165,31 @@ export class DescribeOssUploadTokenResponseBodyOssUploadToken extends $tea.Model
|
|
|
2938
4165
|
}
|
|
2939
4166
|
|
|
2940
4167
|
export class DescribePageFaceVerifyDataResponseBodyItems extends $tea.Model {
|
|
4168
|
+
/**
|
|
4169
|
+
* @example
|
|
4170
|
+
* 2024-03-24T00:00:00.000Z
|
|
4171
|
+
*/
|
|
2941
4172
|
date?: string;
|
|
4173
|
+
/**
|
|
4174
|
+
* @example
|
|
4175
|
+
* ID_PLUS
|
|
4176
|
+
*/
|
|
2942
4177
|
productCode?: string;
|
|
4178
|
+
/**
|
|
4179
|
+
* @example
|
|
4180
|
+
* 20**40
|
|
4181
|
+
*/
|
|
2943
4182
|
sceneId?: string;
|
|
2944
4183
|
sceneName?: string;
|
|
4184
|
+
/**
|
|
4185
|
+
* @example
|
|
4186
|
+
* 1
|
|
4187
|
+
*/
|
|
2945
4188
|
successCount?: string;
|
|
4189
|
+
/**
|
|
4190
|
+
* @example
|
|
4191
|
+
* 19
|
|
4192
|
+
*/
|
|
2946
4193
|
totalCount?: string;
|
|
2947
4194
|
static names(): { [key: string]: string } {
|
|
2948
4195
|
return {
|
|
@@ -2972,12 +4219,36 @@ export class DescribePageFaceVerifyDataResponseBodyItems extends $tea.Model {
|
|
|
2972
4219
|
}
|
|
2973
4220
|
|
|
2974
4221
|
export class DescribeSmartStatisticsPageListResponseBodyItems extends $tea.Model {
|
|
4222
|
+
/**
|
|
4223
|
+
* @example
|
|
4224
|
+
* 11/8
|
|
4225
|
+
*/
|
|
2975
4226
|
date?: string;
|
|
4227
|
+
/**
|
|
4228
|
+
* @example
|
|
4229
|
+
* 25
|
|
4230
|
+
*/
|
|
2976
4231
|
passRate?: string;
|
|
4232
|
+
/**
|
|
4233
|
+
* @example
|
|
4234
|
+
* SMART_VERIFY
|
|
4235
|
+
*/
|
|
2977
4236
|
productCode?: string;
|
|
4237
|
+
/**
|
|
4238
|
+
* @example
|
|
4239
|
+
* 20**40
|
|
4240
|
+
*/
|
|
2978
4241
|
sceneId?: number;
|
|
2979
4242
|
sceneName?: string;
|
|
4243
|
+
/**
|
|
4244
|
+
* @example
|
|
4245
|
+
* 1
|
|
4246
|
+
*/
|
|
2980
4247
|
successCount?: number;
|
|
4248
|
+
/**
|
|
4249
|
+
* @example
|
|
4250
|
+
* 4
|
|
4251
|
+
*/
|
|
2981
4252
|
totalCount?: number;
|
|
2982
4253
|
static names(): { [key: string]: string } {
|
|
2983
4254
|
return {
|
|
@@ -3011,13 +4282,37 @@ export class DescribeSmartStatisticsPageListResponseBodyItems extends $tea.Model
|
|
|
3011
4282
|
export class DescribeVerifyResultResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
3012
4283
|
address?: string;
|
|
3013
4284
|
authority?: string;
|
|
4285
|
+
/**
|
|
4286
|
+
* @example
|
|
4287
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example3.jpg
|
|
4288
|
+
*/
|
|
3014
4289
|
backImageUrl?: string;
|
|
4290
|
+
/**
|
|
4291
|
+
* @example
|
|
4292
|
+
* 19900101
|
|
4293
|
+
*/
|
|
3015
4294
|
birth?: string;
|
|
4295
|
+
/**
|
|
4296
|
+
* @example
|
|
4297
|
+
* 20201101
|
|
4298
|
+
*/
|
|
3016
4299
|
endDate?: string;
|
|
4300
|
+
/**
|
|
4301
|
+
* @example
|
|
4302
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example2.jpg
|
|
4303
|
+
*/
|
|
3017
4304
|
frontImageUrl?: string;
|
|
3018
4305
|
name?: string;
|
|
3019
4306
|
nationality?: string;
|
|
4307
|
+
/**
|
|
4308
|
+
* @example
|
|
4309
|
+
* 02343218901123****
|
|
4310
|
+
*/
|
|
3020
4311
|
number?: string;
|
|
4312
|
+
/**
|
|
4313
|
+
* @example
|
|
4314
|
+
* 20201101
|
|
4315
|
+
*/
|
|
3021
4316
|
startDate?: string;
|
|
3022
4317
|
static names(): { [key: string]: string } {
|
|
3023
4318
|
return {
|
|
@@ -3055,12 +4350,32 @@ export class DescribeVerifyResultResponseBodyMaterialIdCardInfo extends $tea.Mod
|
|
|
3055
4350
|
}
|
|
3056
4351
|
|
|
3057
4352
|
export class DescribeVerifyResultResponseBodyMaterial extends $tea.Model {
|
|
4353
|
+
/**
|
|
4354
|
+
* @example
|
|
4355
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/face-global-example.jpg
|
|
4356
|
+
*/
|
|
3058
4357
|
faceGlobalUrl?: string;
|
|
4358
|
+
/**
|
|
4359
|
+
* @example
|
|
4360
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/face-image-example.jpg
|
|
4361
|
+
*/
|
|
3059
4362
|
faceImageUrl?: string;
|
|
4363
|
+
/**
|
|
4364
|
+
* @example
|
|
4365
|
+
* false
|
|
4366
|
+
*/
|
|
3060
4367
|
faceMask?: boolean;
|
|
4368
|
+
/**
|
|
4369
|
+
* @example
|
|
4370
|
+
* NORMAL
|
|
4371
|
+
*/
|
|
3061
4372
|
faceQuality?: string;
|
|
3062
4373
|
idCardInfo?: DescribeVerifyResultResponseBodyMaterialIdCardInfo;
|
|
3063
4374
|
idCardName?: string;
|
|
4375
|
+
/**
|
|
4376
|
+
* @example
|
|
4377
|
+
* 02343218901123****
|
|
4378
|
+
*/
|
|
3064
4379
|
idCardNumber?: string;
|
|
3065
4380
|
videoUrls?: string[];
|
|
3066
4381
|
static names(): { [key: string]: string } {
|
|
@@ -3095,12 +4410,40 @@ export class DescribeVerifyResultResponseBodyMaterial extends $tea.Model {
|
|
|
3095
4410
|
}
|
|
3096
4411
|
|
|
3097
4412
|
export class DescribeVerifyTokenResponseBodyOssUploadToken extends $tea.Model {
|
|
4413
|
+
/**
|
|
4414
|
+
* @example
|
|
4415
|
+
* cloudauth-zhangjiakou-external
|
|
4416
|
+
*/
|
|
3098
4417
|
bucket?: string;
|
|
4418
|
+
/**
|
|
4419
|
+
* @example
|
|
4420
|
+
* https://oss-cn-zhangjiakou.aliyuncs.com
|
|
4421
|
+
*/
|
|
3099
4422
|
endPoint?: string;
|
|
4423
|
+
/**
|
|
4424
|
+
* @example
|
|
4425
|
+
* 1582636610000
|
|
4426
|
+
*/
|
|
3100
4427
|
expired?: number;
|
|
4428
|
+
/**
|
|
4429
|
+
* @example
|
|
4430
|
+
* STS.NU8rUBj****
|
|
4431
|
+
*/
|
|
3101
4432
|
key?: string;
|
|
4433
|
+
/**
|
|
4434
|
+
* @example
|
|
4435
|
+
* prod/RdNLC@Ox2n-1s7NMt
|
|
4436
|
+
*/
|
|
3102
4437
|
path?: string;
|
|
4438
|
+
/**
|
|
4439
|
+
* @example
|
|
4440
|
+
* FwmnyoqT8dHj7nJLuM67T****
|
|
4441
|
+
*/
|
|
3103
4442
|
secret?: string;
|
|
4443
|
+
/**
|
|
4444
|
+
* @example
|
|
4445
|
+
* uWia500nTS5knZaDzq4/KqpvhcLnO****
|
|
4446
|
+
*/
|
|
3104
4447
|
token?: string;
|
|
3105
4448
|
static names(): { [key: string]: string } {
|
|
3106
4449
|
return {
|
|
@@ -3132,8 +4475,20 @@ export class DescribeVerifyTokenResponseBodyOssUploadToken extends $tea.Model {
|
|
|
3132
4475
|
}
|
|
3133
4476
|
|
|
3134
4477
|
export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributesHeadpose extends $tea.Model {
|
|
4478
|
+
/**
|
|
4479
|
+
* @example
|
|
4480
|
+
* -1.5683923959732056
|
|
4481
|
+
*/
|
|
3135
4482
|
pitchAngle?: number;
|
|
4483
|
+
/**
|
|
4484
|
+
* @example
|
|
4485
|
+
* 7.163370132446289
|
|
4486
|
+
*/
|
|
3136
4487
|
rollAngle?: number;
|
|
4488
|
+
/**
|
|
4489
|
+
* @example
|
|
4490
|
+
* -6.925303936004639
|
|
4491
|
+
*/
|
|
3137
4492
|
yawAngle?: number;
|
|
3138
4493
|
static names(): { [key: string]: string } {
|
|
3139
4494
|
return {
|
|
@@ -3157,7 +4512,15 @@ export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectIn
|
|
|
3157
4512
|
}
|
|
3158
4513
|
|
|
3159
4514
|
export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributesSmiling extends $tea.Model {
|
|
4515
|
+
/**
|
|
4516
|
+
* @example
|
|
4517
|
+
* 95
|
|
4518
|
+
*/
|
|
3160
4519
|
threshold?: number;
|
|
4520
|
+
/**
|
|
4521
|
+
* @example
|
|
4522
|
+
* 97
|
|
4523
|
+
*/
|
|
3161
4524
|
value?: number;
|
|
3162
4525
|
static names(): { [key: string]: string } {
|
|
3163
4526
|
return {
|
|
@@ -3179,12 +4542,36 @@ export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectIn
|
|
|
3179
4542
|
}
|
|
3180
4543
|
|
|
3181
4544
|
export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributes extends $tea.Model {
|
|
4545
|
+
/**
|
|
4546
|
+
* @example
|
|
4547
|
+
* 0.1419367790222168
|
|
4548
|
+
*/
|
|
3182
4549
|
blur?: number;
|
|
4550
|
+
/**
|
|
4551
|
+
* @example
|
|
4552
|
+
* 60
|
|
4553
|
+
*/
|
|
3183
4554
|
facequal?: number;
|
|
4555
|
+
/**
|
|
4556
|
+
* @example
|
|
4557
|
+
* Face
|
|
4558
|
+
*/
|
|
3184
4559
|
facetype?: string;
|
|
4560
|
+
/**
|
|
4561
|
+
* @example
|
|
4562
|
+
* None
|
|
4563
|
+
*/
|
|
3185
4564
|
glasses?: string;
|
|
3186
4565
|
headpose?: DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributesHeadpose;
|
|
4566
|
+
/**
|
|
4567
|
+
* @example
|
|
4568
|
+
* 70
|
|
4569
|
+
*/
|
|
3187
4570
|
integrity?: number;
|
|
4571
|
+
/**
|
|
4572
|
+
* @example
|
|
4573
|
+
* Wear
|
|
4574
|
+
*/
|
|
3188
4575
|
respirator?: string;
|
|
3189
4576
|
smiling?: DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributesSmiling;
|
|
3190
4577
|
static names(): { [key: string]: string } {
|
|
@@ -3219,9 +4606,25 @@ export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectIn
|
|
|
3219
4606
|
}
|
|
3220
4607
|
|
|
3221
4608
|
export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceRect extends $tea.Model {
|
|
4609
|
+
/**
|
|
4610
|
+
* @example
|
|
4611
|
+
* 473
|
|
4612
|
+
*/
|
|
3222
4613
|
height?: number;
|
|
4614
|
+
/**
|
|
4615
|
+
* @example
|
|
4616
|
+
* 354
|
|
4617
|
+
*/
|
|
3223
4618
|
left?: number;
|
|
4619
|
+
/**
|
|
4620
|
+
* @example
|
|
4621
|
+
* 453
|
|
4622
|
+
*/
|
|
3224
4623
|
top?: number;
|
|
4624
|
+
/**
|
|
4625
|
+
* @example
|
|
4626
|
+
* 473
|
|
4627
|
+
*/
|
|
3225
4628
|
width?: number;
|
|
3226
4629
|
static names(): { [key: string]: string } {
|
|
3227
4630
|
return {
|
|
@@ -3289,7 +4692,15 @@ export class DetectFaceAttributesResponseBodyDataFaceInfos extends $tea.Model {
|
|
|
3289
4692
|
|
|
3290
4693
|
export class DetectFaceAttributesResponseBodyData extends $tea.Model {
|
|
3291
4694
|
faceInfos?: DetectFaceAttributesResponseBodyDataFaceInfos;
|
|
4695
|
+
/**
|
|
4696
|
+
* @example
|
|
4697
|
+
* 1920
|
|
4698
|
+
*/
|
|
3292
4699
|
imgHeight?: number;
|
|
4700
|
+
/**
|
|
4701
|
+
* @example
|
|
4702
|
+
* 1080
|
|
4703
|
+
*/
|
|
3293
4704
|
imgWidth?: number;
|
|
3294
4705
|
static names(): { [key: string]: string } {
|
|
3295
4706
|
return {
|
|
@@ -3313,6 +4724,10 @@ export class DetectFaceAttributesResponseBodyData extends $tea.Model {
|
|
|
3313
4724
|
}
|
|
3314
4725
|
|
|
3315
4726
|
export class Id2MetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
4727
|
+
/**
|
|
4728
|
+
* @example
|
|
4729
|
+
* 1
|
|
4730
|
+
*/
|
|
3316
4731
|
bizCode?: string;
|
|
3317
4732
|
static names(): { [key: string]: string } {
|
|
3318
4733
|
return {
|
|
@@ -3332,6 +4747,10 @@ export class Id2MetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
3332
4747
|
}
|
|
3333
4748
|
|
|
3334
4749
|
export class InitFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
4750
|
+
/**
|
|
4751
|
+
* @example
|
|
4752
|
+
* 91707dc296d469ad38e4c5efa6a0f24b
|
|
4753
|
+
*/
|
|
3335
4754
|
certifyId?: string;
|
|
3336
4755
|
certifyUrl?: string;
|
|
3337
4756
|
static names(): { [key: string]: string } {
|
|
@@ -3382,8 +4801,20 @@ export class LivenessFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
3382
4801
|
}
|
|
3383
4802
|
|
|
3384
4803
|
export class Mobile3MetaDetailVerifyResponseBodyResultObject extends $tea.Model {
|
|
4804
|
+
/**
|
|
4805
|
+
* @example
|
|
4806
|
+
* 1
|
|
4807
|
+
*/
|
|
3385
4808
|
bizCode?: string;
|
|
4809
|
+
/**
|
|
4810
|
+
* @example
|
|
4811
|
+
* CMCC
|
|
4812
|
+
*/
|
|
3386
4813
|
ispName?: string;
|
|
4814
|
+
/**
|
|
4815
|
+
* @example
|
|
4816
|
+
* 101
|
|
4817
|
+
*/
|
|
3387
4818
|
subCode?: string;
|
|
3388
4819
|
static names(): { [key: string]: string } {
|
|
3389
4820
|
return {
|
|
@@ -3407,7 +4838,15 @@ export class Mobile3MetaDetailVerifyResponseBodyResultObject extends $tea.Model
|
|
|
3407
4838
|
}
|
|
3408
4839
|
|
|
3409
4840
|
export class Mobile3MetaSimpleVerifyResponseBodyResultObject extends $tea.Model {
|
|
4841
|
+
/**
|
|
4842
|
+
* @example
|
|
4843
|
+
* 1
|
|
4844
|
+
*/
|
|
3410
4845
|
bizCode?: string;
|
|
4846
|
+
/**
|
|
4847
|
+
* @example
|
|
4848
|
+
* CMCC
|
|
4849
|
+
*/
|
|
3411
4850
|
ispName?: string;
|
|
3412
4851
|
static names(): { [key: string]: string } {
|
|
3413
4852
|
return {
|
|
@@ -3430,9 +4869,25 @@ export class Mobile3MetaSimpleVerifyResponseBodyResultObject extends $tea.Model
|
|
|
3430
4869
|
|
|
3431
4870
|
export class MobileDetectResponseBodyResultObjectItems extends $tea.Model {
|
|
3432
4871
|
area?: string;
|
|
4872
|
+
/**
|
|
4873
|
+
* @example
|
|
4874
|
+
* 1
|
|
4875
|
+
*/
|
|
3433
4876
|
bizCode?: string;
|
|
4877
|
+
/**
|
|
4878
|
+
* @example
|
|
4879
|
+
* CMCC
|
|
4880
|
+
*/
|
|
3434
4881
|
ispName?: string;
|
|
4882
|
+
/**
|
|
4883
|
+
* @example
|
|
4884
|
+
* 131********
|
|
4885
|
+
*/
|
|
3435
4886
|
mobile?: string;
|
|
4887
|
+
/**
|
|
4888
|
+
* @example
|
|
4889
|
+
* 101
|
|
4890
|
+
*/
|
|
3436
4891
|
subCode?: string;
|
|
3437
4892
|
static names(): { [key: string]: string } {
|
|
3438
4893
|
return {
|
|
@@ -3460,6 +4915,10 @@ export class MobileDetectResponseBodyResultObjectItems extends $tea.Model {
|
|
|
3460
4915
|
}
|
|
3461
4916
|
|
|
3462
4917
|
export class MobileDetectResponseBodyResultObject extends $tea.Model {
|
|
4918
|
+
/**
|
|
4919
|
+
* @example
|
|
4920
|
+
* 2
|
|
4921
|
+
*/
|
|
3463
4922
|
chargeCount?: string;
|
|
3464
4923
|
items?: MobileDetectResponseBodyResultObjectItems[];
|
|
3465
4924
|
static names(): { [key: string]: string } {
|
|
@@ -3482,8 +4941,20 @@ export class MobileDetectResponseBodyResultObject extends $tea.Model {
|
|
|
3482
4941
|
}
|
|
3483
4942
|
|
|
3484
4943
|
export class MobileOnlineStatusResponseBodyResultObject extends $tea.Model {
|
|
4944
|
+
/**
|
|
4945
|
+
* @example
|
|
4946
|
+
* 1
|
|
4947
|
+
*/
|
|
3485
4948
|
bizCode?: string;
|
|
4949
|
+
/**
|
|
4950
|
+
* @example
|
|
4951
|
+
* CMCC
|
|
4952
|
+
*/
|
|
3486
4953
|
ispName?: string;
|
|
4954
|
+
/**
|
|
4955
|
+
* @example
|
|
4956
|
+
* 101
|
|
4957
|
+
*/
|
|
3487
4958
|
subCode?: string;
|
|
3488
4959
|
static names(): { [key: string]: string } {
|
|
3489
4960
|
return {
|
|
@@ -3507,8 +4978,20 @@ export class MobileOnlineStatusResponseBodyResultObject extends $tea.Model {
|
|
|
3507
4978
|
}
|
|
3508
4979
|
|
|
3509
4980
|
export class MobileOnlineTimeResponseBodyResultObject extends $tea.Model {
|
|
4981
|
+
/**
|
|
4982
|
+
* @example
|
|
4983
|
+
* 1
|
|
4984
|
+
*/
|
|
3510
4985
|
bizCode?: string;
|
|
4986
|
+
/**
|
|
4987
|
+
* @example
|
|
4988
|
+
* CMCC
|
|
4989
|
+
*/
|
|
3511
4990
|
ispName?: string;
|
|
4991
|
+
/**
|
|
4992
|
+
* @example
|
|
4993
|
+
* 5
|
|
4994
|
+
*/
|
|
3512
4995
|
timeCode?: string;
|
|
3513
4996
|
static names(): { [key: string]: string } {
|
|
3514
4997
|
return {
|
|
@@ -3534,13 +5017,37 @@ export class MobileOnlineTimeResponseBodyResultObject extends $tea.Model {
|
|
|
3534
5017
|
export class VerifyMaterialResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
3535
5018
|
address?: string;
|
|
3536
5019
|
authority?: string;
|
|
5020
|
+
/**
|
|
5021
|
+
* @example
|
|
5022
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example3.jpg
|
|
5023
|
+
*/
|
|
3537
5024
|
backImageUrl?: string;
|
|
5025
|
+
/**
|
|
5026
|
+
* @example
|
|
5027
|
+
* 19900101
|
|
5028
|
+
*/
|
|
3538
5029
|
birth?: string;
|
|
5030
|
+
/**
|
|
5031
|
+
* @example
|
|
5032
|
+
* 20201101
|
|
5033
|
+
*/
|
|
3539
5034
|
endDate?: string;
|
|
5035
|
+
/**
|
|
5036
|
+
* @example
|
|
5037
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example2.jpg
|
|
5038
|
+
*/
|
|
3540
5039
|
frontImageUrl?: string;
|
|
3541
5040
|
name?: string;
|
|
3542
5041
|
nationality?: string;
|
|
5042
|
+
/**
|
|
5043
|
+
* @example
|
|
5044
|
+
* 02343218901123****
|
|
5045
|
+
*/
|
|
3543
5046
|
number?: string;
|
|
5047
|
+
/**
|
|
5048
|
+
* @example
|
|
5049
|
+
* 20201101
|
|
5050
|
+
*/
|
|
3544
5051
|
startDate?: string;
|
|
3545
5052
|
static names(): { [key: string]: string } {
|
|
3546
5053
|
return {
|
|
@@ -3578,12 +5085,32 @@ export class VerifyMaterialResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
|
3578
5085
|
}
|
|
3579
5086
|
|
|
3580
5087
|
export class VerifyMaterialResponseBodyMaterial extends $tea.Model {
|
|
5088
|
+
/**
|
|
5089
|
+
* @example
|
|
5090
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/face-global-example.jpg
|
|
5091
|
+
*/
|
|
3581
5092
|
faceGlobalUrl?: string;
|
|
5093
|
+
/**
|
|
5094
|
+
* @example
|
|
5095
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg
|
|
5096
|
+
*/
|
|
3582
5097
|
faceImageUrl?: string;
|
|
5098
|
+
/**
|
|
5099
|
+
* @example
|
|
5100
|
+
* false
|
|
5101
|
+
*/
|
|
3583
5102
|
faceMask?: string;
|
|
5103
|
+
/**
|
|
5104
|
+
* @example
|
|
5105
|
+
* NORMAL
|
|
5106
|
+
*/
|
|
3584
5107
|
faceQuality?: string;
|
|
3585
5108
|
idCardInfo?: VerifyMaterialResponseBodyMaterialIdCardInfo;
|
|
3586
5109
|
idCardName?: string;
|
|
5110
|
+
/**
|
|
5111
|
+
* @example
|
|
5112
|
+
* 02343218901123****
|
|
5113
|
+
*/
|
|
3587
5114
|
idCardNumber?: string;
|
|
3588
5115
|
static names(): { [key: string]: string } {
|
|
3589
5116
|
return {
|
|
@@ -3638,11 +5165,11 @@ export default class Client extends OpenApi {
|
|
|
3638
5165
|
}
|
|
3639
5166
|
|
|
3640
5167
|
/**
|
|
3641
|
-
*
|
|
3642
|
-
*
|
|
3643
|
-
* @param request AIGCFaceVerifyRequest
|
|
3644
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3645
|
-
* @
|
|
5168
|
+
* 新增AIGC人脸检测能力
|
|
5169
|
+
*
|
|
5170
|
+
* @param request - AIGCFaceVerifyRequest
|
|
5171
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5172
|
+
* @returns AIGCFaceVerifyResponse
|
|
3646
5173
|
*/
|
|
3647
5174
|
async aIGCFaceVerifyWithOptions(request: AIGCFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<AIGCFaceVerifyResponse> {
|
|
3648
5175
|
Util.validateModel(request);
|
|
@@ -3695,10 +5222,10 @@ export default class Client extends OpenApi {
|
|
|
3695
5222
|
}
|
|
3696
5223
|
|
|
3697
5224
|
/**
|
|
3698
|
-
*
|
|
3699
|
-
*
|
|
3700
|
-
* @param request AIGCFaceVerifyRequest
|
|
3701
|
-
* @
|
|
5225
|
+
* 新增AIGC人脸检测能力
|
|
5226
|
+
*
|
|
5227
|
+
* @param request - AIGCFaceVerifyRequest
|
|
5228
|
+
* @returns AIGCFaceVerifyResponse
|
|
3702
5229
|
*/
|
|
3703
5230
|
async aIGCFaceVerify(request: AIGCFaceVerifyRequest): Promise<AIGCFaceVerifyResponse> {
|
|
3704
5231
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -3706,11 +5233,11 @@ export default class Client extends OpenApi {
|
|
|
3706
5233
|
}
|
|
3707
5234
|
|
|
3708
5235
|
/**
|
|
3709
|
-
*
|
|
3710
|
-
*
|
|
3711
|
-
* @param request BankMetaVerifyRequest
|
|
3712
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3713
|
-
* @
|
|
5236
|
+
* 银行卡要素核验接口
|
|
5237
|
+
*
|
|
5238
|
+
* @param request - BankMetaVerifyRequest
|
|
5239
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5240
|
+
* @returns BankMetaVerifyResponse
|
|
3714
5241
|
*/
|
|
3715
5242
|
async bankMetaVerifyWithOptions(request: BankMetaVerifyRequest, runtime: $Util.RuntimeOptions): Promise<BankMetaVerifyResponse> {
|
|
3716
5243
|
Util.validateModel(request);
|
|
@@ -3761,10 +5288,10 @@ export default class Client extends OpenApi {
|
|
|
3761
5288
|
}
|
|
3762
5289
|
|
|
3763
5290
|
/**
|
|
3764
|
-
*
|
|
3765
|
-
*
|
|
3766
|
-
* @param request BankMetaVerifyRequest
|
|
3767
|
-
* @
|
|
5291
|
+
* 银行卡要素核验接口
|
|
5292
|
+
*
|
|
5293
|
+
* @param request - BankMetaVerifyRequest
|
|
5294
|
+
* @returns BankMetaVerifyResponse
|
|
3768
5295
|
*/
|
|
3769
5296
|
async bankMetaVerify(request: BankMetaVerifyRequest): Promise<BankMetaVerifyResponse> {
|
|
3770
5297
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -3772,9 +5299,9 @@ export default class Client extends OpenApi {
|
|
|
3772
5299
|
}
|
|
3773
5300
|
|
|
3774
5301
|
/**
|
|
3775
|
-
* @param request CompareFaceVerifyRequest
|
|
3776
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3777
|
-
* @
|
|
5302
|
+
* @param request - CompareFaceVerifyRequest
|
|
5303
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5304
|
+
* @returns CompareFaceVerifyResponse
|
|
3778
5305
|
*/
|
|
3779
5306
|
async compareFaceVerifyWithOptions(request: CompareFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<CompareFaceVerifyResponse> {
|
|
3780
5307
|
Util.validateModel(request);
|
|
@@ -3853,8 +5380,8 @@ export default class Client extends OpenApi {
|
|
|
3853
5380
|
}
|
|
3854
5381
|
|
|
3855
5382
|
/**
|
|
3856
|
-
* @param request CompareFaceVerifyRequest
|
|
3857
|
-
* @
|
|
5383
|
+
* @param request - CompareFaceVerifyRequest
|
|
5384
|
+
* @returns CompareFaceVerifyResponse
|
|
3858
5385
|
*/
|
|
3859
5386
|
async compareFaceVerify(request: CompareFaceVerifyRequest): Promise<CompareFaceVerifyResponse> {
|
|
3860
5387
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -3862,9 +5389,9 @@ export default class Client extends OpenApi {
|
|
|
3862
5389
|
}
|
|
3863
5390
|
|
|
3864
5391
|
/**
|
|
3865
|
-
* @param request CompareFacesRequest
|
|
3866
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3867
|
-
* @
|
|
5392
|
+
* @param request - CompareFacesRequest
|
|
5393
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5394
|
+
* @returns CompareFacesResponse
|
|
3868
5395
|
*/
|
|
3869
5396
|
async compareFacesWithOptions(request: CompareFacesRequest, runtime: $Util.RuntimeOptions): Promise<CompareFacesResponse> {
|
|
3870
5397
|
Util.validateModel(request);
|
|
@@ -3903,8 +5430,8 @@ export default class Client extends OpenApi {
|
|
|
3903
5430
|
}
|
|
3904
5431
|
|
|
3905
5432
|
/**
|
|
3906
|
-
* @param request CompareFacesRequest
|
|
3907
|
-
* @
|
|
5433
|
+
* @param request - CompareFacesRequest
|
|
5434
|
+
* @returns CompareFacesResponse
|
|
3908
5435
|
*/
|
|
3909
5436
|
async compareFaces(request: CompareFacesRequest): Promise<CompareFacesResponse> {
|
|
3910
5437
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -3912,9 +5439,9 @@ export default class Client extends OpenApi {
|
|
|
3912
5439
|
}
|
|
3913
5440
|
|
|
3914
5441
|
/**
|
|
3915
|
-
* @param request ContrastFaceVerifyRequest
|
|
3916
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3917
|
-
* @
|
|
5442
|
+
* @param request - ContrastFaceVerifyRequest
|
|
5443
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5444
|
+
* @returns ContrastFaceVerifyResponse
|
|
3918
5445
|
*/
|
|
3919
5446
|
async contrastFaceVerifyWithOptions(request: ContrastFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<ContrastFaceVerifyResponse> {
|
|
3920
5447
|
Util.validateModel(request);
|
|
@@ -4015,8 +5542,8 @@ export default class Client extends OpenApi {
|
|
|
4015
5542
|
}
|
|
4016
5543
|
|
|
4017
5544
|
/**
|
|
4018
|
-
* @param request ContrastFaceVerifyRequest
|
|
4019
|
-
* @
|
|
5545
|
+
* @param request - ContrastFaceVerifyRequest
|
|
5546
|
+
* @returns ContrastFaceVerifyResponse
|
|
4020
5547
|
*/
|
|
4021
5548
|
async contrastFaceVerify(request: ContrastFaceVerifyRequest): Promise<ContrastFaceVerifyResponse> {
|
|
4022
5549
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4099,9 +5626,9 @@ export default class Client extends OpenApi {
|
|
|
4099
5626
|
}
|
|
4100
5627
|
|
|
4101
5628
|
/**
|
|
4102
|
-
* @param request CreateAuthKeyRequest
|
|
4103
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4104
|
-
* @
|
|
5629
|
+
* @param request - CreateAuthKeyRequest
|
|
5630
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5631
|
+
* @returns CreateAuthKeyResponse
|
|
4105
5632
|
*/
|
|
4106
5633
|
async createAuthKeyWithOptions(request: CreateAuthKeyRequest, runtime: $Util.RuntimeOptions): Promise<CreateAuthKeyResponse> {
|
|
4107
5634
|
Util.validateModel(request);
|
|
@@ -4140,8 +5667,8 @@ export default class Client extends OpenApi {
|
|
|
4140
5667
|
}
|
|
4141
5668
|
|
|
4142
5669
|
/**
|
|
4143
|
-
* @param request CreateAuthKeyRequest
|
|
4144
|
-
* @
|
|
5670
|
+
* @param request - CreateAuthKeyRequest
|
|
5671
|
+
* @returns CreateAuthKeyResponse
|
|
4145
5672
|
*/
|
|
4146
5673
|
async createAuthKey(request: CreateAuthKeyRequest): Promise<CreateAuthKeyResponse> {
|
|
4147
5674
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4149,9 +5676,9 @@ export default class Client extends OpenApi {
|
|
|
4149
5676
|
}
|
|
4150
5677
|
|
|
4151
5678
|
/**
|
|
4152
|
-
* @param request CreateVerifySettingRequest
|
|
4153
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4154
|
-
* @
|
|
5679
|
+
* @param request - CreateVerifySettingRequest
|
|
5680
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5681
|
+
* @returns CreateVerifySettingResponse
|
|
4155
5682
|
*/
|
|
4156
5683
|
async createVerifySettingWithOptions(request: CreateVerifySettingRequest, runtime: $Util.RuntimeOptions): Promise<CreateVerifySettingResponse> {
|
|
4157
5684
|
Util.validateModel(request);
|
|
@@ -4198,8 +5725,8 @@ export default class Client extends OpenApi {
|
|
|
4198
5725
|
}
|
|
4199
5726
|
|
|
4200
5727
|
/**
|
|
4201
|
-
* @param request CreateVerifySettingRequest
|
|
4202
|
-
* @
|
|
5728
|
+
* @param request - CreateVerifySettingRequest
|
|
5729
|
+
* @returns CreateVerifySettingResponse
|
|
4203
5730
|
*/
|
|
4204
5731
|
async createVerifySetting(request: CreateVerifySettingRequest): Promise<CreateVerifySettingResponse> {
|
|
4205
5732
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4207,11 +5734,11 @@ export default class Client extends OpenApi {
|
|
|
4207
5734
|
}
|
|
4208
5735
|
|
|
4209
5736
|
/**
|
|
4210
|
-
*
|
|
4211
|
-
*
|
|
4212
|
-
* @param request CredentialVerifyRequest
|
|
4213
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4214
|
-
* @
|
|
5737
|
+
* 凭证核验
|
|
5738
|
+
*
|
|
5739
|
+
* @param request - CredentialVerifyRequest
|
|
5740
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5741
|
+
* @returns CredentialVerifyResponse
|
|
4215
5742
|
*/
|
|
4216
5743
|
async credentialVerifyWithOptions(request: CredentialVerifyRequest, runtime: $Util.RuntimeOptions): Promise<CredentialVerifyResponse> {
|
|
4217
5744
|
Util.validateModel(request);
|
|
@@ -4276,10 +5803,10 @@ export default class Client extends OpenApi {
|
|
|
4276
5803
|
}
|
|
4277
5804
|
|
|
4278
5805
|
/**
|
|
4279
|
-
*
|
|
4280
|
-
*
|
|
4281
|
-
* @param request CredentialVerifyRequest
|
|
4282
|
-
* @
|
|
5806
|
+
* 凭证核验
|
|
5807
|
+
*
|
|
5808
|
+
* @param request - CredentialVerifyRequest
|
|
5809
|
+
* @returns CredentialVerifyResponse
|
|
4283
5810
|
*/
|
|
4284
5811
|
async credentialVerify(request: CredentialVerifyRequest): Promise<CredentialVerifyResponse> {
|
|
4285
5812
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4287,11 +5814,11 @@ export default class Client extends OpenApi {
|
|
|
4287
5814
|
}
|
|
4288
5815
|
|
|
4289
5816
|
/**
|
|
4290
|
-
*
|
|
4291
|
-
*
|
|
4292
|
-
* @param request DeepfakeDetectRequest
|
|
4293
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4294
|
-
* @
|
|
5817
|
+
* 人脸凭证核验服务
|
|
5818
|
+
*
|
|
5819
|
+
* @param request - DeepfakeDetectRequest
|
|
5820
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5821
|
+
* @returns DeepfakeDetectResponse
|
|
4295
5822
|
*/
|
|
4296
5823
|
async deepfakeDetectWithOptions(request: DeepfakeDetectRequest, runtime: $Util.RuntimeOptions): Promise<DeepfakeDetectResponse> {
|
|
4297
5824
|
Util.validateModel(request);
|
|
@@ -4332,10 +5859,10 @@ export default class Client extends OpenApi {
|
|
|
4332
5859
|
}
|
|
4333
5860
|
|
|
4334
5861
|
/**
|
|
4335
|
-
*
|
|
4336
|
-
*
|
|
4337
|
-
* @param request DeepfakeDetectRequest
|
|
4338
|
-
* @
|
|
5862
|
+
* 人脸凭证核验服务
|
|
5863
|
+
*
|
|
5864
|
+
* @param request - DeepfakeDetectRequest
|
|
5865
|
+
* @returns DeepfakeDetectResponse
|
|
4339
5866
|
*/
|
|
4340
5867
|
async deepfakeDetect(request: DeepfakeDetectRequest): Promise<DeepfakeDetectResponse> {
|
|
4341
5868
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4343,9 +5870,9 @@ export default class Client extends OpenApi {
|
|
|
4343
5870
|
}
|
|
4344
5871
|
|
|
4345
5872
|
/**
|
|
4346
|
-
* @param request DescribeDeviceInfoRequest
|
|
4347
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4348
|
-
* @
|
|
5873
|
+
* @param request - DescribeDeviceInfoRequest
|
|
5874
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5875
|
+
* @returns DescribeDeviceInfoResponse
|
|
4349
5876
|
*/
|
|
4350
5877
|
async describeDeviceInfoWithOptions(request: DescribeDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeviceInfoResponse> {
|
|
4351
5878
|
Util.validateModel(request);
|
|
@@ -4396,8 +5923,8 @@ export default class Client extends OpenApi {
|
|
|
4396
5923
|
}
|
|
4397
5924
|
|
|
4398
5925
|
/**
|
|
4399
|
-
* @param request DescribeDeviceInfoRequest
|
|
4400
|
-
* @
|
|
5926
|
+
* @param request - DescribeDeviceInfoRequest
|
|
5927
|
+
* @returns DescribeDeviceInfoResponse
|
|
4401
5928
|
*/
|
|
4402
5929
|
async describeDeviceInfo(request: DescribeDeviceInfoRequest): Promise<DescribeDeviceInfoResponse> {
|
|
4403
5930
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4405,9 +5932,9 @@ export default class Client extends OpenApi {
|
|
|
4405
5932
|
}
|
|
4406
5933
|
|
|
4407
5934
|
/**
|
|
4408
|
-
* @param request DescribeFaceVerifyRequest
|
|
4409
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4410
|
-
* @
|
|
5935
|
+
* @param request - DescribeFaceVerifyRequest
|
|
5936
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5937
|
+
* @returns DescribeFaceVerifyResponse
|
|
4411
5938
|
*/
|
|
4412
5939
|
async describeFaceVerifyWithOptions(request: DescribeFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceVerifyResponse> {
|
|
4413
5940
|
Util.validateModel(request);
|
|
@@ -4442,8 +5969,8 @@ export default class Client extends OpenApi {
|
|
|
4442
5969
|
}
|
|
4443
5970
|
|
|
4444
5971
|
/**
|
|
4445
|
-
* @param request DescribeFaceVerifyRequest
|
|
4446
|
-
* @
|
|
5972
|
+
* @param request - DescribeFaceVerifyRequest
|
|
5973
|
+
* @returns DescribeFaceVerifyResponse
|
|
4447
5974
|
*/
|
|
4448
5975
|
async describeFaceVerify(request: DescribeFaceVerifyRequest): Promise<DescribeFaceVerifyResponse> {
|
|
4449
5976
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4451,9 +5978,9 @@ export default class Client extends OpenApi {
|
|
|
4451
5978
|
}
|
|
4452
5979
|
|
|
4453
5980
|
/**
|
|
4454
|
-
* @param request DescribeOssUploadTokenRequest
|
|
4455
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4456
|
-
* @
|
|
5981
|
+
* @param request - DescribeOssUploadTokenRequest
|
|
5982
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5983
|
+
* @returns DescribeOssUploadTokenResponse
|
|
4457
5984
|
*/
|
|
4458
5985
|
async describeOssUploadTokenWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeOssUploadTokenResponse> {
|
|
4459
5986
|
let req = new $OpenApi.OpenApiRequest({ });
|
|
@@ -4472,7 +5999,7 @@ export default class Client extends OpenApi {
|
|
|
4472
5999
|
}
|
|
4473
6000
|
|
|
4474
6001
|
/**
|
|
4475
|
-
* @
|
|
6002
|
+
* @returns DescribeOssUploadTokenResponse
|
|
4476
6003
|
*/
|
|
4477
6004
|
async describeOssUploadToken(): Promise<DescribeOssUploadTokenResponse> {
|
|
4478
6005
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4480,11 +6007,11 @@ export default class Client extends OpenApi {
|
|
|
4480
6007
|
}
|
|
4481
6008
|
|
|
4482
6009
|
/**
|
|
4483
|
-
*
|
|
4484
|
-
*
|
|
4485
|
-
* @param request DescribePageFaceVerifyDataRequest
|
|
4486
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4487
|
-
* @
|
|
6010
|
+
* Open API新增金融级数据统计API
|
|
6011
|
+
*
|
|
6012
|
+
* @param request - DescribePageFaceVerifyDataRequest
|
|
6013
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6014
|
+
* @returns DescribePageFaceVerifyDataResponse
|
|
4488
6015
|
*/
|
|
4489
6016
|
async describePageFaceVerifyDataWithOptions(request: DescribePageFaceVerifyDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribePageFaceVerifyDataResponse> {
|
|
4490
6017
|
Util.validateModel(request);
|
|
@@ -4531,10 +6058,10 @@ export default class Client extends OpenApi {
|
|
|
4531
6058
|
}
|
|
4532
6059
|
|
|
4533
6060
|
/**
|
|
4534
|
-
*
|
|
4535
|
-
*
|
|
4536
|
-
* @param request DescribePageFaceVerifyDataRequest
|
|
4537
|
-
* @
|
|
6061
|
+
* Open API新增金融级数据统计API
|
|
6062
|
+
*
|
|
6063
|
+
* @param request - DescribePageFaceVerifyDataRequest
|
|
6064
|
+
* @returns DescribePageFaceVerifyDataResponse
|
|
4538
6065
|
*/
|
|
4539
6066
|
async describePageFaceVerifyData(request: DescribePageFaceVerifyDataRequest): Promise<DescribePageFaceVerifyDataResponse> {
|
|
4540
6067
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4542,9 +6069,9 @@ export default class Client extends OpenApi {
|
|
|
4542
6069
|
}
|
|
4543
6070
|
|
|
4544
6071
|
/**
|
|
4545
|
-
* @param request DescribeSmartStatisticsPageListRequest
|
|
4546
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4547
|
-
* @
|
|
6072
|
+
* @param request - DescribeSmartStatisticsPageListRequest
|
|
6073
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6074
|
+
* @returns DescribeSmartStatisticsPageListResponse
|
|
4548
6075
|
*/
|
|
4549
6076
|
async describeSmartStatisticsPageListWithOptions(request: DescribeSmartStatisticsPageListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSmartStatisticsPageListResponse> {
|
|
4550
6077
|
Util.validateModel(request);
|
|
@@ -4591,8 +6118,8 @@ export default class Client extends OpenApi {
|
|
|
4591
6118
|
}
|
|
4592
6119
|
|
|
4593
6120
|
/**
|
|
4594
|
-
* @param request DescribeSmartStatisticsPageListRequest
|
|
4595
|
-
* @
|
|
6121
|
+
* @param request - DescribeSmartStatisticsPageListRequest
|
|
6122
|
+
* @returns DescribeSmartStatisticsPageListResponse
|
|
4596
6123
|
*/
|
|
4597
6124
|
async describeSmartStatisticsPageList(request: DescribeSmartStatisticsPageListRequest): Promise<DescribeSmartStatisticsPageListResponse> {
|
|
4598
6125
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4600,9 +6127,9 @@ export default class Client extends OpenApi {
|
|
|
4600
6127
|
}
|
|
4601
6128
|
|
|
4602
6129
|
/**
|
|
4603
|
-
* @param request DescribeVerifyResultRequest
|
|
4604
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4605
|
-
* @
|
|
6130
|
+
* @param request - DescribeVerifyResultRequest
|
|
6131
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6132
|
+
* @returns DescribeVerifyResultResponse
|
|
4606
6133
|
*/
|
|
4607
6134
|
async describeVerifyResultWithOptions(request: DescribeVerifyResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyResultResponse> {
|
|
4608
6135
|
Util.validateModel(request);
|
|
@@ -4633,8 +6160,8 @@ export default class Client extends OpenApi {
|
|
|
4633
6160
|
}
|
|
4634
6161
|
|
|
4635
6162
|
/**
|
|
4636
|
-
* @param request DescribeVerifyResultRequest
|
|
4637
|
-
* @
|
|
6163
|
+
* @param request - DescribeVerifyResultRequest
|
|
6164
|
+
* @returns DescribeVerifyResultResponse
|
|
4638
6165
|
*/
|
|
4639
6166
|
async describeVerifyResult(request: DescribeVerifyResultRequest): Promise<DescribeVerifyResultResponse> {
|
|
4640
6167
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4642,9 +6169,9 @@ export default class Client extends OpenApi {
|
|
|
4642
6169
|
}
|
|
4643
6170
|
|
|
4644
6171
|
/**
|
|
4645
|
-
* @param request DescribeVerifySDKRequest
|
|
4646
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4647
|
-
* @
|
|
6172
|
+
* @param request - DescribeVerifySDKRequest
|
|
6173
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6174
|
+
* @returns DescribeVerifySDKResponse
|
|
4648
6175
|
*/
|
|
4649
6176
|
async describeVerifySDKWithOptions(request: DescribeVerifySDKRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifySDKResponse> {
|
|
4650
6177
|
Util.validateModel(request);
|
|
@@ -4671,8 +6198,8 @@ export default class Client extends OpenApi {
|
|
|
4671
6198
|
}
|
|
4672
6199
|
|
|
4673
6200
|
/**
|
|
4674
|
-
* @param request DescribeVerifySDKRequest
|
|
4675
|
-
* @
|
|
6201
|
+
* @param request - DescribeVerifySDKRequest
|
|
6202
|
+
* @returns DescribeVerifySDKResponse
|
|
4676
6203
|
*/
|
|
4677
6204
|
async describeVerifySDK(request: DescribeVerifySDKRequest): Promise<DescribeVerifySDKResponse> {
|
|
4678
6205
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4680,9 +6207,9 @@ export default class Client extends OpenApi {
|
|
|
4680
6207
|
}
|
|
4681
6208
|
|
|
4682
6209
|
/**
|
|
4683
|
-
* @param request DescribeVerifyTokenRequest
|
|
4684
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4685
|
-
* @
|
|
6210
|
+
* @param request - DescribeVerifyTokenRequest
|
|
6211
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6212
|
+
* @returns DescribeVerifyTokenResponse
|
|
4686
6213
|
*/
|
|
4687
6214
|
async describeVerifyTokenWithOptions(request: DescribeVerifyTokenRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyTokenResponse> {
|
|
4688
6215
|
Util.validateModel(request);
|
|
@@ -4765,8 +6292,8 @@ export default class Client extends OpenApi {
|
|
|
4765
6292
|
}
|
|
4766
6293
|
|
|
4767
6294
|
/**
|
|
4768
|
-
* @param request DescribeVerifyTokenRequest
|
|
4769
|
-
* @
|
|
6295
|
+
* @param request - DescribeVerifyTokenRequest
|
|
6296
|
+
* @returns DescribeVerifyTokenResponse
|
|
4770
6297
|
*/
|
|
4771
6298
|
async describeVerifyToken(request: DescribeVerifyTokenRequest): Promise<DescribeVerifyTokenResponse> {
|
|
4772
6299
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4774,9 +6301,9 @@ export default class Client extends OpenApi {
|
|
|
4774
6301
|
}
|
|
4775
6302
|
|
|
4776
6303
|
/**
|
|
4777
|
-
* @param request DetectFaceAttributesRequest
|
|
4778
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4779
|
-
* @
|
|
6304
|
+
* @param request - DetectFaceAttributesRequest
|
|
6305
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6306
|
+
* @returns DetectFaceAttributesResponse
|
|
4780
6307
|
*/
|
|
4781
6308
|
async detectFaceAttributesWithOptions(request: DetectFaceAttributesRequest, runtime: $Util.RuntimeOptions): Promise<DetectFaceAttributesResponse> {
|
|
4782
6309
|
Util.validateModel(request);
|
|
@@ -4807,8 +6334,8 @@ export default class Client extends OpenApi {
|
|
|
4807
6334
|
}
|
|
4808
6335
|
|
|
4809
6336
|
/**
|
|
4810
|
-
* @param request DetectFaceAttributesRequest
|
|
4811
|
-
* @
|
|
6337
|
+
* @param request - DetectFaceAttributesRequest
|
|
6338
|
+
* @returns DetectFaceAttributesResponse
|
|
4812
6339
|
*/
|
|
4813
6340
|
async detectFaceAttributes(request: DetectFaceAttributesRequest): Promise<DetectFaceAttributesResponse> {
|
|
4814
6341
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4816,11 +6343,11 @@ export default class Client extends OpenApi {
|
|
|
4816
6343
|
}
|
|
4817
6344
|
|
|
4818
6345
|
/**
|
|
4819
|
-
*
|
|
4820
|
-
*
|
|
4821
|
-
* @param request Id2MetaVerifyRequest
|
|
4822
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4823
|
-
* @
|
|
6346
|
+
* 身份二要素接口
|
|
6347
|
+
*
|
|
6348
|
+
* @param request - Id2MetaVerifyRequest
|
|
6349
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6350
|
+
* @returns Id2MetaVerifyResponse
|
|
4824
6351
|
*/
|
|
4825
6352
|
async id2MetaVerifyWithOptions(request: Id2MetaVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Id2MetaVerifyResponse> {
|
|
4826
6353
|
Util.validateModel(request);
|
|
@@ -4855,10 +6382,10 @@ export default class Client extends OpenApi {
|
|
|
4855
6382
|
}
|
|
4856
6383
|
|
|
4857
6384
|
/**
|
|
4858
|
-
*
|
|
4859
|
-
*
|
|
4860
|
-
* @param request Id2MetaVerifyRequest
|
|
4861
|
-
* @
|
|
6385
|
+
* 身份二要素接口
|
|
6386
|
+
*
|
|
6387
|
+
* @param request - Id2MetaVerifyRequest
|
|
6388
|
+
* @returns Id2MetaVerifyResponse
|
|
4862
6389
|
*/
|
|
4863
6390
|
async id2MetaVerify(request: Id2MetaVerifyRequest): Promise<Id2MetaVerifyResponse> {
|
|
4864
6391
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4866,13 +6393,17 @@ export default class Client extends OpenApi {
|
|
|
4866
6393
|
}
|
|
4867
6394
|
|
|
4868
6395
|
/**
|
|
4869
|
-
* @param request InitFaceVerifyRequest
|
|
4870
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4871
|
-
* @
|
|
6396
|
+
* @param request - InitFaceVerifyRequest
|
|
6397
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6398
|
+
* @returns InitFaceVerifyResponse
|
|
4872
6399
|
*/
|
|
4873
6400
|
async initFaceVerifyWithOptions(request: InitFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<InitFaceVerifyResponse> {
|
|
4874
6401
|
Util.validateModel(request);
|
|
4875
6402
|
let query = { };
|
|
6403
|
+
if (!Util.isUnset(request.appQualityCheck)) {
|
|
6404
|
+
query["AppQualityCheck"] = request.appQualityCheck;
|
|
6405
|
+
}
|
|
6406
|
+
|
|
4876
6407
|
if (!Util.isUnset(request.birthday)) {
|
|
4877
6408
|
query["Birthday"] = request.birthday;
|
|
4878
6409
|
}
|
|
@@ -5033,8 +6564,8 @@ export default class Client extends OpenApi {
|
|
|
5033
6564
|
}
|
|
5034
6565
|
|
|
5035
6566
|
/**
|
|
5036
|
-
* @param request InitFaceVerifyRequest
|
|
5037
|
-
* @
|
|
6567
|
+
* @param request - InitFaceVerifyRequest
|
|
6568
|
+
* @returns InitFaceVerifyResponse
|
|
5038
6569
|
*/
|
|
5039
6570
|
async initFaceVerify(request: InitFaceVerifyRequest): Promise<InitFaceVerifyResponse> {
|
|
5040
6571
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5042,9 +6573,9 @@ export default class Client extends OpenApi {
|
|
|
5042
6573
|
}
|
|
5043
6574
|
|
|
5044
6575
|
/**
|
|
5045
|
-
* @param request LivenessFaceVerifyRequest
|
|
5046
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5047
|
-
* @
|
|
6576
|
+
* @param request - LivenessFaceVerifyRequest
|
|
6577
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6578
|
+
* @returns LivenessFaceVerifyResponse
|
|
5048
6579
|
*/
|
|
5049
6580
|
async livenessFaceVerifyWithOptions(request: LivenessFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<LivenessFaceVerifyResponse> {
|
|
5050
6581
|
Util.validateModel(request);
|
|
@@ -5125,8 +6656,8 @@ export default class Client extends OpenApi {
|
|
|
5125
6656
|
}
|
|
5126
6657
|
|
|
5127
6658
|
/**
|
|
5128
|
-
* @param request LivenessFaceVerifyRequest
|
|
5129
|
-
* @
|
|
6659
|
+
* @param request - LivenessFaceVerifyRequest
|
|
6660
|
+
* @returns LivenessFaceVerifyResponse
|
|
5130
6661
|
*/
|
|
5131
6662
|
async livenessFaceVerify(request: LivenessFaceVerifyRequest): Promise<LivenessFaceVerifyResponse> {
|
|
5132
6663
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5134,11 +6665,11 @@ export default class Client extends OpenApi {
|
|
|
5134
6665
|
}
|
|
5135
6666
|
|
|
5136
6667
|
/**
|
|
5137
|
-
*
|
|
5138
|
-
*
|
|
5139
|
-
* @param request Mobile3MetaDetailVerifyRequest
|
|
5140
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5141
|
-
* @
|
|
6668
|
+
* 手机三要素详版接口
|
|
6669
|
+
*
|
|
6670
|
+
* @param request - Mobile3MetaDetailVerifyRequest
|
|
6671
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6672
|
+
* @returns Mobile3MetaDetailVerifyResponse
|
|
5142
6673
|
*/
|
|
5143
6674
|
async mobile3MetaDetailVerifyWithOptions(request: Mobile3MetaDetailVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Mobile3MetaDetailVerifyResponse> {
|
|
5144
6675
|
Util.validateModel(request);
|
|
@@ -5177,10 +6708,10 @@ export default class Client extends OpenApi {
|
|
|
5177
6708
|
}
|
|
5178
6709
|
|
|
5179
6710
|
/**
|
|
5180
|
-
*
|
|
5181
|
-
*
|
|
5182
|
-
* @param request Mobile3MetaDetailVerifyRequest
|
|
5183
|
-
* @
|
|
6711
|
+
* 手机三要素详版接口
|
|
6712
|
+
*
|
|
6713
|
+
* @param request - Mobile3MetaDetailVerifyRequest
|
|
6714
|
+
* @returns Mobile3MetaDetailVerifyResponse
|
|
5184
6715
|
*/
|
|
5185
6716
|
async mobile3MetaDetailVerify(request: Mobile3MetaDetailVerifyRequest): Promise<Mobile3MetaDetailVerifyResponse> {
|
|
5186
6717
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5188,11 +6719,11 @@ export default class Client extends OpenApi {
|
|
|
5188
6719
|
}
|
|
5189
6720
|
|
|
5190
6721
|
/**
|
|
5191
|
-
*
|
|
5192
|
-
*
|
|
5193
|
-
* @param request Mobile3MetaSimpleVerifyRequest
|
|
5194
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5195
|
-
* @
|
|
6722
|
+
* 手机号三要素简版接口
|
|
6723
|
+
*
|
|
6724
|
+
* @param request - Mobile3MetaSimpleVerifyRequest
|
|
6725
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6726
|
+
* @returns Mobile3MetaSimpleVerifyResponse
|
|
5196
6727
|
*/
|
|
5197
6728
|
async mobile3MetaSimpleVerifyWithOptions(request: Mobile3MetaSimpleVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Mobile3MetaSimpleVerifyResponse> {
|
|
5198
6729
|
Util.validateModel(request);
|
|
@@ -5231,10 +6762,10 @@ export default class Client extends OpenApi {
|
|
|
5231
6762
|
}
|
|
5232
6763
|
|
|
5233
6764
|
/**
|
|
5234
|
-
*
|
|
5235
|
-
*
|
|
5236
|
-
* @param request Mobile3MetaSimpleVerifyRequest
|
|
5237
|
-
* @
|
|
6765
|
+
* 手机号三要素简版接口
|
|
6766
|
+
*
|
|
6767
|
+
* @param request - Mobile3MetaSimpleVerifyRequest
|
|
6768
|
+
* @returns Mobile3MetaSimpleVerifyResponse
|
|
5238
6769
|
*/
|
|
5239
6770
|
async mobile3MetaSimpleVerify(request: Mobile3MetaSimpleVerifyRequest): Promise<Mobile3MetaSimpleVerifyResponse> {
|
|
5240
6771
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5242,11 +6773,11 @@ export default class Client extends OpenApi {
|
|
|
5242
6773
|
}
|
|
5243
6774
|
|
|
5244
6775
|
/**
|
|
5245
|
-
*
|
|
5246
|
-
*
|
|
5247
|
-
* @param request MobileDetectRequest
|
|
5248
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5249
|
-
* @
|
|
6776
|
+
* 号码检测
|
|
6777
|
+
*
|
|
6778
|
+
* @param request - MobileDetectRequest
|
|
6779
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6780
|
+
* @returns MobileDetectResponse
|
|
5250
6781
|
*/
|
|
5251
6782
|
async mobileDetectWithOptions(request: MobileDetectRequest, runtime: $Util.RuntimeOptions): Promise<MobileDetectResponse> {
|
|
5252
6783
|
Util.validateModel(request);
|
|
@@ -5277,10 +6808,10 @@ export default class Client extends OpenApi {
|
|
|
5277
6808
|
}
|
|
5278
6809
|
|
|
5279
6810
|
/**
|
|
5280
|
-
*
|
|
5281
|
-
*
|
|
5282
|
-
* @param request MobileDetectRequest
|
|
5283
|
-
* @
|
|
6811
|
+
* 号码检测
|
|
6812
|
+
*
|
|
6813
|
+
* @param request - MobileDetectRequest
|
|
6814
|
+
* @returns MobileDetectResponse
|
|
5284
6815
|
*/
|
|
5285
6816
|
async mobileDetect(request: MobileDetectRequest): Promise<MobileDetectResponse> {
|
|
5286
6817
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5288,11 +6819,11 @@ export default class Client extends OpenApi {
|
|
|
5288
6819
|
}
|
|
5289
6820
|
|
|
5290
6821
|
/**
|
|
5291
|
-
*
|
|
5292
|
-
*
|
|
5293
|
-
* @param request MobileOnlineStatusRequest
|
|
5294
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5295
|
-
* @
|
|
6822
|
+
* 查询手机号在网状态
|
|
6823
|
+
*
|
|
6824
|
+
* @param request - MobileOnlineStatusRequest
|
|
6825
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6826
|
+
* @returns MobileOnlineStatusResponse
|
|
5296
6827
|
*/
|
|
5297
6828
|
async mobileOnlineStatusWithOptions(request: MobileOnlineStatusRequest, runtime: $Util.RuntimeOptions): Promise<MobileOnlineStatusResponse> {
|
|
5298
6829
|
Util.validateModel(request);
|
|
@@ -5323,10 +6854,10 @@ export default class Client extends OpenApi {
|
|
|
5323
6854
|
}
|
|
5324
6855
|
|
|
5325
6856
|
/**
|
|
5326
|
-
*
|
|
5327
|
-
*
|
|
5328
|
-
* @param request MobileOnlineStatusRequest
|
|
5329
|
-
* @
|
|
6857
|
+
* 查询手机号在网状态
|
|
6858
|
+
*
|
|
6859
|
+
* @param request - MobileOnlineStatusRequest
|
|
6860
|
+
* @returns MobileOnlineStatusResponse
|
|
5330
6861
|
*/
|
|
5331
6862
|
async mobileOnlineStatus(request: MobileOnlineStatusRequest): Promise<MobileOnlineStatusResponse> {
|
|
5332
6863
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5334,11 +6865,11 @@ export default class Client extends OpenApi {
|
|
|
5334
6865
|
}
|
|
5335
6866
|
|
|
5336
6867
|
/**
|
|
5337
|
-
*
|
|
5338
|
-
*
|
|
5339
|
-
* @param request MobileOnlineTimeRequest
|
|
5340
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5341
|
-
* @
|
|
6868
|
+
* 查询手机号在网时长
|
|
6869
|
+
*
|
|
6870
|
+
* @param request - MobileOnlineTimeRequest
|
|
6871
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6872
|
+
* @returns MobileOnlineTimeResponse
|
|
5342
6873
|
*/
|
|
5343
6874
|
async mobileOnlineTimeWithOptions(request: MobileOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<MobileOnlineTimeResponse> {
|
|
5344
6875
|
Util.validateModel(request);
|
|
@@ -5369,10 +6900,10 @@ export default class Client extends OpenApi {
|
|
|
5369
6900
|
}
|
|
5370
6901
|
|
|
5371
6902
|
/**
|
|
5372
|
-
*
|
|
5373
|
-
*
|
|
5374
|
-
* @param request MobileOnlineTimeRequest
|
|
5375
|
-
* @
|
|
6903
|
+
* 查询手机号在网时长
|
|
6904
|
+
*
|
|
6905
|
+
* @param request - MobileOnlineTimeRequest
|
|
6906
|
+
* @returns MobileOnlineTimeResponse
|
|
5376
6907
|
*/
|
|
5377
6908
|
async mobileOnlineTime(request: MobileOnlineTimeRequest): Promise<MobileOnlineTimeResponse> {
|
|
5378
6909
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5380,9 +6911,9 @@ export default class Client extends OpenApi {
|
|
|
5380
6911
|
}
|
|
5381
6912
|
|
|
5382
6913
|
/**
|
|
5383
|
-
* @param request ModifyDeviceInfoRequest
|
|
5384
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5385
|
-
* @
|
|
6914
|
+
* @param request - ModifyDeviceInfoRequest
|
|
6915
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6916
|
+
* @returns ModifyDeviceInfoResponse
|
|
5386
6917
|
*/
|
|
5387
6918
|
async modifyDeviceInfoWithOptions(request: ModifyDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDeviceInfoResponse> {
|
|
5388
6919
|
Util.validateModel(request);
|
|
@@ -5425,8 +6956,8 @@ export default class Client extends OpenApi {
|
|
|
5425
6956
|
}
|
|
5426
6957
|
|
|
5427
6958
|
/**
|
|
5428
|
-
* @param request ModifyDeviceInfoRequest
|
|
5429
|
-
* @
|
|
6959
|
+
* @param request - ModifyDeviceInfoRequest
|
|
6960
|
+
* @returns ModifyDeviceInfoResponse
|
|
5430
6961
|
*/
|
|
5431
6962
|
async modifyDeviceInfo(request: ModifyDeviceInfoRequest): Promise<ModifyDeviceInfoResponse> {
|
|
5432
6963
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5434,9 +6965,9 @@ export default class Client extends OpenApi {
|
|
|
5434
6965
|
}
|
|
5435
6966
|
|
|
5436
6967
|
/**
|
|
5437
|
-
* @param request VerifyMaterialRequest
|
|
5438
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5439
|
-
* @
|
|
6968
|
+
* @param request - VerifyMaterialRequest
|
|
6969
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6970
|
+
* @returns VerifyMaterialResponse
|
|
5440
6971
|
*/
|
|
5441
6972
|
async verifyMaterialWithOptions(request: VerifyMaterialRequest, runtime: $Util.RuntimeOptions): Promise<VerifyMaterialResponse> {
|
|
5442
6973
|
Util.validateModel(request);
|
|
@@ -5491,8 +7022,8 @@ export default class Client extends OpenApi {
|
|
|
5491
7022
|
}
|
|
5492
7023
|
|
|
5493
7024
|
/**
|
|
5494
|
-
* @param request VerifyMaterialRequest
|
|
5495
|
-
* @
|
|
7025
|
+
* @param request - VerifyMaterialRequest
|
|
7026
|
+
* @returns VerifyMaterialResponse
|
|
5496
7027
|
*/
|
|
5497
7028
|
async verifyMaterial(request: VerifyMaterialRequest): Promise<VerifyMaterialResponse> {
|
|
5498
7029
|
let runtime = new $Util.RuntimeOptions({ });
|