POST http://IP-address:port/prefix/firserver/FindFaces
| Parameter | Required | Parameter description |
|---|---|---|
| server_id | Yes | ID of the Face Recognition Server in the Face-Intellect software package (see the Configuring the Face Recognition Server object) |
findPersons | Yes | The number of matches to be returned |
image | Yes | Image in the base64 format |
Example request:
POST http://localhost:10000/firserver/FindFaces
|
Example answer:
|
| Parameter | Parameter description |
|---|---|
| FaceList | |
| eyeLeftX | |
| eyeLeftY | |
| eyeRightX | |
| eyeRightY | |
| faceRectLeft | |
| faceRectTop | |
| faceRectWidth | |
| faceRectHeight | |
| ProcessedPersons | |
| ProcessedPersonsDuration | |
| PersonList | |
| Sim |