Azure-Samples / azure-ai-vision-sdk

SDK for Microsoft's Azure AI Vision
MIT License
75 stars 46 forks source link

Liveness check - low level documentation and implementation #70

Closed komicek closed 3 months ago

komicek commented 5 months ago

We would like to implement the liveness check into our multiplatform application which is written using C++ code that runs on Android, iOS and WebAssembly inside browser.

Is there some lower level documentation or implementation for the liveness?

We assume the Kotlin and Swift implementation just calls some native libraries and performs REST requests which we could re-implement in C++ if needed.

Could we get access to this lower level implementation or their documentation?

dipidoo commented 3 months ago

Hi, apologies for the delayed reply. We currently have no plan to support direct usage of the lower level implementation. Please use Android and iOS libraries SDK for now. If you would like to use JavaScript, our JS SDK is in private preview and you can reach out to vision-sdk@microsoft.com for details on how to onboard for access.