Skip to content

Commit 30920b0

Browse files
committed
writer edits
1 parent 63a2dbc commit 30920b0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The liveness detection API returns a JSON object with the following information:
7373
- A quality filtered "session-image" that can be used to store for auditing purposes or for human review or to perform further analysis using the Face service APIs.
7474

7575

76-
### Data privacy
76+
## Data privacy
7777

7878
We do not store any images or videos from the Face Liveness Check. No image/video data is stored in the liveness service after the liveness session has been concluded. Moreover, the image/video uploaded during the liveness check is only used to perform the liveness classification to determine if the user is real or a spoof (and optionally to perform a match against a reference image in the liveness-with-verify-scenario), and it cannot be viewed by any human and will not be used for any AI model improvements.
7979

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

+5-6
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ feedback_help_link_url: https://learn.microsoft.com/answers/tags/156/azure-face
1616

1717
In this tutorial, you learn how to detect liveness in faces, using a combination of server-side code and a client-side mobile application. For general information about face liveness detection, see the [conceptual guide](../concept-face-liveness-detection.md).
1818

19-
[!INCLUDE [liveness-sdk-gate](../includes/liveness-sdk-gate.md)]
19+
This tutorial demonstrates how to operate a frontend application and an app server to perform liveness detection, including the optional step of [face verification](#perform-liveness-detection-with-face-verification), across various language SDKs.
2020

21-
This tutorial demonstrates how to operate a frontend application and an app server to perform [liveness detection](#perform-liveness-detection), including the optional step of [face verification](#perform-liveness-detection-with-face-verification), across various language SDKs.
2221

22+
[!INCLUDE [liveness-sdk-gate](../includes/liveness-sdk-gate.md)]
2323

2424
> [!TIP]
2525
> After you complete the prerequisites, you can get started faster by building and running a complete frontend sample (either on iOS, Android, or Web) from the [SDK samples folder](https://github.com/Azure-Samples/azure-ai-vision-sdk/tree/main/samples).
@@ -35,7 +35,7 @@ This tutorial demonstrates how to operate a frontend application and an app serv
3535

3636
## Prepare SDKs
3737

38-
We provide SDKs in different languages to simplify development on frontend applications and app servers.
38+
We provide SDKs in different languages to simplify development on frontend applications and app servers:
3939

4040
### Download SDK for frontend application
4141

@@ -396,12 +396,11 @@ The high-level steps involved in liveness orchestration are illustrated below:
396396
## Perform liveness detection with face verification
397397

398398
Combining face verification with liveness detection enables biometric verification of a particular person of interest with an added guarantee that the person is physically present in the system.
399-
There are two parts to integrating liveness with verification:
400-
1. Select a good reference image.
401-
2. Set up the orchestration of liveness with verification.
402399

403400
:::image type="content" source="../media/liveness/liveness-verify-diagram.jpg" alt-text="Diagram of the liveness-with-face-verification workflow of Azure AI Face." lightbox="../media/liveness/liveness-verify-diagram.jpg":::
404401

402+
There are two parts to integrating liveness with verification:
403+
405404
### Step 1 - Select a reference image
406405

407406
Follow the tips listed in the [composition requirements for ID verification scenarios](../overview-identity.md#input-requirements) to ensure that your input images give the most accurate recognition results.

0 commit comments

Comments
 (0)