The Person object
Attributes
name
- String - Required
Name of the person that you are going to add to the DB.
gender
- String - Required
gender
- String - RequiredGender of the person that you are going to add to the DB.
date_of_birth
- Object- Required
date_of_birth
- Object- RequiredDate of birth of the person that you are going to add to the DB.
nationality
- String - Required
nationality
- String - RequiredNationality of the person that you are going to add to the DB.
notes
- String - Required
notes
- String - RequiredAditional information related to the person or for the proccess that you are about to do.
collection_id
- String - Required
collection_id
- String - RequiredThis parameter is the so-called code generated when a collection is created properly.
images
- Array- Required
images
- Array- RequiredArray of images of the person that you are going to add to the DB, it can be up to three images and all must be from the same person.
min_score
- String- Required only when use /search-live-face
min_score
- String- Required only when use /search-live-faceThis parameter determines the minimum matching score when performing the 1: N comparison between the FaceMap and the FaceHash database in the collection. It determines whether the face already exists in the collection. This parameter is a number between 0.5 and 1.
search_mode
- String- Required only when use /search-live-face
search_mode
- String- Required only when use /search-live-faceThis parameter determines how the face search in the collection will be conducted. There are two valid parameters: i) "FAST" for a quick search, and ii) ACCURATE for much more precise queries in the collection. The latter increases the service response times but ensures better mapping to avoid adding duplicate faces.
liveness_min_score
- String- Required only when use /search-live-face
liveness_min_score
- String- Required only when use /search-live-faceVerifik's Life Detection system works by creating a score between 0.0 - 1.0, where 1.0 represents 100% in the life detection of the image. Therefore, when creating a person in a collection, it is important to consider the minimum detection parameter liveness_min_score according to the specific needs or use case being implemented.
Note: For the liveness_min_score parameter, Verifik recommends using a value higher than 0.75 to ensure accurate life detection and to allow the system to operate with low-quality images.
The Persons object
Last updated