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/Tutorials/liveness.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,19 +53,9 @@ This tutorial demonstrates how to operate a frontend application and an app serv
53
53
54
54
### Setup frontend applications and app servers to perform liveness detection
55
55
56
-
We provide SDKs in different languages for frontend applications and app servers. They're available in these languages:
56
+
We provide SDKs in different languages for frontend applications and app servers. See the following instructions to setup your frontend applications and app servers.
57
57
58
-
| Language | App server | Frontend application |
59
-
| -------- | -- | -- |
60
-
| C# |✔|-|
61
-
| Java |✔|-|
62
-
| Python |✔|-|
63
-
| JavaScript |✔|✔(Not support providing a reference image.)|
64
-
| Restful API |✔|-|
65
-
| Kotlin |-|✔|
66
-
| Swift |-|✔|
67
-
68
-
#### Integrate liveness into mobile application
58
+
#### Integrate liveness into frontend application
69
59
70
60
Once you have access to the SDK, follow instruction 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:
71
61
- For Swift iOS, follow the instructions in the [iOS sample](https://aka.ms/azure-ai-vision-face-liveness-client-sdk-ios-readme)
@@ -241,7 +231,7 @@ The high-level steps involved in liveness orchestration are illustrated below:
0 commit comments