|
2543 | 2543 | "in": "query",
|
2544 | 2544 | "name": "start",
|
2545 | 2545 | "format": "uuid",
|
| 2546 | + "description": "List persons from the least personId greater than the \"start\". It contains no more than 64 characters. Default is empty.", |
2546 | 2547 | "type": "string"
|
2547 | 2548 | },
|
2548 | 2549 | {
|
2549 | 2550 | "in": "query",
|
2550 | 2551 | "name": "top",
|
| 2552 | + "description": "The number of persons to list, ranging in [1, 1000]. Default is 1000.", |
2551 | 2553 | "type": "string"
|
2552 | 2554 | }
|
2553 | 2555 | ],
|
|
2591 | 2593 | "in": "body",
|
2592 | 2594 | "name": "body",
|
2593 | 2595 | "required": true,
|
| 2596 | + "x-ms-client-flatten": true, |
2594 | 2597 | "schema": {
|
2595 | 2598 | "$ref": "#/definitions/EnrollmentRequest"
|
2596 | 2599 | }
|
|
2640 | 2643 | {
|
2641 | 2644 | "in": "path",
|
2642 | 2645 | "name": "personId",
|
| 2646 | + "description": "Person id to update.", |
2643 | 2647 | "required": true,
|
2644 | 2648 | "format": "uuid",
|
2645 | 2649 | "type": "string"
|
|
2648 | 2652 | "in": "body",
|
2649 | 2653 | "name": "body",
|
2650 | 2654 | "required": true,
|
| 2655 | + "x-ms-client-flatten": true, |
2651 | 2656 | "schema": {
|
2652 | 2657 | "$ref": "#/definitions/EnrollmentRequest"
|
2653 | 2658 | }
|
|
2683 | 2688 | {
|
2684 | 2689 | "in": "path",
|
2685 | 2690 | "name": "personId",
|
| 2691 | + "description": "Person id to delete.", |
2686 | 2692 | "required": true,
|
2687 | 2693 | "format": "uuid",
|
2688 | 2694 | "type": "string"
|
|
3023 | 3029 | {
|
3024 | 3030 | "in": "body",
|
3025 | 3031 | "name": "body",
|
3026 |
| - "description": "Target person face id to update.", |
| 3032 | + "description": "Target person face to update.", |
3027 | 3033 | "required": true,
|
| 3034 | + "x-ms-client-flatten": true, |
3028 | 3035 | "schema": {
|
3029 | 3036 | "$ref": "#/definitions/PersistedFaceWithType"
|
3030 | 3037 | }
|
|
3074 | 3081 | "name": "body",
|
3075 | 3082 | "description": "",
|
3076 | 3083 | "required": true,
|
| 3084 | + "x-ms-client-flatten": true, |
3077 | 3085 | "schema": {
|
3078 | 3086 | "$ref": "#/definitions/DynamicPersonGroupCreateRequest"
|
3079 | 3087 | }
|
|
3130 | 3138 | "name": "body",
|
3131 | 3139 | "description": "",
|
3132 | 3140 | "required": true,
|
| 3141 | + "x-ms-client-flatten": true, |
3133 | 3142 | "schema": {
|
3134 | 3143 | "$ref": "#/definitions/DynamicPersonGroupUpdateRequest"
|
3135 | 3144 | }
|
|
5253 | 5262 | "personId": {
|
5254 | 5263 | "format": "uuid",
|
5255 | 5264 | "type": "string",
|
| 5265 | + "description": "Person id.", |
5256 | 5266 | "x-nullable": false
|
5257 | 5267 | },
|
5258 | 5268 | "name": {
|
5259 |
| - "type": "string" |
| 5269 | + "type": "string", |
| 5270 | + "description": "User defined name, maximum length is 128." |
5260 | 5271 | },
|
5261 | 5272 | "userData": {
|
5262 |
| - "type": "string" |
| 5273 | + "type": "string", |
| 5274 | + "description": "User specified data. Length should not exceed 16KB." |
5263 | 5275 | }
|
5264 | 5276 | }
|
5265 | 5277 | },
|
|
5277 | 5289 | "type": "object",
|
5278 | 5290 | "properties": {
|
5279 | 5291 | "name": {
|
5280 |
| - "type": "string" |
| 5292 | + "type": "string", |
| 5293 | + "description": "User defined name, maximum length is 128." |
5281 | 5294 | },
|
5282 | 5295 | "userData": {
|
5283 |
| - "type": "string" |
| 5296 | + "type": "string", |
| 5297 | + "description": "User specified data. Length should not exceed 16KB." |
5284 | 5298 | }
|
5285 | 5299 | }
|
5286 | 5300 | },
|
|
5333 | 5347 | "ir_detection_01",
|
5334 | 5348 | "expression_01"
|
5335 | 5349 | ],
|
5336 |
| - "type": "string" |
| 5350 | + "type": "string", |
| 5351 | + "description": "Detection model used when extracting the face." |
5337 | 5352 | },
|
5338 | 5353 | "PersistedFaceWithType": {
|
5339 | 5354 | "type": "object",
|
|
5358 | 5373 | "type": "object",
|
5359 | 5374 | "properties": {
|
5360 | 5375 | "name": {
|
5361 |
| - "type": "string" |
| 5376 | + "type": "string", |
| 5377 | + "description": "User defined name, maximum length is 128." |
5362 | 5378 | },
|
5363 | 5379 | "userData": {
|
5364 |
| - "type": "string" |
| 5380 | + "type": "string", |
| 5381 | + "description": "User specified data. Length should not exceed 16KB." |
5365 | 5382 | },
|
5366 | 5383 | "addPersonIds": {
|
5367 | 5384 | "type": "array",
|
| 5385 | + "description": "Person ids to add to the dynamic person group.", |
5368 | 5386 | "items": {
|
5369 | 5387 | "format": "uuid",
|
5370 | 5388 | "type": "string",
|
|
5376 | 5394 | "DynamicPersonGroupUpdateRequest": {
|
5377 | 5395 | "type": "object",
|
5378 | 5396 | "properties": {
|
5379 |
| - "removePersonIds": { |
5380 |
| - "type": "array", |
5381 |
| - "items": { |
5382 |
| - "type": "string" |
5383 |
| - } |
5384 |
| - }, |
5385 | 5397 | "name": {
|
5386 |
| - "type": "string" |
| 5398 | + "type": "string", |
| 5399 | + "description": "User defined name, maximum length is 128." |
5387 | 5400 | },
|
5388 | 5401 | "userData": {
|
5389 |
| - "type": "string" |
| 5402 | + "type": "string", |
| 5403 | + "description": "User specified data. Length should not exceed 16KB." |
5390 | 5404 | },
|
5391 | 5405 | "addPersonIds": {
|
5392 | 5406 | "type": "array",
|
| 5407 | + "description": "Person ids to add to the dynamic person group.", |
5393 | 5408 | "items": {
|
5394 | 5409 | "format": "uuid",
|
5395 | 5410 | "type": "string",
|
5396 | 5411 | "x-nullable": false
|
5397 | 5412 | }
|
| 5413 | + }, |
| 5414 | + "removePersonIds": { |
| 5415 | + "type": "array", |
| 5416 | + "description": "Person ids to remove from the dynamic person group.", |
| 5417 | + "items": { |
| 5418 | + "type": "string" |
| 5419 | + } |
5398 | 5420 | }
|
5399 | 5421 | }
|
5400 | 5422 | },
|
|
5663 | 5685 | "name": "returnFaceId",
|
5664 | 5686 | "in": "query",
|
5665 | 5687 | "x-ms-parameter-location": "method",
|
5666 |
| - "description": "A value indicating whether the operation should return faceIds of detected faces. Detecting with this value set to true requires additional permissions.", |
| 5688 | + "description": "A value indicating whether the operation should return faceIds of detected faces. Detecting with this value set to true requires additional access approvals at https://aka.ms/facerecognition.", |
5667 | 5689 | "type": "boolean"
|
5668 | 5690 | },
|
5669 | 5691 | "returnFaceLandmarks": {
|
|
0 commit comments