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.
Constructors
- ResultType(int value)
-
const
Values
- NONE → const ResultType
-
No result.
ResultType(-1)
- EMPTY → const ResultType
-
Stores a graphic image.
ResultType(0)
- RAW_IMAGE → const ResultType
-
Represented as binary array which contains image of the image graphic file.
ResultType(1)
- FILE_IMAGE → const ResultType
-
Serves for storing text results of MRZ, document filling and bar-codes reading.
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.
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.
ResultType(5)
- GRAPHICS → const ResultType
-
Serves for storing graphic results of document filling area and bar-codes reading.
ResultType(6)
- MRZ_TEST_QUALITY → const ResultType
-
Serves for storing the information on document MRZ printing quality check results.
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.
ResultType(8)
- CHOSEN_DOCUMENT_TYPE_CANDIDATE → const ResultType
-
Contains information on one candidate document when determining the document type.
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.
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.
ResultType(15)
- RAW_UNCROPPED_IMAGE → const ResultType
-
Result stores a graphic image without compression.
ResultType(16)
- VISUAL_OCR_EXTENDED → const ResultType
-
Result serves for storing text results of MRZ, document filling and bar-codes reading.
ResultType(17)
- BAR_CODES_TEXT_DATA → const ResultType
-
Result serves for storing text results of MRZ, document filling and bar-codes reading.
ResultType(18)
- BAR_CODES_IMAGE_DATA → const ResultType
-
Serves for storing graphic results of document filling area and bar-codes reading.
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.
ResultType(20)
- EXPERT_ANALYZE → const ResultType
-
Not used
ResultType(21)
- OCR_LEXICAL_ANALYZE_EX → const ResultType
-
Not used
ResultType(22)
- EOS_IMAGE → const ResultType
-
Stores a graphic image in without compression and passing it to the user application.
ResultType(23)
- BAYER_IMAGE → const ResultType
-
Stores a graphic image in without compression and passing it to the user application.
ResultType(24)
- MAGNETIC_STRIPE → const ResultType
-
Represented as binary array which contains array if data erade from magnetic stripe.
ResultType(25)
- MAGNETIC_STRIPE_TEXT_DATA → const ResultType
-
Serves for storing text results of MRZ, document filling and bar-codes reading.
ResultType(26)
- FIELD_FILE_IMAGE → const ResultType
-
Represented as binary array which contains image of the graphic field image graphic file.
ResultType(27)
- DATABASE_CHECK → const ResultType
-
Serves for storing the result of documents database check.
ResultType(28)
- FINGERPRINT_TEMPLATE_ISO → const ResultType
-
Represented as binary array which contains ISO fingerprint template.
ResultType(29)
- INPUT_IMAGE_QUALITY → const ResultType
-
Used for storing input image quality check results list.
ResultType(30)
- LIVE_PORTRAIT → const ResultType
-
Serves for storing the result of document authenticity check using live portrait image.
ResultType(32)
- STATUS → const ResultType
-
Stores information about operations status.
ResultType(33)
- PORTRAIT_COMPARISON → const ResultType
-
Serves for storing the result of document authenticity check using portrait images.
ResultType(34)
- EXT_PORTRAIT → const ResultType
-
Serves for storing the result of document authenticity check using external portait.
ResultType(35)
- TEXT → const ResultType
-
Used for storing text results list.
ResultType(36)
- IMAGES → const ResultType
-
Used for storing images results list.
ResultType(37)
- INTERNAL_RFID_SESSION → const ResultType
-
Serves to store RFID session as binary data.
ResultType(48)
- INTERNAL_ENCRYPTED_RCL → const ResultType
-
Serves to store the encrypted data object.
ResultType(49)
- INTERNAL_LICENSE → const ResultType
-
Serves to store the encrypted license key.
ResultType(50)
- MRZ_POSITION → const ResultType
-
Used for storing MRZ position.
ResultType(61)
- BARCODE_POSITION → const ResultType
-
Used for storing barcode position.
ResultType(62)
- DOCUMENT_POSITION → const ResultType
-
Used for storing document position.
ResultType(85)
- CUSTOM → const ResultType
-
Not used
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.
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).
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).
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.
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.
ResultType(105)
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
-
fromIntList(
List< int> ? 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.
[NONE, EMPTY, RAW_IMAGE, FILE_IMAGE, MRZ_OCR_EXTENDED, BARCODES, GRAPHICS, MRZ_TEST_QUALITY, DOCUMENT_TYPES_CANDIDATES, CHOSEN_DOCUMENT_TYPE_CANDIDATE, DOCUMENTS_INFO_LIST, OCR_LEXICAL_ANALYZE, RAW_UN…