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: articles/ai-services/computer-vision/concept-face-liveness-detection.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,6 @@ You can combine face verification with liveness detection to verify that the fac
57
57
| 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. |
58
58
| 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. |
59
59
60
-
## Input requirements
61
-
62
-
Use the following tips to ensure that your input images give the most accurate recognition results:
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).
18
18
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.
@@ -32,6 +32,7 @@ This tutorial demonstrates how to operate a frontend application and an app serv
32
32
- You need the key and endpoint from the resource you create to connect your application to the Face service.
33
33
- You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
34
34
- 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).
35
36
36
37
## Prepare SDKs
37
38
@@ -46,10 +47,7 @@ Follow instructions in the [azure-ai-vision-sdk](https://github.com/Azure-Sample
46
47
47
48
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.
48
49
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.
53
51
54
52
### Download Azure AI Face client library for app server
55
53
@@ -775,9 +773,9 @@ The high-level steps involved in liveness with verification orchestration are il
775
773
---
776
774
777
775
778
-
## Next step
776
+
## Perform other face operations after liveness detection
0 commit comments