Skip to content

Commit 02e1b64

Browse files
committed
face freshness
1 parent b99ee0e commit 02e1b64

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/ai-services/computer-vision/concept-face-detection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: azure-ai-face
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: conceptual
13-
ms.date: 09/18/2024
13+
ms.date: 03/26/2025
1414
ms.author: pafarley
1515
feedback_help_link_url: https://learn.microsoft.com/answers/tags/156/azure-face
1616
---
@@ -20,11 +20,11 @@ feedback_help_link_url: https://learn.microsoft.com/answers/tags/156/azure-face
2020
[!INCLUDE [Gate notice](./includes/identity-gate-notice.md)]
2121

2222
> [!IMPORTANT]
23-
> Face attributes are predicted through the use of statistical algorithms. They might not always be accurate. Use caution when you make decisions based on attribute data. Please refrain from using these attributes for anti-spoofing. Instead, we recommend using Face Liveness detection. For more information, please refer to [Tutorial: Detect liveness in faces](/azure/ai-services/computer-vision/tutorials/liveness).
23+
> Face attributes are predicted by statistical algorithms. They might not always be accurate. Use caution when you make decisions based on attribute data. Refrain from using these attributes for anti-spoofing. Instead, we recommend using Face Liveness detection. For more information, please refer to [Tutorial: Detect liveness in faces](/azure/ai-services/computer-vision/tutorials/liveness).
2424
2525
This article explains the concepts of face detection and face attribute data. Face detection is the process of locating human faces in an image and optionally returning different kinds of face-related data.
2626

27-
You use the [Detect] API to detect faces in an image. To get started using the REST API or a client SDK, follow a [Face service quickstart](./quickstarts-sdk/identity-client-library.md). Or, for a more in-depth guide, see [Call the detect API](./how-to/identity-detect-faces.md).
27+
You use the [Detect] API to detect faces in an image. To get started using the REST API or a client SDK, follow a [Face service quickstart](./quickstarts-sdk/identity-client-library.md). Or, for a more in-depth guide, see [Call the Detect API](./how-to/identity-detect-faces.md).
2828

2929
## Face rectangle
3030

articles/ai-services/computer-vision/identity-api-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: API Reference - Face
33
titleSuffix: Azure AI services
44
description: API reference provides information about the Person, LargePersonGroup/PersonGroup, LargeFaceList/FaceList, and Face Algorithms APIs.
5-
author: nitinme
5+
author: PatrickFarley
66
manager: nitinme
77

88
ms.service: azure-ai-vision
99
ms.subservice: azure-ai-face
1010
ms.topic: conceptual
11-
ms.date: 02/17/2021
12-
ms.author: nitinme
11+
ms.date: 03/26/2025
12+
ms.author: pafarley
1313
feedback_help_link_url: https://learn.microsoft.com/answers/tags/156/azure-face
1414
---
1515

articles/ai-services/computer-vision/tutorials/liveness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: azure-ai-face
88
ms.custom:
99
- ignite-2023
1010
ms.topic: tutorial
11-
ms.date: 09/25/2024
11+
ms.date: 03/26/2025
1212
feedback_help_link_url: https://learn.microsoft.com/answers/tags/156/azure-face
1313
---
1414

0 commit comments

Comments
 (0)