⛏️faceRecoCompareFaceWithFace
Last updated
Last updated
Compare existing user's face with a face for login using the face recognition system.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
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:
Here is an example of how to make a faceRecoRegisterUser
request using the NEST® SDK:
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
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