Skip to content

Commit 2c36b55

Browse files
committed
Acrolinx Fixes
1 parent 88dc56d commit 2c36b55

8 files changed

+14
-14
lines changed

learn-pr/wwl-data-ai/detect-analyze-recognize-faces/2-understand-capabilities-of-face-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.detect-analyze-recognize-faces.understand-capabilities-of-face-se
33
title: Plan a face detection, analysis, or recognition solution
44
metadata:
55
title: Plan a face detection, analysis, or recognition solution
6-
description: Understand capabilities of the Face service
6+
description: Understand the capabilities of the Face service
77
author: wwlpublish
88
ms.author: berryivor
99
ms.date: 05/03/2025

learn-pr/wwl-data-ai/detect-analyze-recognize-faces/4-compare-match-detected-faces.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.detect-analyze-recognize-faces.compare-match-detected-faces
33
title: Verify and identify faces
44
metadata:
55
title: Verify and identify faces
6-
description: CUse facial recognition to verify and identify faces.
6+
description: Use facial recognition to verify and identify faces.
77
author: wwlpublish
88
ms.author: berryivor
99
ms.date: 05/03/2025

learn-pr/wwl-data-ai/detect-analyze-recognize-faces/8-exercise-identify-faces.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: Exercise - Detect, analyze, and identify faces
77
author: wwlpublish
88
ms.author: berryivor
9-
ms.date: 12/13/2024
9+
ms.date: 05/03/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/detect-analyze-recognize-faces/9-knowledge-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ quiz:
2121
explanation: "Incorrect. The Image Analysis service enables you to analyze images, but not to identify faces."
2222
- content: "Azure AI Vision Custom Vision."
2323
isCorrect: false
24-
explanation: "Incorrect. The Custom Vision service enables you to train image classification and object detection models.."
25-
- content: "Azure Ai Vision Face."
24+
explanation: "Incorrect. The Custom Vision service enables you to train image classification and object detection models."
25+
- content: "Azure AI Vision Face."
2626
isCorrect: true
2727
explanation: "Correct. Use the Face service to create a facial recognition solution."
2828
- content: "What should you return when analyzing an image to see the spatial points related to facial features?"
@@ -32,7 +32,7 @@ quiz:
3232
explanation: "Incorrect. Accessories include facial accessories, like glasses or masks."
3333
- content: "Landmarks"
3434
isCorrect: true
35-
explanation: "Correct. Facial landmarks consist of sparial points for facial features.."
35+
explanation: "Correct. Facial landmarks consist of spatial points for facial features."
3636
- content: "HeadPose"
3737
isCorrect: false
3838
explanation: "Incorrect. HeadPose describes the position of the head in regard to yaw, tilt, and roll."

learn-pr/wwl-data-ai/detect-analyze-recognize-faces/includes/2-understand-capabilities-of-face-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ The Face service provides functionality that you can use for:
1818
3. *Facial landmark location* - coordinates for key landmarks in relation to facial features (for example, eye corners, pupils, tip of nose, and so on)
1919
4. *Face comparison* - you can compare faces across multiple images for similarity (to find individuals with similar facial features) and verification (to determine that a face in one image is the same person as a face in another image)
2020
5. *Facial recognition* - you can train a model with a collection of faces belonging to specific individuals, and use the model to identify those people in new images.
21-
6. *Facial liveness* - liveness can be used to determine if the input video is a real stream or a fake to prevent bad intentioned individuals from spoofing a facial recognition system.
21+
6. *Facial liveness* - liveness can be used to determine if the input video is a real stream or a fake to prevent bad-intentioned individuals from spoofing a facial recognition system.
2222

2323
## Face detection and recognition models
2424

2525
The Azure AI Vision Face API is built on face detection and recognition models that have been pre-trained. Multiple versions of these models are available, each with specific strengths and capabilities. For example, newer models exhibit greater accuracy when working with small images; but may not provide the same breadth of facial analysis capabilities. When you use the service in an application, you must select the model you want to use based on your requirements.
2626

2727
> [!TIP]
28-
> For guidance about selecting a *detection* model, see **[Specify a face detection model](/azure/ai-services/computer-vision/how-to/specify-detection-model)**. For guiidance about how to select a *recognition* model, see **[Specify a face recognition model](/azure/ai-services/computer-vision/how-to/specify-recognition-model)**.
28+
> For guidance about selecting a *detection* model, see **[Specify a face detection model](/azure/ai-services/computer-vision/how-to/specify-detection-model)**. For guidance about how to select a *recognition* model, see **[Specify a face recognition model](/azure/ai-services/computer-vision/how-to/specify-recognition-model)**.

learn-pr/wwl-data-ai/detect-analyze-recognize-faces/includes/3-detect-analyze-faces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The response from the service depends on:
8383
- The model-specific features requested.
8484
- The number of faces detected in the image.
8585

86-
A response for an image containing a single face might looks similar to the following example:
86+
A response for an image containing a single face might look similar to the following example:
8787

8888
```json
8989
[

learn-pr/wwl-data-ai/detect-analyze-recognize-faces/includes/4-compare-match-detected-faces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
In addition to detecting and analyzing faces, you can use the Azure AI Face APi to compare and recognize faces.
1+
In addition to detecting and analyzing faces, you can use the Azure AI Vision Face service to compare and recognize faces.
22

33
> [!IMPORTANT]
44
> Usage of facial recognition, comparison, and verification requires approval through a **[Limited Access policy](https://aka.ms/cog-services-limited-access)**.
@@ -7,7 +7,7 @@ In addition to detecting and analyzing faces, you can use the Azure AI Face APi
77

88
When a face is detected by the Face service, a unique ID is assigned to it and retained in the service resource for 24 hours. The ID is a GUID, with no indication of the individual's identity other than their facial features.
99

10-
While the detected face ID is cached, subsequent images can be used to compare the new faces to the cached identity and determine if they are *similar* (in other words, they share similar facial features) or to *verify* that the same person appears in two images.
10+
While the detected face ID is cached, subsequent images can be used to compare the new faces to the cached identity and determine if they're *similar* (in other words, they share similar facial features) or to *verify* that the same person appears in two images.
1111

1212
![Diagram of a detected face matched in two images.](../media/face-matching.png)
1313

learn-pr/wwl-data-ai/detect-analyze-recognize-faces/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ title: Detect, analyze, and recognize faces
1515
summary: The ability for applications to detect human faces, analyze facial features and emotions, and identify individuals is a key artificial intelligence capability.
1616
abstract: |
1717
After completing this module, you'll be able to:
18-
- Describe capabilities of the Azure AI Vision Face service.
18+
- Describe the capabilities of the Azure AI Vision Face service.
1919
- Write code to detect and analyze faces in an image.
20-
- Decsribe facial recognition support in Azure AI Vision Face.
21-
- Describe respinsible AI considerations when developing facial solutions.
20+
- Describe facial recognition support in Azure AI Vision Face.
21+
- Describe responsible AI considerations when developing facial solutions.
2222
prerequisites: |
2323
Before starting this module, you should already have:
2424
- Familiarity with Azure and the Azure portal.

0 commit comments

Comments
 (0)