@azure-rest/ai-vision-face 1.0.0-alpha.20250205.1 → 1.0.0-alpha.20250206.1

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.
@@ -1,4892 +0,0 @@
1
- ## API Report File for "@azure-rest/ai-vision-face"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import type { AbortSignalLike } from '@azure/abort-controller';
8
- import type { CancelOnProgress } from '@azure/core-lro';
9
- import type { Client } from '@azure-rest/core-client';
10
- import type { ClientOptions } from '@azure-rest/core-client';
11
- import type { CreateHttpPollerOptions } from '@azure/core-lro';
12
- import type { HttpResponse } from '@azure-rest/core-client';
13
- import type { KeyCredential } from '@azure/core-auth';
14
- import type { OperationState } from '@azure/core-lro';
15
- import type { RawHttpHeaders } from '@azure/core-rest-pipeline';
16
- import type { RequestParameters } from '@azure-rest/core-client';
17
- import type { StreamableMethod } from '@azure-rest/core-client';
18
- import type { TokenCredential } from '@azure/core-auth';
19
-
20
- // @public
21
- export interface AccessoryItemOutput {
22
- confidence: number;
23
- type: AccessoryTypeOutput;
24
- }
25
-
26
- // @public
27
- export type AccessoryTypeOutput = string;
28
-
29
- // @public
30
- export interface AddFaceFromUrlRequest {
31
- url: string;
32
- }
33
-
34
- // @public
35
- export interface AddFaceListFace200Response extends HttpResponse {
36
- // (undocumented)
37
- body: AddFaceResultOutput;
38
- // (undocumented)
39
- status: "200";
40
- }
41
-
42
- // @public (undocumented)
43
- export interface AddFaceListFaceBodyParam {
44
- body: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream;
45
- }
46
-
47
- // @public (undocumented)
48
- export interface AddFaceListFaceDefaultHeaders {
49
- "x-ms-error-code"?: string;
50
- }
51
-
52
- // @public (undocumented)
53
- export interface AddFaceListFaceDefaultResponse extends HttpResponse {
54
- // (undocumented)
55
- body: FaceErrorResponseOutput;
56
- // (undocumented)
57
- headers: RawHttpHeaders & AddFaceListFaceDefaultHeaders;
58
- // (undocumented)
59
- status: string;
60
- }
61
-
62
- // @public (undocumented)
63
- export interface AddFaceListFaceFromUrl {
64
- post(options: AddFaceListFaceFromUrlParameters): StreamableMethod<AddFaceListFaceFromUrl200Response | AddFaceListFaceFromUrlDefaultResponse>;
65
- post(options: AddFaceListFaceParameters): StreamableMethod<AddFaceListFace200Response | AddFaceListFaceDefaultResponse>;
66
- }
67
-
68
- // @public
69
- export interface AddFaceListFaceFromUrl200Response extends HttpResponse {
70
- // (undocumented)
71
- body: AddFaceResultOutput;
72
- // (undocumented)
73
- status: "200";
74
- }
75
-
76
- // @public (undocumented)
77
- export interface AddFaceListFaceFromUrlBodyParam {
78
- // (undocumented)
79
- body: AddFaceFromUrlRequest;
80
- }
81
-
82
- // @public (undocumented)
83
- export interface AddFaceListFaceFromUrlDefaultHeaders {
84
- "x-ms-error-code"?: string;
85
- }
86
-
87
- // @public (undocumented)
88
- export interface AddFaceListFaceFromUrlDefaultResponse extends HttpResponse {
89
- // (undocumented)
90
- body: FaceErrorResponseOutput;
91
- // (undocumented)
92
- headers: RawHttpHeaders & AddFaceListFaceFromUrlDefaultHeaders;
93
- // (undocumented)
94
- status: string;
95
- }
96
-
97
- // @public (undocumented)
98
- export type AddFaceListFaceFromUrlParameters = AddFaceListFaceFromUrlQueryParam & AddFaceListFaceFromUrlBodyParam & RequestParameters;
99
-
100
- // @public (undocumented)
101
- export interface AddFaceListFaceFromUrlQueryParam {
102
- // (undocumented)
103
- queryParameters?: AddFaceListFaceFromUrlQueryParamProperties;
104
- }
105
-
106
- // @public (undocumented)
107
- export interface AddFaceListFaceFromUrlQueryParamProperties {
108
- detectionModel?: DetectionModel;
109
- targetFace?: number[];
110
- userData?: string;
111
- }
112
-
113
- // @public (undocumented)
114
- export interface AddFaceListFaceMediaTypesParam {
115
- contentType: "application/octet-stream";
116
- }
117
-
118
- // @public (undocumented)
119
- export type AddFaceListFaceParameters = AddFaceListFaceQueryParam & AddFaceListFaceMediaTypesParam & AddFaceListFaceBodyParam & RequestParameters;
120
-
121
- // @public (undocumented)
122
- export interface AddFaceListFaceQueryParam {
123
- // (undocumented)
124
- queryParameters?: AddFaceListFaceQueryParamProperties;
125
- }
126
-
127
- // @public (undocumented)
128
- export interface AddFaceListFaceQueryParamProperties {
129
- detectionModel?: DetectionModel;
130
- targetFace?: number[];
131
- userData?: string;
132
- }
133
-
134
- // @public
135
- export interface AddFaceResultOutput {
136
- persistedFaceId: string;
137
- }
138
-
139
- // @public
140
- export interface AddLargeFaceListFace200Response extends HttpResponse {
141
- // (undocumented)
142
- body: AddFaceResultOutput;
143
- // (undocumented)
144
- status: "200";
145
- }
146
-
147
- // @public (undocumented)
148
- export interface AddLargeFaceListFaceBodyParam {
149
- body: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream;
150
- }
151
-
152
- // @public (undocumented)
153
- export interface AddLargeFaceListFaceDefaultHeaders {
154
- "x-ms-error-code"?: string;
155
- }
156
-
157
- // @public (undocumented)
158
- export interface AddLargeFaceListFaceDefaultResponse extends HttpResponse {
159
- // (undocumented)
160
- body: FaceErrorResponseOutput;
161
- // (undocumented)
162
- headers: RawHttpHeaders & AddLargeFaceListFaceDefaultHeaders;
163
- // (undocumented)
164
- status: string;
165
- }
166
-
167
- // @public (undocumented)
168
- export interface AddLargeFaceListFaceFromUrl {
169
- get(options?: GetLargeFaceListFacesParameters): StreamableMethod<GetLargeFaceListFaces200Response | GetLargeFaceListFacesDefaultResponse>;
170
- post(options: AddLargeFaceListFaceFromUrlParameters): StreamableMethod<AddLargeFaceListFaceFromUrl200Response | AddLargeFaceListFaceFromUrlDefaultResponse>;
171
- post(options: AddLargeFaceListFaceParameters): StreamableMethod<AddLargeFaceListFace200Response | AddLargeFaceListFaceDefaultResponse>;
172
- }
173
-
174
- // @public
175
- export interface AddLargeFaceListFaceFromUrl200Response extends HttpResponse {
176
- // (undocumented)
177
- body: AddFaceResultOutput;
178
- // (undocumented)
179
- status: "200";
180
- }
181
-
182
- // @public (undocumented)
183
- export interface AddLargeFaceListFaceFromUrlBodyParam {
184
- // (undocumented)
185
- body: AddFaceFromUrlRequest;
186
- }
187
-
188
- // @public (undocumented)
189
- export interface AddLargeFaceListFaceFromUrlDefaultHeaders {
190
- "x-ms-error-code"?: string;
191
- }
192
-
193
- // @public (undocumented)
194
- export interface AddLargeFaceListFaceFromUrlDefaultResponse extends HttpResponse {
195
- // (undocumented)
196
- body: FaceErrorResponseOutput;
197
- // (undocumented)
198
- headers: RawHttpHeaders & AddLargeFaceListFaceFromUrlDefaultHeaders;
199
- // (undocumented)
200
- status: string;
201
- }
202
-
203
- // @public (undocumented)
204
- export type AddLargeFaceListFaceFromUrlParameters = AddLargeFaceListFaceFromUrlQueryParam & AddLargeFaceListFaceFromUrlBodyParam & RequestParameters;
205
-
206
- // @public (undocumented)
207
- export interface AddLargeFaceListFaceFromUrlQueryParam {
208
- // (undocumented)
209
- queryParameters?: AddLargeFaceListFaceFromUrlQueryParamProperties;
210
- }
211
-
212
- // @public (undocumented)
213
- export interface AddLargeFaceListFaceFromUrlQueryParamProperties {
214
- detectionModel?: DetectionModel;
215
- targetFace?: number[];
216
- userData?: string;
217
- }
218
-
219
- // @public (undocumented)
220
- export interface AddLargeFaceListFaceMediaTypesParam {
221
- contentType: "application/octet-stream";
222
- }
223
-
224
- // @public (undocumented)
225
- export type AddLargeFaceListFaceParameters = AddLargeFaceListFaceQueryParam & AddLargeFaceListFaceMediaTypesParam & AddLargeFaceListFaceBodyParam & RequestParameters;
226
-
227
- // @public (undocumented)
228
- export interface AddLargeFaceListFaceQueryParam {
229
- // (undocumented)
230
- queryParameters?: AddLargeFaceListFaceQueryParamProperties;
231
- }
232
-
233
- // @public (undocumented)
234
- export interface AddLargeFaceListFaceQueryParamProperties {
235
- detectionModel?: DetectionModel;
236
- targetFace?: number[];
237
- userData?: string;
238
- }
239
-
240
- // @public
241
- export interface AddLargePersonGroupPersonFace200Response extends HttpResponse {
242
- // (undocumented)
243
- body: AddFaceResultOutput;
244
- // (undocumented)
245
- status: "200";
246
- }
247
-
248
- // @public (undocumented)
249
- export interface AddLargePersonGroupPersonFaceBodyParam {
250
- body: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream;
251
- }
252
-
253
- // @public (undocumented)
254
- export interface AddLargePersonGroupPersonFaceDefaultHeaders {
255
- "x-ms-error-code"?: string;
256
- }
257
-
258
- // @public (undocumented)
259
- export interface AddLargePersonGroupPersonFaceDefaultResponse extends HttpResponse {
260
- // (undocumented)
261
- body: FaceErrorResponseOutput;
262
- // (undocumented)
263
- headers: RawHttpHeaders & AddLargePersonGroupPersonFaceDefaultHeaders;
264
- // (undocumented)
265
- status: string;
266
- }
267
-
268
- // @public (undocumented)
269
- export interface AddLargePersonGroupPersonFaceFromUrl {
270
- post(options: AddLargePersonGroupPersonFaceFromUrlParameters): StreamableMethod<AddLargePersonGroupPersonFaceFromUrl200Response | AddLargePersonGroupPersonFaceFromUrlDefaultResponse>;
271
- post(options: AddLargePersonGroupPersonFaceParameters): StreamableMethod<AddLargePersonGroupPersonFace200Response | AddLargePersonGroupPersonFaceDefaultResponse>;
272
- }
273
-
274
- // @public
275
- export interface AddLargePersonGroupPersonFaceFromUrl200Response extends HttpResponse {
276
- // (undocumented)
277
- body: AddFaceResultOutput;
278
- // (undocumented)
279
- status: "200";
280
- }
281
-
282
- // @public (undocumented)
283
- export interface AddLargePersonGroupPersonFaceFromUrlBodyParam {
284
- // (undocumented)
285
- body: AddFaceFromUrlRequest;
286
- }
287
-
288
- // @public (undocumented)
289
- export interface AddLargePersonGroupPersonFaceFromUrlDefaultHeaders {
290
- "x-ms-error-code"?: string;
291
- }
292
-
293
- // @public (undocumented)
294
- export interface AddLargePersonGroupPersonFaceFromUrlDefaultResponse extends HttpResponse {
295
- // (undocumented)
296
- body: FaceErrorResponseOutput;
297
- // (undocumented)
298
- headers: RawHttpHeaders & AddLargePersonGroupPersonFaceFromUrlDefaultHeaders;
299
- // (undocumented)
300
- status: string;
301
- }
302
-
303
- // @public (undocumented)
304
- export type AddLargePersonGroupPersonFaceFromUrlParameters = AddLargePersonGroupPersonFaceFromUrlQueryParam & AddLargePersonGroupPersonFaceFromUrlBodyParam & RequestParameters;
305
-
306
- // @public (undocumented)
307
- export interface AddLargePersonGroupPersonFaceFromUrlQueryParam {
308
- // (undocumented)
309
- queryParameters?: AddLargePersonGroupPersonFaceFromUrlQueryParamProperties;
310
- }
311
-
312
- // @public (undocumented)
313
- export interface AddLargePersonGroupPersonFaceFromUrlQueryParamProperties {
314
- detectionModel?: DetectionModel;
315
- targetFace?: number[];
316
- userData?: string;
317
- }
318
-
319
- // @public (undocumented)
320
- export interface AddLargePersonGroupPersonFaceMediaTypesParam {
321
- contentType: "application/octet-stream";
322
- }
323
-
324
- // @public (undocumented)
325
- export type AddLargePersonGroupPersonFaceParameters = AddLargePersonGroupPersonFaceQueryParam & AddLargePersonGroupPersonFaceMediaTypesParam & AddLargePersonGroupPersonFaceBodyParam & RequestParameters;
326
-
327
- // @public (undocumented)
328
- export interface AddLargePersonGroupPersonFaceQueryParam {
329
- // (undocumented)
330
- queryParameters?: AddLargePersonGroupPersonFaceQueryParamProperties;
331
- }
332
-
333
- // @public (undocumented)
334
- export interface AddLargePersonGroupPersonFaceQueryParamProperties {
335
- detectionModel?: DetectionModel;
336
- targetFace?: number[];
337
- userData?: string;
338
- }
339
-
340
- // @public (undocumented)
341
- export interface AddPersonFace {
342
- get(options?: GetPersonFacesParameters): StreamableMethod<GetPersonFaces200Response | GetPersonFacesDefaultResponse>;
343
- post(options: AddPersonFaceParameters): StreamableMethod<AddPersonFace202Response | AddPersonFaceDefaultResponse>;
344
- post(options: AddPersonFaceFromUrlParameters): StreamableMethod<AddPersonFaceFromUrl202Response | AddPersonFaceFromUrlDefaultResponse>;
345
- }
346
-
347
- // @public (undocumented)
348
- export interface AddPersonFace202Headers {
349
- // (undocumented)
350
- "operation-location": string;
351
- // (undocumented)
352
- location: string;
353
- }
354
-
355
- // @public
356
- export interface AddPersonFace202Response extends HttpResponse {
357
- // (undocumented)
358
- body: AddFaceResultOutput;
359
- // (undocumented)
360
- headers: RawHttpHeaders & AddPersonFace202Headers;
361
- // (undocumented)
362
- status: "202";
363
- }
364
-
365
- // @public (undocumented)
366
- export interface AddPersonFaceBodyParam {
367
- body: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream;
368
- }
369
-
370
- // @public (undocumented)
371
- export interface AddPersonFaceDefaultHeaders {
372
- "x-ms-error-code"?: string;
373
- }
374
-
375
- // @public (undocumented)
376
- export interface AddPersonFaceDefaultResponse extends HttpResponse {
377
- // (undocumented)
378
- body: FaceErrorResponseOutput;
379
- // (undocumented)
380
- headers: RawHttpHeaders & AddPersonFaceDefaultHeaders;
381
- // (undocumented)
382
- status: string;
383
- }
384
-
385
- // @public (undocumented)
386
- export interface AddPersonFaceFromUrl202Headers {
387
- // (undocumented)
388
- "operation-location": string;
389
- // (undocumented)
390
- location: string;
391
- }
392
-
393
- // @public
394
- export interface AddPersonFaceFromUrl202Response extends HttpResponse {
395
- // (undocumented)
396
- body: AddFaceResultOutput;
397
- // (undocumented)
398
- headers: RawHttpHeaders & AddPersonFaceFromUrl202Headers;
399
- // (undocumented)
400
- status: "202";
401
- }
402
-
403
- // @public (undocumented)
404
- export interface AddPersonFaceFromUrlBodyParam {
405
- // (undocumented)
406
- body: {
407
- url: string;
408
- };
409
- }
410
-
411
- // @public (undocumented)
412
- export interface AddPersonFaceFromUrlDefaultHeaders {
413
- "x-ms-error-code"?: string;
414
- }
415
-
416
- // @public (undocumented)
417
- export interface AddPersonFaceFromUrlDefaultResponse extends HttpResponse {
418
- // (undocumented)
419
- body: FaceErrorResponseOutput;
420
- // (undocumented)
421
- headers: RawHttpHeaders & AddPersonFaceFromUrlDefaultHeaders;
422
- // (undocumented)
423
- status: string;
424
- }
425
-
426
- // @public
427
- export interface AddPersonFaceFromUrlLogicalResponse extends HttpResponse {
428
- // (undocumented)
429
- body: AddFaceResultOutput;
430
- // (undocumented)
431
- status: "200";
432
- }
433
-
434
- // @public (undocumented)
435
- export type AddPersonFaceFromUrlParameters = AddPersonFaceFromUrlQueryParam & AddPersonFaceFromUrlBodyParam & RequestParameters;
436
-
437
- // @public (undocumented)
438
- export interface AddPersonFaceFromUrlQueryParam {
439
- // (undocumented)
440
- queryParameters?: AddPersonFaceFromUrlQueryParamProperties;
441
- }
442
-
443
- // @public (undocumented)
444
- export interface AddPersonFaceFromUrlQueryParamProperties {
445
- detectionModel?: DetectionModel;
446
- targetFace?: number[];
447
- userData?: string;
448
- }
449
-
450
- // @public
451
- export interface AddPersonFaceLogicalResponse extends HttpResponse {
452
- // (undocumented)
453
- body: AddFaceResultOutput;
454
- // (undocumented)
455
- status: "200";
456
- }
457
-
458
- // @public (undocumented)
459
- export interface AddPersonFaceMediaTypesParam {
460
- contentType: "application/octet-stream";
461
- }
462
-
463
- // @public (undocumented)
464
- export type AddPersonFaceParameters = AddPersonFaceQueryParam & AddPersonFaceMediaTypesParam & AddPersonFaceBodyParam & RequestParameters;
465
-
466
- // @public (undocumented)
467
- export interface AddPersonFaceQueryParam {
468
- // (undocumented)
469
- queryParameters?: AddPersonFaceQueryParamProperties;
470
- }
471
-
472
- // @public (undocumented)
473
- export interface AddPersonFaceQueryParamProperties {
474
- detectionModel?: DetectionModel;
475
- targetFace?: number[];
476
- userData?: string;
477
- }
478
-
479
- // @public
480
- export interface AddPersonGroupPersonFace200Response extends HttpResponse {
481
- // (undocumented)
482
- body: AddFaceResultOutput;
483
- // (undocumented)
484
- status: "200";
485
- }
486
-
487
- // @public (undocumented)
488
- export interface AddPersonGroupPersonFaceBodyParam {
489
- body: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream;
490
- }
491
-
492
- // @public (undocumented)
493
- export interface AddPersonGroupPersonFaceDefaultHeaders {
494
- "x-ms-error-code"?: string;
495
- }
496
-
497
- // @public (undocumented)
498
- export interface AddPersonGroupPersonFaceDefaultResponse extends HttpResponse {
499
- // (undocumented)
500
- body: FaceErrorResponseOutput;
501
- // (undocumented)
502
- headers: RawHttpHeaders & AddPersonGroupPersonFaceDefaultHeaders;
503
- // (undocumented)
504
- status: string;
505
- }
506
-
507
- // @public (undocumented)
508
- export interface AddPersonGroupPersonFaceFromUrl {
509
- post(options: AddPersonGroupPersonFaceFromUrlParameters): StreamableMethod<AddPersonGroupPersonFaceFromUrl200Response | AddPersonGroupPersonFaceFromUrlDefaultResponse>;
510
- post(options: AddPersonGroupPersonFaceParameters): StreamableMethod<AddPersonGroupPersonFace200Response | AddPersonGroupPersonFaceDefaultResponse>;
511
- }
512
-
513
- // @public
514
- export interface AddPersonGroupPersonFaceFromUrl200Response extends HttpResponse {
515
- // (undocumented)
516
- body: AddFaceResultOutput;
517
- // (undocumented)
518
- status: "200";
519
- }
520
-
521
- // @public (undocumented)
522
- export interface AddPersonGroupPersonFaceFromUrlBodyParam {
523
- // (undocumented)
524
- body: AddFaceFromUrlRequest;
525
- }
526
-
527
- // @public (undocumented)
528
- export interface AddPersonGroupPersonFaceFromUrlDefaultHeaders {
529
- "x-ms-error-code"?: string;
530
- }
531
-
532
- // @public (undocumented)
533
- export interface AddPersonGroupPersonFaceFromUrlDefaultResponse extends HttpResponse {
534
- // (undocumented)
535
- body: FaceErrorResponseOutput;
536
- // (undocumented)
537
- headers: RawHttpHeaders & AddPersonGroupPersonFaceFromUrlDefaultHeaders;
538
- // (undocumented)
539
- status: string;
540
- }
541
-
542
- // @public (undocumented)
543
- export type AddPersonGroupPersonFaceFromUrlParameters = AddPersonGroupPersonFaceFromUrlQueryParam & AddPersonGroupPersonFaceFromUrlBodyParam & RequestParameters;
544
-
545
- // @public (undocumented)
546
- export interface AddPersonGroupPersonFaceFromUrlQueryParam {
547
- // (undocumented)
548
- queryParameters?: AddPersonGroupPersonFaceFromUrlQueryParamProperties;
549
- }
550
-
551
- // @public (undocumented)
552
- export interface AddPersonGroupPersonFaceFromUrlQueryParamProperties {
553
- detectionModel?: DetectionModel;
554
- targetFace?: number[];
555
- userData?: string;
556
- }
557
-
558
- // @public (undocumented)
559
- export interface AddPersonGroupPersonFaceMediaTypesParam {
560
- contentType: "application/octet-stream";
561
- }
562
-
563
- // @public (undocumented)
564
- export type AddPersonGroupPersonFaceParameters = AddPersonGroupPersonFaceQueryParam & AddPersonGroupPersonFaceMediaTypesParam & AddPersonGroupPersonFaceBodyParam & RequestParameters;
565
-
566
- // @public (undocumented)
567
- export interface AddPersonGroupPersonFaceQueryParam {
568
- // (undocumented)
569
- queryParameters?: AddPersonGroupPersonFaceQueryParamProperties;
570
- }
571
-
572
- // @public (undocumented)
573
- export interface AddPersonGroupPersonFaceQueryParamProperties {
574
- detectionModel?: DetectionModel;
575
- targetFace?: number[];
576
- userData?: string;
577
- }
578
-
579
- // @public
580
- export interface AuditLivenessResponseInfoOutput {
581
- body: LivenessResponseBodyOutput;
582
- latencyInMilliseconds: number;
583
- statusCode: number;
584
- }
585
-
586
- // @public
587
- export interface AuditRequestInfoOutput {
588
- contentLength?: number;
589
- contentType: string;
590
- method: string;
591
- url: string;
592
- userAgent?: string;
593
- }
594
-
595
- // @public
596
- export type BlurLevelOutput = string;
597
-
598
- // @public
599
- export interface BlurPropertiesOutput {
600
- blurLevel: BlurLevelOutput;
601
- value: number;
602
- }
603
-
604
- // @public
605
- function createClient(endpointParam: string, credentials: TokenCredential | KeyCredential, { apiVersion, ...options }?: FaceClientOptions): FaceClient;
606
- export default createClient;
607
-
608
- // @public
609
- export interface CreateCollectionRequest {
610
- name: string;
611
- recognitionModel?: RecognitionModel;
612
- userData?: string;
613
- }
614
-
615
- // @public
616
- export interface CreateDynamicPersonGroup200Response extends HttpResponse {
617
- // (undocumented)
618
- status: "200";
619
- }
620
-
621
- // @public (undocumented)
622
- export interface CreateDynamicPersonGroupBodyParam {
623
- // (undocumented)
624
- body: UserDefinedFields;
625
- }
626
-
627
- // @public (undocumented)
628
- export interface CreateDynamicPersonGroupDefaultHeaders {
629
- "x-ms-error-code"?: string;
630
- }
631
-
632
- // @public (undocumented)
633
- export interface CreateDynamicPersonGroupDefaultResponse extends HttpResponse {
634
- // (undocumented)
635
- body: FaceErrorResponseOutput;
636
- // (undocumented)
637
- headers: RawHttpHeaders & CreateDynamicPersonGroupDefaultHeaders;
638
- // (undocumented)
639
- status: string;
640
- }
641
-
642
- // @public (undocumented)
643
- export type CreateDynamicPersonGroupParameters = CreateDynamicPersonGroupBodyParam & RequestParameters;
644
-
645
- // @public (undocumented)
646
- export interface CreateDynamicPersonGroupWithPerson {
647
- delete(options?: DeleteDynamicPersonGroupParameters): StreamableMethod<DeleteDynamicPersonGroup202Response | DeleteDynamicPersonGroupDefaultResponse>;
648
- get(options?: GetDynamicPersonGroupParameters): StreamableMethod<GetDynamicPersonGroup200Response | GetDynamicPersonGroupDefaultResponse>;
649
- patch(options: UpdateDynamicPersonGroupWithPersonChangesParameters): StreamableMethod<UpdateDynamicPersonGroupWithPersonChanges202Response | UpdateDynamicPersonGroupWithPersonChangesDefaultResponse>;
650
- patch(options: UpdateDynamicPersonGroupParameters): StreamableMethod<UpdateDynamicPersonGroup200Response | UpdateDynamicPersonGroupDefaultResponse>;
651
- put(options: CreateDynamicPersonGroupWithPersonParameters): StreamableMethod<CreateDynamicPersonGroupWithPerson202Response | CreateDynamicPersonGroupWithPersonDefaultResponse>;
652
- put(options: CreateDynamicPersonGroupParameters): StreamableMethod<CreateDynamicPersonGroup200Response | CreateDynamicPersonGroupDefaultResponse>;
653
- }
654
-
655
- // @public (undocumented)
656
- export interface CreateDynamicPersonGroupWithPerson202Headers {
657
- // (undocumented)
658
- "operation-location": string;
659
- }
660
-
661
- // @public
662
- export interface CreateDynamicPersonGroupWithPerson202Response extends HttpResponse {
663
- // (undocumented)
664
- headers: RawHttpHeaders & CreateDynamicPersonGroupWithPerson202Headers;
665
- // (undocumented)
666
- status: "202";
667
- }
668
-
669
- // @public (undocumented)
670
- export interface CreateDynamicPersonGroupWithPersonBodyParam {
671
- // (undocumented)
672
- body: {
673
- name: string;
674
- userData?: string;
675
- addPersonIds: string[];
676
- };
677
- }
678
-
679
- // @public (undocumented)
680
- export interface CreateDynamicPersonGroupWithPersonDefaultHeaders {
681
- "x-ms-error-code"?: string;
682
- }
683
-
684
- // @public (undocumented)
685
- export interface CreateDynamicPersonGroupWithPersonDefaultResponse extends HttpResponse {
686
- // (undocumented)
687
- body: FaceErrorResponseOutput;
688
- // (undocumented)
689
- headers: RawHttpHeaders & CreateDynamicPersonGroupWithPersonDefaultHeaders;
690
- // (undocumented)
691
- status: string;
692
- }
693
-
694
- // @public
695
- export interface CreateDynamicPersonGroupWithPersonLogicalResponse extends HttpResponse {
696
- // (undocumented)
697
- status: "200";
698
- }
699
-
700
- // @public (undocumented)
701
- export type CreateDynamicPersonGroupWithPersonParameters = CreateDynamicPersonGroupWithPersonBodyParam & RequestParameters;
702
-
703
- // @public (undocumented)
704
- export interface CreateFaceList {
705
- delete(options?: DeleteFaceListParameters): StreamableMethod<DeleteFaceList200Response | DeleteFaceListDefaultResponse>;
706
- get(options?: GetFaceListParameters): StreamableMethod<GetFaceList200Response | GetFaceListDefaultResponse>;
707
- patch(options: UpdateFaceListParameters): StreamableMethod<UpdateFaceList200Response | UpdateFaceListDefaultResponse>;
708
- put(options: CreateFaceListParameters): StreamableMethod<CreateFaceList200Response | CreateFaceListDefaultResponse>;
709
- }
710
-
711
- // @public
712
- export interface CreateFaceList200Response extends HttpResponse {
713
- // (undocumented)
714
- status: "200";
715
- }
716
-
717
- // @public (undocumented)
718
- export interface CreateFaceListBodyParam {
719
- // (undocumented)
720
- body: CreateCollectionRequest;
721
- }
722
-
723
- // @public (undocumented)
724
- export interface CreateFaceListDefaultHeaders {
725
- "x-ms-error-code"?: string;
726
- }
727
-
728
- // @public (undocumented)
729
- export interface CreateFaceListDefaultResponse extends HttpResponse {
730
- // (undocumented)
731
- body: FaceErrorResponseOutput;
732
- // (undocumented)
733
- headers: RawHttpHeaders & CreateFaceListDefaultHeaders;
734
- // (undocumented)
735
- status: string;
736
- }
737
-
738
- // @public (undocumented)
739
- export type CreateFaceListParameters = CreateFaceListBodyParam & RequestParameters;
740
-
741
- // @public (undocumented)
742
- export interface CreateLargeFaceList {
743
- delete(options?: DeleteLargeFaceListParameters): StreamableMethod<DeleteLargeFaceList200Response | DeleteLargeFaceListDefaultResponse>;
744
- get(options?: GetLargeFaceListParameters): StreamableMethod<GetLargeFaceList200Response | GetLargeFaceListDefaultResponse>;
745
- patch(options: UpdateLargeFaceListParameters): StreamableMethod<UpdateLargeFaceList200Response | UpdateLargeFaceListDefaultResponse>;
746
- put(options: CreateLargeFaceListParameters): StreamableMethod<CreateLargeFaceList200Response | CreateLargeFaceListDefaultResponse>;
747
- }
748
-
749
- // @public
750
- export interface CreateLargeFaceList200Response extends HttpResponse {
751
- // (undocumented)
752
- status: "200";
753
- }
754
-
755
- // @public (undocumented)
756
- export interface CreateLargeFaceListBodyParam {
757
- // (undocumented)
758
- body: CreateCollectionRequest;
759
- }
760
-
761
- // @public (undocumented)
762
- export interface CreateLargeFaceListDefaultHeaders {
763
- "x-ms-error-code"?: string;
764
- }
765
-
766
- // @public (undocumented)
767
- export interface CreateLargeFaceListDefaultResponse extends HttpResponse {
768
- // (undocumented)
769
- body: FaceErrorResponseOutput;
770
- // (undocumented)
771
- headers: RawHttpHeaders & CreateLargeFaceListDefaultHeaders;
772
- // (undocumented)
773
- status: string;
774
- }
775
-
776
- // @public (undocumented)
777
- export type CreateLargeFaceListParameters = CreateLargeFaceListBodyParam & RequestParameters;
778
-
779
- // @public (undocumented)
780
- export interface CreateLargePersonGroup {
781
- delete(options?: DeleteLargePersonGroupParameters): StreamableMethod<DeleteLargePersonGroup200Response | DeleteLargePersonGroupDefaultResponse>;
782
- get(options?: GetLargePersonGroupParameters): StreamableMethod<GetLargePersonGroup200Response | GetLargePersonGroupDefaultResponse>;
783
- patch(options: UpdateLargePersonGroupParameters): StreamableMethod<UpdateLargePersonGroup200Response | UpdateLargePersonGroupDefaultResponse>;
784
- put(options: CreateLargePersonGroupParameters): StreamableMethod<CreateLargePersonGroup200Response | CreateLargePersonGroupDefaultResponse>;
785
- }
786
-
787
- // @public
788
- export interface CreateLargePersonGroup200Response extends HttpResponse {
789
- // (undocumented)
790
- status: "200";
791
- }
792
-
793
- // @public (undocumented)
794
- export interface CreateLargePersonGroupBodyParam {
795
- // (undocumented)
796
- body: CreateCollectionRequest;
797
- }
798
-
799
- // @public (undocumented)
800
- export interface CreateLargePersonGroupDefaultHeaders {
801
- "x-ms-error-code"?: string;
802
- }
803
-
804
- // @public (undocumented)
805
- export interface CreateLargePersonGroupDefaultResponse extends HttpResponse {
806
- // (undocumented)
807
- body: FaceErrorResponseOutput;
808
- // (undocumented)
809
- headers: RawHttpHeaders & CreateLargePersonGroupDefaultHeaders;
810
- // (undocumented)
811
- status: string;
812
- }
813
-
814
- // @public (undocumented)
815
- export type CreateLargePersonGroupParameters = CreateLargePersonGroupBodyParam & RequestParameters;
816
-
817
- // @public (undocumented)
818
- export interface CreateLargePersonGroupPerson {
819
- get(options?: GetLargePersonGroupPersonsParameters): StreamableMethod<GetLargePersonGroupPersons200Response | GetLargePersonGroupPersonsDefaultResponse>;
820
- post(options: CreateLargePersonGroupPersonParameters): StreamableMethod<CreateLargePersonGroupPerson200Response | CreateLargePersonGroupPersonDefaultResponse>;
821
- }
822
-
823
- // @public
824
- export interface CreateLargePersonGroupPerson200Response extends HttpResponse {
825
- // (undocumented)
826
- body: CreatePersonResultOutput;
827
- // (undocumented)
828
- status: "200";
829
- }
830
-
831
- // @public (undocumented)
832
- export interface CreateLargePersonGroupPersonBodyParam {
833
- // (undocumented)
834
- body: UserDefinedFields;
835
- }
836
-
837
- // @public (undocumented)
838
- export interface CreateLargePersonGroupPersonDefaultHeaders {
839
- "x-ms-error-code"?: string;
840
- }
841
-
842
- // @public (undocumented)
843
- export interface CreateLargePersonGroupPersonDefaultResponse extends HttpResponse {
844
- // (undocumented)
845
- body: FaceErrorResponseOutput;
846
- // (undocumented)
847
- headers: RawHttpHeaders & CreateLargePersonGroupPersonDefaultHeaders;
848
- // (undocumented)
849
- status: string;
850
- }
851
-
852
- // @public (undocumented)
853
- export type CreateLargePersonGroupPersonParameters = CreateLargePersonGroupPersonBodyParam & RequestParameters;
854
-
855
- // @public (undocumented)
856
- export interface CreateLivenessSession {
857
- get(options?: GetLivenessSessionsParameters): StreamableMethod<GetLivenessSessions200Response | GetLivenessSessionsDefaultResponse>;
858
- post(options: CreateLivenessSessionParameters): StreamableMethod<CreateLivenessSession200Response | CreateLivenessSessionDefaultResponse>;
859
- }
860
-
861
- // @public
862
- export interface CreateLivenessSession200Response extends HttpResponse {
863
- // (undocumented)
864
- body: CreateLivenessSessionResultOutput;
865
- // (undocumented)
866
- status: "200";
867
- }
868
-
869
- // @public (undocumented)
870
- export interface CreateLivenessSessionBodyParam {
871
- body: CreateLivenessSessionContent;
872
- }
873
-
874
- // @public
875
- export interface CreateLivenessSessionContent {
876
- authTokenTimeToLiveInSeconds?: number;
877
- deviceCorrelationId?: string;
878
- deviceCorrelationIdSetInClient?: boolean;
879
- enableSessionImage?: boolean;
880
- livenessOperationMode: LivenessOperationMode;
881
- livenessSingleModalModel?: LivenessModel;
882
- sendResultsToClient?: boolean;
883
- }
884
-
885
- // @public (undocumented)
886
- export interface CreateLivenessSessionDefaultHeaders {
887
- "x-ms-error-code"?: string;
888
- }
889
-
890
- // @public (undocumented)
891
- export interface CreateLivenessSessionDefaultResponse extends HttpResponse {
892
- // (undocumented)
893
- body: FaceErrorResponseOutput;
894
- // (undocumented)
895
- headers: RawHttpHeaders & CreateLivenessSessionDefaultHeaders;
896
- // (undocumented)
897
- status: string;
898
- }
899
-
900
- // @public (undocumented)
901
- export type CreateLivenessSessionParameters = CreateLivenessSessionBodyParam & RequestParameters;
902
-
903
- // @public
904
- export interface CreateLivenessSessionResultOutput {
905
- authToken: string;
906
- sessionId: string;
907
- }
908
-
909
- // @public
910
- export interface CreateLivenessWithVerifySession200Response extends HttpResponse {
911
- // (undocumented)
912
- body: CreateLivenessWithVerifySessionResultOutput;
913
- // (undocumented)
914
- status: "200";
915
- }
916
-
917
- // @public (undocumented)
918
- export interface CreateLivenessWithVerifySessionBodyParam {
919
- body: CreateLivenessWithVerifySessionJsonContent;
920
- }
921
-
922
- // @public (undocumented)
923
- export interface CreateLivenessWithVerifySessionDefaultHeaders {
924
- "x-ms-error-code"?: string;
925
- }
926
-
927
- // @public (undocumented)
928
- export interface CreateLivenessWithVerifySessionDefaultResponse extends HttpResponse {
929
- // (undocumented)
930
- body: FaceErrorResponseOutput;
931
- // (undocumented)
932
- headers: RawHttpHeaders & CreateLivenessWithVerifySessionDefaultHeaders;
933
- // (undocumented)
934
- status: string;
935
- }
936
-
937
- // @public
938
- export interface CreateLivenessWithVerifySessionJsonContent {
939
- authTokenTimeToLiveInSeconds?: number;
940
- deviceCorrelationId?: string;
941
- deviceCorrelationIdSetInClient?: boolean;
942
- enableSessionImage?: boolean;
943
- livenessOperationMode: LivenessOperationMode;
944
- livenessSingleModalModel?: LivenessModel;
945
- returnVerifyImageHash?: boolean;
946
- sendResultsToClient?: boolean;
947
- verifyConfidenceThreshold?: number;
948
- }
949
-
950
- // @public
951
- export type CreateLivenessWithVerifySessionMultipartContent = FormData | Array<CreateLivenessWithVerifySessionMultipartContentParametersPartDescriptor | CreateLivenessWithVerifySessionMultipartContentVerifyImagePartDescriptor>;
952
-
953
- // @public (undocumented)
954
- export interface CreateLivenessWithVerifySessionMultipartContentParametersPartDescriptor {
955
- // (undocumented)
956
- body: CreateLivenessWithVerifySessionJsonContent;
957
- // (undocumented)
958
- name: "Parameters";
959
- }
960
-
961
- // @public (undocumented)
962
- export interface CreateLivenessWithVerifySessionMultipartContentVerifyImagePartDescriptor {
963
- // (undocumented)
964
- body: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream | File;
965
- // (undocumented)
966
- contentType?: string;
967
- // (undocumented)
968
- filename?: string;
969
- // (undocumented)
970
- name: "VerifyImage";
971
- }
972
-
973
- // @public (undocumented)
974
- export type CreateLivenessWithVerifySessionParameters = CreateLivenessWithVerifySessionBodyParam & RequestParameters;
975
-
976
- // @public
977
- export interface CreateLivenessWithVerifySessionResultOutput {
978
- authToken: string;
979
- sessionId: string;
980
- verifyImage?: LivenessWithVerifyImageOutput;
981
- }
982
-
983
- // @public (undocumented)
984
- export interface CreateLivenessWithVerifySessionWithVerifyImage {
985
- get(options?: GetLivenessWithVerifySessionsParameters): StreamableMethod<GetLivenessWithVerifySessions200Response | GetLivenessWithVerifySessionsDefaultResponse>;
986
- post(options: CreateLivenessWithVerifySessionWithVerifyImageParameters): StreamableMethod<CreateLivenessWithVerifySessionWithVerifyImage200Response | CreateLivenessWithVerifySessionWithVerifyImageDefaultResponse>;
987
- post(options: CreateLivenessWithVerifySessionParameters): StreamableMethod<CreateLivenessWithVerifySession200Response | CreateLivenessWithVerifySessionDefaultResponse>;
988
- }
989
-
990
- // @public
991
- export interface CreateLivenessWithVerifySessionWithVerifyImage200Response extends HttpResponse {
992
- // (undocumented)
993
- body: CreateLivenessWithVerifySessionResultOutput;
994
- // (undocumented)
995
- status: "200";
996
- }
997
-
998
- // @public (undocumented)
999
- export interface CreateLivenessWithVerifySessionWithVerifyImageBodyParam {
1000
- body: CreateLivenessWithVerifySessionMultipartContent;
1001
- }
1002
-
1003
- // @public (undocumented)
1004
- export interface CreateLivenessWithVerifySessionWithVerifyImageDefaultHeaders {
1005
- "x-ms-error-code"?: string;
1006
- }
1007
-
1008
- // @public (undocumented)
1009
- export interface CreateLivenessWithVerifySessionWithVerifyImageDefaultResponse extends HttpResponse {
1010
- // (undocumented)
1011
- body: FaceErrorResponseOutput;
1012
- // (undocumented)
1013
- headers: RawHttpHeaders & CreateLivenessWithVerifySessionWithVerifyImageDefaultHeaders;
1014
- // (undocumented)
1015
- status: string;
1016
- }
1017
-
1018
- // @public (undocumented)
1019
- export interface CreateLivenessWithVerifySessionWithVerifyImageMediaTypesParam {
1020
- contentType: "multipart/form-data";
1021
- }
1022
-
1023
- // @public (undocumented)
1024
- export type CreateLivenessWithVerifySessionWithVerifyImageParameters = CreateLivenessWithVerifySessionWithVerifyImageMediaTypesParam & CreateLivenessWithVerifySessionWithVerifyImageBodyParam & RequestParameters;
1025
-
1026
- // @public (undocumented)
1027
- export interface CreatePerson {
1028
- get(options?: GetPersonsParameters): StreamableMethod<GetPersons200Response | GetPersonsDefaultResponse>;
1029
- post(options: CreatePersonParameters): StreamableMethod<CreatePerson202Response | CreatePersonDefaultResponse>;
1030
- }
1031
-
1032
- // @public (undocumented)
1033
- export interface CreatePerson202Headers {
1034
- // (undocumented)
1035
- "operation-location": string;
1036
- // (undocumented)
1037
- location: string;
1038
- }
1039
-
1040
- // @public
1041
- export interface CreatePerson202Response extends HttpResponse {
1042
- // (undocumented)
1043
- body: CreatePersonResultOutput;
1044
- // (undocumented)
1045
- headers: RawHttpHeaders & CreatePerson202Headers;
1046
- // (undocumented)
1047
- status: "202";
1048
- }
1049
-
1050
- // @public (undocumented)
1051
- export interface CreatePersonBodyParam {
1052
- // (undocumented)
1053
- body: UserDefinedFields;
1054
- }
1055
-
1056
- // @public (undocumented)
1057
- export interface CreatePersonDefaultHeaders {
1058
- "x-ms-error-code"?: string;
1059
- }
1060
-
1061
- // @public (undocumented)
1062
- export interface CreatePersonDefaultResponse extends HttpResponse {
1063
- // (undocumented)
1064
- body: FaceErrorResponseOutput;
1065
- // (undocumented)
1066
- headers: RawHttpHeaders & CreatePersonDefaultHeaders;
1067
- // (undocumented)
1068
- status: string;
1069
- }
1070
-
1071
- // @public (undocumented)
1072
- export interface CreatePersonGroup {
1073
- delete(options?: DeletePersonGroupParameters): StreamableMethod<DeletePersonGroup200Response | DeletePersonGroupDefaultResponse>;
1074
- get(options?: GetPersonGroupParameters): StreamableMethod<GetPersonGroup200Response | GetPersonGroupDefaultResponse>;
1075
- patch(options: UpdatePersonGroupParameters): StreamableMethod<UpdatePersonGroup200Response | UpdatePersonGroupDefaultResponse>;
1076
- put(options: CreatePersonGroupParameters): StreamableMethod<CreatePersonGroup200Response | CreatePersonGroupDefaultResponse>;
1077
- }
1078
-
1079
- // @public
1080
- export interface CreatePersonGroup200Response extends HttpResponse {
1081
- // (undocumented)
1082
- status: "200";
1083
- }
1084
-
1085
- // @public (undocumented)
1086
- export interface CreatePersonGroupBodyParam {
1087
- // (undocumented)
1088
- body: CreateCollectionRequest;
1089
- }
1090
-
1091
- // @public (undocumented)
1092
- export interface CreatePersonGroupDefaultHeaders {
1093
- "x-ms-error-code"?: string;
1094
- }
1095
-
1096
- // @public (undocumented)
1097
- export interface CreatePersonGroupDefaultResponse extends HttpResponse {
1098
- // (undocumented)
1099
- body: FaceErrorResponseOutput;
1100
- // (undocumented)
1101
- headers: RawHttpHeaders & CreatePersonGroupDefaultHeaders;
1102
- // (undocumented)
1103
- status: string;
1104
- }
1105
-
1106
- // @public (undocumented)
1107
- export type CreatePersonGroupParameters = CreatePersonGroupBodyParam & RequestParameters;
1108
-
1109
- // @public (undocumented)
1110
- export interface CreatePersonGroupPerson {
1111
- get(options?: GetPersonGroupPersonsParameters): StreamableMethod<GetPersonGroupPersons200Response | GetPersonGroupPersonsDefaultResponse>;
1112
- post(options: CreatePersonGroupPersonParameters): StreamableMethod<CreatePersonGroupPerson200Response | CreatePersonGroupPersonDefaultResponse>;
1113
- }
1114
-
1115
- // @public
1116
- export interface CreatePersonGroupPerson200Response extends HttpResponse {
1117
- // (undocumented)
1118
- body: CreatePersonResultOutput;
1119
- // (undocumented)
1120
- status: "200";
1121
- }
1122
-
1123
- // @public (undocumented)
1124
- export interface CreatePersonGroupPersonBodyParam {
1125
- // (undocumented)
1126
- body: UserDefinedFields;
1127
- }
1128
-
1129
- // @public (undocumented)
1130
- export interface CreatePersonGroupPersonDefaultHeaders {
1131
- "x-ms-error-code"?: string;
1132
- }
1133
-
1134
- // @public (undocumented)
1135
- export interface CreatePersonGroupPersonDefaultResponse extends HttpResponse {
1136
- // (undocumented)
1137
- body: FaceErrorResponseOutput;
1138
- // (undocumented)
1139
- headers: RawHttpHeaders & CreatePersonGroupPersonDefaultHeaders;
1140
- // (undocumented)
1141
- status: string;
1142
- }
1143
-
1144
- // @public (undocumented)
1145
- export type CreatePersonGroupPersonParameters = CreatePersonGroupPersonBodyParam & RequestParameters;
1146
-
1147
- // @public
1148
- export interface CreatePersonLogicalResponse extends HttpResponse {
1149
- // (undocumented)
1150
- body: CreatePersonResultOutput;
1151
- // (undocumented)
1152
- status: "200";
1153
- }
1154
-
1155
- // @public (undocumented)
1156
- export type CreatePersonParameters = CreatePersonBodyParam & RequestParameters;
1157
-
1158
- // @public
1159
- export interface CreatePersonResultOutput {
1160
- personId: string;
1161
- }
1162
-
1163
- // @public (undocumented)
1164
- export interface DeleteDynamicPersonGroup202Headers {
1165
- // (undocumented)
1166
- "operation-location": string;
1167
- }
1168
-
1169
- // @public
1170
- export interface DeleteDynamicPersonGroup202Response extends HttpResponse {
1171
- // (undocumented)
1172
- headers: RawHttpHeaders & DeleteDynamicPersonGroup202Headers;
1173
- // (undocumented)
1174
- status: "202";
1175
- }
1176
-
1177
- // @public (undocumented)
1178
- export interface DeleteDynamicPersonGroupDefaultHeaders {
1179
- "x-ms-error-code"?: string;
1180
- }
1181
-
1182
- // @public (undocumented)
1183
- export interface DeleteDynamicPersonGroupDefaultResponse extends HttpResponse {
1184
- // (undocumented)
1185
- body: FaceErrorResponseOutput;
1186
- // (undocumented)
1187
- headers: RawHttpHeaders & DeleteDynamicPersonGroupDefaultHeaders;
1188
- // (undocumented)
1189
- status: string;
1190
- }
1191
-
1192
- // @public
1193
- export interface DeleteDynamicPersonGroupLogicalResponse extends HttpResponse {
1194
- // (undocumented)
1195
- status: "200";
1196
- }
1197
-
1198
- // @public (undocumented)
1199
- export type DeleteDynamicPersonGroupParameters = RequestParameters;
1200
-
1201
- // @public
1202
- export interface DeleteFaceList200Response extends HttpResponse {
1203
- // (undocumented)
1204
- status: "200";
1205
- }
1206
-
1207
- // @public (undocumented)
1208
- export interface DeleteFaceListDefaultHeaders {
1209
- "x-ms-error-code"?: string;
1210
- }
1211
-
1212
- // @public (undocumented)
1213
- export interface DeleteFaceListDefaultResponse extends HttpResponse {
1214
- // (undocumented)
1215
- body: FaceErrorResponseOutput;
1216
- // (undocumented)
1217
- headers: RawHttpHeaders & DeleteFaceListDefaultHeaders;
1218
- // (undocumented)
1219
- status: string;
1220
- }
1221
-
1222
- // @public (undocumented)
1223
- export interface DeleteFaceListFace {
1224
- delete(options?: DeleteFaceListFaceParameters): StreamableMethod<DeleteFaceListFace200Response | DeleteFaceListFaceDefaultResponse>;
1225
- }
1226
-
1227
- // @public
1228
- export interface DeleteFaceListFace200Response extends HttpResponse {
1229
- // (undocumented)
1230
- status: "200";
1231
- }
1232
-
1233
- // @public (undocumented)
1234
- export interface DeleteFaceListFaceDefaultHeaders {
1235
- "x-ms-error-code"?: string;
1236
- }
1237
-
1238
- // @public (undocumented)
1239
- export interface DeleteFaceListFaceDefaultResponse extends HttpResponse {
1240
- // (undocumented)
1241
- body: FaceErrorResponseOutput;
1242
- // (undocumented)
1243
- headers: RawHttpHeaders & DeleteFaceListFaceDefaultHeaders;
1244
- // (undocumented)
1245
- status: string;
1246
- }
1247
-
1248
- // @public (undocumented)
1249
- export type DeleteFaceListFaceParameters = RequestParameters;
1250
-
1251
- // @public (undocumented)
1252
- export type DeleteFaceListParameters = RequestParameters;
1253
-
1254
- // @public
1255
- export interface DeleteLargeFaceList200Response extends HttpResponse {
1256
- // (undocumented)
1257
- status: "200";
1258
- }
1259
-
1260
- // @public (undocumented)
1261
- export interface DeleteLargeFaceListDefaultHeaders {
1262
- "x-ms-error-code"?: string;
1263
- }
1264
-
1265
- // @public (undocumented)
1266
- export interface DeleteLargeFaceListDefaultResponse extends HttpResponse {
1267
- // (undocumented)
1268
- body: FaceErrorResponseOutput;
1269
- // (undocumented)
1270
- headers: RawHttpHeaders & DeleteLargeFaceListDefaultHeaders;
1271
- // (undocumented)
1272
- status: string;
1273
- }
1274
-
1275
- // @public (undocumented)
1276
- export interface DeleteLargeFaceListFace {
1277
- delete(options?: DeleteLargeFaceListFaceParameters): StreamableMethod<DeleteLargeFaceListFace200Response | DeleteLargeFaceListFaceDefaultResponse>;
1278
- get(options?: GetLargeFaceListFaceParameters): StreamableMethod<GetLargeFaceListFace200Response | GetLargeFaceListFaceDefaultResponse>;
1279
- patch(options: UpdateLargeFaceListFaceParameters): StreamableMethod<UpdateLargeFaceListFace200Response | UpdateLargeFaceListFaceDefaultResponse>;
1280
- }
1281
-
1282
- // @public
1283
- export interface DeleteLargeFaceListFace200Response extends HttpResponse {
1284
- // (undocumented)
1285
- status: "200";
1286
- }
1287
-
1288
- // @public (undocumented)
1289
- export interface DeleteLargeFaceListFaceDefaultHeaders {
1290
- "x-ms-error-code"?: string;
1291
- }
1292
-
1293
- // @public (undocumented)
1294
- export interface DeleteLargeFaceListFaceDefaultResponse extends HttpResponse {
1295
- // (undocumented)
1296
- body: FaceErrorResponseOutput;
1297
- // (undocumented)
1298
- headers: RawHttpHeaders & DeleteLargeFaceListFaceDefaultHeaders;
1299
- // (undocumented)
1300
- status: string;
1301
- }
1302
-
1303
- // @public (undocumented)
1304
- export type DeleteLargeFaceListFaceParameters = RequestParameters;
1305
-
1306
- // @public (undocumented)
1307
- export type DeleteLargeFaceListParameters = RequestParameters;
1308
-
1309
- // @public
1310
- export interface DeleteLargePersonGroup200Response extends HttpResponse {
1311
- // (undocumented)
1312
- status: "200";
1313
- }
1314
-
1315
- // @public (undocumented)
1316
- export interface DeleteLargePersonGroupDefaultHeaders {
1317
- "x-ms-error-code"?: string;
1318
- }
1319
-
1320
- // @public (undocumented)
1321
- export interface DeleteLargePersonGroupDefaultResponse extends HttpResponse {
1322
- // (undocumented)
1323
- body: FaceErrorResponseOutput;
1324
- // (undocumented)
1325
- headers: RawHttpHeaders & DeleteLargePersonGroupDefaultHeaders;
1326
- // (undocumented)
1327
- status: string;
1328
- }
1329
-
1330
- // @public (undocumented)
1331
- export type DeleteLargePersonGroupParameters = RequestParameters;
1332
-
1333
- // @public (undocumented)
1334
- export interface DeleteLargePersonGroupPerson {
1335
- delete(options?: DeleteLargePersonGroupPersonParameters): StreamableMethod<DeleteLargePersonGroupPerson200Response | DeleteLargePersonGroupPersonDefaultResponse>;
1336
- get(options?: GetLargePersonGroupPersonParameters): StreamableMethod<GetLargePersonGroupPerson200Response | GetLargePersonGroupPersonDefaultResponse>;
1337
- patch(options: UpdateLargePersonGroupPersonParameters): StreamableMethod<UpdateLargePersonGroupPerson200Response | UpdateLargePersonGroupPersonDefaultResponse>;
1338
- }
1339
-
1340
- // @public
1341
- export interface DeleteLargePersonGroupPerson200Response extends HttpResponse {
1342
- // (undocumented)
1343
- status: "200";
1344
- }
1345
-
1346
- // @public (undocumented)
1347
- export interface DeleteLargePersonGroupPersonDefaultHeaders {
1348
- "x-ms-error-code"?: string;
1349
- }
1350
-
1351
- // @public (undocumented)
1352
- export interface DeleteLargePersonGroupPersonDefaultResponse extends HttpResponse {
1353
- // (undocumented)
1354
- body: FaceErrorResponseOutput;
1355
- // (undocumented)
1356
- headers: RawHttpHeaders & DeleteLargePersonGroupPersonDefaultHeaders;
1357
- // (undocumented)
1358
- status: string;
1359
- }
1360
-
1361
- // @public (undocumented)
1362
- export interface DeleteLargePersonGroupPersonFace {
1363
- delete(options?: DeleteLargePersonGroupPersonFaceParameters): StreamableMethod<DeleteLargePersonGroupPersonFace200Response | DeleteLargePersonGroupPersonFaceDefaultResponse>;
1364
- get(options?: GetLargePersonGroupPersonFaceParameters): StreamableMethod<GetLargePersonGroupPersonFace200Response | GetLargePersonGroupPersonFaceDefaultResponse>;
1365
- patch(options: UpdateLargePersonGroupPersonFaceParameters): StreamableMethod<UpdateLargePersonGroupPersonFace200Response | UpdateLargePersonGroupPersonFaceDefaultResponse>;
1366
- }
1367
-
1368
- // @public
1369
- export interface DeleteLargePersonGroupPersonFace200Response extends HttpResponse {
1370
- // (undocumented)
1371
- status: "200";
1372
- }
1373
-
1374
- // @public (undocumented)
1375
- export interface DeleteLargePersonGroupPersonFaceDefaultHeaders {
1376
- "x-ms-error-code"?: string;
1377
- }
1378
-
1379
- // @public (undocumented)
1380
- export interface DeleteLargePersonGroupPersonFaceDefaultResponse extends HttpResponse {
1381
- // (undocumented)
1382
- body: FaceErrorResponseOutput;
1383
- // (undocumented)
1384
- headers: RawHttpHeaders & DeleteLargePersonGroupPersonFaceDefaultHeaders;
1385
- // (undocumented)
1386
- status: string;
1387
- }
1388
-
1389
- // @public (undocumented)
1390
- export type DeleteLargePersonGroupPersonFaceParameters = RequestParameters;
1391
-
1392
- // @public (undocumented)
1393
- export type DeleteLargePersonGroupPersonParameters = RequestParameters;
1394
-
1395
- // @public (undocumented)
1396
- export interface DeleteLivenessSession {
1397
- delete(options?: DeleteLivenessSessionParameters): StreamableMethod<DeleteLivenessSession200Response | DeleteLivenessSessionDefaultResponse>;
1398
- get(options?: GetLivenessSessionResultParameters): StreamableMethod<GetLivenessSessionResult200Response | GetLivenessSessionResultDefaultResponse>;
1399
- }
1400
-
1401
- // @public
1402
- export interface DeleteLivenessSession200Response extends HttpResponse {
1403
- // (undocumented)
1404
- status: "200";
1405
- }
1406
-
1407
- // @public (undocumented)
1408
- export interface DeleteLivenessSessionDefaultHeaders {
1409
- "x-ms-error-code"?: string;
1410
- }
1411
-
1412
- // @public (undocumented)
1413
- export interface DeleteLivenessSessionDefaultResponse extends HttpResponse {
1414
- // (undocumented)
1415
- body: FaceErrorResponseOutput;
1416
- // (undocumented)
1417
- headers: RawHttpHeaders & DeleteLivenessSessionDefaultHeaders;
1418
- // (undocumented)
1419
- status: string;
1420
- }
1421
-
1422
- // @public (undocumented)
1423
- export type DeleteLivenessSessionParameters = RequestParameters;
1424
-
1425
- // @public (undocumented)
1426
- export interface DeleteLivenessWithVerifySession {
1427
- delete(options?: DeleteLivenessWithVerifySessionParameters): StreamableMethod<DeleteLivenessWithVerifySession200Response | DeleteLivenessWithVerifySessionDefaultResponse>;
1428
- get(options?: GetLivenessWithVerifySessionResultParameters): StreamableMethod<GetLivenessWithVerifySessionResult200Response | GetLivenessWithVerifySessionResultDefaultResponse>;
1429
- }
1430
-
1431
- // @public
1432
- export interface DeleteLivenessWithVerifySession200Response extends HttpResponse {
1433
- // (undocumented)
1434
- status: "200";
1435
- }
1436
-
1437
- // @public (undocumented)
1438
- export interface DeleteLivenessWithVerifySessionDefaultHeaders {
1439
- "x-ms-error-code"?: string;
1440
- }
1441
-
1442
- // @public (undocumented)
1443
- export interface DeleteLivenessWithVerifySessionDefaultResponse extends HttpResponse {
1444
- // (undocumented)
1445
- body: FaceErrorResponseOutput;
1446
- // (undocumented)
1447
- headers: RawHttpHeaders & DeleteLivenessWithVerifySessionDefaultHeaders;
1448
- // (undocumented)
1449
- status: string;
1450
- }
1451
-
1452
- // @public (undocumented)
1453
- export type DeleteLivenessWithVerifySessionParameters = RequestParameters;
1454
-
1455
- // @public (undocumented)
1456
- export interface DeletePerson {
1457
- delete(options?: DeletePersonParameters): StreamableMethod<DeletePerson202Response | DeletePersonDefaultResponse>;
1458
- get(options?: GetPersonParameters): StreamableMethod<GetPerson200Response | GetPersonDefaultResponse>;
1459
- patch(options: UpdatePersonParameters): StreamableMethod<UpdatePerson200Response | UpdatePersonDefaultResponse>;
1460
- }
1461
-
1462
- // @public (undocumented)
1463
- export interface DeletePerson202Headers {
1464
- // (undocumented)
1465
- "operation-location": string;
1466
- }
1467
-
1468
- // @public
1469
- export interface DeletePerson202Response extends HttpResponse {
1470
- // (undocumented)
1471
- headers: RawHttpHeaders & DeletePerson202Headers;
1472
- // (undocumented)
1473
- status: "202";
1474
- }
1475
-
1476
- // @public (undocumented)
1477
- export interface DeletePersonDefaultHeaders {
1478
- "x-ms-error-code"?: string;
1479
- }
1480
-
1481
- // @public (undocumented)
1482
- export interface DeletePersonDefaultResponse extends HttpResponse {
1483
- // (undocumented)
1484
- body: FaceErrorResponseOutput;
1485
- // (undocumented)
1486
- headers: RawHttpHeaders & DeletePersonDefaultHeaders;
1487
- // (undocumented)
1488
- status: string;
1489
- }
1490
-
1491
- // @public (undocumented)
1492
- export interface DeletePersonFace {
1493
- delete(options?: DeletePersonFaceParameters): StreamableMethod<DeletePersonFace202Response | DeletePersonFaceDefaultResponse>;
1494
- get(options?: GetPersonFaceParameters): StreamableMethod<GetPersonFace200Response | GetPersonFaceDefaultResponse>;
1495
- patch(options: UpdatePersonFaceParameters): StreamableMethod<UpdatePersonFace200Response | UpdatePersonFaceDefaultResponse>;
1496
- }
1497
-
1498
- // @public (undocumented)
1499
- export interface DeletePersonFace202Headers {
1500
- // (undocumented)
1501
- "operation-location": string;
1502
- }
1503
-
1504
- // @public
1505
- export interface DeletePersonFace202Response extends HttpResponse {
1506
- // (undocumented)
1507
- headers: RawHttpHeaders & DeletePersonFace202Headers;
1508
- // (undocumented)
1509
- status: "202";
1510
- }
1511
-
1512
- // @public (undocumented)
1513
- export interface DeletePersonFaceDefaultHeaders {
1514
- "x-ms-error-code"?: string;
1515
- }
1516
-
1517
- // @public (undocumented)
1518
- export interface DeletePersonFaceDefaultResponse extends HttpResponse {
1519
- // (undocumented)
1520
- body: FaceErrorResponseOutput;
1521
- // (undocumented)
1522
- headers: RawHttpHeaders & DeletePersonFaceDefaultHeaders;
1523
- // (undocumented)
1524
- status: string;
1525
- }
1526
-
1527
- // @public
1528
- export interface DeletePersonFaceLogicalResponse extends HttpResponse {
1529
- // (undocumented)
1530
- status: "200";
1531
- }
1532
-
1533
- // @public (undocumented)
1534
- export type DeletePersonFaceParameters = RequestParameters;
1535
-
1536
- // @public
1537
- export interface DeletePersonGroup200Response extends HttpResponse {
1538
- // (undocumented)
1539
- status: "200";
1540
- }
1541
-
1542
- // @public (undocumented)
1543
- export interface DeletePersonGroupDefaultHeaders {
1544
- "x-ms-error-code"?: string;
1545
- }
1546
-
1547
- // @public (undocumented)
1548
- export interface DeletePersonGroupDefaultResponse extends HttpResponse {
1549
- // (undocumented)
1550
- body: FaceErrorResponseOutput;
1551
- // (undocumented)
1552
- headers: RawHttpHeaders & DeletePersonGroupDefaultHeaders;
1553
- // (undocumented)
1554
- status: string;
1555
- }
1556
-
1557
- // @public (undocumented)
1558
- export type DeletePersonGroupParameters = RequestParameters;
1559
-
1560
- // @public (undocumented)
1561
- export interface DeletePersonGroupPerson {
1562
- delete(options?: DeletePersonGroupPersonParameters): StreamableMethod<DeletePersonGroupPerson200Response | DeletePersonGroupPersonDefaultResponse>;
1563
- get(options?: GetPersonGroupPersonParameters): StreamableMethod<GetPersonGroupPerson200Response | GetPersonGroupPersonDefaultResponse>;
1564
- patch(options: UpdatePersonGroupPersonParameters): StreamableMethod<UpdatePersonGroupPerson200Response | UpdatePersonGroupPersonDefaultResponse>;
1565
- }
1566
-
1567
- // @public
1568
- export interface DeletePersonGroupPerson200Response extends HttpResponse {
1569
- // (undocumented)
1570
- status: "200";
1571
- }
1572
-
1573
- // @public (undocumented)
1574
- export interface DeletePersonGroupPersonDefaultHeaders {
1575
- "x-ms-error-code"?: string;
1576
- }
1577
-
1578
- // @public (undocumented)
1579
- export interface DeletePersonGroupPersonDefaultResponse extends HttpResponse {
1580
- // (undocumented)
1581
- body: FaceErrorResponseOutput;
1582
- // (undocumented)
1583
- headers: RawHttpHeaders & DeletePersonGroupPersonDefaultHeaders;
1584
- // (undocumented)
1585
- status: string;
1586
- }
1587
-
1588
- // @public (undocumented)
1589
- export interface DeletePersonGroupPersonFace {
1590
- delete(options?: DeletePersonGroupPersonFaceParameters): StreamableMethod<DeletePersonGroupPersonFace200Response | DeletePersonGroupPersonFaceDefaultResponse>;
1591
- get(options?: GetPersonGroupPersonFaceParameters): StreamableMethod<GetPersonGroupPersonFace200Response | GetPersonGroupPersonFaceDefaultResponse>;
1592
- patch(options: UpdatePersonGroupPersonFaceParameters): StreamableMethod<UpdatePersonGroupPersonFace200Response | UpdatePersonGroupPersonFaceDefaultResponse>;
1593
- }
1594
-
1595
- // @public
1596
- export interface DeletePersonGroupPersonFace200Response extends HttpResponse {
1597
- // (undocumented)
1598
- status: "200";
1599
- }
1600
-
1601
- // @public (undocumented)
1602
- export interface DeletePersonGroupPersonFaceDefaultHeaders {
1603
- "x-ms-error-code"?: string;
1604
- }
1605
-
1606
- // @public (undocumented)
1607
- export interface DeletePersonGroupPersonFaceDefaultResponse extends HttpResponse {
1608
- // (undocumented)
1609
- body: FaceErrorResponseOutput;
1610
- // (undocumented)
1611
- headers: RawHttpHeaders & DeletePersonGroupPersonFaceDefaultHeaders;
1612
- // (undocumented)
1613
- status: string;
1614
- }
1615
-
1616
- // @public (undocumented)
1617
- export type DeletePersonGroupPersonFaceParameters = RequestParameters;
1618
-
1619
- // @public (undocumented)
1620
- export type DeletePersonGroupPersonParameters = RequestParameters;
1621
-
1622
- // @public
1623
- export interface DeletePersonLogicalResponse extends HttpResponse {
1624
- // (undocumented)
1625
- status: "200";
1626
- }
1627
-
1628
- // @public (undocumented)
1629
- export type DeletePersonParameters = RequestParameters;
1630
-
1631
- // @public
1632
- export interface Detect200Response extends HttpResponse {
1633
- // (undocumented)
1634
- body: Array<FaceDetectionResultOutput>;
1635
- // (undocumented)
1636
- status: "200";
1637
- }
1638
-
1639
- // @public (undocumented)
1640
- export interface DetectBodyParam {
1641
- body: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream;
1642
- }
1643
-
1644
- // @public (undocumented)
1645
- export interface DetectDefaultHeaders {
1646
- "x-ms-error-code"?: string;
1647
- }
1648
-
1649
- // @public (undocumented)
1650
- export interface DetectDefaultResponse extends HttpResponse {
1651
- // (undocumented)
1652
- body: FaceErrorResponseOutput;
1653
- // (undocumented)
1654
- headers: RawHttpHeaders & DetectDefaultHeaders;
1655
- // (undocumented)
1656
- status: string;
1657
- }
1658
-
1659
- // @public
1660
- export interface DetectFromSessionImageId200Response extends HttpResponse {
1661
- // (undocumented)
1662
- body: Array<FaceDetectionResultOutput>;
1663
- // (undocumented)
1664
- status: "200";
1665
- }
1666
-
1667
- // @public (undocumented)
1668
- export interface DetectFromSessionImageIdBodyParam {
1669
- // (undocumented)
1670
- body: {
1671
- sessionImageId: string;
1672
- };
1673
- }
1674
-
1675
- // @public (undocumented)
1676
- export interface DetectFromSessionImageIdDefaultHeaders {
1677
- "x-ms-error-code"?: string;
1678
- }
1679
-
1680
- // @public (undocumented)
1681
- export interface DetectFromSessionImageIdDefaultResponse extends HttpResponse {
1682
- // (undocumented)
1683
- body: FaceErrorResponseOutput;
1684
- // (undocumented)
1685
- headers: RawHttpHeaders & DetectFromSessionImageIdDefaultHeaders;
1686
- // (undocumented)
1687
- status: string;
1688
- }
1689
-
1690
- // @public (undocumented)
1691
- export interface DetectFromSessionImageIdMediaTypesParam {
1692
- contentType: "application/json";
1693
- }
1694
-
1695
- // @public (undocumented)
1696
- export type DetectFromSessionImageIdParameters = DetectFromSessionImageIdQueryParam & DetectFromSessionImageIdMediaTypesParam & DetectFromSessionImageIdBodyParam & RequestParameters;
1697
-
1698
- // @public (undocumented)
1699
- export interface DetectFromSessionImageIdQueryParam {
1700
- // (undocumented)
1701
- queryParameters?: DetectFromSessionImageIdQueryParamProperties;
1702
- }
1703
-
1704
- // @public (undocumented)
1705
- export interface DetectFromSessionImageIdQueryParamProperties {
1706
- detectionModel?: DetectionModel;
1707
- faceIdTimeToLive?: number;
1708
- recognitionModel?: RecognitionModel;
1709
- returnFaceAttributes?: FaceAttributeType[];
1710
- returnFaceId?: boolean;
1711
- returnFaceLandmarks?: boolean;
1712
- returnRecognitionModel?: boolean;
1713
- }
1714
-
1715
- // @public (undocumented)
1716
- export interface DetectFromUrl {
1717
- post(options: DetectFromUrlParameters): StreamableMethod<DetectFromUrl200Response | DetectFromUrlDefaultResponse>;
1718
- post(options: DetectParameters): StreamableMethod<Detect200Response | DetectDefaultResponse>;
1719
- post(options: DetectFromSessionImageIdParameters): StreamableMethod<DetectFromSessionImageId200Response | DetectFromSessionImageIdDefaultResponse>;
1720
- }
1721
-
1722
- // @public
1723
- export interface DetectFromUrl200Response extends HttpResponse {
1724
- // (undocumented)
1725
- body: Array<FaceDetectionResultOutput>;
1726
- // (undocumented)
1727
- status: "200";
1728
- }
1729
-
1730
- // @public (undocumented)
1731
- export interface DetectFromUrlBodyParam {
1732
- // (undocumented)
1733
- body: {
1734
- url: string;
1735
- };
1736
- }
1737
-
1738
- // @public (undocumented)
1739
- export interface DetectFromUrlDefaultHeaders {
1740
- "x-ms-error-code"?: string;
1741
- }
1742
-
1743
- // @public (undocumented)
1744
- export interface DetectFromUrlDefaultResponse extends HttpResponse {
1745
- // (undocumented)
1746
- body: FaceErrorResponseOutput;
1747
- // (undocumented)
1748
- headers: RawHttpHeaders & DetectFromUrlDefaultHeaders;
1749
- // (undocumented)
1750
- status: string;
1751
- }
1752
-
1753
- // @public (undocumented)
1754
- export interface DetectFromUrlMediaTypesParam {
1755
- contentType: "application/json";
1756
- }
1757
-
1758
- // @public (undocumented)
1759
- export type DetectFromUrlParameters = DetectFromUrlQueryParam & DetectFromUrlMediaTypesParam & DetectFromUrlBodyParam & RequestParameters;
1760
-
1761
- // @public (undocumented)
1762
- export interface DetectFromUrlQueryParam {
1763
- // (undocumented)
1764
- queryParameters?: DetectFromUrlQueryParamProperties;
1765
- }
1766
-
1767
- // @public (undocumented)
1768
- export interface DetectFromUrlQueryParamProperties {
1769
- detectionModel?: DetectionModel;
1770
- faceIdTimeToLive?: number;
1771
- recognitionModel?: RecognitionModel;
1772
- returnFaceAttributes?: FaceAttributeType[];
1773
- returnFaceId?: boolean;
1774
- returnFaceLandmarks?: boolean;
1775
- returnRecognitionModel?: boolean;
1776
- }
1777
-
1778
- // @public
1779
- export type DetectionModel = string;
1780
-
1781
- // @public (undocumented)
1782
- export interface DetectMediaTypesParam {
1783
- contentType: "application/octet-stream";
1784
- }
1785
-
1786
- // @public (undocumented)
1787
- export type DetectParameters = DetectQueryParam & DetectMediaTypesParam & DetectBodyParam & RequestParameters;
1788
-
1789
- // @public (undocumented)
1790
- export interface DetectQueryParam {
1791
- // (undocumented)
1792
- queryParameters?: DetectQueryParamProperties;
1793
- }
1794
-
1795
- // @public (undocumented)
1796
- export interface DetectQueryParamProperties {
1797
- detectionModel?: DetectionModel;
1798
- faceIdTimeToLive?: number;
1799
- recognitionModel?: RecognitionModel;
1800
- returnFaceAttributes?: FaceAttributeType[];
1801
- returnFaceId?: boolean;
1802
- returnFaceLandmarks?: boolean;
1803
- returnRecognitionModel?: boolean;
1804
- }
1805
-
1806
- // @public
1807
- export interface DynamicPersonGroupOutput {
1808
- readonly dynamicPersonGroupId: string;
1809
- name: string;
1810
- userData?: string;
1811
- }
1812
-
1813
- // @public
1814
- export type ExposureLevelOutput = string;
1815
-
1816
- // @public
1817
- export interface ExposurePropertiesOutput {
1818
- exposureLevel: ExposureLevelOutput;
1819
- value: number;
1820
- }
1821
-
1822
- // @public
1823
- export interface FaceAttributesOutput {
1824
- accessories?: Array<AccessoryItemOutput>;
1825
- age?: number;
1826
- blur?: BlurPropertiesOutput;
1827
- exposure?: ExposurePropertiesOutput;
1828
- facialHair?: FacialHairOutput;
1829
- glasses?: GlassesTypeOutput;
1830
- hair?: HairPropertiesOutput;
1831
- headPose?: HeadPoseOutput;
1832
- mask?: MaskPropertiesOutput;
1833
- noise?: NoisePropertiesOutput;
1834
- occlusion?: OcclusionPropertiesOutput;
1835
- qualityForRecognition?: QualityForRecognitionOutput;
1836
- smile?: number;
1837
- }
1838
-
1839
- // @public
1840
- export type FaceAttributeType = string;
1841
-
1842
- // @public (undocumented)
1843
- export type FaceClient = Client & {
1844
- path: Routes;
1845
- };
1846
-
1847
- // @public
1848
- export interface FaceClientOptions extends ClientOptions {
1849
- apiVersion?: Versions;
1850
- }
1851
-
1852
- // @public
1853
- export interface FaceDetectionResultOutput {
1854
- faceAttributes?: FaceAttributesOutput;
1855
- faceId?: string;
1856
- faceLandmarks?: FaceLandmarksOutput;
1857
- faceRectangle: FaceRectangleOutput;
1858
- recognitionModel?: RecognitionModelOutput;
1859
- }
1860
-
1861
- // @public
1862
- export interface FaceErrorOutput {
1863
- code: string;
1864
- message: string;
1865
- }
1866
-
1867
- // @public
1868
- export interface FaceErrorResponseOutput {
1869
- error: FaceErrorOutput;
1870
- }
1871
-
1872
- // @public
1873
- export interface FaceLandmarksOutput {
1874
- eyebrowLeftInner: LandmarkCoordinateOutput;
1875
- eyebrowLeftOuter: LandmarkCoordinateOutput;
1876
- eyebrowRightInner: LandmarkCoordinateOutput;
1877
- eyebrowRightOuter: LandmarkCoordinateOutput;
1878
- eyeLeftBottom: LandmarkCoordinateOutput;
1879
- eyeLeftInner: LandmarkCoordinateOutput;
1880
- eyeLeftOuter: LandmarkCoordinateOutput;
1881
- eyeLeftTop: LandmarkCoordinateOutput;
1882
- eyeRightBottom: LandmarkCoordinateOutput;
1883
- eyeRightInner: LandmarkCoordinateOutput;
1884
- eyeRightOuter: LandmarkCoordinateOutput;
1885
- eyeRightTop: LandmarkCoordinateOutput;
1886
- mouthLeft: LandmarkCoordinateOutput;
1887
- mouthRight: LandmarkCoordinateOutput;
1888
- noseLeftAlarOutTip: LandmarkCoordinateOutput;
1889
- noseLeftAlarTop: LandmarkCoordinateOutput;
1890
- noseRightAlarOutTip: LandmarkCoordinateOutput;
1891
- noseRightAlarTop: LandmarkCoordinateOutput;
1892
- noseRootLeft: LandmarkCoordinateOutput;
1893
- noseRootRight: LandmarkCoordinateOutput;
1894
- noseTip: LandmarkCoordinateOutput;
1895
- pupilLeft: LandmarkCoordinateOutput;
1896
- pupilRight: LandmarkCoordinateOutput;
1897
- underLipBottom: LandmarkCoordinateOutput;
1898
- underLipTop: LandmarkCoordinateOutput;
1899
- upperLipBottom: LandmarkCoordinateOutput;
1900
- upperLipTop: LandmarkCoordinateOutput;
1901
- }
1902
-
1903
- // @public
1904
- export interface FaceListFaceOutput {
1905
- readonly persistedFaceId: string;
1906
- userData?: string;
1907
- }
1908
-
1909
- // @public
1910
- export interface FaceListItemOutput {
1911
- faceListId: string;
1912
- name: string;
1913
- recognitionModel?: RecognitionModelOutput;
1914
- userData?: string;
1915
- }
1916
-
1917
- // @public
1918
- export interface FaceListOutput {
1919
- readonly faceListId: string;
1920
- name: string;
1921
- persistedFaces?: Array<FaceListFaceOutput>;
1922
- recognitionModel?: RecognitionModelOutput;
1923
- userData?: string;
1924
- }
1925
-
1926
- // @public
1927
- export interface FaceRectangleOutput {
1928
- height: number;
1929
- left: number;
1930
- top: number;
1931
- width: number;
1932
- }
1933
-
1934
- // @public
1935
- export type FaceSessionStatusOutput = string;
1936
-
1937
- // @public
1938
- export interface FaceUserData {
1939
- userData?: string;
1940
- }
1941
-
1942
- // @public
1943
- export interface FacialHairOutput {
1944
- beard: number;
1945
- moustache: number;
1946
- sideburns: number;
1947
- }
1948
-
1949
- // @public (undocumented)
1950
- export interface FindSimilar {
1951
- post(options: FindSimilarParameters): StreamableMethod<FindSimilar200Response | FindSimilarDefaultResponse>;
1952
- post(options: FindSimilarFromFaceListParameters): StreamableMethod<FindSimilarFromFaceList200Response | FindSimilarFromFaceListDefaultResponse>;
1953
- post(options: FindSimilarFromLargeFaceListParameters): StreamableMethod<FindSimilarFromLargeFaceList200Response | FindSimilarFromLargeFaceListDefaultResponse>;
1954
- }
1955
-
1956
- // @public
1957
- export interface FindSimilar200Response extends HttpResponse {
1958
- // (undocumented)
1959
- body: Array<FindSimilarResultOutput>;
1960
- // (undocumented)
1961
- status: "200";
1962
- }
1963
-
1964
- // @public (undocumented)
1965
- export interface FindSimilarBodyParam {
1966
- // (undocumented)
1967
- body: {
1968
- faceId: string;
1969
- maxNumOfCandidatesReturned?: number;
1970
- mode?: FindSimilarMatchMode;
1971
- faceIds: string[];
1972
- };
1973
- }
1974
-
1975
- // @public (undocumented)
1976
- export interface FindSimilarDefaultHeaders {
1977
- "x-ms-error-code"?: string;
1978
- }
1979
-
1980
- // @public (undocumented)
1981
- export interface FindSimilarDefaultResponse extends HttpResponse {
1982
- // (undocumented)
1983
- body: FaceErrorResponseOutput;
1984
- // (undocumented)
1985
- headers: RawHttpHeaders & FindSimilarDefaultHeaders;
1986
- // (undocumented)
1987
- status: string;
1988
- }
1989
-
1990
- // @public
1991
- export interface FindSimilarFromFaceList200Response extends HttpResponse {
1992
- // (undocumented)
1993
- body: Array<FindSimilarResultOutput>;
1994
- // (undocumented)
1995
- status: "200";
1996
- }
1997
-
1998
- // @public (undocumented)
1999
- export interface FindSimilarFromFaceListBodyParam {
2000
- // (undocumented)
2001
- body: {
2002
- faceId: string;
2003
- maxNumOfCandidatesReturned?: number;
2004
- mode?: FindSimilarMatchMode;
2005
- faceListId: string;
2006
- };
2007
- }
2008
-
2009
- // @public (undocumented)
2010
- export interface FindSimilarFromFaceListDefaultHeaders {
2011
- "x-ms-error-code"?: string;
2012
- }
2013
-
2014
- // @public (undocumented)
2015
- export interface FindSimilarFromFaceListDefaultResponse extends HttpResponse {
2016
- // (undocumented)
2017
- body: FaceErrorResponseOutput;
2018
- // (undocumented)
2019
- headers: RawHttpHeaders & FindSimilarFromFaceListDefaultHeaders;
2020
- // (undocumented)
2021
- status: string;
2022
- }
2023
-
2024
- // @public (undocumented)
2025
- export type FindSimilarFromFaceListParameters = FindSimilarFromFaceListBodyParam & RequestParameters;
2026
-
2027
- // @public
2028
- export interface FindSimilarFromLargeFaceList200Response extends HttpResponse {
2029
- // (undocumented)
2030
- body: Array<FindSimilarResultOutput>;
2031
- // (undocumented)
2032
- status: "200";
2033
- }
2034
-
2035
- // @public (undocumented)
2036
- export interface FindSimilarFromLargeFaceListBodyParam {
2037
- // (undocumented)
2038
- body: {
2039
- faceId: string;
2040
- maxNumOfCandidatesReturned?: number;
2041
- mode?: FindSimilarMatchMode;
2042
- largeFaceListId: string;
2043
- };
2044
- }
2045
-
2046
- // @public (undocumented)
2047
- export interface FindSimilarFromLargeFaceListDefaultHeaders {
2048
- "x-ms-error-code"?: string;
2049
- }
2050
-
2051
- // @public (undocumented)
2052
- export interface FindSimilarFromLargeFaceListDefaultResponse extends HttpResponse {
2053
- // (undocumented)
2054
- body: FaceErrorResponseOutput;
2055
- // (undocumented)
2056
- headers: RawHttpHeaders & FindSimilarFromLargeFaceListDefaultHeaders;
2057
- // (undocumented)
2058
- status: string;
2059
- }
2060
-
2061
- // @public (undocumented)
2062
- export type FindSimilarFromLargeFaceListParameters = FindSimilarFromLargeFaceListBodyParam & RequestParameters;
2063
-
2064
- // @public
2065
- export type FindSimilarMatchMode = string;
2066
-
2067
- // @public (undocumented)
2068
- export type FindSimilarParameters = FindSimilarBodyParam & RequestParameters;
2069
-
2070
- // @public
2071
- export interface FindSimilarResultOutput {
2072
- confidence: number;
2073
- faceId?: string;
2074
- persistedFaceId?: string;
2075
- }
2076
-
2077
- // @public
2078
- export interface GetDynamicPersonGroup200Response extends HttpResponse {
2079
- // (undocumented)
2080
- body: DynamicPersonGroupOutput;
2081
- // (undocumented)
2082
- status: "200";
2083
- }
2084
-
2085
- // @public (undocumented)
2086
- export interface GetDynamicPersonGroupDefaultHeaders {
2087
- "x-ms-error-code"?: string;
2088
- }
2089
-
2090
- // @public (undocumented)
2091
- export interface GetDynamicPersonGroupDefaultResponse extends HttpResponse {
2092
- // (undocumented)
2093
- body: FaceErrorResponseOutput;
2094
- // (undocumented)
2095
- headers: RawHttpHeaders & GetDynamicPersonGroupDefaultHeaders;
2096
- // (undocumented)
2097
- status: string;
2098
- }
2099
-
2100
- // @public (undocumented)
2101
- export type GetDynamicPersonGroupParameters = RequestParameters;
2102
-
2103
- // @public (undocumented)
2104
- export interface GetDynamicPersonGroupPersons {
2105
- get(options?: GetDynamicPersonGroupPersonsParameters): StreamableMethod<GetDynamicPersonGroupPersons200Response | GetDynamicPersonGroupPersonsDefaultResponse>;
2106
- }
2107
-
2108
- // @public
2109
- export interface GetDynamicPersonGroupPersons200Response extends HttpResponse {
2110
- // (undocumented)
2111
- body: ListPersonResultOutput;
2112
- // (undocumented)
2113
- status: "200";
2114
- }
2115
-
2116
- // @public (undocumented)
2117
- export interface GetDynamicPersonGroupPersonsDefaultHeaders {
2118
- "x-ms-error-code"?: string;
2119
- }
2120
-
2121
- // @public (undocumented)
2122
- export interface GetDynamicPersonGroupPersonsDefaultResponse extends HttpResponse {
2123
- // (undocumented)
2124
- body: FaceErrorResponseOutput;
2125
- // (undocumented)
2126
- headers: RawHttpHeaders & GetDynamicPersonGroupPersonsDefaultHeaders;
2127
- // (undocumented)
2128
- status: string;
2129
- }
2130
-
2131
- // @public (undocumented)
2132
- export type GetDynamicPersonGroupPersonsParameters = GetDynamicPersonGroupPersonsQueryParam & RequestParameters;
2133
-
2134
- // @public (undocumented)
2135
- export interface GetDynamicPersonGroupPersonsQueryParam {
2136
- // (undocumented)
2137
- queryParameters?: GetDynamicPersonGroupPersonsQueryParamProperties;
2138
- }
2139
-
2140
- // @public (undocumented)
2141
- export interface GetDynamicPersonGroupPersonsQueryParamProperties {
2142
- start?: string;
2143
- top?: number;
2144
- }
2145
-
2146
- // @public (undocumented)
2147
- export interface GetDynamicPersonGroupReferences {
2148
- get(options?: GetDynamicPersonGroupReferencesParameters): StreamableMethod<GetDynamicPersonGroupReferences200Response | GetDynamicPersonGroupReferencesDefaultResponse>;
2149
- }
2150
-
2151
- // @public
2152
- export interface GetDynamicPersonGroupReferences200Response extends HttpResponse {
2153
- // (undocumented)
2154
- body: ListGroupReferenceResultOutput;
2155
- // (undocumented)
2156
- status: "200";
2157
- }
2158
-
2159
- // @public (undocumented)
2160
- export interface GetDynamicPersonGroupReferencesDefaultHeaders {
2161
- "x-ms-error-code"?: string;
2162
- }
2163
-
2164
- // @public (undocumented)
2165
- export interface GetDynamicPersonGroupReferencesDefaultResponse extends HttpResponse {
2166
- // (undocumented)
2167
- body: FaceErrorResponseOutput;
2168
- // (undocumented)
2169
- headers: RawHttpHeaders & GetDynamicPersonGroupReferencesDefaultHeaders;
2170
- // (undocumented)
2171
- status: string;
2172
- }
2173
-
2174
- // @public (undocumented)
2175
- export type GetDynamicPersonGroupReferencesParameters = GetDynamicPersonGroupReferencesQueryParam & RequestParameters;
2176
-
2177
- // @public (undocumented)
2178
- export interface GetDynamicPersonGroupReferencesQueryParam {
2179
- // (undocumented)
2180
- queryParameters?: GetDynamicPersonGroupReferencesQueryParamProperties;
2181
- }
2182
-
2183
- // @public (undocumented)
2184
- export interface GetDynamicPersonGroupReferencesQueryParamProperties {
2185
- start?: string;
2186
- top?: number;
2187
- }
2188
-
2189
- // @public (undocumented)
2190
- export interface GetDynamicPersonGroups {
2191
- get(options?: GetDynamicPersonGroupsParameters): StreamableMethod<GetDynamicPersonGroups200Response | GetDynamicPersonGroupsDefaultResponse>;
2192
- }
2193
-
2194
- // @public
2195
- export interface GetDynamicPersonGroups200Response extends HttpResponse {
2196
- // (undocumented)
2197
- body: Array<DynamicPersonGroupOutput>;
2198
- // (undocumented)
2199
- status: "200";
2200
- }
2201
-
2202
- // @public (undocumented)
2203
- export interface GetDynamicPersonGroupsDefaultHeaders {
2204
- "x-ms-error-code"?: string;
2205
- }
2206
-
2207
- // @public (undocumented)
2208
- export interface GetDynamicPersonGroupsDefaultResponse extends HttpResponse {
2209
- // (undocumented)
2210
- body: FaceErrorResponseOutput;
2211
- // (undocumented)
2212
- headers: RawHttpHeaders & GetDynamicPersonGroupsDefaultHeaders;
2213
- // (undocumented)
2214
- status: string;
2215
- }
2216
-
2217
- // @public (undocumented)
2218
- export type GetDynamicPersonGroupsParameters = GetDynamicPersonGroupsQueryParam & RequestParameters;
2219
-
2220
- // @public (undocumented)
2221
- export interface GetDynamicPersonGroupsQueryParam {
2222
- // (undocumented)
2223
- queryParameters?: GetDynamicPersonGroupsQueryParamProperties;
2224
- }
2225
-
2226
- // @public (undocumented)
2227
- export interface GetDynamicPersonGroupsQueryParamProperties {
2228
- start?: string;
2229
- top?: number;
2230
- }
2231
-
2232
- // @public
2233
- export interface GetFaceList200Response extends HttpResponse {
2234
- // (undocumented)
2235
- body: FaceListOutput;
2236
- // (undocumented)
2237
- status: "200";
2238
- }
2239
-
2240
- // @public (undocumented)
2241
- export interface GetFaceListDefaultHeaders {
2242
- "x-ms-error-code"?: string;
2243
- }
2244
-
2245
- // @public (undocumented)
2246
- export interface GetFaceListDefaultResponse extends HttpResponse {
2247
- // (undocumented)
2248
- body: FaceErrorResponseOutput;
2249
- // (undocumented)
2250
- headers: RawHttpHeaders & GetFaceListDefaultHeaders;
2251
- // (undocumented)
2252
- status: string;
2253
- }
2254
-
2255
- // @public (undocumented)
2256
- export type GetFaceListParameters = GetFaceListQueryParam & RequestParameters;
2257
-
2258
- // @public (undocumented)
2259
- export interface GetFaceListQueryParam {
2260
- // (undocumented)
2261
- queryParameters?: GetFaceListQueryParamProperties;
2262
- }
2263
-
2264
- // @public (undocumented)
2265
- export interface GetFaceListQueryParamProperties {
2266
- returnRecognitionModel?: boolean;
2267
- }
2268
-
2269
- // @public (undocumented)
2270
- export interface GetFaceLists {
2271
- get(options?: GetFaceListsParameters): StreamableMethod<GetFaceLists200Response | GetFaceListsDefaultResponse>;
2272
- }
2273
-
2274
- // @public
2275
- export interface GetFaceLists200Response extends HttpResponse {
2276
- // (undocumented)
2277
- body: Array<FaceListItemOutput>;
2278
- // (undocumented)
2279
- status: "200";
2280
- }
2281
-
2282
- // @public (undocumented)
2283
- export interface GetFaceListsDefaultHeaders {
2284
- "x-ms-error-code"?: string;
2285
- }
2286
-
2287
- // @public (undocumented)
2288
- export interface GetFaceListsDefaultResponse extends HttpResponse {
2289
- // (undocumented)
2290
- body: FaceErrorResponseOutput;
2291
- // (undocumented)
2292
- headers: RawHttpHeaders & GetFaceListsDefaultHeaders;
2293
- // (undocumented)
2294
- status: string;
2295
- }
2296
-
2297
- // @public (undocumented)
2298
- export type GetFaceListsParameters = GetFaceListsQueryParam & RequestParameters;
2299
-
2300
- // @public (undocumented)
2301
- export interface GetFaceListsQueryParam {
2302
- // (undocumented)
2303
- queryParameters?: GetFaceListsQueryParamProperties;
2304
- }
2305
-
2306
- // @public (undocumented)
2307
- export interface GetFaceListsQueryParamProperties {
2308
- returnRecognitionModel?: boolean;
2309
- }
2310
-
2311
- // @public
2312
- export interface GetLargeFaceList200Response extends HttpResponse {
2313
- // (undocumented)
2314
- body: LargeFaceListOutput;
2315
- // (undocumented)
2316
- status: "200";
2317
- }
2318
-
2319
- // @public (undocumented)
2320
- export interface GetLargeFaceListDefaultHeaders {
2321
- "x-ms-error-code"?: string;
2322
- }
2323
-
2324
- // @public (undocumented)
2325
- export interface GetLargeFaceListDefaultResponse extends HttpResponse {
2326
- // (undocumented)
2327
- body: FaceErrorResponseOutput;
2328
- // (undocumented)
2329
- headers: RawHttpHeaders & GetLargeFaceListDefaultHeaders;
2330
- // (undocumented)
2331
- status: string;
2332
- }
2333
-
2334
- // @public
2335
- export interface GetLargeFaceListFace200Response extends HttpResponse {
2336
- // (undocumented)
2337
- body: LargeFaceListFaceOutput;
2338
- // (undocumented)
2339
- status: "200";
2340
- }
2341
-
2342
- // @public (undocumented)
2343
- export interface GetLargeFaceListFaceDefaultHeaders {
2344
- "x-ms-error-code"?: string;
2345
- }
2346
-
2347
- // @public (undocumented)
2348
- export interface GetLargeFaceListFaceDefaultResponse extends HttpResponse {
2349
- // (undocumented)
2350
- body: FaceErrorResponseOutput;
2351
- // (undocumented)
2352
- headers: RawHttpHeaders & GetLargeFaceListFaceDefaultHeaders;
2353
- // (undocumented)
2354
- status: string;
2355
- }
2356
-
2357
- // @public (undocumented)
2358
- export type GetLargeFaceListFaceParameters = RequestParameters;
2359
-
2360
- // @public
2361
- export interface GetLargeFaceListFaces200Response extends HttpResponse {
2362
- // (undocumented)
2363
- body: Array<LargeFaceListFaceOutput>;
2364
- // (undocumented)
2365
- status: "200";
2366
- }
2367
-
2368
- // @public (undocumented)
2369
- export interface GetLargeFaceListFacesDefaultHeaders {
2370
- "x-ms-error-code"?: string;
2371
- }
2372
-
2373
- // @public (undocumented)
2374
- export interface GetLargeFaceListFacesDefaultResponse extends HttpResponse {
2375
- // (undocumented)
2376
- body: FaceErrorResponseOutput;
2377
- // (undocumented)
2378
- headers: RawHttpHeaders & GetLargeFaceListFacesDefaultHeaders;
2379
- // (undocumented)
2380
- status: string;
2381
- }
2382
-
2383
- // @public (undocumented)
2384
- export type GetLargeFaceListFacesParameters = GetLargeFaceListFacesQueryParam & RequestParameters;
2385
-
2386
- // @public (undocumented)
2387
- export interface GetLargeFaceListFacesQueryParam {
2388
- // (undocumented)
2389
- queryParameters?: GetLargeFaceListFacesQueryParamProperties;
2390
- }
2391
-
2392
- // @public (undocumented)
2393
- export interface GetLargeFaceListFacesQueryParamProperties {
2394
- start?: string;
2395
- top?: number;
2396
- }
2397
-
2398
- // @public (undocumented)
2399
- export type GetLargeFaceListParameters = GetLargeFaceListQueryParam & RequestParameters;
2400
-
2401
- // @public (undocumented)
2402
- export interface GetLargeFaceListQueryParam {
2403
- // (undocumented)
2404
- queryParameters?: GetLargeFaceListQueryParamProperties;
2405
- }
2406
-
2407
- // @public (undocumented)
2408
- export interface GetLargeFaceListQueryParamProperties {
2409
- returnRecognitionModel?: boolean;
2410
- }
2411
-
2412
- // @public (undocumented)
2413
- export interface GetLargeFaceLists {
2414
- get(options?: GetLargeFaceListsParameters): StreamableMethod<GetLargeFaceLists200Response | GetLargeFaceListsDefaultResponse>;
2415
- }
2416
-
2417
- // @public
2418
- export interface GetLargeFaceLists200Response extends HttpResponse {
2419
- // (undocumented)
2420
- body: Array<LargeFaceListOutput>;
2421
- // (undocumented)
2422
- status: "200";
2423
- }
2424
-
2425
- // @public (undocumented)
2426
- export interface GetLargeFaceListsDefaultHeaders {
2427
- "x-ms-error-code"?: string;
2428
- }
2429
-
2430
- // @public (undocumented)
2431
- export interface GetLargeFaceListsDefaultResponse extends HttpResponse {
2432
- // (undocumented)
2433
- body: FaceErrorResponseOutput;
2434
- // (undocumented)
2435
- headers: RawHttpHeaders & GetLargeFaceListsDefaultHeaders;
2436
- // (undocumented)
2437
- status: string;
2438
- }
2439
-
2440
- // @public (undocumented)
2441
- export type GetLargeFaceListsParameters = GetLargeFaceListsQueryParam & RequestParameters;
2442
-
2443
- // @public (undocumented)
2444
- export interface GetLargeFaceListsQueryParam {
2445
- // (undocumented)
2446
- queryParameters?: GetLargeFaceListsQueryParamProperties;
2447
- }
2448
-
2449
- // @public (undocumented)
2450
- export interface GetLargeFaceListsQueryParamProperties {
2451
- returnRecognitionModel?: boolean;
2452
- start?: string;
2453
- top?: number;
2454
- }
2455
-
2456
- // @public (undocumented)
2457
- export interface GetLargeFaceListTrainingStatus {
2458
- get(options?: GetLargeFaceListTrainingStatusParameters): StreamableMethod<GetLargeFaceListTrainingStatus200Response | GetLargeFaceListTrainingStatusDefaultResponse>;
2459
- }
2460
-
2461
- // @public
2462
- export interface GetLargeFaceListTrainingStatus200Response extends HttpResponse {
2463
- // (undocumented)
2464
- body: TrainingResultOutput;
2465
- // (undocumented)
2466
- status: "200";
2467
- }
2468
-
2469
- // @public (undocumented)
2470
- export interface GetLargeFaceListTrainingStatusDefaultHeaders {
2471
- "x-ms-error-code"?: string;
2472
- }
2473
-
2474
- // @public (undocumented)
2475
- export interface GetLargeFaceListTrainingStatusDefaultResponse extends HttpResponse {
2476
- // (undocumented)
2477
- body: FaceErrorResponseOutput;
2478
- // (undocumented)
2479
- headers: RawHttpHeaders & GetLargeFaceListTrainingStatusDefaultHeaders;
2480
- // (undocumented)
2481
- status: string;
2482
- }
2483
-
2484
- // @public (undocumented)
2485
- export type GetLargeFaceListTrainingStatusParameters = RequestParameters;
2486
-
2487
- // @public
2488
- export interface GetLargePersonGroup200Response extends HttpResponse {
2489
- // (undocumented)
2490
- body: LargePersonGroupOutput;
2491
- // (undocumented)
2492
- status: "200";
2493
- }
2494
-
2495
- // @public (undocumented)
2496
- export interface GetLargePersonGroupDefaultHeaders {
2497
- "x-ms-error-code"?: string;
2498
- }
2499
-
2500
- // @public (undocumented)
2501
- export interface GetLargePersonGroupDefaultResponse extends HttpResponse {
2502
- // (undocumented)
2503
- body: FaceErrorResponseOutput;
2504
- // (undocumented)
2505
- headers: RawHttpHeaders & GetLargePersonGroupDefaultHeaders;
2506
- // (undocumented)
2507
- status: string;
2508
- }
2509
-
2510
- // @public (undocumented)
2511
- export type GetLargePersonGroupParameters = GetLargePersonGroupQueryParam & RequestParameters;
2512
-
2513
- // @public
2514
- export interface GetLargePersonGroupPerson200Response extends HttpResponse {
2515
- // (undocumented)
2516
- body: LargePersonGroupPersonOutput;
2517
- // (undocumented)
2518
- status: "200";
2519
- }
2520
-
2521
- // @public (undocumented)
2522
- export interface GetLargePersonGroupPersonDefaultHeaders {
2523
- "x-ms-error-code"?: string;
2524
- }
2525
-
2526
- // @public (undocumented)
2527
- export interface GetLargePersonGroupPersonDefaultResponse extends HttpResponse {
2528
- // (undocumented)
2529
- body: FaceErrorResponseOutput;
2530
- // (undocumented)
2531
- headers: RawHttpHeaders & GetLargePersonGroupPersonDefaultHeaders;
2532
- // (undocumented)
2533
- status: string;
2534
- }
2535
-
2536
- // @public
2537
- export interface GetLargePersonGroupPersonFace200Response extends HttpResponse {
2538
- // (undocumented)
2539
- body: LargePersonGroupPersonFaceOutput;
2540
- // (undocumented)
2541
- status: "200";
2542
- }
2543
-
2544
- // @public (undocumented)
2545
- export interface GetLargePersonGroupPersonFaceDefaultHeaders {
2546
- "x-ms-error-code"?: string;
2547
- }
2548
-
2549
- // @public (undocumented)
2550
- export interface GetLargePersonGroupPersonFaceDefaultResponse extends HttpResponse {
2551
- // (undocumented)
2552
- body: FaceErrorResponseOutput;
2553
- // (undocumented)
2554
- headers: RawHttpHeaders & GetLargePersonGroupPersonFaceDefaultHeaders;
2555
- // (undocumented)
2556
- status: string;
2557
- }
2558
-
2559
- // @public (undocumented)
2560
- export type GetLargePersonGroupPersonFaceParameters = RequestParameters;
2561
-
2562
- // @public (undocumented)
2563
- export type GetLargePersonGroupPersonParameters = RequestParameters;
2564
-
2565
- // @public
2566
- export interface GetLargePersonGroupPersons200Response extends HttpResponse {
2567
- // (undocumented)
2568
- body: Array<LargePersonGroupPersonOutput>;
2569
- // (undocumented)
2570
- status: "200";
2571
- }
2572
-
2573
- // @public (undocumented)
2574
- export interface GetLargePersonGroupPersonsDefaultHeaders {
2575
- "x-ms-error-code"?: string;
2576
- }
2577
-
2578
- // @public (undocumented)
2579
- export interface GetLargePersonGroupPersonsDefaultResponse extends HttpResponse {
2580
- // (undocumented)
2581
- body: FaceErrorResponseOutput;
2582
- // (undocumented)
2583
- headers: RawHttpHeaders & GetLargePersonGroupPersonsDefaultHeaders;
2584
- // (undocumented)
2585
- status: string;
2586
- }
2587
-
2588
- // @public (undocumented)
2589
- export type GetLargePersonGroupPersonsParameters = GetLargePersonGroupPersonsQueryParam & RequestParameters;
2590
-
2591
- // @public (undocumented)
2592
- export interface GetLargePersonGroupPersonsQueryParam {
2593
- // (undocumented)
2594
- queryParameters?: GetLargePersonGroupPersonsQueryParamProperties;
2595
- }
2596
-
2597
- // @public (undocumented)
2598
- export interface GetLargePersonGroupPersonsQueryParamProperties {
2599
- start?: string;
2600
- top?: number;
2601
- }
2602
-
2603
- // @public (undocumented)
2604
- export interface GetLargePersonGroupQueryParam {
2605
- // (undocumented)
2606
- queryParameters?: GetLargePersonGroupQueryParamProperties;
2607
- }
2608
-
2609
- // @public (undocumented)
2610
- export interface GetLargePersonGroupQueryParamProperties {
2611
- returnRecognitionModel?: boolean;
2612
- }
2613
-
2614
- // @public (undocumented)
2615
- export interface GetLargePersonGroups {
2616
- get(options?: GetLargePersonGroupsParameters): StreamableMethod<GetLargePersonGroups200Response | GetLargePersonGroupsDefaultResponse>;
2617
- }
2618
-
2619
- // @public
2620
- export interface GetLargePersonGroups200Response extends HttpResponse {
2621
- // (undocumented)
2622
- body: Array<LargePersonGroupOutput>;
2623
- // (undocumented)
2624
- status: "200";
2625
- }
2626
-
2627
- // @public (undocumented)
2628
- export interface GetLargePersonGroupsDefaultHeaders {
2629
- "x-ms-error-code"?: string;
2630
- }
2631
-
2632
- // @public (undocumented)
2633
- export interface GetLargePersonGroupsDefaultResponse extends HttpResponse {
2634
- // (undocumented)
2635
- body: FaceErrorResponseOutput;
2636
- // (undocumented)
2637
- headers: RawHttpHeaders & GetLargePersonGroupsDefaultHeaders;
2638
- // (undocumented)
2639
- status: string;
2640
- }
2641
-
2642
- // @public (undocumented)
2643
- export type GetLargePersonGroupsParameters = GetLargePersonGroupsQueryParam & RequestParameters;
2644
-
2645
- // @public (undocumented)
2646
- export interface GetLargePersonGroupsQueryParam {
2647
- // (undocumented)
2648
- queryParameters?: GetLargePersonGroupsQueryParamProperties;
2649
- }
2650
-
2651
- // @public (undocumented)
2652
- export interface GetLargePersonGroupsQueryParamProperties {
2653
- returnRecognitionModel?: boolean;
2654
- start?: string;
2655
- top?: number;
2656
- }
2657
-
2658
- // @public (undocumented)
2659
- export interface GetLargePersonGroupTrainingStatus {
2660
- get(options?: GetLargePersonGroupTrainingStatusParameters): StreamableMethod<GetLargePersonGroupTrainingStatus200Response | GetLargePersonGroupTrainingStatusDefaultResponse>;
2661
- }
2662
-
2663
- // @public
2664
- export interface GetLargePersonGroupTrainingStatus200Response extends HttpResponse {
2665
- // (undocumented)
2666
- body: TrainingResultOutput;
2667
- // (undocumented)
2668
- status: "200";
2669
- }
2670
-
2671
- // @public (undocumented)
2672
- export interface GetLargePersonGroupTrainingStatusDefaultHeaders {
2673
- "x-ms-error-code"?: string;
2674
- }
2675
-
2676
- // @public (undocumented)
2677
- export interface GetLargePersonGroupTrainingStatusDefaultResponse extends HttpResponse {
2678
- // (undocumented)
2679
- body: FaceErrorResponseOutput;
2680
- // (undocumented)
2681
- headers: RawHttpHeaders & GetLargePersonGroupTrainingStatusDefaultHeaders;
2682
- // (undocumented)
2683
- status: string;
2684
- }
2685
-
2686
- // @public (undocumented)
2687
- export type GetLargePersonGroupTrainingStatusParameters = RequestParameters;
2688
-
2689
- // @public (undocumented)
2690
- export interface GetLivenessSessionAuditEntries {
2691
- get(options?: GetLivenessSessionAuditEntriesParameters): StreamableMethod<GetLivenessSessionAuditEntries200Response | GetLivenessSessionAuditEntriesDefaultResponse>;
2692
- }
2693
-
2694
- // @public
2695
- export interface GetLivenessSessionAuditEntries200Response extends HttpResponse {
2696
- // (undocumented)
2697
- body: Array<LivenessSessionAuditEntryOutput>;
2698
- // (undocumented)
2699
- status: "200";
2700
- }
2701
-
2702
- // @public (undocumented)
2703
- export interface GetLivenessSessionAuditEntriesDefaultHeaders {
2704
- "x-ms-error-code"?: string;
2705
- }
2706
-
2707
- // @public (undocumented)
2708
- export interface GetLivenessSessionAuditEntriesDefaultResponse extends HttpResponse {
2709
- // (undocumented)
2710
- body: FaceErrorResponseOutput;
2711
- // (undocumented)
2712
- headers: RawHttpHeaders & GetLivenessSessionAuditEntriesDefaultHeaders;
2713
- // (undocumented)
2714
- status: string;
2715
- }
2716
-
2717
- // @public (undocumented)
2718
- export type GetLivenessSessionAuditEntriesParameters = GetLivenessSessionAuditEntriesQueryParam & RequestParameters;
2719
-
2720
- // @public (undocumented)
2721
- export interface GetLivenessSessionAuditEntriesQueryParam {
2722
- // (undocumented)
2723
- queryParameters?: GetLivenessSessionAuditEntriesQueryParamProperties;
2724
- }
2725
-
2726
- // @public (undocumented)
2727
- export interface GetLivenessSessionAuditEntriesQueryParamProperties {
2728
- start?: string;
2729
- top?: number;
2730
- }
2731
-
2732
- // @public
2733
- export interface GetLivenessSessionResult200Response extends HttpResponse {
2734
- // (undocumented)
2735
- body: LivenessSessionOutput;
2736
- // (undocumented)
2737
- status: "200";
2738
- }
2739
-
2740
- // @public (undocumented)
2741
- export interface GetLivenessSessionResultDefaultHeaders {
2742
- "x-ms-error-code"?: string;
2743
- }
2744
-
2745
- // @public (undocumented)
2746
- export interface GetLivenessSessionResultDefaultResponse extends HttpResponse {
2747
- // (undocumented)
2748
- body: FaceErrorResponseOutput;
2749
- // (undocumented)
2750
- headers: RawHttpHeaders & GetLivenessSessionResultDefaultHeaders;
2751
- // (undocumented)
2752
- status: string;
2753
- }
2754
-
2755
- // @public (undocumented)
2756
- export type GetLivenessSessionResultParameters = RequestParameters;
2757
-
2758
- // @public
2759
- export interface GetLivenessSessions200Response extends HttpResponse {
2760
- // (undocumented)
2761
- body: Array<LivenessSessionItemOutput>;
2762
- // (undocumented)
2763
- status: "200";
2764
- }
2765
-
2766
- // @public (undocumented)
2767
- export interface GetLivenessSessionsDefaultHeaders {
2768
- "x-ms-error-code"?: string;
2769
- }
2770
-
2771
- // @public (undocumented)
2772
- export interface GetLivenessSessionsDefaultResponse extends HttpResponse {
2773
- // (undocumented)
2774
- body: FaceErrorResponseOutput;
2775
- // (undocumented)
2776
- headers: RawHttpHeaders & GetLivenessSessionsDefaultHeaders;
2777
- // (undocumented)
2778
- status: string;
2779
- }
2780
-
2781
- // @public (undocumented)
2782
- export type GetLivenessSessionsParameters = GetLivenessSessionsQueryParam & RequestParameters;
2783
-
2784
- // @public (undocumented)
2785
- export interface GetLivenessSessionsQueryParam {
2786
- // (undocumented)
2787
- queryParameters?: GetLivenessSessionsQueryParamProperties;
2788
- }
2789
-
2790
- // @public (undocumented)
2791
- export interface GetLivenessSessionsQueryParamProperties {
2792
- start?: string;
2793
- top?: number;
2794
- }
2795
-
2796
- // @public (undocumented)
2797
- export interface GetLivenessWithVerifySessionAuditEntries {
2798
- get(options?: GetLivenessWithVerifySessionAuditEntriesParameters): StreamableMethod<GetLivenessWithVerifySessionAuditEntries200Response | GetLivenessWithVerifySessionAuditEntriesDefaultResponse>;
2799
- }
2800
-
2801
- // @public
2802
- export interface GetLivenessWithVerifySessionAuditEntries200Response extends HttpResponse {
2803
- // (undocumented)
2804
- body: Array<LivenessSessionAuditEntryOutput>;
2805
- // (undocumented)
2806
- status: "200";
2807
- }
2808
-
2809
- // @public (undocumented)
2810
- export interface GetLivenessWithVerifySessionAuditEntriesDefaultHeaders {
2811
- "x-ms-error-code"?: string;
2812
- }
2813
-
2814
- // @public (undocumented)
2815
- export interface GetLivenessWithVerifySessionAuditEntriesDefaultResponse extends HttpResponse {
2816
- // (undocumented)
2817
- body: FaceErrorResponseOutput;
2818
- // (undocumented)
2819
- headers: RawHttpHeaders & GetLivenessWithVerifySessionAuditEntriesDefaultHeaders;
2820
- // (undocumented)
2821
- status: string;
2822
- }
2823
-
2824
- // @public (undocumented)
2825
- export type GetLivenessWithVerifySessionAuditEntriesParameters = GetLivenessWithVerifySessionAuditEntriesQueryParam & RequestParameters;
2826
-
2827
- // @public (undocumented)
2828
- export interface GetLivenessWithVerifySessionAuditEntriesQueryParam {
2829
- // (undocumented)
2830
- queryParameters?: GetLivenessWithVerifySessionAuditEntriesQueryParamProperties;
2831
- }
2832
-
2833
- // @public (undocumented)
2834
- export interface GetLivenessWithVerifySessionAuditEntriesQueryParamProperties {
2835
- start?: string;
2836
- top?: number;
2837
- }
2838
-
2839
- // @public
2840
- export interface GetLivenessWithVerifySessionResult200Response extends HttpResponse {
2841
- // (undocumented)
2842
- body: LivenessWithVerifySessionOutput;
2843
- // (undocumented)
2844
- status: "200";
2845
- }
2846
-
2847
- // @public (undocumented)
2848
- export interface GetLivenessWithVerifySessionResultDefaultHeaders {
2849
- "x-ms-error-code"?: string;
2850
- }
2851
-
2852
- // @public (undocumented)
2853
- export interface GetLivenessWithVerifySessionResultDefaultResponse extends HttpResponse {
2854
- // (undocumented)
2855
- body: FaceErrorResponseOutput;
2856
- // (undocumented)
2857
- headers: RawHttpHeaders & GetLivenessWithVerifySessionResultDefaultHeaders;
2858
- // (undocumented)
2859
- status: string;
2860
- }
2861
-
2862
- // @public (undocumented)
2863
- export type GetLivenessWithVerifySessionResultParameters = RequestParameters;
2864
-
2865
- // @public
2866
- export interface GetLivenessWithVerifySessions200Response extends HttpResponse {
2867
- // (undocumented)
2868
- body: Array<LivenessSessionItemOutput>;
2869
- // (undocumented)
2870
- status: "200";
2871
- }
2872
-
2873
- // @public (undocumented)
2874
- export interface GetLivenessWithVerifySessionsDefaultHeaders {
2875
- "x-ms-error-code"?: string;
2876
- }
2877
-
2878
- // @public (undocumented)
2879
- export interface GetLivenessWithVerifySessionsDefaultResponse extends HttpResponse {
2880
- // (undocumented)
2881
- body: FaceErrorResponseOutput;
2882
- // (undocumented)
2883
- headers: RawHttpHeaders & GetLivenessWithVerifySessionsDefaultHeaders;
2884
- // (undocumented)
2885
- status: string;
2886
- }
2887
-
2888
- // @public (undocumented)
2889
- export type GetLivenessWithVerifySessionsParameters = GetLivenessWithVerifySessionsQueryParam & RequestParameters;
2890
-
2891
- // @public (undocumented)
2892
- export interface GetLivenessWithVerifySessionsQueryParam {
2893
- // (undocumented)
2894
- queryParameters?: GetLivenessWithVerifySessionsQueryParamProperties;
2895
- }
2896
-
2897
- // @public (undocumented)
2898
- export interface GetLivenessWithVerifySessionsQueryParamProperties {
2899
- start?: string;
2900
- top?: number;
2901
- }
2902
-
2903
- // @public
2904
- export function getLongRunningPoller<TResult extends TrainLargeFaceListLogicalResponse | TrainLargeFaceListDefaultResponse>(client: Client, initialResponse: TrainLargeFaceList202Response | TrainLargeFaceListDefaultResponse, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
2905
-
2906
- // @public (undocumented)
2907
- export function getLongRunningPoller<TResult extends TrainPersonGroupLogicalResponse | TrainPersonGroupDefaultResponse>(client: Client, initialResponse: TrainPersonGroup202Response | TrainPersonGroupDefaultResponse, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
2908
-
2909
- // @public (undocumented)
2910
- export function getLongRunningPoller<TResult extends TrainLargePersonGroupLogicalResponse | TrainLargePersonGroupDefaultResponse>(client: Client, initialResponse: TrainLargePersonGroup202Response | TrainLargePersonGroupDefaultResponse, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
2911
-
2912
- // @public (undocumented)
2913
- export function getLongRunningPoller<TResult extends CreatePersonLogicalResponse | CreatePersonDefaultResponse>(client: Client, initialResponse: CreatePerson202Response | CreatePersonDefaultResponse, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
2914
-
2915
- // @public (undocumented)
2916
- export function getLongRunningPoller<TResult extends DeletePersonLogicalResponse | DeletePersonDefaultResponse>(client: Client, initialResponse: DeletePerson202Response | DeletePersonDefaultResponse, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
2917
-
2918
- // @public (undocumented)
2919
- export function getLongRunningPoller<TResult extends AddPersonFaceLogicalResponse | AddPersonFaceDefaultResponse>(client: Client, initialResponse: AddPersonFace202Response | AddPersonFaceDefaultResponse, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
2920
-
2921
- // @public (undocumented)
2922
- export function getLongRunningPoller<TResult extends DeletePersonFaceLogicalResponse | DeletePersonFaceDefaultResponse>(client: Client, initialResponse: DeletePersonFace202Response | DeletePersonFaceDefaultResponse, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
2923
-
2924
- // @public (undocumented)
2925
- export function getLongRunningPoller<TResult extends CreateDynamicPersonGroupWithPersonLogicalResponse | CreateDynamicPersonGroupWithPersonDefaultResponse>(client: Client, initialResponse: CreateDynamicPersonGroupWithPerson202Response | CreateDynamicPersonGroupWithPersonDefaultResponse, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
2926
-
2927
- // @public (undocumented)
2928
- export function getLongRunningPoller<TResult extends DeleteDynamicPersonGroupLogicalResponse | DeleteDynamicPersonGroupDefaultResponse>(client: Client, initialResponse: DeleteDynamicPersonGroup202Response | DeleteDynamicPersonGroupDefaultResponse, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
2929
-
2930
- // @public (undocumented)
2931
- export function getLongRunningPoller<TResult extends UpdateDynamicPersonGroupWithPersonChangesLogicalResponse | UpdateDynamicPersonGroupWithPersonChangesDefaultResponse>(client: Client, initialResponse: UpdateDynamicPersonGroupWithPersonChanges202Response | UpdateDynamicPersonGroupWithPersonChangesDefaultResponse, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
2932
-
2933
- // @public (undocumented)
2934
- export interface GetOperationResult {
2935
- get(options?: GetOperationResultParameters): StreamableMethod<GetOperationResult200Response | GetOperationResultDefaultResponse>;
2936
- }
2937
-
2938
- // @public
2939
- export interface GetOperationResult200Response extends HttpResponse {
2940
- // (undocumented)
2941
- body: OperationResultOutput;
2942
- // (undocumented)
2943
- status: "200";
2944
- }
2945
-
2946
- // @public (undocumented)
2947
- export interface GetOperationResultDefaultHeaders {
2948
- "x-ms-error-code"?: string;
2949
- }
2950
-
2951
- // @public (undocumented)
2952
- export interface GetOperationResultDefaultResponse extends HttpResponse {
2953
- // (undocumented)
2954
- body: FaceErrorResponseOutput;
2955
- // (undocumented)
2956
- headers: RawHttpHeaders & GetOperationResultDefaultHeaders;
2957
- // (undocumented)
2958
- status: string;
2959
- }
2960
-
2961
- // @public (undocumented)
2962
- export type GetOperationResultParameters = RequestParameters;
2963
-
2964
- // @public
2965
- export interface GetPerson200Response extends HttpResponse {
2966
- // (undocumented)
2967
- body: PersonDirectoryPersonOutput;
2968
- // (undocumented)
2969
- status: "200";
2970
- }
2971
-
2972
- // @public (undocumented)
2973
- export interface GetPersonDefaultHeaders {
2974
- "x-ms-error-code"?: string;
2975
- }
2976
-
2977
- // @public (undocumented)
2978
- export interface GetPersonDefaultResponse extends HttpResponse {
2979
- // (undocumented)
2980
- body: FaceErrorResponseOutput;
2981
- // (undocumented)
2982
- headers: RawHttpHeaders & GetPersonDefaultHeaders;
2983
- // (undocumented)
2984
- status: string;
2985
- }
2986
-
2987
- // @public
2988
- export interface GetPersonFace200Response extends HttpResponse {
2989
- // (undocumented)
2990
- body: PersonDirectoryFaceOutput;
2991
- // (undocumented)
2992
- status: "200";
2993
- }
2994
-
2995
- // @public (undocumented)
2996
- export interface GetPersonFaceDefaultHeaders {
2997
- "x-ms-error-code"?: string;
2998
- }
2999
-
3000
- // @public (undocumented)
3001
- export interface GetPersonFaceDefaultResponse extends HttpResponse {
3002
- // (undocumented)
3003
- body: FaceErrorResponseOutput;
3004
- // (undocumented)
3005
- headers: RawHttpHeaders & GetPersonFaceDefaultHeaders;
3006
- // (undocumented)
3007
- status: string;
3008
- }
3009
-
3010
- // @public (undocumented)
3011
- export type GetPersonFaceParameters = RequestParameters;
3012
-
3013
- // @public
3014
- export interface GetPersonFaces200Response extends HttpResponse {
3015
- // (undocumented)
3016
- body: ListFaceResultOutput;
3017
- // (undocumented)
3018
- status: "200";
3019
- }
3020
-
3021
- // @public (undocumented)
3022
- export interface GetPersonFacesDefaultHeaders {
3023
- "x-ms-error-code"?: string;
3024
- }
3025
-
3026
- // @public (undocumented)
3027
- export interface GetPersonFacesDefaultResponse extends HttpResponse {
3028
- // (undocumented)
3029
- body: FaceErrorResponseOutput;
3030
- // (undocumented)
3031
- headers: RawHttpHeaders & GetPersonFacesDefaultHeaders;
3032
- // (undocumented)
3033
- status: string;
3034
- }
3035
-
3036
- // @public (undocumented)
3037
- export type GetPersonFacesParameters = RequestParameters;
3038
-
3039
- // @public
3040
- export interface GetPersonGroup200Response extends HttpResponse {
3041
- // (undocumented)
3042
- body: PersonGroupOutput;
3043
- // (undocumented)
3044
- status: "200";
3045
- }
3046
-
3047
- // @public (undocumented)
3048
- export interface GetPersonGroupDefaultHeaders {
3049
- "x-ms-error-code"?: string;
3050
- }
3051
-
3052
- // @public (undocumented)
3053
- export interface GetPersonGroupDefaultResponse extends HttpResponse {
3054
- // (undocumented)
3055
- body: FaceErrorResponseOutput;
3056
- // (undocumented)
3057
- headers: RawHttpHeaders & GetPersonGroupDefaultHeaders;
3058
- // (undocumented)
3059
- status: string;
3060
- }
3061
-
3062
- // @public (undocumented)
3063
- export type GetPersonGroupParameters = GetPersonGroupQueryParam & RequestParameters;
3064
-
3065
- // @public
3066
- export interface GetPersonGroupPerson200Response extends HttpResponse {
3067
- // (undocumented)
3068
- body: PersonGroupPersonOutput;
3069
- // (undocumented)
3070
- status: "200";
3071
- }
3072
-
3073
- // @public (undocumented)
3074
- export interface GetPersonGroupPersonDefaultHeaders {
3075
- "x-ms-error-code"?: string;
3076
- }
3077
-
3078
- // @public (undocumented)
3079
- export interface GetPersonGroupPersonDefaultResponse extends HttpResponse {
3080
- // (undocumented)
3081
- body: FaceErrorResponseOutput;
3082
- // (undocumented)
3083
- headers: RawHttpHeaders & GetPersonGroupPersonDefaultHeaders;
3084
- // (undocumented)
3085
- status: string;
3086
- }
3087
-
3088
- // @public
3089
- export interface GetPersonGroupPersonFace200Response extends HttpResponse {
3090
- // (undocumented)
3091
- body: PersonGroupPersonFaceOutput;
3092
- // (undocumented)
3093
- status: "200";
3094
- }
3095
-
3096
- // @public (undocumented)
3097
- export interface GetPersonGroupPersonFaceDefaultHeaders {
3098
- "x-ms-error-code"?: string;
3099
- }
3100
-
3101
- // @public (undocumented)
3102
- export interface GetPersonGroupPersonFaceDefaultResponse extends HttpResponse {
3103
- // (undocumented)
3104
- body: FaceErrorResponseOutput;
3105
- // (undocumented)
3106
- headers: RawHttpHeaders & GetPersonGroupPersonFaceDefaultHeaders;
3107
- // (undocumented)
3108
- status: string;
3109
- }
3110
-
3111
- // @public (undocumented)
3112
- export type GetPersonGroupPersonFaceParameters = RequestParameters;
3113
-
3114
- // @public (undocumented)
3115
- export type GetPersonGroupPersonParameters = RequestParameters;
3116
-
3117
- // @public
3118
- export interface GetPersonGroupPersons200Response extends HttpResponse {
3119
- // (undocumented)
3120
- body: Array<PersonGroupPersonOutput>;
3121
- // (undocumented)
3122
- status: "200";
3123
- }
3124
-
3125
- // @public (undocumented)
3126
- export interface GetPersonGroupPersonsDefaultHeaders {
3127
- "x-ms-error-code"?: string;
3128
- }
3129
-
3130
- // @public (undocumented)
3131
- export interface GetPersonGroupPersonsDefaultResponse extends HttpResponse {
3132
- // (undocumented)
3133
- body: FaceErrorResponseOutput;
3134
- // (undocumented)
3135
- headers: RawHttpHeaders & GetPersonGroupPersonsDefaultHeaders;
3136
- // (undocumented)
3137
- status: string;
3138
- }
3139
-
3140
- // @public (undocumented)
3141
- export type GetPersonGroupPersonsParameters = GetPersonGroupPersonsQueryParam & RequestParameters;
3142
-
3143
- // @public (undocumented)
3144
- export interface GetPersonGroupPersonsQueryParam {
3145
- // (undocumented)
3146
- queryParameters?: GetPersonGroupPersonsQueryParamProperties;
3147
- }
3148
-
3149
- // @public (undocumented)
3150
- export interface GetPersonGroupPersonsQueryParamProperties {
3151
- start?: string;
3152
- top?: number;
3153
- }
3154
-
3155
- // @public (undocumented)
3156
- export interface GetPersonGroupQueryParam {
3157
- // (undocumented)
3158
- queryParameters?: GetPersonGroupQueryParamProperties;
3159
- }
3160
-
3161
- // @public (undocumented)
3162
- export interface GetPersonGroupQueryParamProperties {
3163
- returnRecognitionModel?: boolean;
3164
- }
3165
-
3166
- // @public (undocumented)
3167
- export interface GetPersonGroups {
3168
- get(options?: GetPersonGroupsParameters): StreamableMethod<GetPersonGroups200Response | GetPersonGroupsDefaultResponse>;
3169
- }
3170
-
3171
- // @public
3172
- export interface GetPersonGroups200Response extends HttpResponse {
3173
- // (undocumented)
3174
- body: Array<PersonGroupOutput>;
3175
- // (undocumented)
3176
- status: "200";
3177
- }
3178
-
3179
- // @public (undocumented)
3180
- export interface GetPersonGroupsDefaultHeaders {
3181
- "x-ms-error-code"?: string;
3182
- }
3183
-
3184
- // @public (undocumented)
3185
- export interface GetPersonGroupsDefaultResponse extends HttpResponse {
3186
- // (undocumented)
3187
- body: FaceErrorResponseOutput;
3188
- // (undocumented)
3189
- headers: RawHttpHeaders & GetPersonGroupsDefaultHeaders;
3190
- // (undocumented)
3191
- status: string;
3192
- }
3193
-
3194
- // @public (undocumented)
3195
- export type GetPersonGroupsParameters = GetPersonGroupsQueryParam & RequestParameters;
3196
-
3197
- // @public (undocumented)
3198
- export interface GetPersonGroupsQueryParam {
3199
- // (undocumented)
3200
- queryParameters?: GetPersonGroupsQueryParamProperties;
3201
- }
3202
-
3203
- // @public (undocumented)
3204
- export interface GetPersonGroupsQueryParamProperties {
3205
- returnRecognitionModel?: boolean;
3206
- start?: string;
3207
- top?: number;
3208
- }
3209
-
3210
- // @public (undocumented)
3211
- export interface GetPersonGroupTrainingStatus {
3212
- get(options?: GetPersonGroupTrainingStatusParameters): StreamableMethod<GetPersonGroupTrainingStatus200Response | GetPersonGroupTrainingStatusDefaultResponse>;
3213
- }
3214
-
3215
- // @public
3216
- export interface GetPersonGroupTrainingStatus200Response extends HttpResponse {
3217
- // (undocumented)
3218
- body: TrainingResultOutput;
3219
- // (undocumented)
3220
- status: "200";
3221
- }
3222
-
3223
- // @public (undocumented)
3224
- export interface GetPersonGroupTrainingStatusDefaultHeaders {
3225
- "x-ms-error-code"?: string;
3226
- }
3227
-
3228
- // @public (undocumented)
3229
- export interface GetPersonGroupTrainingStatusDefaultResponse extends HttpResponse {
3230
- // (undocumented)
3231
- body: FaceErrorResponseOutput;
3232
- // (undocumented)
3233
- headers: RawHttpHeaders & GetPersonGroupTrainingStatusDefaultHeaders;
3234
- // (undocumented)
3235
- status: string;
3236
- }
3237
-
3238
- // @public (undocumented)
3239
- export type GetPersonGroupTrainingStatusParameters = RequestParameters;
3240
-
3241
- // @public (undocumented)
3242
- export type GetPersonParameters = RequestParameters;
3243
-
3244
- // @public
3245
- export interface GetPersons200Response extends HttpResponse {
3246
- // (undocumented)
3247
- body: Array<PersonDirectoryPersonOutput>;
3248
- // (undocumented)
3249
- status: "200";
3250
- }
3251
-
3252
- // @public (undocumented)
3253
- export interface GetPersonsDefaultHeaders {
3254
- "x-ms-error-code"?: string;
3255
- }
3256
-
3257
- // @public (undocumented)
3258
- export interface GetPersonsDefaultResponse extends HttpResponse {
3259
- // (undocumented)
3260
- body: FaceErrorResponseOutput;
3261
- // (undocumented)
3262
- headers: RawHttpHeaders & GetPersonsDefaultHeaders;
3263
- // (undocumented)
3264
- status: string;
3265
- }
3266
-
3267
- // @public (undocumented)
3268
- export type GetPersonsParameters = GetPersonsQueryParam & RequestParameters;
3269
-
3270
- // @public (undocumented)
3271
- export interface GetPersonsQueryParam {
3272
- // (undocumented)
3273
- queryParameters?: GetPersonsQueryParamProperties;
3274
- }
3275
-
3276
- // @public (undocumented)
3277
- export interface GetPersonsQueryParamProperties {
3278
- start?: string;
3279
- top?: number;
3280
- }
3281
-
3282
- // @public (undocumented)
3283
- export interface GetSessionImage {
3284
- get(options?: GetSessionImageParameters): StreamableMethod<GetSessionImage200Response | GetSessionImageDefaultResponse>;
3285
- }
3286
-
3287
- // @public (undocumented)
3288
- export interface GetSessionImage200Headers {
3289
- "content-type": "application/octet-stream";
3290
- }
3291
-
3292
- // @public
3293
- export interface GetSessionImage200Response extends HttpResponse {
3294
- body: Uint8Array;
3295
- // (undocumented)
3296
- headers: RawHttpHeaders & GetSessionImage200Headers;
3297
- // (undocumented)
3298
- status: "200";
3299
- }
3300
-
3301
- // @public (undocumented)
3302
- export interface GetSessionImageDefaultHeaders {
3303
- "x-ms-error-code"?: string;
3304
- }
3305
-
3306
- // @public (undocumented)
3307
- export interface GetSessionImageDefaultResponse extends HttpResponse {
3308
- // (undocumented)
3309
- body: FaceErrorResponseOutput;
3310
- // (undocumented)
3311
- headers: RawHttpHeaders & GetSessionImageDefaultHeaders;
3312
- // (undocumented)
3313
- status: string;
3314
- }
3315
-
3316
- // @public (undocumented)
3317
- export type GetSessionImageParameters = RequestParameters;
3318
-
3319
- // @public
3320
- export type GlassesTypeOutput = string;
3321
-
3322
- // @public (undocumented)
3323
- export interface Group {
3324
- post(options: GroupParameters): StreamableMethod<Group200Response | GroupDefaultResponse>;
3325
- }
3326
-
3327
- // @public
3328
- export interface Group200Response extends HttpResponse {
3329
- // (undocumented)
3330
- body: GroupingResultOutput;
3331
- // (undocumented)
3332
- status: "200";
3333
- }
3334
-
3335
- // @public (undocumented)
3336
- export interface GroupBodyParam {
3337
- // (undocumented)
3338
- body: {
3339
- faceIds: string[];
3340
- };
3341
- }
3342
-
3343
- // @public (undocumented)
3344
- export interface GroupDefaultHeaders {
3345
- "x-ms-error-code"?: string;
3346
- }
3347
-
3348
- // @public (undocumented)
3349
- export interface GroupDefaultResponse extends HttpResponse {
3350
- // (undocumented)
3351
- body: FaceErrorResponseOutput;
3352
- // (undocumented)
3353
- headers: RawHttpHeaders & GroupDefaultHeaders;
3354
- // (undocumented)
3355
- status: string;
3356
- }
3357
-
3358
- // @public
3359
- export interface GroupingResultOutput {
3360
- groups: string[][];
3361
- messyGroup: string[];
3362
- }
3363
-
3364
- // @public (undocumented)
3365
- export type GroupParameters = GroupBodyParam & RequestParameters;
3366
-
3367
- // @public
3368
- export interface HairColorOutput {
3369
- color: HairColorTypeOutput;
3370
- confidence: number;
3371
- }
3372
-
3373
- // @public
3374
- export type HairColorTypeOutput = string;
3375
-
3376
- // @public
3377
- export interface HairPropertiesOutput {
3378
- bald: number;
3379
- hairColor: Array<HairColorOutput>;
3380
- invisible: boolean;
3381
- }
3382
-
3383
- // @public
3384
- export interface HeadPoseOutput {
3385
- pitch: number;
3386
- roll: number;
3387
- yaw: number;
3388
- }
3389
-
3390
- // @public
3391
- export interface IdentificationCandidateOutput {
3392
- confidence: number;
3393
- personId: string;
3394
- }
3395
-
3396
- // @public
3397
- export interface IdentificationResultOutput {
3398
- candidates: Array<IdentificationCandidateOutput>;
3399
- faceId: string;
3400
- }
3401
-
3402
- // @public
3403
- export interface IdentifyFromDynamicPersonGroup200Response extends HttpResponse {
3404
- // (undocumented)
3405
- body: Array<IdentificationResultOutput>;
3406
- // (undocumented)
3407
- status: "200";
3408
- }
3409
-
3410
- // @public (undocumented)
3411
- export interface IdentifyFromDynamicPersonGroupBodyParam {
3412
- // (undocumented)
3413
- body: {
3414
- faceIds: string[];
3415
- dynamicPersonGroupId: string;
3416
- maxNumOfCandidatesReturned?: number;
3417
- confidenceThreshold?: number;
3418
- };
3419
- }
3420
-
3421
- // @public (undocumented)
3422
- export interface IdentifyFromDynamicPersonGroupDefaultHeaders {
3423
- "x-ms-error-code"?: string;
3424
- }
3425
-
3426
- // @public (undocumented)
3427
- export interface IdentifyFromDynamicPersonGroupDefaultResponse extends HttpResponse {
3428
- // (undocumented)
3429
- body: FaceErrorResponseOutput;
3430
- // (undocumented)
3431
- headers: RawHttpHeaders & IdentifyFromDynamicPersonGroupDefaultHeaders;
3432
- // (undocumented)
3433
- status: string;
3434
- }
3435
-
3436
- // @public (undocumented)
3437
- export type IdentifyFromDynamicPersonGroupParameters = IdentifyFromDynamicPersonGroupBodyParam & RequestParameters;
3438
-
3439
- // @public
3440
- export interface IdentifyFromLargePersonGroup200Response extends HttpResponse {
3441
- // (undocumented)
3442
- body: Array<IdentificationResultOutput>;
3443
- // (undocumented)
3444
- status: "200";
3445
- }
3446
-
3447
- // @public (undocumented)
3448
- export interface IdentifyFromLargePersonGroupBodyParam {
3449
- // (undocumented)
3450
- body: {
3451
- faceIds: string[];
3452
- largePersonGroupId: string;
3453
- maxNumOfCandidatesReturned?: number;
3454
- confidenceThreshold?: number;
3455
- };
3456
- }
3457
-
3458
- // @public (undocumented)
3459
- export interface IdentifyFromLargePersonGroupDefaultHeaders {
3460
- "x-ms-error-code"?: string;
3461
- }
3462
-
3463
- // @public (undocumented)
3464
- export interface IdentifyFromLargePersonGroupDefaultResponse extends HttpResponse {
3465
- // (undocumented)
3466
- body: FaceErrorResponseOutput;
3467
- // (undocumented)
3468
- headers: RawHttpHeaders & IdentifyFromLargePersonGroupDefaultHeaders;
3469
- // (undocumented)
3470
- status: string;
3471
- }
3472
-
3473
- // @public (undocumented)
3474
- export type IdentifyFromLargePersonGroupParameters = IdentifyFromLargePersonGroupBodyParam & RequestParameters;
3475
-
3476
- // @public
3477
- export interface IdentifyFromPersonDirectory200Response extends HttpResponse {
3478
- // (undocumented)
3479
- body: Array<IdentificationResultOutput>;
3480
- // (undocumented)
3481
- status: "200";
3482
- }
3483
-
3484
- // @public (undocumented)
3485
- export interface IdentifyFromPersonDirectoryBodyParam {
3486
- // (undocumented)
3487
- body: {
3488
- faceIds: string[];
3489
- personIds: string[];
3490
- maxNumOfCandidatesReturned?: number;
3491
- confidenceThreshold?: number;
3492
- };
3493
- }
3494
-
3495
- // @public (undocumented)
3496
- export interface IdentifyFromPersonDirectoryDefaultHeaders {
3497
- "x-ms-error-code"?: string;
3498
- }
3499
-
3500
- // @public (undocumented)
3501
- export interface IdentifyFromPersonDirectoryDefaultResponse extends HttpResponse {
3502
- // (undocumented)
3503
- body: FaceErrorResponseOutput;
3504
- // (undocumented)
3505
- headers: RawHttpHeaders & IdentifyFromPersonDirectoryDefaultHeaders;
3506
- // (undocumented)
3507
- status: string;
3508
- }
3509
-
3510
- // @public (undocumented)
3511
- export type IdentifyFromPersonDirectoryParameters = IdentifyFromPersonDirectoryBodyParam & RequestParameters;
3512
-
3513
- // @public (undocumented)
3514
- export interface IdentifyFromPersonGroup {
3515
- post(options: IdentifyFromPersonGroupParameters): StreamableMethod<IdentifyFromPersonGroup200Response | IdentifyFromPersonGroupDefaultResponse>;
3516
- post(options: IdentifyFromLargePersonGroupParameters): StreamableMethod<IdentifyFromLargePersonGroup200Response | IdentifyFromLargePersonGroupDefaultResponse>;
3517
- post(options: IdentifyFromPersonDirectoryParameters): StreamableMethod<IdentifyFromPersonDirectory200Response | IdentifyFromPersonDirectoryDefaultResponse>;
3518
- post(options: IdentifyFromDynamicPersonGroupParameters): StreamableMethod<IdentifyFromDynamicPersonGroup200Response | IdentifyFromDynamicPersonGroupDefaultResponse>;
3519
- }
3520
-
3521
- // @public
3522
- export interface IdentifyFromPersonGroup200Response extends HttpResponse {
3523
- // (undocumented)
3524
- body: Array<IdentificationResultOutput>;
3525
- // (undocumented)
3526
- status: "200";
3527
- }
3528
-
3529
- // @public (undocumented)
3530
- export interface IdentifyFromPersonGroupBodyParam {
3531
- // (undocumented)
3532
- body: {
3533
- faceIds: string[];
3534
- personGroupId: string;
3535
- maxNumOfCandidatesReturned?: number;
3536
- confidenceThreshold?: number;
3537
- };
3538
- }
3539
-
3540
- // @public (undocumented)
3541
- export interface IdentifyFromPersonGroupDefaultHeaders {
3542
- "x-ms-error-code"?: string;
3543
- }
3544
-
3545
- // @public (undocumented)
3546
- export interface IdentifyFromPersonGroupDefaultResponse extends HttpResponse {
3547
- // (undocumented)
3548
- body: FaceErrorResponseOutput;
3549
- // (undocumented)
3550
- headers: RawHttpHeaders & IdentifyFromPersonGroupDefaultHeaders;
3551
- // (undocumented)
3552
- status: string;
3553
- }
3554
-
3555
- // @public (undocumented)
3556
- export type IdentifyFromPersonGroupParameters = IdentifyFromPersonGroupBodyParam & RequestParameters;
3557
-
3558
- // @public
3559
- export type ImageTypeOutput = string;
3560
-
3561
- // @public (undocumented)
3562
- export function isUnexpected(response: GetOperationResult200Response | GetOperationResultDefaultResponse): response is GetOperationResultDefaultResponse;
3563
-
3564
- // @public (undocumented)
3565
- export function isUnexpected(response: DetectFromUrl200Response | DetectFromUrlDefaultResponse): response is DetectFromUrlDefaultResponse;
3566
-
3567
- // @public (undocumented)
3568
- export function isUnexpected(response: Detect200Response | DetectDefaultResponse): response is DetectDefaultResponse;
3569
-
3570
- // @public (undocumented)
3571
- export function isUnexpected(response: DetectFromSessionImageId200Response | DetectFromSessionImageIdDefaultResponse): response is DetectFromSessionImageIdDefaultResponse;
3572
-
3573
- // @public (undocumented)
3574
- export function isUnexpected(response: FindSimilar200Response | FindSimilarDefaultResponse): response is FindSimilarDefaultResponse;
3575
-
3576
- // @public (undocumented)
3577
- export function isUnexpected(response: FindSimilarFromFaceList200Response | FindSimilarFromFaceListDefaultResponse): response is FindSimilarFromFaceListDefaultResponse;
3578
-
3579
- // @public (undocumented)
3580
- export function isUnexpected(response: FindSimilarFromLargeFaceList200Response | FindSimilarFromLargeFaceListDefaultResponse): response is FindSimilarFromLargeFaceListDefaultResponse;
3581
-
3582
- // @public (undocumented)
3583
- export function isUnexpected(response: IdentifyFromPersonGroup200Response | IdentifyFromPersonGroupDefaultResponse): response is IdentifyFromPersonGroupDefaultResponse;
3584
-
3585
- // @public (undocumented)
3586
- export function isUnexpected(response: IdentifyFromLargePersonGroup200Response | IdentifyFromLargePersonGroupDefaultResponse): response is IdentifyFromLargePersonGroupDefaultResponse;
3587
-
3588
- // @public (undocumented)
3589
- export function isUnexpected(response: IdentifyFromPersonDirectory200Response | IdentifyFromPersonDirectoryDefaultResponse): response is IdentifyFromPersonDirectoryDefaultResponse;
3590
-
3591
- // @public (undocumented)
3592
- export function isUnexpected(response: IdentifyFromDynamicPersonGroup200Response | IdentifyFromDynamicPersonGroupDefaultResponse): response is IdentifyFromDynamicPersonGroupDefaultResponse;
3593
-
3594
- // @public (undocumented)
3595
- export function isUnexpected(response: VerifyFaceToFace200Response | VerifyFaceToFaceDefaultResponse): response is VerifyFaceToFaceDefaultResponse;
3596
-
3597
- // @public (undocumented)
3598
- export function isUnexpected(response: VerifyFromPersonGroup200Response | VerifyFromPersonGroupDefaultResponse): response is VerifyFromPersonGroupDefaultResponse;
3599
-
3600
- // @public (undocumented)
3601
- export function isUnexpected(response: VerifyFromLargePersonGroup200Response | VerifyFromLargePersonGroupDefaultResponse): response is VerifyFromLargePersonGroupDefaultResponse;
3602
-
3603
- // @public (undocumented)
3604
- export function isUnexpected(response: VerifyFromPersonDirectory200Response | VerifyFromPersonDirectoryDefaultResponse): response is VerifyFromPersonDirectoryDefaultResponse;
3605
-
3606
- // @public (undocumented)
3607
- export function isUnexpected(response: Group200Response | GroupDefaultResponse): response is GroupDefaultResponse;
3608
-
3609
- // @public (undocumented)
3610
- export function isUnexpected(response: CreateFaceList200Response | CreateFaceListDefaultResponse): response is CreateFaceListDefaultResponse;
3611
-
3612
- // @public (undocumented)
3613
- export function isUnexpected(response: DeleteFaceList200Response | DeleteFaceListDefaultResponse): response is DeleteFaceListDefaultResponse;
3614
-
3615
- // @public (undocumented)
3616
- export function isUnexpected(response: GetFaceList200Response | GetFaceListDefaultResponse): response is GetFaceListDefaultResponse;
3617
-
3618
- // @public (undocumented)
3619
- export function isUnexpected(response: UpdateFaceList200Response | UpdateFaceListDefaultResponse): response is UpdateFaceListDefaultResponse;
3620
-
3621
- // @public (undocumented)
3622
- export function isUnexpected(response: GetFaceLists200Response | GetFaceListsDefaultResponse): response is GetFaceListsDefaultResponse;
3623
-
3624
- // @public (undocumented)
3625
- export function isUnexpected(response: AddFaceListFaceFromUrl200Response | AddFaceListFaceFromUrlDefaultResponse): response is AddFaceListFaceFromUrlDefaultResponse;
3626
-
3627
- // @public (undocumented)
3628
- export function isUnexpected(response: AddFaceListFace200Response | AddFaceListFaceDefaultResponse): response is AddFaceListFaceDefaultResponse;
3629
-
3630
- // @public (undocumented)
3631
- export function isUnexpected(response: DeleteFaceListFace200Response | DeleteFaceListFaceDefaultResponse): response is DeleteFaceListFaceDefaultResponse;
3632
-
3633
- // @public (undocumented)
3634
- export function isUnexpected(response: CreateLargeFaceList200Response | CreateLargeFaceListDefaultResponse): response is CreateLargeFaceListDefaultResponse;
3635
-
3636
- // @public (undocumented)
3637
- export function isUnexpected(response: DeleteLargeFaceList200Response | DeleteLargeFaceListDefaultResponse): response is DeleteLargeFaceListDefaultResponse;
3638
-
3639
- // @public (undocumented)
3640
- export function isUnexpected(response: GetLargeFaceList200Response | GetLargeFaceListDefaultResponse): response is GetLargeFaceListDefaultResponse;
3641
-
3642
- // @public (undocumented)
3643
- export function isUnexpected(response: UpdateLargeFaceList200Response | UpdateLargeFaceListDefaultResponse): response is UpdateLargeFaceListDefaultResponse;
3644
-
3645
- // @public (undocumented)
3646
- export function isUnexpected(response: GetLargeFaceLists200Response | GetLargeFaceListsDefaultResponse): response is GetLargeFaceListsDefaultResponse;
3647
-
3648
- // @public (undocumented)
3649
- export function isUnexpected(response: GetLargeFaceListTrainingStatus200Response | GetLargeFaceListTrainingStatusDefaultResponse): response is GetLargeFaceListTrainingStatusDefaultResponse;
3650
-
3651
- // @public (undocumented)
3652
- export function isUnexpected(response: TrainLargeFaceList202Response | TrainLargeFaceListLogicalResponse | TrainLargeFaceListDefaultResponse): response is TrainLargeFaceListDefaultResponse;
3653
-
3654
- // @public (undocumented)
3655
- export function isUnexpected(response: AddLargeFaceListFaceFromUrl200Response | AddLargeFaceListFaceFromUrlDefaultResponse): response is AddLargeFaceListFaceFromUrlDefaultResponse;
3656
-
3657
- // @public (undocumented)
3658
- export function isUnexpected(response: AddLargeFaceListFace200Response | AddLargeFaceListFaceDefaultResponse): response is AddLargeFaceListFaceDefaultResponse;
3659
-
3660
- // @public (undocumented)
3661
- export function isUnexpected(response: GetLargeFaceListFaces200Response | GetLargeFaceListFacesDefaultResponse): response is GetLargeFaceListFacesDefaultResponse;
3662
-
3663
- // @public (undocumented)
3664
- export function isUnexpected(response: DeleteLargeFaceListFace200Response | DeleteLargeFaceListFaceDefaultResponse): response is DeleteLargeFaceListFaceDefaultResponse;
3665
-
3666
- // @public (undocumented)
3667
- export function isUnexpected(response: GetLargeFaceListFace200Response | GetLargeFaceListFaceDefaultResponse): response is GetLargeFaceListFaceDefaultResponse;
3668
-
3669
- // @public (undocumented)
3670
- export function isUnexpected(response: UpdateLargeFaceListFace200Response | UpdateLargeFaceListFaceDefaultResponse): response is UpdateLargeFaceListFaceDefaultResponse;
3671
-
3672
- // @public (undocumented)
3673
- export function isUnexpected(response: CreatePersonGroup200Response | CreatePersonGroupDefaultResponse): response is CreatePersonGroupDefaultResponse;
3674
-
3675
- // @public (undocumented)
3676
- export function isUnexpected(response: DeletePersonGroup200Response | DeletePersonGroupDefaultResponse): response is DeletePersonGroupDefaultResponse;
3677
-
3678
- // @public (undocumented)
3679
- export function isUnexpected(response: GetPersonGroup200Response | GetPersonGroupDefaultResponse): response is GetPersonGroupDefaultResponse;
3680
-
3681
- // @public (undocumented)
3682
- export function isUnexpected(response: UpdatePersonGroup200Response | UpdatePersonGroupDefaultResponse): response is UpdatePersonGroupDefaultResponse;
3683
-
3684
- // @public (undocumented)
3685
- export function isUnexpected(response: GetPersonGroups200Response | GetPersonGroupsDefaultResponse): response is GetPersonGroupsDefaultResponse;
3686
-
3687
- // @public (undocumented)
3688
- export function isUnexpected(response: GetPersonGroupTrainingStatus200Response | GetPersonGroupTrainingStatusDefaultResponse): response is GetPersonGroupTrainingStatusDefaultResponse;
3689
-
3690
- // @public (undocumented)
3691
- export function isUnexpected(response: TrainPersonGroup202Response | TrainPersonGroupLogicalResponse | TrainPersonGroupDefaultResponse): response is TrainPersonGroupDefaultResponse;
3692
-
3693
- // @public (undocumented)
3694
- export function isUnexpected(response: CreatePersonGroupPerson200Response | CreatePersonGroupPersonDefaultResponse): response is CreatePersonGroupPersonDefaultResponse;
3695
-
3696
- // @public (undocumented)
3697
- export function isUnexpected(response: GetPersonGroupPersons200Response | GetPersonGroupPersonsDefaultResponse): response is GetPersonGroupPersonsDefaultResponse;
3698
-
3699
- // @public (undocumented)
3700
- export function isUnexpected(response: DeletePersonGroupPerson200Response | DeletePersonGroupPersonDefaultResponse): response is DeletePersonGroupPersonDefaultResponse;
3701
-
3702
- // @public (undocumented)
3703
- export function isUnexpected(response: GetPersonGroupPerson200Response | GetPersonGroupPersonDefaultResponse): response is GetPersonGroupPersonDefaultResponse;
3704
-
3705
- // @public (undocumented)
3706
- export function isUnexpected(response: UpdatePersonGroupPerson200Response | UpdatePersonGroupPersonDefaultResponse): response is UpdatePersonGroupPersonDefaultResponse;
3707
-
3708
- // @public (undocumented)
3709
- export function isUnexpected(response: AddPersonGroupPersonFaceFromUrl200Response | AddPersonGroupPersonFaceFromUrlDefaultResponse): response is AddPersonGroupPersonFaceFromUrlDefaultResponse;
3710
-
3711
- // @public (undocumented)
3712
- export function isUnexpected(response: AddPersonGroupPersonFace200Response | AddPersonGroupPersonFaceDefaultResponse): response is AddPersonGroupPersonFaceDefaultResponse;
3713
-
3714
- // @public (undocumented)
3715
- export function isUnexpected(response: DeletePersonGroupPersonFace200Response | DeletePersonGroupPersonFaceDefaultResponse): response is DeletePersonGroupPersonFaceDefaultResponse;
3716
-
3717
- // @public (undocumented)
3718
- export function isUnexpected(response: GetPersonGroupPersonFace200Response | GetPersonGroupPersonFaceDefaultResponse): response is GetPersonGroupPersonFaceDefaultResponse;
3719
-
3720
- // @public (undocumented)
3721
- export function isUnexpected(response: UpdatePersonGroupPersonFace200Response | UpdatePersonGroupPersonFaceDefaultResponse): response is UpdatePersonGroupPersonFaceDefaultResponse;
3722
-
3723
- // @public (undocumented)
3724
- export function isUnexpected(response: CreateLargePersonGroup200Response | CreateLargePersonGroupDefaultResponse): response is CreateLargePersonGroupDefaultResponse;
3725
-
3726
- // @public (undocumented)
3727
- export function isUnexpected(response: DeleteLargePersonGroup200Response | DeleteLargePersonGroupDefaultResponse): response is DeleteLargePersonGroupDefaultResponse;
3728
-
3729
- // @public (undocumented)
3730
- export function isUnexpected(response: GetLargePersonGroup200Response | GetLargePersonGroupDefaultResponse): response is GetLargePersonGroupDefaultResponse;
3731
-
3732
- // @public (undocumented)
3733
- export function isUnexpected(response: UpdateLargePersonGroup200Response | UpdateLargePersonGroupDefaultResponse): response is UpdateLargePersonGroupDefaultResponse;
3734
-
3735
- // @public (undocumented)
3736
- export function isUnexpected(response: GetLargePersonGroups200Response | GetLargePersonGroupsDefaultResponse): response is GetLargePersonGroupsDefaultResponse;
3737
-
3738
- // @public (undocumented)
3739
- export function isUnexpected(response: GetLargePersonGroupTrainingStatus200Response | GetLargePersonGroupTrainingStatusDefaultResponse): response is GetLargePersonGroupTrainingStatusDefaultResponse;
3740
-
3741
- // @public (undocumented)
3742
- export function isUnexpected(response: TrainLargePersonGroup202Response | TrainLargePersonGroupLogicalResponse | TrainLargePersonGroupDefaultResponse): response is TrainLargePersonGroupDefaultResponse;
3743
-
3744
- // @public (undocumented)
3745
- export function isUnexpected(response: CreateLargePersonGroupPerson200Response | CreateLargePersonGroupPersonDefaultResponse): response is CreateLargePersonGroupPersonDefaultResponse;
3746
-
3747
- // @public (undocumented)
3748
- export function isUnexpected(response: GetLargePersonGroupPersons200Response | GetLargePersonGroupPersonsDefaultResponse): response is GetLargePersonGroupPersonsDefaultResponse;
3749
-
3750
- // @public (undocumented)
3751
- export function isUnexpected(response: DeleteLargePersonGroupPerson200Response | DeleteLargePersonGroupPersonDefaultResponse): response is DeleteLargePersonGroupPersonDefaultResponse;
3752
-
3753
- // @public (undocumented)
3754
- export function isUnexpected(response: GetLargePersonGroupPerson200Response | GetLargePersonGroupPersonDefaultResponse): response is GetLargePersonGroupPersonDefaultResponse;
3755
-
3756
- // @public (undocumented)
3757
- export function isUnexpected(response: UpdateLargePersonGroupPerson200Response | UpdateLargePersonGroupPersonDefaultResponse): response is UpdateLargePersonGroupPersonDefaultResponse;
3758
-
3759
- // @public (undocumented)
3760
- export function isUnexpected(response: AddLargePersonGroupPersonFaceFromUrl200Response | AddLargePersonGroupPersonFaceFromUrlDefaultResponse): response is AddLargePersonGroupPersonFaceFromUrlDefaultResponse;
3761
-
3762
- // @public (undocumented)
3763
- export function isUnexpected(response: AddLargePersonGroupPersonFace200Response | AddLargePersonGroupPersonFaceDefaultResponse): response is AddLargePersonGroupPersonFaceDefaultResponse;
3764
-
3765
- // @public (undocumented)
3766
- export function isUnexpected(response: DeleteLargePersonGroupPersonFace200Response | DeleteLargePersonGroupPersonFaceDefaultResponse): response is DeleteLargePersonGroupPersonFaceDefaultResponse;
3767
-
3768
- // @public (undocumented)
3769
- export function isUnexpected(response: GetLargePersonGroupPersonFace200Response | GetLargePersonGroupPersonFaceDefaultResponse): response is GetLargePersonGroupPersonFaceDefaultResponse;
3770
-
3771
- // @public (undocumented)
3772
- export function isUnexpected(response: UpdateLargePersonGroupPersonFace200Response | UpdateLargePersonGroupPersonFaceDefaultResponse): response is UpdateLargePersonGroupPersonFaceDefaultResponse;
3773
-
3774
- // @public (undocumented)
3775
- export function isUnexpected(response: CreateLivenessSession200Response | CreateLivenessSessionDefaultResponse): response is CreateLivenessSessionDefaultResponse;
3776
-
3777
- // @public (undocumented)
3778
- export function isUnexpected(response: GetLivenessSessions200Response | GetLivenessSessionsDefaultResponse): response is GetLivenessSessionsDefaultResponse;
3779
-
3780
- // @public (undocumented)
3781
- export function isUnexpected(response: DeleteLivenessSession200Response | DeleteLivenessSessionDefaultResponse): response is DeleteLivenessSessionDefaultResponse;
3782
-
3783
- // @public (undocumented)
3784
- export function isUnexpected(response: GetLivenessSessionResult200Response | GetLivenessSessionResultDefaultResponse): response is GetLivenessSessionResultDefaultResponse;
3785
-
3786
- // @public (undocumented)
3787
- export function isUnexpected(response: GetLivenessSessionAuditEntries200Response | GetLivenessSessionAuditEntriesDefaultResponse): response is GetLivenessSessionAuditEntriesDefaultResponse;
3788
-
3789
- // @public (undocumented)
3790
- export function isUnexpected(response: CreateLivenessWithVerifySessionWithVerifyImage200Response | CreateLivenessWithVerifySessionWithVerifyImageDefaultResponse): response is CreateLivenessWithVerifySessionWithVerifyImageDefaultResponse;
3791
-
3792
- // @public (undocumented)
3793
- export function isUnexpected(response: CreateLivenessWithVerifySession200Response | CreateLivenessWithVerifySessionDefaultResponse): response is CreateLivenessWithVerifySessionDefaultResponse;
3794
-
3795
- // @public (undocumented)
3796
- export function isUnexpected(response: GetLivenessWithVerifySessions200Response | GetLivenessWithVerifySessionsDefaultResponse): response is GetLivenessWithVerifySessionsDefaultResponse;
3797
-
3798
- // @public (undocumented)
3799
- export function isUnexpected(response: DeleteLivenessWithVerifySession200Response | DeleteLivenessWithVerifySessionDefaultResponse): response is DeleteLivenessWithVerifySessionDefaultResponse;
3800
-
3801
- // @public (undocumented)
3802
- export function isUnexpected(response: GetLivenessWithVerifySessionResult200Response | GetLivenessWithVerifySessionResultDefaultResponse): response is GetLivenessWithVerifySessionResultDefaultResponse;
3803
-
3804
- // @public (undocumented)
3805
- export function isUnexpected(response: GetLivenessWithVerifySessionAuditEntries200Response | GetLivenessWithVerifySessionAuditEntriesDefaultResponse): response is GetLivenessWithVerifySessionAuditEntriesDefaultResponse;
3806
-
3807
- // @public (undocumented)
3808
- export function isUnexpected(response: GetSessionImage200Response | GetSessionImageDefaultResponse): response is GetSessionImageDefaultResponse;
3809
-
3810
- // @public (undocumented)
3811
- export function isUnexpected(response: CreatePerson202Response | CreatePersonLogicalResponse | CreatePersonDefaultResponse): response is CreatePersonDefaultResponse;
3812
-
3813
- // @public (undocumented)
3814
- export function isUnexpected(response: GetPersons200Response | GetPersonsDefaultResponse): response is GetPersonsDefaultResponse;
3815
-
3816
- // @public (undocumented)
3817
- export function isUnexpected(response: DeletePerson202Response | DeletePersonLogicalResponse | DeletePersonDefaultResponse): response is DeletePersonDefaultResponse;
3818
-
3819
- // @public (undocumented)
3820
- export function isUnexpected(response: GetPerson200Response | GetPersonDefaultResponse): response is GetPersonDefaultResponse;
3821
-
3822
- // @public (undocumented)
3823
- export function isUnexpected(response: UpdatePerson200Response | UpdatePersonDefaultResponse): response is UpdatePersonDefaultResponse;
3824
-
3825
- // @public (undocumented)
3826
- export function isUnexpected(response: GetDynamicPersonGroupReferences200Response | GetDynamicPersonGroupReferencesDefaultResponse): response is GetDynamicPersonGroupReferencesDefaultResponse;
3827
-
3828
- // @public (undocumented)
3829
- export function isUnexpected(response: AddPersonFace202Response | AddPersonFaceLogicalResponse | AddPersonFaceDefaultResponse): response is AddPersonFaceDefaultResponse;
3830
-
3831
- // @public (undocumented)
3832
- export function isUnexpected(response: AddPersonFaceFromUrl202Response | AddPersonFaceFromUrlLogicalResponse | AddPersonFaceFromUrlDefaultResponse): response is AddPersonFaceFromUrlDefaultResponse;
3833
-
3834
- // @public (undocumented)
3835
- export function isUnexpected(response: GetPersonFaces200Response | GetPersonFacesDefaultResponse): response is GetPersonFacesDefaultResponse;
3836
-
3837
- // @public (undocumented)
3838
- export function isUnexpected(response: DeletePersonFace202Response | DeletePersonFaceLogicalResponse | DeletePersonFaceDefaultResponse): response is DeletePersonFaceDefaultResponse;
3839
-
3840
- // @public (undocumented)
3841
- export function isUnexpected(response: GetPersonFace200Response | GetPersonFaceDefaultResponse): response is GetPersonFaceDefaultResponse;
3842
-
3843
- // @public (undocumented)
3844
- export function isUnexpected(response: UpdatePersonFace200Response | UpdatePersonFaceDefaultResponse): response is UpdatePersonFaceDefaultResponse;
3845
-
3846
- // @public (undocumented)
3847
- export function isUnexpected(response: CreateDynamicPersonGroupWithPerson202Response | CreateDynamicPersonGroupWithPersonLogicalResponse | CreateDynamicPersonGroupWithPersonDefaultResponse): response is CreateDynamicPersonGroupWithPersonDefaultResponse;
3848
-
3849
- // @public (undocumented)
3850
- export function isUnexpected(response: CreateDynamicPersonGroup200Response | CreateDynamicPersonGroupDefaultResponse): response is CreateDynamicPersonGroupDefaultResponse;
3851
-
3852
- // @public (undocumented)
3853
- export function isUnexpected(response: DeleteDynamicPersonGroup202Response | DeleteDynamicPersonGroupLogicalResponse | DeleteDynamicPersonGroupDefaultResponse): response is DeleteDynamicPersonGroupDefaultResponse;
3854
-
3855
- // @public (undocumented)
3856
- export function isUnexpected(response: GetDynamicPersonGroup200Response | GetDynamicPersonGroupDefaultResponse): response is GetDynamicPersonGroupDefaultResponse;
3857
-
3858
- // @public (undocumented)
3859
- export function isUnexpected(response: UpdateDynamicPersonGroupWithPersonChanges202Response | UpdateDynamicPersonGroupWithPersonChangesLogicalResponse | UpdateDynamicPersonGroupWithPersonChangesDefaultResponse): response is UpdateDynamicPersonGroupWithPersonChangesDefaultResponse;
3860
-
3861
- // @public (undocumented)
3862
- export function isUnexpected(response: UpdateDynamicPersonGroup200Response | UpdateDynamicPersonGroupDefaultResponse): response is UpdateDynamicPersonGroupDefaultResponse;
3863
-
3864
- // @public (undocumented)
3865
- export function isUnexpected(response: GetDynamicPersonGroups200Response | GetDynamicPersonGroupsDefaultResponse): response is GetDynamicPersonGroupsDefaultResponse;
3866
-
3867
- // @public (undocumented)
3868
- export function isUnexpected(response: GetDynamicPersonGroupPersons200Response | GetDynamicPersonGroupPersonsDefaultResponse): response is GetDynamicPersonGroupPersonsDefaultResponse;
3869
-
3870
- // @public
3871
- export interface LandmarkCoordinateOutput {
3872
- x: number;
3873
- y: number;
3874
- }
3875
-
3876
- // @public
3877
- export interface LargeFaceListFaceOutput {
3878
- readonly persistedFaceId: string;
3879
- userData?: string;
3880
- }
3881
-
3882
- // @public
3883
- export interface LargeFaceListOutput {
3884
- readonly largeFaceListId: string;
3885
- name: string;
3886
- recognitionModel?: RecognitionModelOutput;
3887
- userData?: string;
3888
- }
3889
-
3890
- // @public
3891
- export interface LargePersonGroupOutput {
3892
- readonly largePersonGroupId: string;
3893
- name: string;
3894
- recognitionModel?: RecognitionModelOutput;
3895
- userData?: string;
3896
- }
3897
-
3898
- // @public
3899
- export interface LargePersonGroupPersonFaceOutput {
3900
- readonly persistedFaceId: string;
3901
- userData?: string;
3902
- }
3903
-
3904
- // @public
3905
- export interface LargePersonGroupPersonOutput {
3906
- name: string;
3907
- persistedFaceIds?: string[];
3908
- readonly personId: string;
3909
- userData?: string;
3910
- }
3911
-
3912
- // @public
3913
- export interface ListFaceResultOutput {
3914
- persistedFaceIds: string[];
3915
- personId: string;
3916
- }
3917
-
3918
- // @public
3919
- export interface ListGroupReferenceResultOutput {
3920
- dynamicPersonGroupIds: string[];
3921
- }
3922
-
3923
- // @public
3924
- export interface ListPersonResultOutput {
3925
- personIds: string[];
3926
- }
3927
-
3928
- // @public
3929
- export type LivenessDecisionOutput = string;
3930
-
3931
- // @public
3932
- export type LivenessModel = string;
3933
-
3934
- // @public
3935
- export type LivenessModelOutput = string;
3936
-
3937
- // @public
3938
- export type LivenessOperationMode = string;
3939
-
3940
- // @public
3941
- export interface LivenessOutputsTargetOutput {
3942
- faceRectangle: FaceRectangleOutput;
3943
- fileName: string;
3944
- imageType: ImageTypeOutput;
3945
- timeOffsetWithinFile: number;
3946
- }
3947
-
3948
- // @public
3949
- export interface LivenessResponseBodyOutput extends Record<string, any> {
3950
- livenessDecision?: LivenessDecisionOutput;
3951
- modelVersionUsed?: LivenessModelOutput;
3952
- target?: LivenessOutputsTargetOutput;
3953
- verifyResult?: LivenessWithVerifyOutputsOutput;
3954
- }
3955
-
3956
- // @public
3957
- export interface LivenessSessionAuditEntryOutput {
3958
- clientRequestId: string;
3959
- digest: string;
3960
- id: number;
3961
- receivedDateTime: string;
3962
- request: AuditRequestInfoOutput;
3963
- requestId: string;
3964
- response: AuditLivenessResponseInfoOutput;
3965
- sessionId: string;
3966
- sessionImageId?: string;
3967
- verifyImageHash?: string;
3968
- }
3969
-
3970
- // @public
3971
- export interface LivenessSessionItemOutput {
3972
- authTokenTimeToLiveInSeconds?: number;
3973
- createdDateTime: string;
3974
- deviceCorrelationId?: string;
3975
- readonly id: string;
3976
- sessionExpired: boolean;
3977
- sessionStartDateTime?: string;
3978
- }
3979
-
3980
- // @public
3981
- export interface LivenessSessionOutput {
3982
- authTokenTimeToLiveInSeconds?: number;
3983
- createdDateTime: string;
3984
- deviceCorrelationId?: string;
3985
- readonly id: string;
3986
- result?: LivenessSessionAuditEntryOutput;
3987
- sessionExpired: boolean;
3988
- sessionStartDateTime?: string;
3989
- status: FaceSessionStatusOutput;
3990
- }
3991
-
3992
- // @public
3993
- export interface LivenessWithVerifyImageOutput {
3994
- faceRectangle: FaceRectangleOutput;
3995
- qualityForRecognition: QualityForRecognitionOutput;
3996
- }
3997
-
3998
- // @public
3999
- export interface LivenessWithVerifyOutputsOutput {
4000
- isIdentical: boolean;
4001
- matchConfidence: number;
4002
- verifyImage: LivenessWithVerifyImageOutput;
4003
- }
4004
-
4005
- // @public
4006
- export interface LivenessWithVerifySessionOutput {
4007
- authTokenTimeToLiveInSeconds?: number;
4008
- createdDateTime: string;
4009
- deviceCorrelationId?: string;
4010
- readonly id: string;
4011
- result?: LivenessSessionAuditEntryOutput;
4012
- sessionExpired: boolean;
4013
- sessionStartDateTime?: string;
4014
- status: FaceSessionStatusOutput;
4015
- }
4016
-
4017
- // @public
4018
- export interface MaskPropertiesOutput {
4019
- noseAndMouthCovered: boolean;
4020
- type: MaskTypeOutput;
4021
- }
4022
-
4023
- // @public
4024
- export type MaskTypeOutput = string;
4025
-
4026
- // @public
4027
- export type NoiseLevelOutput = string;
4028
-
4029
- // @public
4030
- export interface NoisePropertiesOutput {
4031
- noiseLevel: NoiseLevelOutput;
4032
- value: number;
4033
- }
4034
-
4035
- // @public
4036
- export interface OcclusionPropertiesOutput {
4037
- eyeOccluded: boolean;
4038
- foreheadOccluded: boolean;
4039
- mouthOccluded: boolean;
4040
- }
4041
-
4042
- // @public
4043
- export interface OperationResultOutput {
4044
- createdTime: string;
4045
- finishedTime?: string;
4046
- lastActionTime?: string;
4047
- message?: string;
4048
- readonly operationId: string;
4049
- status: OperationStatusOutput;
4050
- }
4051
-
4052
- // @public
4053
- export type OperationStatusOutput = string;
4054
-
4055
- // @public
4056
- export interface PersonDirectoryFaceOutput {
4057
- readonly persistedFaceId: string;
4058
- userData?: string;
4059
- }
4060
-
4061
- // @public
4062
- export interface PersonDirectoryPersonOutput {
4063
- name: string;
4064
- readonly personId: string;
4065
- userData?: string;
4066
- }
4067
-
4068
- // @public
4069
- export interface PersonGroupOutput {
4070
- name: string;
4071
- readonly personGroupId: string;
4072
- recognitionModel?: RecognitionModelOutput;
4073
- userData?: string;
4074
- }
4075
-
4076
- // @public
4077
- export interface PersonGroupPersonFaceOutput {
4078
- readonly persistedFaceId: string;
4079
- userData?: string;
4080
- }
4081
-
4082
- // @public
4083
- export interface PersonGroupPersonOutput {
4084
- name: string;
4085
- persistedFaceIds?: string[];
4086
- readonly personId: string;
4087
- userData?: string;
4088
- }
4089
-
4090
- // @public
4091
- export type QualityForRecognitionOutput = string;
4092
-
4093
- // @public
4094
- export type RecognitionModel = string;
4095
-
4096
- // @public
4097
- export type RecognitionModelOutput = string;
4098
-
4099
- // @public (undocumented)
4100
- export interface Routes {
4101
- (path: "/operations/{operationId}", operationId: string): GetOperationResult;
4102
- (path: "/detect"): DetectFromUrl;
4103
- (path: "/findsimilars"): FindSimilar;
4104
- (path: "/identify"): IdentifyFromPersonGroup;
4105
- (path: "/verify"): VerifyFaceToFace;
4106
- (path: "/group"): Group;
4107
- (path: "/facelists/{faceListId}", faceListId: string): CreateFaceList;
4108
- (path: "/facelists"): GetFaceLists;
4109
- (path: "/facelists/{faceListId}/persistedfaces", faceListId: string): AddFaceListFaceFromUrl;
4110
- (path: "/facelists/{faceListId}/persistedfaces/{persistedFaceId}", faceListId: string, persistedFaceId: string): DeleteFaceListFace;
4111
- (path: "/largefacelists/{largeFaceListId}", largeFaceListId: string): CreateLargeFaceList;
4112
- (path: "/largefacelists"): GetLargeFaceLists;
4113
- (path: "/largefacelists/{largeFaceListId}/training", largeFaceListId: string): GetLargeFaceListTrainingStatus;
4114
- (path: "/largefacelists/{largeFaceListId}/train", largeFaceListId: string): TrainLargeFaceList;
4115
- (path: "/largefacelists/{largeFaceListId}/persistedfaces", largeFaceListId: string): AddLargeFaceListFaceFromUrl;
4116
- (path: "/largefacelists/{largeFaceListId}/persistedfaces/{persistedFaceId}", largeFaceListId: string, persistedFaceId: string): DeleteLargeFaceListFace;
4117
- (path: "/persongroups/{personGroupId}", personGroupId: string): CreatePersonGroup;
4118
- (path: "/persongroups"): GetPersonGroups;
4119
- (path: "/persongroups/{personGroupId}/training", personGroupId: string): GetPersonGroupTrainingStatus;
4120
- (path: "/persongroups/{personGroupId}/train", personGroupId: string): TrainPersonGroup;
4121
- (path: "/persongroups/{personGroupId}/persons", personGroupId: string): CreatePersonGroupPerson;
4122
- (path: "/persongroups/{personGroupId}/persons/{personId}", personGroupId: string, personId: string): DeletePersonGroupPerson;
4123
- (path: "/persongroups/{personGroupId}/persons/{personId}/persistedfaces", personGroupId: string, personId: string): AddPersonGroupPersonFaceFromUrl;
4124
- (path: "/persongroups/{personGroupId}/persons/{personId}/persistedfaces/{persistedFaceId}", personGroupId: string, personId: string, persistedFaceId: string): DeletePersonGroupPersonFace;
4125
- (path: "/largepersongroups/{largePersonGroupId}", largePersonGroupId: string): CreateLargePersonGroup;
4126
- (path: "/largepersongroups"): GetLargePersonGroups;
4127
- (path: "/largepersongroups/{largePersonGroupId}/training", largePersonGroupId: string): GetLargePersonGroupTrainingStatus;
4128
- (path: "/largepersongroups/{largePersonGroupId}/train", largePersonGroupId: string): TrainLargePersonGroup;
4129
- (path: "/largepersongroups/{largePersonGroupId}/persons", largePersonGroupId: string): CreateLargePersonGroupPerson;
4130
- (path: "/largepersongroups/{largePersonGroupId}/persons/{personId}", largePersonGroupId: string, personId: string): DeleteLargePersonGroupPerson;
4131
- (path: "/largepersongroups/{largePersonGroupId}/persons/{personId}/persistedfaces", largePersonGroupId: string, personId: string): AddLargePersonGroupPersonFaceFromUrl;
4132
- (path: "/largepersongroups/{largePersonGroupId}/persons/{personId}/persistedfaces/{persistedFaceId}", largePersonGroupId: string, personId: string, persistedFaceId: string): DeleteLargePersonGroupPersonFace;
4133
- (path: "/detectLiveness/singleModal/sessions"): CreateLivenessSession;
4134
- (path: "/detectLiveness/singleModal/sessions/{sessionId}", sessionId: string): DeleteLivenessSession;
4135
- (path: "/detectLiveness/singleModal/sessions/{sessionId}/audit", sessionId: string): GetLivenessSessionAuditEntries;
4136
- (path: "/detectLivenessWithVerify/singleModal/sessions"): CreateLivenessWithVerifySessionWithVerifyImage;
4137
- (path: "/detectLivenessWithVerify/singleModal/sessions/{sessionId}", sessionId: string): DeleteLivenessWithVerifySession;
4138
- (path: "/detectLivenessWithVerify/singleModal/sessions/{sessionId}/audit", sessionId: string): GetLivenessWithVerifySessionAuditEntries;
4139
- (path: "/session/sessionImages/{sessionImageId}", sessionImageId: string): GetSessionImage;
4140
- (path: "/persons"): CreatePerson;
4141
- (path: "/persons/{personId}", personId: string): DeletePerson;
4142
- (path: "/persons/{personId}/dynamicPersonGroupReferences", personId: string): GetDynamicPersonGroupReferences;
4143
- (path: "/persons/{personId}/recognitionModels/{recognitionModel}/persistedfaces", personId: string, recognitionModel: RecognitionModel): AddPersonFace;
4144
- (path: "/persons/{personId}/recognitionModels/{recognitionModel}/persistedfaces/{persistedFaceId}", personId: string, recognitionModel: RecognitionModel, persistedFaceId: string): DeletePersonFace;
4145
- (path: "/dynamicpersongroups/{dynamicPersonGroupId}", dynamicPersonGroupId: string): CreateDynamicPersonGroupWithPerson;
4146
- (path: "/dynamicpersongroups"): GetDynamicPersonGroups;
4147
- (path: "/dynamicpersongroups/{dynamicPersonGroupId}/persons", dynamicPersonGroupId: string): GetDynamicPersonGroupPersons;
4148
- }
4149
-
4150
- // @public
4151
- export interface SimplePollerLike<TState extends OperationState<TResult>, TResult> {
4152
- getOperationState(): TState;
4153
- getResult(): TResult | undefined;
4154
- isDone(): boolean;
4155
- // @deprecated
4156
- isStopped(): boolean;
4157
- onProgress(callback: (state: TState) => void): CancelOnProgress;
4158
- poll(options?: {
4159
- abortSignal?: AbortSignalLike;
4160
- }): Promise<TState>;
4161
- pollUntilDone(pollOptions?: {
4162
- abortSignal?: AbortSignalLike;
4163
- }): Promise<TResult>;
4164
- serialize(): Promise<string>;
4165
- // @deprecated
4166
- stopPolling(): void;
4167
- submitted(): Promise<void>;
4168
- // @deprecated
4169
- toString(): string;
4170
- }
4171
-
4172
- // @public
4173
- export interface TrainingResultOutput {
4174
- createdDateTime: string;
4175
- lastActionDateTime: string;
4176
- lastSuccessfulTrainingDateTime: string;
4177
- message?: string;
4178
- status: OperationStatusOutput;
4179
- }
4180
-
4181
- // @public (undocumented)
4182
- export interface TrainLargeFaceList {
4183
- post(options?: TrainLargeFaceListParameters): StreamableMethod<TrainLargeFaceList202Response | TrainLargeFaceListDefaultResponse>;
4184
- }
4185
-
4186
- // @public (undocumented)
4187
- export interface TrainLargeFaceList202Headers {
4188
- // (undocumented)
4189
- "operation-location": string;
4190
- }
4191
-
4192
- // @public
4193
- export interface TrainLargeFaceList202Response extends HttpResponse {
4194
- // (undocumented)
4195
- headers: RawHttpHeaders & TrainLargeFaceList202Headers;
4196
- // (undocumented)
4197
- status: "202";
4198
- }
4199
-
4200
- // @public (undocumented)
4201
- export interface TrainLargeFaceListDefaultHeaders {
4202
- "x-ms-error-code"?: string;
4203
- }
4204
-
4205
- // @public (undocumented)
4206
- export interface TrainLargeFaceListDefaultResponse extends HttpResponse {
4207
- // (undocumented)
4208
- body: FaceErrorResponseOutput;
4209
- // (undocumented)
4210
- headers: RawHttpHeaders & TrainLargeFaceListDefaultHeaders;
4211
- // (undocumented)
4212
- status: string;
4213
- }
4214
-
4215
- // @public
4216
- export interface TrainLargeFaceListLogicalResponse extends HttpResponse {
4217
- // (undocumented)
4218
- status: "200";
4219
- }
4220
-
4221
- // @public (undocumented)
4222
- export type TrainLargeFaceListParameters = RequestParameters;
4223
-
4224
- // @public (undocumented)
4225
- export interface TrainLargePersonGroup {
4226
- post(options?: TrainLargePersonGroupParameters): StreamableMethod<TrainLargePersonGroup202Response | TrainLargePersonGroupDefaultResponse>;
4227
- }
4228
-
4229
- // @public (undocumented)
4230
- export interface TrainLargePersonGroup202Headers {
4231
- // (undocumented)
4232
- "operation-location": string;
4233
- }
4234
-
4235
- // @public
4236
- export interface TrainLargePersonGroup202Response extends HttpResponse {
4237
- // (undocumented)
4238
- headers: RawHttpHeaders & TrainLargePersonGroup202Headers;
4239
- // (undocumented)
4240
- status: "202";
4241
- }
4242
-
4243
- // @public (undocumented)
4244
- export interface TrainLargePersonGroupDefaultHeaders {
4245
- "x-ms-error-code"?: string;
4246
- }
4247
-
4248
- // @public (undocumented)
4249
- export interface TrainLargePersonGroupDefaultResponse extends HttpResponse {
4250
- // (undocumented)
4251
- body: FaceErrorResponseOutput;
4252
- // (undocumented)
4253
- headers: RawHttpHeaders & TrainLargePersonGroupDefaultHeaders;
4254
- // (undocumented)
4255
- status: string;
4256
- }
4257
-
4258
- // @public
4259
- export interface TrainLargePersonGroupLogicalResponse extends HttpResponse {
4260
- // (undocumented)
4261
- status: "200";
4262
- }
4263
-
4264
- // @public (undocumented)
4265
- export type TrainLargePersonGroupParameters = RequestParameters;
4266
-
4267
- // @public (undocumented)
4268
- export interface TrainPersonGroup {
4269
- post(options?: TrainPersonGroupParameters): StreamableMethod<TrainPersonGroup202Response | TrainPersonGroupDefaultResponse>;
4270
- }
4271
-
4272
- // @public (undocumented)
4273
- export interface TrainPersonGroup202Headers {
4274
- // (undocumented)
4275
- "operation-location": string;
4276
- }
4277
-
4278
- // @public
4279
- export interface TrainPersonGroup202Response extends HttpResponse {
4280
- // (undocumented)
4281
- headers: RawHttpHeaders & TrainPersonGroup202Headers;
4282
- // (undocumented)
4283
- status: "202";
4284
- }
4285
-
4286
- // @public (undocumented)
4287
- export interface TrainPersonGroupDefaultHeaders {
4288
- "x-ms-error-code"?: string;
4289
- }
4290
-
4291
- // @public (undocumented)
4292
- export interface TrainPersonGroupDefaultResponse extends HttpResponse {
4293
- // (undocumented)
4294
- body: FaceErrorResponseOutput;
4295
- // (undocumented)
4296
- headers: RawHttpHeaders & TrainPersonGroupDefaultHeaders;
4297
- // (undocumented)
4298
- status: string;
4299
- }
4300
-
4301
- // @public
4302
- export interface TrainPersonGroupLogicalResponse extends HttpResponse {
4303
- // (undocumented)
4304
- status: "200";
4305
- }
4306
-
4307
- // @public (undocumented)
4308
- export type TrainPersonGroupParameters = RequestParameters;
4309
-
4310
- // @public
4311
- export interface UpdateDynamicPersonGroup200Response extends HttpResponse {
4312
- // (undocumented)
4313
- status: "200";
4314
- }
4315
-
4316
- // @public (undocumented)
4317
- export interface UpdateDynamicPersonGroupBodyParam {
4318
- // (undocumented)
4319
- body: UserDefinedFieldsForUpdate;
4320
- }
4321
-
4322
- // @public (undocumented)
4323
- export interface UpdateDynamicPersonGroupDefaultHeaders {
4324
- "x-ms-error-code"?: string;
4325
- }
4326
-
4327
- // @public (undocumented)
4328
- export interface UpdateDynamicPersonGroupDefaultResponse extends HttpResponse {
4329
- // (undocumented)
4330
- body: FaceErrorResponseOutput;
4331
- // (undocumented)
4332
- headers: RawHttpHeaders & UpdateDynamicPersonGroupDefaultHeaders;
4333
- // (undocumented)
4334
- status: string;
4335
- }
4336
-
4337
- // @public (undocumented)
4338
- export type UpdateDynamicPersonGroupParameters = UpdateDynamicPersonGroupBodyParam & RequestParameters;
4339
-
4340
- // @public (undocumented)
4341
- export interface UpdateDynamicPersonGroupWithPersonChanges202Headers {
4342
- // (undocumented)
4343
- "operation-location": string;
4344
- }
4345
-
4346
- // @public
4347
- export interface UpdateDynamicPersonGroupWithPersonChanges202Response extends HttpResponse {
4348
- // (undocumented)
4349
- headers: RawHttpHeaders & UpdateDynamicPersonGroupWithPersonChanges202Headers;
4350
- // (undocumented)
4351
- status: "202";
4352
- }
4353
-
4354
- // @public (undocumented)
4355
- export interface UpdateDynamicPersonGroupWithPersonChangesBodyParam {
4356
- // (undocumented)
4357
- body: {
4358
- name?: string;
4359
- userData?: string;
4360
- addPersonIds?: string[];
4361
- removePersonIds?: string[];
4362
- };
4363
- }
4364
-
4365
- // @public (undocumented)
4366
- export interface UpdateDynamicPersonGroupWithPersonChangesDefaultHeaders {
4367
- "x-ms-error-code"?: string;
4368
- }
4369
-
4370
- // @public (undocumented)
4371
- export interface UpdateDynamicPersonGroupWithPersonChangesDefaultResponse extends HttpResponse {
4372
- // (undocumented)
4373
- body: FaceErrorResponseOutput;
4374
- // (undocumented)
4375
- headers: RawHttpHeaders & UpdateDynamicPersonGroupWithPersonChangesDefaultHeaders;
4376
- // (undocumented)
4377
- status: string;
4378
- }
4379
-
4380
- // @public
4381
- export interface UpdateDynamicPersonGroupWithPersonChangesLogicalResponse extends HttpResponse {
4382
- // (undocumented)
4383
- status: "200";
4384
- }
4385
-
4386
- // @public (undocumented)
4387
- export type UpdateDynamicPersonGroupWithPersonChangesParameters = UpdateDynamicPersonGroupWithPersonChangesBodyParam & RequestParameters;
4388
-
4389
- // @public
4390
- export interface UpdateFaceList200Response extends HttpResponse {
4391
- // (undocumented)
4392
- status: "200";
4393
- }
4394
-
4395
- // @public (undocumented)
4396
- export interface UpdateFaceListBodyParam {
4397
- // (undocumented)
4398
- body: UserDefinedFieldsForUpdate;
4399
- }
4400
-
4401
- // @public (undocumented)
4402
- export interface UpdateFaceListDefaultHeaders {
4403
- "x-ms-error-code"?: string;
4404
- }
4405
-
4406
- // @public (undocumented)
4407
- export interface UpdateFaceListDefaultResponse extends HttpResponse {
4408
- // (undocumented)
4409
- body: FaceErrorResponseOutput;
4410
- // (undocumented)
4411
- headers: RawHttpHeaders & UpdateFaceListDefaultHeaders;
4412
- // (undocumented)
4413
- status: string;
4414
- }
4415
-
4416
- // @public (undocumented)
4417
- export type UpdateFaceListParameters = UpdateFaceListBodyParam & RequestParameters;
4418
-
4419
- // @public
4420
- export interface UpdateLargeFaceList200Response extends HttpResponse {
4421
- // (undocumented)
4422
- status: "200";
4423
- }
4424
-
4425
- // @public (undocumented)
4426
- export interface UpdateLargeFaceListBodyParam {
4427
- // (undocumented)
4428
- body: UserDefinedFieldsForUpdate;
4429
- }
4430
-
4431
- // @public (undocumented)
4432
- export interface UpdateLargeFaceListDefaultHeaders {
4433
- "x-ms-error-code"?: string;
4434
- }
4435
-
4436
- // @public (undocumented)
4437
- export interface UpdateLargeFaceListDefaultResponse extends HttpResponse {
4438
- // (undocumented)
4439
- body: FaceErrorResponseOutput;
4440
- // (undocumented)
4441
- headers: RawHttpHeaders & UpdateLargeFaceListDefaultHeaders;
4442
- // (undocumented)
4443
- status: string;
4444
- }
4445
-
4446
- // @public
4447
- export interface UpdateLargeFaceListFace200Response extends HttpResponse {
4448
- // (undocumented)
4449
- status: "200";
4450
- }
4451
-
4452
- // @public (undocumented)
4453
- export interface UpdateLargeFaceListFaceBodyParam {
4454
- // (undocumented)
4455
- body: FaceUserData;
4456
- }
4457
-
4458
- // @public (undocumented)
4459
- export interface UpdateLargeFaceListFaceDefaultHeaders {
4460
- "x-ms-error-code"?: string;
4461
- }
4462
-
4463
- // @public (undocumented)
4464
- export interface UpdateLargeFaceListFaceDefaultResponse extends HttpResponse {
4465
- // (undocumented)
4466
- body: FaceErrorResponseOutput;
4467
- // (undocumented)
4468
- headers: RawHttpHeaders & UpdateLargeFaceListFaceDefaultHeaders;
4469
- // (undocumented)
4470
- status: string;
4471
- }
4472
-
4473
- // @public (undocumented)
4474
- export type UpdateLargeFaceListFaceParameters = UpdateLargeFaceListFaceBodyParam & RequestParameters;
4475
-
4476
- // @public (undocumented)
4477
- export type UpdateLargeFaceListParameters = UpdateLargeFaceListBodyParam & RequestParameters;
4478
-
4479
- // @public
4480
- export interface UpdateLargePersonGroup200Response extends HttpResponse {
4481
- // (undocumented)
4482
- status: "200";
4483
- }
4484
-
4485
- // @public (undocumented)
4486
- export interface UpdateLargePersonGroupBodyParam {
4487
- // (undocumented)
4488
- body: UserDefinedFieldsForUpdate;
4489
- }
4490
-
4491
- // @public (undocumented)
4492
- export interface UpdateLargePersonGroupDefaultHeaders {
4493
- "x-ms-error-code"?: string;
4494
- }
4495
-
4496
- // @public (undocumented)
4497
- export interface UpdateLargePersonGroupDefaultResponse extends HttpResponse {
4498
- // (undocumented)
4499
- body: FaceErrorResponseOutput;
4500
- // (undocumented)
4501
- headers: RawHttpHeaders & UpdateLargePersonGroupDefaultHeaders;
4502
- // (undocumented)
4503
- status: string;
4504
- }
4505
-
4506
- // @public (undocumented)
4507
- export type UpdateLargePersonGroupParameters = UpdateLargePersonGroupBodyParam & RequestParameters;
4508
-
4509
- // @public
4510
- export interface UpdateLargePersonGroupPerson200Response extends HttpResponse {
4511
- // (undocumented)
4512
- status: "200";
4513
- }
4514
-
4515
- // @public (undocumented)
4516
- export interface UpdateLargePersonGroupPersonBodyParam {
4517
- // (undocumented)
4518
- body: UserDefinedFieldsForUpdate;
4519
- }
4520
-
4521
- // @public (undocumented)
4522
- export interface UpdateLargePersonGroupPersonDefaultHeaders {
4523
- "x-ms-error-code"?: string;
4524
- }
4525
-
4526
- // @public (undocumented)
4527
- export interface UpdateLargePersonGroupPersonDefaultResponse extends HttpResponse {
4528
- // (undocumented)
4529
- body: FaceErrorResponseOutput;
4530
- // (undocumented)
4531
- headers: RawHttpHeaders & UpdateLargePersonGroupPersonDefaultHeaders;
4532
- // (undocumented)
4533
- status: string;
4534
- }
4535
-
4536
- // @public
4537
- export interface UpdateLargePersonGroupPersonFace200Response extends HttpResponse {
4538
- // (undocumented)
4539
- status: "200";
4540
- }
4541
-
4542
- // @public (undocumented)
4543
- export interface UpdateLargePersonGroupPersonFaceBodyParam {
4544
- // (undocumented)
4545
- body: FaceUserData;
4546
- }
4547
-
4548
- // @public (undocumented)
4549
- export interface UpdateLargePersonGroupPersonFaceDefaultHeaders {
4550
- "x-ms-error-code"?: string;
4551
- }
4552
-
4553
- // @public (undocumented)
4554
- export interface UpdateLargePersonGroupPersonFaceDefaultResponse extends HttpResponse {
4555
- // (undocumented)
4556
- body: FaceErrorResponseOutput;
4557
- // (undocumented)
4558
- headers: RawHttpHeaders & UpdateLargePersonGroupPersonFaceDefaultHeaders;
4559
- // (undocumented)
4560
- status: string;
4561
- }
4562
-
4563
- // @public (undocumented)
4564
- export type UpdateLargePersonGroupPersonFaceParameters = UpdateLargePersonGroupPersonFaceBodyParam & RequestParameters;
4565
-
4566
- // @public (undocumented)
4567
- export type UpdateLargePersonGroupPersonParameters = UpdateLargePersonGroupPersonBodyParam & RequestParameters;
4568
-
4569
- // @public
4570
- export interface UpdatePerson200Response extends HttpResponse {
4571
- // (undocumented)
4572
- status: "200";
4573
- }
4574
-
4575
- // @public (undocumented)
4576
- export interface UpdatePersonBodyParam {
4577
- // (undocumented)
4578
- body: UserDefinedFieldsForUpdate;
4579
- }
4580
-
4581
- // @public (undocumented)
4582
- export interface UpdatePersonDefaultHeaders {
4583
- "x-ms-error-code"?: string;
4584
- }
4585
-
4586
- // @public (undocumented)
4587
- export interface UpdatePersonDefaultResponse extends HttpResponse {
4588
- // (undocumented)
4589
- body: FaceErrorResponseOutput;
4590
- // (undocumented)
4591
- headers: RawHttpHeaders & UpdatePersonDefaultHeaders;
4592
- // (undocumented)
4593
- status: string;
4594
- }
4595
-
4596
- // @public
4597
- export interface UpdatePersonFace200Response extends HttpResponse {
4598
- // (undocumented)
4599
- status: "200";
4600
- }
4601
-
4602
- // @public (undocumented)
4603
- export interface UpdatePersonFaceBodyParam {
4604
- // (undocumented)
4605
- body: FaceUserData;
4606
- }
4607
-
4608
- // @public (undocumented)
4609
- export interface UpdatePersonFaceDefaultHeaders {
4610
- "x-ms-error-code"?: string;
4611
- }
4612
-
4613
- // @public (undocumented)
4614
- export interface UpdatePersonFaceDefaultResponse extends HttpResponse {
4615
- // (undocumented)
4616
- body: FaceErrorResponseOutput;
4617
- // (undocumented)
4618
- headers: RawHttpHeaders & UpdatePersonFaceDefaultHeaders;
4619
- // (undocumented)
4620
- status: string;
4621
- }
4622
-
4623
- // @public (undocumented)
4624
- export type UpdatePersonFaceParameters = UpdatePersonFaceBodyParam & RequestParameters;
4625
-
4626
- // @public
4627
- export interface UpdatePersonGroup200Response extends HttpResponse {
4628
- // (undocumented)
4629
- status: "200";
4630
- }
4631
-
4632
- // @public (undocumented)
4633
- export interface UpdatePersonGroupBodyParam {
4634
- // (undocumented)
4635
- body: UserDefinedFieldsForUpdate;
4636
- }
4637
-
4638
- // @public (undocumented)
4639
- export interface UpdatePersonGroupDefaultHeaders {
4640
- "x-ms-error-code"?: string;
4641
- }
4642
-
4643
- // @public (undocumented)
4644
- export interface UpdatePersonGroupDefaultResponse extends HttpResponse {
4645
- // (undocumented)
4646
- body: FaceErrorResponseOutput;
4647
- // (undocumented)
4648
- headers: RawHttpHeaders & UpdatePersonGroupDefaultHeaders;
4649
- // (undocumented)
4650
- status: string;
4651
- }
4652
-
4653
- // @public (undocumented)
4654
- export type UpdatePersonGroupParameters = UpdatePersonGroupBodyParam & RequestParameters;
4655
-
4656
- // @public
4657
- export interface UpdatePersonGroupPerson200Response extends HttpResponse {
4658
- // (undocumented)
4659
- status: "200";
4660
- }
4661
-
4662
- // @public (undocumented)
4663
- export interface UpdatePersonGroupPersonBodyParam {
4664
- // (undocumented)
4665
- body: UserDefinedFieldsForUpdate;
4666
- }
4667
-
4668
- // @public (undocumented)
4669
- export interface UpdatePersonGroupPersonDefaultHeaders {
4670
- "x-ms-error-code"?: string;
4671
- }
4672
-
4673
- // @public (undocumented)
4674
- export interface UpdatePersonGroupPersonDefaultResponse extends HttpResponse {
4675
- // (undocumented)
4676
- body: FaceErrorResponseOutput;
4677
- // (undocumented)
4678
- headers: RawHttpHeaders & UpdatePersonGroupPersonDefaultHeaders;
4679
- // (undocumented)
4680
- status: string;
4681
- }
4682
-
4683
- // @public
4684
- export interface UpdatePersonGroupPersonFace200Response extends HttpResponse {
4685
- // (undocumented)
4686
- status: "200";
4687
- }
4688
-
4689
- // @public (undocumented)
4690
- export interface UpdatePersonGroupPersonFaceBodyParam {
4691
- // (undocumented)
4692
- body: FaceUserData;
4693
- }
4694
-
4695
- // @public (undocumented)
4696
- export interface UpdatePersonGroupPersonFaceDefaultHeaders {
4697
- "x-ms-error-code"?: string;
4698
- }
4699
-
4700
- // @public (undocumented)
4701
- export interface UpdatePersonGroupPersonFaceDefaultResponse extends HttpResponse {
4702
- // (undocumented)
4703
- body: FaceErrorResponseOutput;
4704
- // (undocumented)
4705
- headers: RawHttpHeaders & UpdatePersonGroupPersonFaceDefaultHeaders;
4706
- // (undocumented)
4707
- status: string;
4708
- }
4709
-
4710
- // @public (undocumented)
4711
- export type UpdatePersonGroupPersonFaceParameters = UpdatePersonGroupPersonFaceBodyParam & RequestParameters;
4712
-
4713
- // @public (undocumented)
4714
- export type UpdatePersonGroupPersonParameters = UpdatePersonGroupPersonBodyParam & RequestParameters;
4715
-
4716
- // @public (undocumented)
4717
- export type UpdatePersonParameters = UpdatePersonBodyParam & RequestParameters;
4718
-
4719
- // @public
4720
- export interface UserDefinedFields {
4721
- name: string;
4722
- userData?: string;
4723
- }
4724
-
4725
- // @public
4726
- export interface UserDefinedFieldsForUpdate {
4727
- name?: string;
4728
- userData?: string;
4729
- }
4730
-
4731
- // @public
4732
- export interface VerificationResultOutput {
4733
- confidence: number;
4734
- isIdentical: boolean;
4735
- }
4736
-
4737
- // @public (undocumented)
4738
- export interface VerifyFaceToFace {
4739
- post(options: VerifyFaceToFaceParameters): StreamableMethod<VerifyFaceToFace200Response | VerifyFaceToFaceDefaultResponse>;
4740
- post(options: VerifyFromPersonGroupParameters): StreamableMethod<VerifyFromPersonGroup200Response | VerifyFromPersonGroupDefaultResponse>;
4741
- post(options: VerifyFromLargePersonGroupParameters): StreamableMethod<VerifyFromLargePersonGroup200Response | VerifyFromLargePersonGroupDefaultResponse>;
4742
- post(options: VerifyFromPersonDirectoryParameters): StreamableMethod<VerifyFromPersonDirectory200Response | VerifyFromPersonDirectoryDefaultResponse>;
4743
- }
4744
-
4745
- // @public
4746
- export interface VerifyFaceToFace200Response extends HttpResponse {
4747
- // (undocumented)
4748
- body: VerificationResultOutput;
4749
- // (undocumented)
4750
- status: "200";
4751
- }
4752
-
4753
- // @public (undocumented)
4754
- export interface VerifyFaceToFaceBodyParam {
4755
- // (undocumented)
4756
- body: {
4757
- faceId1: string;
4758
- faceId2: string;
4759
- };
4760
- }
4761
-
4762
- // @public (undocumented)
4763
- export interface VerifyFaceToFaceDefaultHeaders {
4764
- "x-ms-error-code"?: string;
4765
- }
4766
-
4767
- // @public (undocumented)
4768
- export interface VerifyFaceToFaceDefaultResponse extends HttpResponse {
4769
- // (undocumented)
4770
- body: FaceErrorResponseOutput;
4771
- // (undocumented)
4772
- headers: RawHttpHeaders & VerifyFaceToFaceDefaultHeaders;
4773
- // (undocumented)
4774
- status: string;
4775
- }
4776
-
4777
- // @public (undocumented)
4778
- export type VerifyFaceToFaceParameters = VerifyFaceToFaceBodyParam & RequestParameters;
4779
-
4780
- // @public
4781
- export interface VerifyFromLargePersonGroup200Response extends HttpResponse {
4782
- // (undocumented)
4783
- body: VerificationResultOutput;
4784
- // (undocumented)
4785
- status: "200";
4786
- }
4787
-
4788
- // @public (undocumented)
4789
- export interface VerifyFromLargePersonGroupBodyParam {
4790
- // (undocumented)
4791
- body: {
4792
- faceId: string;
4793
- largePersonGroupId: string;
4794
- personId: string;
4795
- };
4796
- }
4797
-
4798
- // @public (undocumented)
4799
- export interface VerifyFromLargePersonGroupDefaultHeaders {
4800
- "x-ms-error-code"?: string;
4801
- }
4802
-
4803
- // @public (undocumented)
4804
- export interface VerifyFromLargePersonGroupDefaultResponse extends HttpResponse {
4805
- // (undocumented)
4806
- body: FaceErrorResponseOutput;
4807
- // (undocumented)
4808
- headers: RawHttpHeaders & VerifyFromLargePersonGroupDefaultHeaders;
4809
- // (undocumented)
4810
- status: string;
4811
- }
4812
-
4813
- // @public (undocumented)
4814
- export type VerifyFromLargePersonGroupParameters = VerifyFromLargePersonGroupBodyParam & RequestParameters;
4815
-
4816
- // @public
4817
- export interface VerifyFromPersonDirectory200Response extends HttpResponse {
4818
- // (undocumented)
4819
- body: VerificationResultOutput;
4820
- // (undocumented)
4821
- status: "200";
4822
- }
4823
-
4824
- // @public (undocumented)
4825
- export interface VerifyFromPersonDirectoryBodyParam {
4826
- // (undocumented)
4827
- body: {
4828
- faceId: string;
4829
- personId: string;
4830
- };
4831
- }
4832
-
4833
- // @public (undocumented)
4834
- export interface VerifyFromPersonDirectoryDefaultHeaders {
4835
- "x-ms-error-code"?: string;
4836
- }
4837
-
4838
- // @public (undocumented)
4839
- export interface VerifyFromPersonDirectoryDefaultResponse extends HttpResponse {
4840
- // (undocumented)
4841
- body: FaceErrorResponseOutput;
4842
- // (undocumented)
4843
- headers: RawHttpHeaders & VerifyFromPersonDirectoryDefaultHeaders;
4844
- // (undocumented)
4845
- status: string;
4846
- }
4847
-
4848
- // @public (undocumented)
4849
- export type VerifyFromPersonDirectoryParameters = VerifyFromPersonDirectoryBodyParam & RequestParameters;
4850
-
4851
- // @public
4852
- export interface VerifyFromPersonGroup200Response extends HttpResponse {
4853
- // (undocumented)
4854
- body: VerificationResultOutput;
4855
- // (undocumented)
4856
- status: "200";
4857
- }
4858
-
4859
- // @public (undocumented)
4860
- export interface VerifyFromPersonGroupBodyParam {
4861
- // (undocumented)
4862
- body: {
4863
- faceId: string;
4864
- personGroupId: string;
4865
- personId: string;
4866
- };
4867
- }
4868
-
4869
- // @public (undocumented)
4870
- export interface VerifyFromPersonGroupDefaultHeaders {
4871
- "x-ms-error-code"?: string;
4872
- }
4873
-
4874
- // @public (undocumented)
4875
- export interface VerifyFromPersonGroupDefaultResponse extends HttpResponse {
4876
- // (undocumented)
4877
- body: FaceErrorResponseOutput;
4878
- // (undocumented)
4879
- headers: RawHttpHeaders & VerifyFromPersonGroupDefaultHeaders;
4880
- // (undocumented)
4881
- status: string;
4882
- }
4883
-
4884
- // @public (undocumented)
4885
- export type VerifyFromPersonGroupParameters = VerifyFromPersonGroupBodyParam & RequestParameters;
4886
-
4887
- // @public
4888
- export type Versions = "v1.2-preview.1";
4889
-
4890
- // (No @packageDocumentation comment for this package)
4891
-
4892
- ```