Face SDK
Face SDK
Home
Website
GitHub
pub.dev
Getting Started with Flutter
Requirements
How to add the SDK to the project?
Service location
Face capturing
Face matching
Liveness processing
About SDK
Enumerations
About SDK
This page covers the ways of obtaining the info about a SDK
Allows you to get the SDK version:
Regula
.
Face
.
getFaceSdkVersion
(
)
.
then
(
(
str
)
{
print
(
str
)
;
}
)
;
Previous
Liveness processing
Next
Enumerations
Last updated
4 weeks ago