⛏️faceRecoCompareFaceWithFace
Description
Compare existing user's face with a face for login using the face recognition system.
Parameters
Parameter
Type
Description
profileId
string
unique profile id of the user, in case duplicate user will not be created
image
string
base64 image data of the user id
Response
Parameter
Type
Description
message
string
message about the response
status
int
0 for user id already exists
1 for successful execution and user creation
-1 for any error occurs during the execution of the request
Example Request and Response
Prerequisites
Before making requests with NEST® SDK, you must have it installed.
You can install NEST® SDK using either npm
or yarn
. Use the following commands to install NEST® SDK:
Request
Here is an example of how to make a faceRecoRegisterUser
request using the NEST® SDK:
Response
Last updated