eInputFaceType
enumeration contains identifiers determining types of images:
public class eInputFaceType {public static final int ift_DocumentPrinted = 1;public static final int ift_DocumentRFID = 2;public static final int ift_Live = 3;public static final int ift_LiveWithDoc = 4;}
Constant | Description |
ift_DocumentPrinted | An image contains a printed portrait of the person |
ift_DocumentRFID | An image contains a portrait of the person that is taken from the RFID chip |
ift_Live | An image of a person that is taken from the camera |
ift_LiveWithDoc | An image where there are a person and a document |