|
14 | 14 |
|
15 | 15 | public class AuthenticityResultType { |
16 | 16 |
|
| 17 | + /** Document luminescence check in UV light */ |
17 | 18 | public static final int UV_LUMINESCENCE = 1; |
18 | 19 |
|
| 20 | + /** B900 ink MRZ contrast check in IR light */ |
19 | 21 | public static final int IR_B900 = 2; |
20 | 22 |
|
| 23 | + /** Image patterns presence/absence check (position, shape, color) */ |
21 | 24 | public static final int IMAGE_PATTERN = 4; |
22 | 25 |
|
| 26 | + /** Confirm laminate integrity check in axial light */ |
23 | 27 | public static final int AXIAL_PROTECTION = 8; |
24 | 28 |
|
| 29 | + /** Protection fibers presence check (color, density) in UV light */ |
25 | 30 | public static final int UV_FIBERS = 16; |
26 | 31 |
|
| 32 | + /** Document elements visibility check in IR light */ |
27 | 33 | public static final int IR_VISIBILITY = 32; |
28 | 34 |
|
| 35 | + /** OCR for the text field in UV light comparison with other text sources check */ |
29 | 36 | public static final int OCR_SECURITY_TEXT = 64; |
30 | 37 |
|
| 38 | + /** Invisible Personal Information (IPI) visualization */ |
31 | 39 | public static final int IPI = 128; |
32 | 40 |
|
| 41 | + /** Owner's photo embedding check (is photo printed or sticked) */ |
33 | 42 | public static final int PHOTO_EMBED_TYPE = 512; |
34 | 43 |
|
| 44 | + /** OVI check */ |
35 | 45 | public static final int OVI = 1024; |
36 | 46 |
|
| 47 | + /** Hologram presence check */ |
37 | 48 | public static final int HOLOGRAMS = 4096; |
38 | 49 |
|
| 50 | + /** Owner's photo area advanced check (photo shape, size, position, etc.) */ |
39 | 51 | public static final int PHOTO_AREA = 8192; |
40 | 52 |
|
| 53 | + /** Portrait comparison check (document printed vs chip vs live) */ |
41 | 54 | public static final int PORTRAIT_COMPARISON = 32768; |
42 | 55 |
|
| 56 | + /** Barcode format check (code metadata, data format, contents format, etc.) */ |
43 | 57 | public static final int BARCODE_FORMAT_CHECK = 65536; |
44 | 58 |
|
| 59 | + /** Kinegram check */ |
45 | 60 | public static final int KINEGRAM = 131072; |
46 | 61 |
|
| 62 | + /** LetterScreen check */ |
47 | 63 | public static final int LETTER_SCREEN = 262144; |
48 | 64 |
|
| 65 | + /** Hologram detection and validation check */ |
49 | 66 | public static final int HOLOGRAM_DETECTION = 524288; |
50 | 67 |
|
| 68 | + /** Fingerprint comparison check */ |
51 | 69 | public static final int FINGERPRINT_COMPARISON = 1048576; |
52 | 70 |
|
| 71 | + /** Document liveness check */ |
53 | 72 | public static final int LIVENESS = 2097152; |
54 | 73 |
|
| 74 | + /** Extended OCR Check */ |
55 | 75 | public static final int EXTENDED_OCR_CHECK = 4194304; |
56 | 76 |
|
| 77 | + /** Extended MRZ check */ |
57 | 78 | public static final int EXTENDED_MRZ_CHECK = 8388608; |
58 | 79 | } |
0 commit comments