You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/face/overview.md
+21-13Lines changed: 21 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
title: Azure AI Content Understanding face overview
3
3
titleSuffix: Azure AI services
4
4
description: Learn about Azure AI Content Understanding face solutions.
5
-
author: lajanuar
5
+
author: laujan
6
6
ms.author: quentinm
7
7
manager: nitinme
8
8
ms.service: azure-ai-content-understanding
9
9
ms.topic: overview
10
-
ms.date: 05/07/2025
10
+
ms.date: 05/19/2025
11
11
ms.custom: build-2025-understanding-refresh
12
12
---
13
13
@@ -27,29 +27,37 @@ This service is ideal for building secure access systems, streamlining photo man
27
27
28
28
Content Understanding enables a wide range of real-world applications, including face detection, verification, identification, and large-scale content processing.
29
29
30
-
**Detect faces in images**:
30
+
##### Detect faces in images
31
+
31
32
Automatically identify faces in an image and return their bounding boxes. This capability simplifies tasks like highlighting, blurring, or counting faces without manual review. Common use cases include:
33
+
32
34
* Cropping detected faces for ID photos, albums, or personalized content.
33
35
* Blurring faces to ensure privacy before sharing images publicly.
34
36
* Counting people in event photos, crowd scenes, or security footage.
35
37
36
-
**Verify if two faces match**:
37
-
Compare a face in one image with another face or an enrolled person to determine if they belong to the same individual. This is ideal for identity verification scenarios such as photo ID checks or sign-ins. Common use cases include:
38
-
* Verifying if a driver’s selfie matches their profile photo.
39
-
* Confirming a student’s identity before starting an online exam.
38
+
##### Verify if two faces match
39
+
40
+
Compare a face in one image with another face or an enrolled person and determine if they belong to the same individual. This comparison feature is ideal for identity verification scenarios such as photo ID checks or sign-ins. Common use cases include:
41
+
42
+
* Verifying if a driver's selfie matches their profile photo.
43
+
* Confirming a student's identity before starting an online exam.
40
44
* Comparing a live photo with an uploaded ID for identity confirmation.
41
45
42
-
**Identify a person from their face**:
43
-
Match a face in a photo to a saved list of people to identify them. Common use cases include:
44
-
* Matching a patient’s face to hospital records during check-in.
46
+
##### Identify a person from their face
47
+
48
+
Match a face in a photo to a saved list of people and identify them. Common use cases include:
49
+
50
+
* Matching a patient's face to hospital records during check-in.
45
51
* Identifying a student or employee from their face photo.
46
52
* Recognizing someone from a watch list entering a secure area.
47
53
48
-
**Save faces for faster future searches**:
54
+
##### Save faces for faster future searches
55
+
49
56
Index faces from images to enable quicker searches later without needing to reprocess the original content. This feature is especially useful for recurring search scenarios. Common use cases include:
57
+
50
58
* Extracting and saving faces from group photos at events to recognize returning participants in future sessions.
51
-
*Preprocessing images from school activities or sports events to easily identify students or athletes in subsequent searches.
52
-
* Matching a theme park visitor’s face to records from previous visits without rescanning years of archived photos.
59
+
*Processing images from school activities or sports events to easily identify students or athletes in subsequent searches.
60
+
* Matching a theme park visitor's face to records from previous visits without rescanning years of archived photos.
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/tutorial/build-person-directory.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
title: Build a person directory with Azure AI Content Understanding Face APIs
3
3
titleSuffix: Azure AI services
4
4
description: Learn to build a person directory with Content Understanding Face APIs
5
-
author: lajanuar
5
+
author: laujan
6
6
ms.author: quentinm
7
7
manager: nitinme
8
8
ms.service: azure-ai-content-understanding
9
9
ms.topic: tutorial
10
-
ms.date: 05/07/2025
10
+
ms.date: 05/19/2025
11
11
---
12
12
13
-
# Tutorial: Build a Person Directory
13
+
# Tutorial: Build a person directory
14
14
15
15
A person directory provides a structured approach to storing face data for recognition tasks. It allows you to add individual faces, search for visually similar faces, and create person profiles. You can associate faces with these profiles and match new face images to known individuals. This setup supports both flexible face matching and identity recognition across images and videos.
16
16
@@ -24,11 +24,11 @@ For secure and scalable access, we recommend storing all face images in Azure Bl
24
24
25
25
Enrollment involves the following steps:
26
26
27
-
1. Create an empty person directory
28
-
2.Add persons
29
-
3.Add faces and associate with a person
27
+
1.[Create an empty person directory](#create-an-empty-person-directory)
28
+
1.[Add persons](#add-persons)
29
+
1.[Add faces and associate with a person](#add-faces-and-associate-with-a-person)
30
30
31
-
### Step 1: Create an empty person directory
31
+
### Create an empty person directory
32
32
33
33
To create a new person directory, send a `PUT` request to the API endpoint. This directory serves as the container for storing faces and associated persons.
34
34
@@ -68,7 +68,7 @@ The API creates the directory and returns a confirmation response.
68
68
}
69
69
```
70
70
71
-
### Step 2: Add persons
71
+
### Add persons
72
72
73
73
To recognize or manage individuals, you need to create a person profile. Once created, you can associate faces with this person.
74
74
@@ -101,7 +101,7 @@ The API returns a `personId` that uniquely identifies the created person.
101
101
}
102
102
```
103
103
104
-
### Step 3: Add faces and associate with a person
104
+
### Add faces and associate with a person
105
105
106
106
You can add a face to the directory and optionally associate it with an existing person. The API supports both image URLs and base64-encoded image data.
-`url`: The file path of the image stored in Azure Blob Storage.
132
132
-`data`: Base64-encoded image data as optional alternative to `url`.
133
-
-`imageReferenceId`: (Optional) A user-defined identifier for the image. This can be helpful for tracking the image's origin or for mapping it to other data.
133
+
-`imageReferenceId`: (Optional) A user-defined identifier for the image. This identifier can be helpful for tracking the image's origin or for mapping it to other data.
134
134
-`targetBoundingBox`: (Optional) Approximate location of the face in the image. If omitted, the API detects and uses the largest face.
135
135
-`qualityThreshold`: (Optional) Filters face quality (`low`, `medium`, or `high`). The default is `medium`, meaning only medium or high-quality faces are stored. Lower quality faces are rejected.
136
136
-`personId`: (Optional) The `personId` of an existing person to associate the face with.
@@ -155,8 +155,8 @@ The API returns a `faceId` that uniquely identifies the created face with the de
155
155
156
156
After creating your person directory and adding face images with optional person associations, you can perform two key tasks:
157
157
158
-
1.**Identify a person**: Match a face image against enrolled persons in the directory to determine the most likely identity.
159
-
2.**Find similar faces**: Search for visually similar faces across all stored face entries in the directory.
158
+
1.**[Identify a person](#identify-a-person)**: Match a face image against enrolled persons in the directory and determine the most likely identity.
159
+
1.**[Find similar faces](#find-similar-faces)**: Search for visually similar faces across all stored face entries in the directory.
160
160
161
161
These capabilities enable robust face recognition and similarity matching for various applications.
162
162
@@ -248,4 +248,5 @@ The API returns the detected bounding box of the face along with the most simila
248
248
249
249
250
250
## Next steps
251
-
- Explore how to identify individuals in video content using the [Azure AI Content Understanding video solutions (preview)](../video/overview.md).
251
+
252
+
Explore how to identify individuals in video content using the [Azure AI Content Understanding video solutions (preview)](../video/overview.md).
0 commit comments