POST http://IP-address:port/firserver/FindFaces
| Parameter | Required | Parameter description |
|---|---|---|
| server_id | Yes | ID of the Face Recognition Server in the Face-Intellect software package |
findPersons | Yes | The number of matches to be returned |
image | Yes | Image in the base64 format |
POST http://localhost:10000/firserver/FindFaces
|
|
| Parameter | Parameter description |
|---|---|
| FaceList | List of faces |
| eyeLeftX | Left eye horizontal coordinates |
| eyeLeftY | Left eye vertical coordinates |
| eyeRightX | Right eye horizontal coordinates |
| eyeRightY | Right eye vertical coordinates |
| faceRectLeft | Face coordinates relative to the left edge of the frame |
| faceRectTop | Face coordinates relative to the top edge of the frame |
| faceRectWidth | Face width in pixels |
| faceRectHeight | Face height in pixels |
| ProcessedPersons | Number of generated vectors |
| ProcessedPersonsDuration | Time spent generating vectors |
| PersonList | A list of users with information from the faces database (see Getting information about users). |
| Sim | The degree of similarity of the face in the image in the request and the reference face from the face database |