Page History
...
Code Block |
---|
{ "server_id" : "1", "objectType" : "PERSON", "id" : "17BC06491-C30D-450F-BF45-F9F5D680A501", "name" :"John", "surname" : "Kramer", "patronymic" : "", "department" : "Department 1", "comment" : "Some comment", "createPersonInIntellect": 1, "image": "" "fir": "" } |
...
- server_id - ID of Face Recognition Server in the face-Intellect software package (see the Configuring the Face Recognition Server object);
id - natural numeric user ID identifier of the user in GUID format. If the ID is not specified, then it will be automatically generated for the newly added user and returned in the response;
createPersonInIntellect - this parameter defines whether to create a person on behalf of the Intellect operator or not;
image - JPEG image in the base64 format.
Note | ||
---|---|---|
| ||
If the "fir" parameter contains a template, then the face will be added to the database without any checking (face search, face vector generation); in addition, there should be an "image" parameter. |
Example of response:
Code Block |
---|
{ "DescriptionStatus": "SUCCESS", "Result": "7BC06491-C30D-450F-BF45-F9F5D680A501", "StatusDescription": "SUCCESS" } |
where
- result is the numeric unique identifier of the added user in GUID format.
Overview
Content Tools