Skip to content

Commit 1adae08

Browse files
committed
edits from PM review
1 parent 30920b0 commit 1adae08

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ You can combine face verification with liveness detection to verify that the fac
5757
| Liveness detection | Determine an input is real or fake, and only the app server has the authority to start the liveness check and query the result. |
5858
| Liveness detection with face verification | Determine an input is real or fake and verify the identity of the person based on a reference image you provided. Either the app server or the frontend application can provide a reference image. Only the app server has the authority to initial the liveness check and query the result. |
5959

60-
## Input requirements
61-
62-
Use the following tips to ensure that your input images give the most accurate recognition results:
63-
64-
[!INCLUDE [identity-input-id-verification-composition](includes/identity-input-verification.md)]
6560

6661

6762

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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-
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.
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 platforms and languages.
2020

2121

2222
[!INCLUDE [liveness-sdk-gate](../includes/liveness-sdk-gate.md)]
@@ -32,6 +32,7 @@ This tutorial demonstrates how to operate a frontend application and an app serv
3232
- You need the key and endpoint from the resource you create to connect your application to the Face service.
3333
- You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3434
- Access to the Azure AI Vision Face Client SDK for Mobile (IOS and Android) and Web. To get started, you need to apply for the [Face Recognition Limited Access features](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUQjA5SkYzNDM4TkcwQzNEOE1NVEdKUUlRRCQlQCN0PWcu) to get access to the SDK. For more information, see the [Face Limited Access](/legal/cognitive-services/computer-vision/limited-access-identity?context=%2Fazure%2Fcognitive-services%2Fcomputer-vision%2Fcontext%2Fcontext) page.
35+
- Familiarity with the Face liveness detection feature. See the [conceptual guide](../concept-face-liveness-detection.md).
3536

3637
## Prepare SDKs
3738

@@ -46,10 +47,7 @@ Follow instructions in the [azure-ai-vision-sdk](https://github.com/Azure-Sample
4647

4748
Once you've added the code into your application, the SDK handles starting the camera, guiding the end-user in adjusting their position, composing the liveness payload, and calling the Azure AI Face cloud service to process the liveness payload.
4849

49-
> [!TIP]
50-
> SDK versions
51-
>
52-
> You can monitor the [Releases section](https://github.com/Azure-Samples/azure-ai-vision-sdk/releases) of the SDK repo for new SDK version updates.
50+
You can monitor the [Releases section](https://github.com/Azure-Samples/azure-ai-vision-sdk/releases) of the SDK repo for new SDK version updates.
5351

5452
### Download Azure AI Face client library for app server
5553

@@ -775,9 +773,9 @@ The high-level steps involved in liveness with verification orchestration are il
775773
---
776774

777775

778-
## Next step
776+
## Perform other face operations after liveness detection
779777

780-
Optionally, you can do further face identity operations after the liveness check, such as face analysis (to get face attributes, for example) and/or face identity operations.
778+
Optionally, you can do further face operations after the liveness check, such as face analysis (to get face attributes, for example) and/or face identity operations.
781779
1. To enable this, you'll need to set the "enableSessionImage" parameter to "true" during the [Session-Creation step](#perform-liveness-detection).
782780
1. After the session completes, you can extract the "sessionImageId" from the [Session-Get-Result step](#perform-liveness-detection).
783781
1. You can now either download the session-image (referenced in [Liveness Get Session Image Operation API](/rest/api/face/liveness-session-operations/get-session-image)), or provide the "sessionImageId" in the [Detect from Session Image ID API](/rest/api/face/face-detection-operations/detect-from-session-image-id) operation to continue to perform other face analysis or face identity operations.

0 commit comments

Comments
 (0)