eRPRM_Authenticity

This page covers the description of the eRPRM_Authenticity enumeration

eRPRM_Authenticity enumeration contains identifiers determining the possibility of performing different authenticity control procedures using the images for definite lighting schemes.

public class eRPRM_Authenticity {
    public static final int NONE = 0;
    public static final int UV_LUMINESCENCE = 1;
    public static final int IR_B900 = 2;
    public static final int IMAGE_PATTERN = 4;
    public static final int AXIAL_PROTECTION = 8;
    public static final int UV_FIBERS = 16;
    public static final int IR_VISIBILITY = 32;
    public static final int OCR_SECURITY_TEXT = 64;
    public static final int IPI = 128;
    public static final int PHOTO_EMBED_TYPE = 512;
    public static final int HOLOGRAMS = 4096;
    public static final int PHOTO_AREA = 8192;
    public static final int PORTRAIT_COMPARISON = 32768;
    public static final int BARCODE_FORMAT_CHECK = 65536;
    public static final int KINEGRAM = 131072;
    public static final int HOLOGRAMS_DETECTION = 524288;
}

Last updated