RGLResultType
RGLResultType
enumeration contains a pool of constants which determine the type of resulting data formed during the data scanning and processing cycle and passed to the user application:
Constant | Description |
---|---|
Empty | no result |
RawImage | stores a graphic image |
FileImage | represented as binary array which contains image of the image graphic file |
MrzOCREntended | serves for storing text results of MRZ, document filling and bar-codes reading |
BarCodes | 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 |
Graphics | serves for storing graphic results of document filling area and bar-codes reading |
MrzTestQuality | serves for storing the information on document MRZ printing quality check results |
DocumentTypesCandidates | serves for storing information on candidate documents and passing it to the user application when performing the recognition of the document type |
ChosenDocumentTypeCandidate | contains information on one candidate document when determining the document type |
DocumentsInfoList | not used. Serves for storing the full list of documents stored in the current document database and passing it to the user application |
OcrLexicalAnalyzeEx | 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 |
RawUncroppedImage | result stores a graphic image without compression |
VisualOCRExtended | result serves for storing text results of MRZ, document filling and bar-codes reading |
BarCodesTextData | result serves for storing text results of MRZ, document filling and bar-codes reading |
BarCodesImageData | serves for storing graphic results of document filling area and bar-codes reading |
Authenticity | serves for storing the result of document authenticity check using the images for different lighting schemes and passing it to the user application |
ExpertAnalyze | not used |
EosImage | stores a graphic image in without compression and passing it to the user application |
Bayer | stores a graphic image in without compression and passing it to the user application |
MagneticStripe | represented as binary array which contains array if data erade from magnetic stripe |
MagneticStripeTextData | serves for storing text results of MRZ, document filling and bar-codes reading |
FieldFileImage | represented as binary array which contains image of the graphic field image graphic file |
DatabaseCheck | serves for storing the result of documents database check |
FingerprintTemplateISO | represented as binary array which contains ISO fingerprint template |
InputImageQuality | used for storing input image quality check results list |
DocumentPosition | used for storing document bounds detection result |
Custom | not used |
RfidRawData | servers for storing the data reading results from the RFID-chip in a form of a list of the logically separated data groups |
RfidTextData | 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) |
RfidImageData | 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) |
RfidBinaryData | servers for storing the data reading results from the RFID-chip in a form of a list of the logically separated data groups |
RfidOriginalGraphics | 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 |