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.

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

Blank element.

const SecurityFeatureType(0)
FILL → const SecurityFeatureType

Personalization element.

const SecurityFeatureType(1)
PHOTO → const SecurityFeatureType

Photo.

const SecurityFeatureType(2)
MRZ → const SecurityFeatureType

MRZ.

const SecurityFeatureType(3)
FALSE_LUMINESCENCE → const SecurityFeatureType

Photo surrounding area.

const SecurityFeatureType(4)
HOLO_SIMPLE → const SecurityFeatureType

Reserved for internal use.

const SecurityFeatureType(5)
HOLO_VERIFY_STATIC → const SecurityFeatureType

Reserved for internal use.

const SecurityFeatureType(6)
HOLO_VERIFY_MULTI_STATIC → const SecurityFeatureType

Reserved for internal use.

const SecurityFeatureType(7)
HOLO_VERIFY_DINAMIC → const SecurityFeatureType

Reserved for internal use.

const SecurityFeatureType(8)
PATTERN_NOT_INTERRUPTED → const SecurityFeatureType

Reserved for internal use.

const SecurityFeatureType(9)
PATTERN_NOT_SHIFTED → const SecurityFeatureType

Reserved for internal use.

const SecurityFeatureType(10)
PATTERN_SAME_COLORS → const SecurityFeatureType

Reserved for internal use.

const SecurityFeatureType(11)
PATTERN_IR_INVISIBLE → const SecurityFeatureType

Reserved for internal use.

const SecurityFeatureType(12)
PHOTO_SIZE_CHECK → const SecurityFeatureType

Reserved for internal use.

const SecurityFeatureType(13)
PORTRAIT_COMPARISON_VS_GHOST → const SecurityFeatureType

Main portrait and ghost portrait comparison.

const SecurityFeatureType(14)
PORTRAIT_COMPARISON_VS_RFID → const SecurityFeatureType

Main portrait and RFID portrait comparison.

const SecurityFeatureType(15)
PORTRAIT_COMPARISON_VS_VISUAL → const SecurityFeatureType

Main portrait and other page portrait comparison.

const SecurityFeatureType(16)
BARCODE → const SecurityFeatureType

Barcode format check.

const SecurityFeatureType(17)
PATTERN_DIFFERENT_LINES_THICKNESS → const SecurityFeatureType

Different lines thickness.

const SecurityFeatureType(18)
PORTRAIT_COMPARISON_VS_CAMERA → const SecurityFeatureType

Portrait comparison with image from camera.

const SecurityFeatureType(19)
PORTRAIT_COMPARISON_RFID_VS_CAMERA → const SecurityFeatureType

Portrait comparison with image from RFID.

const SecurityFeatureType(20)
GHOST_PHOTO → const SecurityFeatureType

Ghost photo.

const SecurityFeatureType(21)
CLEAR_GHOST_PHOTO → const SecurityFeatureType

Clear ghost photo.

const SecurityFeatureType(22)
INVISIBLE_OBJECT → const SecurityFeatureType

Invisible object.

const SecurityFeatureType(23)
LOW_CONTRAST_OBJECT → const SecurityFeatureType

Low contrast object.

const SecurityFeatureType(24)
PHOTO_COLOR → const SecurityFeatureType

Photo color type.

const SecurityFeatureType(25)
PHOTO_SHAPE → const SecurityFeatureType

Photo squareness check.

const SecurityFeatureType(26)
PHOTO_CORNERS → const SecurityFeatureType

Photo corners shape.

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

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

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

Visual zone portrait image vs. image from barcode.

const SecurityFeatureType(46)
PORTRAIT_COMPARISON_RFID_VS_BARCODE → const SecurityFeatureType

Image from barcode vs. image from RFID.

const SecurityFeatureType(47)
PORTRAIT_COMPARISON_EXT_VS_BARCODE → const SecurityFeatureType

Image from barcode vs. external source image.

const SecurityFeatureType(48)
PORTRAIT_COMPARISON_BARCODE_VS_CAMERA → const SecurityFeatureType

Image from barcode vs. photo from camera.

const SecurityFeatureType(49)
CHECK_DIGITAL_SIGNATURE → const SecurityFeatureType

Digital signature сheck.

const SecurityFeatureType(50)
CONTACT_CHIP_CLASSIFICATION → const SecurityFeatureType

Contact сhip check.

const SecurityFeatureType(51)

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.