Skip to content

ImageSource

The enumeration contains face photo image source types.

Note that for the POST /api/match and /api/match_and_search requests, no more that two images of the same type are allowed.

Constant Variable Description
1 DOCUMENT_PRINTED Image from a visual zone “document“.
2 DOCUMENT_RFID Image from the RFID document.
3 LIVE Live picture from a web camera.
4 DOCUMENT_WITH_LIVE Compares all faces on one image with each other, for example, a photo of a person showing their passport (or any other document) photo.
5 EXTERNAL Any other image type, such as an image from a database, or an image with an undefined type.
6 GHOST Shadow image.
7 BARCODE Image from the barcode. Note that the image type identification result depends on the quality of the image.

See Also