Face Verification
With or without the liveness engine, it's possible to enrol and verify an end-user with our face matching engine.
Method
analyzeFace
method
String biometrid_ id
id corresponding the biometric user
String path
absolute path to file
SessionType session
Biometrid session
AuthFaceCallback context
Applicational context
This method is responsible for the analyze of all the individual photos sent to the API. The results will be represented on the callback as shown on the example below.:
Callback
analyzeFaceCallback
callback
boolean status
Response status
SessionType session
Biometrid session
FaceResponseStatus response
Enum containing all possible outcomes
JsonObject jsonObject
Full response from the api
AuthFaceCallback context
Applicational context
Implementation example
Last updated