Authenticity enum
Enumeration contains identifiers that determine the possibility of performing different authenticity control procedures using images for definite lighting schemes.
Constructors
- Authenticity(int value)
-
const
Values
- UNKNOWN → const Authenticity
-
Will be returned if getByValue if a non-existent was passed.
Authenticity(-1)
- NONE → const Authenticity
-
No authenticity control procedure provided for this document.
Authenticity(0)
- UV_LUMINESCENCE → const Authenticity
-
Document material UV fluorescence control (check for presence of UV dull paper) is provided for this document.
Authenticity(1)
- IR_B900 → const Authenticity
-
Control of MRZ contrast using the image for IR lighting scheme is provided for this document.
Authenticity(2)
- IMAGE_PATTERN → const Authenticity
-
Control of the presence of an image pattern with a specified color, shape and brightness on a document page under white, UV and IR light.
Authenticity(4)
- AXIAL_PROTECTION → const Authenticity
-
UV fluorescence of protection fibers control is provided for this document.
Authenticity(8)
- UV_FIBERS → const Authenticity
-
Blank elements visibility control using the images for IR lighting scheme is provided for this document.
Authenticity(16)
- IR_VISIBILITY → const Authenticity
-
Authenticity control using the images for white coaxial light scheme is provided for this document.
Authenticity(32)
- OCR_SECURITY_TEXT → const Authenticity
-
Make OCR for the text field in UV and compare it with other text sources.
Authenticity(64)
- IPI → const Authenticity
-
Find invisible personal information images.
Authenticity(128)
- PHOTO_EMBED_TYPE → const Authenticity
-
Check photo is printed or sticked.
Authenticity(512)
- OVI → const Authenticity
-
OVI check.
Authenticity(1024)
- HOLOGRAMS → const Authenticity
-
Reserved for internal use.
Authenticity(4096)
- PHOTO_AREA → const Authenticity
-
Reserved for internal use.
Authenticity(8192)
- PORTRAIT_COMPARISON → const Authenticity
-
Portrait comparison.
Authenticity(32768)
- BARCODE_FORMAT_CHECK → const Authenticity
-
Barcode format check.
Authenticity(65536)
- KINEGRAM → const Authenticity
-
Kinegram.
Authenticity(131072)
- HOLOGRAMS_DETECTION → const Authenticity
-
Reserved for internal use.
Authenticity(524288)
- LIVENESS → const Authenticity
-
Liveness.
Authenticity(2097152)
- OCR → const Authenticity
-
Extended OCR check.
Authenticity(4194304)
- MRZ → const Authenticity
-
Checks the correctness of the size of the MRZ lines, their relative position, absence of signs that the image was edited.
Authenticity(8388608)
- STATUS_ONLY → const Authenticity
-
Status only.
Authenticity(2147483648)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getByValue(
int? i) → Authenticity?
Constants
-
values
→ const List<
Authenticity> -
A constant List of the values in this enum, in order of their declaration.
[UNKNOWN, NONE, UV_LUMINESCENCE, IR_B900, IMAGE_PATTERN, AXIAL_PROTECTION, UV_FIBERS, IR_VISIBILITY, OCR_SECURITY_TEXT, IPI, PHOTO_EMBED_TYPE, OVI, HOLOGRAMS, PHOTO_AREA, PORTRAIT_COMPARISON, BARCODE_…