Skip to content

Commit d4fd0c5

Browse files
authored
unify liveness links under tutorial page
1 parent 6d910f1 commit d4fd0c5

File tree

1 file changed

+3
-3
lines changed
  • articles/ai-services/computer-vision/tutorials

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ We provide SDKs in different languages for frontend applications and app servers
5555

5656
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:
5757
- For Swift iOS, follow the instructions in the [iOS sample](https://aka.ms/azure-ai-vision-face-liveness-client-sdk-ios-readme)
58-
- For Kotlin/Java Android, follow the instructions in the [Android sample](https://aka.ms/liveness-sample-java)
59-
- For JavaScript Web, follow the instructions in the [Web sample](https://aka.ms/liveness-sample-web)
58+
- For Kotlin/Java Android, follow the instructions in the [Android sample](https://aka.ms/azure-ai-vision-face-liveness-client-sdk-android-readme)
59+
- For JavaScript Web, follow the instructions in the [Web sample](https://aka.ms/azure-ai-vision-face-liveness-client-sdk-web-readme)
6060

6161
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.
6262

@@ -808,7 +808,7 @@ If you want to clean up and remove an Azure AI services subscription, you can de
808808

809809
To learn about other options in the liveness APIs, see the Azure AI Vision SDK reference.
810810

811-
- [Kotlin (Android)](https://aka.ms/liveness-sample-java)
811+
- [Kotlin (Android)](https://aka.ms/azure-ai-vision-face-liveness-client-sdk-android-readme)
812812
- [Swift (iOS)](https://aka.ms/azure-ai-vision-face-liveness-client-sdk-ios-readme)
813813
- [JavaScript (Web)](https://aka.ms/azure-ai-vision-face-liveness-client-sdk-web-readme)
814814

0 commit comments

Comments
 (0)