ResultType enum

Enumeration contains a pool of constants that determine the type of resulting data formed during the data scanning and processing cycle and passed to the user application.

Inheritance

Constructors

ResultType(int value)
const

Values

NONE → const ResultType

No result.

const ResultType(-1)
EMPTY → const ResultType

Stores a graphic image.

const ResultType(0)
RAW_IMAGE → const ResultType

Represented as binary array which contains image of the image graphic file.

const ResultType(1)
FILE_IMAGE → const ResultType

Serves for storing text results of MRZ, document filling and bar-codes reading.

const ResultType(2)
MRZ_OCR_EXTENDED → const ResultType

Serves for storing and passing to the user application of results of bar-codes areas search on the scanned document page and their.

const ResultType(3)
BARCODES → const ResultType

Serves for storing and passing to the user application of results of bar-codes areas search on the scanned document page and their reading in binary non-formatted code.

const ResultType(5)
GRAPHICS → const ResultType

Serves for storing graphic results of document filling area and bar-codes reading.

const ResultType(6)
MRZ_TEST_QUALITY → const ResultType

Serves for storing the information on document MRZ printing quality check results.

const ResultType(7)
DOCUMENT_TYPES_CANDIDATES → const ResultType

Serves for storing information on candidate documents and passing it to the user application when performing the recognition of the document type.

const ResultType(8)
CHOSEN_DOCUMENT_TYPE_CANDIDATE → const ResultType

Contains information on one candidate document when determining the document type.

const ResultType(9)
DOCUMENTS_INFO_LIST → const ResultType

Not used. Serves for storing the full list of documents stored in the current document database and passing it to the user application.

const ResultType(10)
OCR_LEXICAL_ANALYZE → const ResultType

Serves for storing the results of comparing the MRZ text data, document filling area data, bar-codes data and data retrieved from RFID-chip memory and passing it to the user application.

const ResultType(15)
RAW_UNCROPPED_IMAGE → const ResultType

Result stores a graphic image without compression.

const ResultType(16)
VISUAL_OCR_EXTENDED → const ResultType

Result serves for storing text results of MRZ, document filling and bar-codes reading.

const ResultType(17)
BAR_CODES_TEXT_DATA → const ResultType

Result serves for storing text results of MRZ, document filling and bar-codes reading.

const ResultType(18)
BAR_CODES_IMAGE_DATA → const ResultType

Serves for storing graphic results of document filling area and bar-codes reading.

const ResultType(19)
AUTHENTICITY → const ResultType

Serves for storing the result of document authenticity check using the images for different lighting schemes and passing it to the user application.

const ResultType(20)
EXPERT_ANALYZE → const ResultType

Not used

const ResultType(21)
OCR_LEXICAL_ANALYZE_EX → const ResultType

Not used

const ResultType(22)
EOS_IMAGE → const ResultType

Stores a graphic image in without compression and passing it to the user application.

const ResultType(23)
BAYER_IMAGE → const ResultType

Stores a graphic image in without compression and passing it to the user application.

const ResultType(24)
MAGNETIC_STRIPE → const ResultType

Represented as binary array which contains array if data erade from magnetic stripe.

const ResultType(25)
MAGNETIC_STRIPE_TEXT_DATA → const ResultType

Serves for storing text results of MRZ, document filling and bar-codes reading.

const ResultType(26)
FIELD_FILE_IMAGE → const ResultType

Represented as binary array which contains image of the graphic field image graphic file.

const ResultType(27)
DATABASE_CHECK → const ResultType

Serves for storing the result of documents database check.

const ResultType(28)
FINGERPRINT_TEMPLATE_ISO → const ResultType

Represented as binary array which contains ISO fingerprint template.

const ResultType(29)
INPUT_IMAGE_QUALITY → const ResultType

Used for storing input image quality check results list.

const ResultType(30)
LIVE_PORTRAIT → const ResultType

Serves for storing the result of document authenticity check using live portrait image.

const ResultType(32)
STATUS → const ResultType

Stores information about operations status.

const ResultType(33)
PORTRAIT_COMPARISON → const ResultType

Serves for storing the result of document authenticity check using portrait images.

const ResultType(34)
EXT_PORTRAIT → const ResultType

Serves for storing the result of document authenticity check using external portait.

const ResultType(35)
TEXT → const ResultType

Used for storing text results list.

const ResultType(36)
IMAGES → const ResultType

Used for storing images results list.

const ResultType(37)
INTERNAL_RFID_SESSION → const ResultType

Serves to store RFID session as binary data.

const ResultType(48)
INTERNAL_ENCRYPTED_RCL → const ResultType

Serves to store the encrypted data object.

const ResultType(49)
INTERNAL_LICENSE → const ResultType

Serves to store the encrypted license key.

const ResultType(50)
MRZ_POSITION → const ResultType

Used for storing MRZ position.

const ResultType(61)
BARCODE_POSITION → const ResultType

Used for storing barcode position.

const ResultType(62)
DOCUMENT_POSITION → const ResultType

Used for storing document position.

const ResultType(85)
CUSTOM → const ResultType

Not used

const ResultType(100)
RFID_RAW_DATA → const ResultType

Servers for storing the data reading results from the RFID-chip in a form of a list of the logically separated data groups.

const ResultType(101)
RFID_TEXT_DATA → const ResultType

Servers for storing the results of data reading from the RFID-chip in a form of a list of logically separated text data (text fields).

const ResultType(102)
RFID_IMAGE_DATA → const ResultType

Servers for storing the results of data reading from the RFID- chip in a form of a list of logically separated graphic data (images, graphic fields).

const ResultType(103)
RFID_BINARY_DATA → const ResultType

Servers for storing the data reading results from the RFID-chip in a form of a list of the logically separated data groups.

const ResultType(104)
RFID_ORIGINAL_GRAPHICS → const ResultType

Servers for storing the results of data reading in a form of a list of objects of the original binary representation of the graphics in memory of the RFID-chip.

const ResultType(105)

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

fromIntList(List? input) List<ResultType>?
getByValue(int? i) ResultType?

Constants

values → const List<ResultType>
A constant List of the values in this enum, in order of their declaration.