Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterRequiredParameter description
server_idYesIdentifier of the Face Recognition Server in Face-Intellect
minAgeNoMinimum age of persons
maxAge NoMaximum age of persons
dateTimeFrom YesTime in UTC+0 format, starting from which the data should be obtained
dateTimeTo YesTime in UTC+0 format, up to which the data should be obtained
genders NoGender of persons whose data should be obtained: 0 - Unknown, 1 - Males, 2 - Females
faceModeNoType of persons whose data should be obtained: 0 - all faces, 1 - only recognized faces, 2 - only unrecognized faces
thresholdNoThreshold value of the faces similarity degree
minPassesNoFilter by the minimum number of passes
maxPassesNoFilter by the maximum number of passes
cameraIds NoCamera IDs in Face-Intellect

...

ParameterParameter description
PassAndLikesListList of passes of unique faces
MainPassData on the first pass of a unique face (for more details, see Getting the recognition protocol)
BestPersonData about the face from the face database and the degree of similarity of the reference face with a unique face, if such a person exists (for more details, see Getting information about users)
TimestampTime of adding a face to the reference face database in UTC+0 format
ImageIdIdentifier of the reference face image from the faces database
AutoCreated

true if the unrecognized face was added automaticallyи. false if it was added manually

LastRecognitionTimestampTime of the last pass in UTC+0 format
RecognitionCountNumber of passes
LikePassesList with data of similar passes (similar to MainPass). Cannot be larger than 5 elements
TemperatureFacial temperature in degrees Celsius
Emotion

Emotion: 0 - undefined, 1 - rage, 2 - fear, 3 - happiness, 4 - without without emotion, 5 - sadness, 6 - astonishment astonishment

Glasses

Glasses: 0 - undefined, 1 - tinted glasses, 2 - without glasses, 3 - glasses

FacialHair

Facial hair: 0 - undefined; 1 - beard, 2 - bristle, 3 - imperial beard and mustache, 4 - imperial beard, 5 - mustache, 6 -  absent

HairColor

Hair color0 - undefined1 - brunet2 - blonde3 - chestnut hair4 - ginger5 - gray

HairTypeType of bald head: 0 - undefined1 - bald,  2 - with receding hairline,  3 - without without bald head
HeadwearHeadwear: 0 - undefined1 - cap,  2 - 2 bandana, 3 - beret, 4 - beanie, 5 - trapper hat, 6 - fur hood, 7 - glasses on head, 8 - hat, 9 - helmet, 10 - hood, 11 - kepi, 12 - headscarf, 13 - without headwear, 14 - peaky peaky cap
LivenessArtificial face: 0 -  undefined1 - no,  2 - yes
Evasion

Face concealment: 0 - undefined,  1- 1 face not covered, 2 - mask is on, 3 - tinted glasses, 4 - face partially covered, 5 - balaclava, 6 - other mask, 7 - mask mask is not on the right place

TotalTotal number of unique faces
MalesNumber of males
FemalesNumber of females
ProcessedTotal

Total number of processed faces

ProcessedDurationExecution time of the faces processing in milliseconds
CompareCountTotal number of the face comparisons
ResponseResponse
StatusCompleted request status: SUCCESS - successful, if error - see  see List of possible errors of the Face Recognition Server

...