SecurityFeatureType enum

Enumeration contains identifiers that determine the types of elements for the document authenticity check.

Inheritance

Constructors

SecurityFeatureType(int value)
const

Values

UNKNOWN → const SecurityFeatureType

Will be returned if getByValue if a non-existent was passed.

SecurityFeatureType(-2)
NONE → const SecurityFeatureType
SecurityFeatureType(-1)
BLANK → const SecurityFeatureType

Blank element.

SecurityFeatureType(0)
FILL → const SecurityFeatureType

Personalization element.

SecurityFeatureType(1)
PHOTO → const SecurityFeatureType

Photo.

SecurityFeatureType(2)
MRZ → const SecurityFeatureType

MRZ.

SecurityFeatureType(3)
FALSE_LUMINESCENCE → const SecurityFeatureType

Photo surrounding area.

SecurityFeatureType(4)
HOLO_SIMPLE → const SecurityFeatureType

Reserved for internal use.

SecurityFeatureType(5)
HOLO_VERIFY_STATIC → const SecurityFeatureType

Reserved for internal use.

SecurityFeatureType(6)
HOLO_VERIFY_MULTI_STATIC → const SecurityFeatureType

Reserved for internal use.

SecurityFeatureType(7)
HOLO_VERIFY_DINAMIC → const SecurityFeatureType

Reserved for internal use.

SecurityFeatureType(8)
PATTERN_NOT_INTERRUPTED → const SecurityFeatureType

Reserved for internal use.

SecurityFeatureType(9)
PATTERN_NOT_SHIFTED → const SecurityFeatureType

Reserved for internal use.

SecurityFeatureType(10)
PATTERN_SAME_COLORS → const SecurityFeatureType

Reserved for internal use.

SecurityFeatureType(11)
PATTERN_IR_INVISIBLE → const SecurityFeatureType

Reserved for internal use.

SecurityFeatureType(12)
PHOTO_SIZE_CHECK → const SecurityFeatureType

Reserved for internal use.

SecurityFeatureType(13)
PORTRAIT_COMPARISON_VS_GHOST → const SecurityFeatureType

Main portrait and ghost portrait comparison.

SecurityFeatureType(14)
PORTRAIT_COMPARISON_VS_RFID → const SecurityFeatureType

Main portrait and RFID portrait comparison.

SecurityFeatureType(15)
PORTRAIT_COMPARISON_VS_VISUAL → const SecurityFeatureType

Main portrait and other page portrait comparison.

SecurityFeatureType(16)
BARCODE → const SecurityFeatureType

Barcode format check.

SecurityFeatureType(17)
PATTERN_DIFFERENT_LINES_THICKNESS → const SecurityFeatureType

Different lines thickness.

SecurityFeatureType(18)
PORTRAIT_COMPARISON_VS_CAMERA → const SecurityFeatureType

Portrait comparison with image from camera.

SecurityFeatureType(19)
PORTRAIT_COMPARISON_RFID_VS_CAMERA → const SecurityFeatureType

Portrait comparison with image from RFID.

SecurityFeatureType(20)
GHOST_PHOTO → const SecurityFeatureType

Ghost photo.

SecurityFeatureType(21)
CLEAR_GHOST_PHOTO → const SecurityFeatureType

Clear ghost photo.

SecurityFeatureType(22)
INVISIBLE_OBJECT → const SecurityFeatureType

Invisible object.

SecurityFeatureType(23)
LOW_CONTRAST_OBJECT → const SecurityFeatureType

Low contrast object.

SecurityFeatureType(24)
PHOTO_COLOR → const SecurityFeatureType

Photo color type.

SecurityFeatureType(25)
PHOTO_SHAPE → const SecurityFeatureType

Photo squareness check.

SecurityFeatureType(26)
PHOTO_CORNERS → const SecurityFeatureType

Photo corners shape.

SecurityFeatureType(27)
DOCUMENT_CANCELLING_DETECTOR → const SecurityFeatureType
SecurityFeatureType(28)
OCR → const SecurityFeatureType
SecurityFeatureType(28)
PORTRAIT_COMPARISON_EXTVS_VISUAL → const SecurityFeatureType
SecurityFeatureType(29)
PORTRAIT_COMPARISON_EXTVS_RFID → const SecurityFeatureType
SecurityFeatureType(30)
PORTRAIT_COMPARISON_EXTVS_LIVE → const SecurityFeatureType
SecurityFeatureType(31)
LIVENESS_DEPTH → const SecurityFeatureType
SecurityFeatureType(32)
MICROTEXT → const SecurityFeatureType
SecurityFeatureType(33)
FLUORESCENT_OBJECT → const SecurityFeatureType
SecurityFeatureType(34)
LANDMARKS_CHECK → const SecurityFeatureType
SecurityFeatureType(35)
FACE_PRESENCE → const SecurityFeatureType
SecurityFeatureType(36)
FACE_ABSENCE → const SecurityFeatureType
SecurityFeatureType(38)
LIVENESS_SCREEN_CAPTURE → const SecurityFeatureType
SecurityFeatureType(39)
LIVENESS_ELECTRONIC_DEVICE → const SecurityFeatureType

Checking the presence of a device that could be used for document capturing.

SecurityFeatureType(40)
LIVENESS_OVI → const SecurityFeatureType
SecurityFeatureType(41)
BARCODE_SIZE_CHECK → const SecurityFeatureType
SecurityFeatureType(42)
LAS_INK → const SecurityFeatureType
SecurityFeatureType(43)
LIVENESS_MLI → const SecurityFeatureType
SecurityFeatureType(44)
LIVENESS_BARCODE_BACKGROUND → const SecurityFeatureType
SecurityFeatureType(45)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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) SecurityFeatureType?

Constants

values → const List<SecurityFeatureType>
A constant List of the values in this enum, in order of their declaration.
[UNKNOWN, NONE, BLANK, FILL, PHOTO, MRZ, FALSE_LUMINESCENCE, HOLO_SIMPLE, HOLO_VERIFY_STATIC, HOLO_VERIFY_MULTI_STATIC, HOLO_VERIFY_DINAMIC, PATTERN_NOT_INTERRUPTED, PATTERN_NOT_SHIFTED, PATTERN_SAME_…