Authenticity enum
Enumeration contains identifiers that determine the possibility of performing different authenticity control procedures using images for definite lighting schemes.
Values
- UNKNOWN → const Authenticity
-
Will be returned if getByValue if a non-existent was passed.
const Authenticity(-1) - NONE → const Authenticity
-
No authenticity control procedure provided for this document.
const Authenticity(0) - UV_LUMINESCENCE → const Authenticity
-
Document material UV fluorescence control (check for presence of UV dull paper) is provided for this document.
const Authenticity(1) - IR_B900 → const Authenticity
-
Control of MRZ contrast using the image for IR lighting scheme is provided for this document.
const 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.
const Authenticity(4) - AXIAL_PROTECTION → const Authenticity
-
UV fluorescence of protection fibers control is provided for this document.
const Authenticity(8) - UV_FIBERS → const Authenticity
-
Blank elements visibility control using the images for IR lighting scheme is provided for this document.
const Authenticity(16) - IR_VISIBILITY → const Authenticity
-
Authenticity control using the images for white coaxial light scheme is provided for this document.
const Authenticity(32) - OCR_SECURITY_TEXT → const Authenticity
-
Make OCR for the text field in UV and compare it with other text sources.
const Authenticity(64) - IPI → const Authenticity
-
Find invisible personal information images.
const Authenticity(128) - PHOTO_EMBED_TYPE → const Authenticity
-
Check photo is printed or sticked.
const Authenticity(512) - OVI → const Authenticity
-
OVI check.
const Authenticity(1024) - HOLOGRAMS → const Authenticity
-
Reserved for internal use.
const Authenticity(4096) - PHOTO_AREA → const Authenticity
-
Reserved for internal use.
const Authenticity(8192) - PORTRAIT_COMPARISON → const Authenticity
-
Portrait comparison.
const Authenticity(32768) - BARCODE_FORMAT_CHECK → const Authenticity
-
Barcode format check.
const Authenticity(65536) - KINEGRAM → const Authenticity
-
Kinegram.
const Authenticity(131072) - HOLOGRAMS_DETECTION → const Authenticity
-
Reserved for internal use.
const Authenticity(524288) - LIVENESS → const Authenticity
-
Liveness.
const Authenticity(2097152) - OCR → const Authenticity
-
Extended OCR check.
const 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.
const Authenticity(8388608) - STATUS_ONLY → const Authenticity
-
Status only.
const Authenticity(2147483648)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
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.