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: learn-pr/wwl-data-ai/get-started-computer-vision-azure/includes/4-face-service.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,17 @@ As a product within Azure AI Vision, **Azure AI Face** supports specific use cas
4
4
5
5
**Face detection** involves identifying regions of an image that contain a human face, typically by returning *bounding box* coordinates that form a rectangle around the face, like this:
6
6
7
-

7
+

8
8
9
9
With Face, facial features can be used to train machine learning models to return other information, such as facial features such as nose, eyes, eyebrows, lips, and others.
10
10
11
-

11
+

12
12
13
13
## Facial recognition
14
14
15
15
A further application of facial analysis is to train a machine learning model to identify known individuals from their facial features. This is known as *facial recognition*, and uses multiple images of an individual to train the model. This trains the model so that it can detect those individuals in new images on which it wasn't trained.
16
16
17
-

17
+

18
18
19
19
When used responsibly, facial recognition is an important and useful technology that can improve efficiency, security, and customer experiences.
20
20
@@ -46,6 +46,6 @@ Anyone can use the Face service to:
46
46
The Limited Access policy requires customers to [submit an intake form](https://aka.ms/facerecognition) to access additional Azure AI Face service capabilities including:
47
47
* Face verification: the ability to compare faces for similarity.
48
48
* Face identification: the ability to identify named individuals in an image.
49
-
* Liveness detection: the ability to detect and mitigate instances of recurring content and/or behaviors that indicate a violation of policies (eg. such as if the input video stream is real or fake).
49
+
* Liveness detection: the ability to detect and mitigate instances of recurring content and/or behaviors that indicate a violation of policies (e.g., such as if the input video stream is real or fake).
50
50
51
51
Next, let's take a look at how you can get started with Azure AI Vision.
0 commit comments