new VerificationResult()

Description

This object describes the verification result.

Properties
Name Type Description
collectionName string

The name of the collection what was used.

faceId string

The face id of the user. If null then no face was detected.

demographicalInfo DemographicalInfo

The demographical info of the user. It is set only if includeDemographicalInfo is true and a face was detected.

isDuplicate bool

Indicates whether the user is already in the collection.

imageData string

The image data of the user what was sent to the server. It can be used in case of no face was detected and display it to the user with a message which asks the user to try again and for example to adjust the lights.