@azure-rest/ai-vision-face 1.0.0-alpha.20240527.2

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