Skip to content

Commit 96c81b0

Browse files
committed
organization update
1 parent 78c7138 commit 96c81b0

File tree

1 file changed

+4
-2
lines changed
  • articles/ai-services/computer-vision/Tutorials

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,24 @@ This tutorial demonstrates how to operate a frontend application and an app serv
5454

5555
We provide SDKs in different languages for frontend applications and app servers. See the following instructions to set up your frontend applications and app servers.
5656

57+
### Download SDK for frontend application
58+
5759
Once you have access to the SDK, follow instructions in the [azure-ai-vision-sdk](https://github.com/Azure-Samples/azure-ai-vision-sdk) GitHub repository to integrate the UI and the code into your native mobile application. The liveness SDK supports Java/Kotlin for Android mobile applications, Swift for iOS mobile applications and JavaScript for web applications:
5860
- For Swift iOS, follow the instructions in the [iOS sample](https://aka.ms/azure-ai-vision-face-liveness-client-sdk-ios-readme)
5961
- For Kotlin/Java Android, follow the instructions in the [Android sample](https://aka.ms/liveness-sample-java)
6062
- For JavaScript Web, follow the instructions in the [Web sample](https://aka.ms/liveness-sample-web)
6163

6264
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.
6365

64-
### Download Azure AI Face client library for an app server
66+
### Download Azure AI Face client library for app server
6567

6668
The app server/orchestrator is responsible for controlling the lifecycle of a liveness session. The app server has to create a session before performing liveness detection, and then it can query the result and delete the session when the liveness check is finished. We offer a library in various languages for easily implementing your app server. Follow these steps to install the package you want:
6769
- For C#, follow the instructions in the [dotnet readme](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/face/Azure.AI.Vision.Face/README.md)
6870
- For Java, follow the instructions in the [Java readme](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/face/azure-ai-vision-face/README.md)
6971
- For Python, follow the instructions in the [Python readme](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/face/azure-ai-vision-face/README.md)
7072
- For JavaScript, follow the instructions in the [JavaScript readme](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/face/ai-vision-face-rest/README.md)
7173

72-
### Create environment variables
74+
#### Create environment variables
7375

7476
[!INCLUDE [create environment variables](../includes/face-environment-variables.md)]
7577

0 commit comments

Comments
 (0)