Class eRPRM_ResultType
- java.lang.Object
-
- com.regula.documentreader.api.enums.eRPRM_ResultType
-
public class eRPRM_ResultType extends java.lang.Object
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
eRPRM_ResultType.ResultTypeValues
-
Field Summary
Fields Modifier and Type Field Description static int
NONE
Not identifiedstatic int
RFID_RESULT_TYPE_RFID_BINARY_DATA
Servers for storing the data reading results from the RFID-chip in a form of a list of the logically separated data groupsstatic int
RFID_RESULT_TYPE_RFID_DTC_VC
Digital Travel Credential datastatic int
RFID_RESULT_TYPE_RFID_IMAGE_DATA
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)static int
RFID_RESULT_TYPE_RFID_ORIGINAL_GRAPHICS
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-chipstatic int
RFID_RESULT_TYPE_RFID_RAW_DATA
Servers for storing the data reading results from the RFID-chip in a form of a list of the logically separated data groupsstatic int
RFID_RESULT_TYPE_RFID_TEXT_DATA
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)static int
RPRM_RESULT_TYPE_AUTHENTICITY
Serves for storing the result of document authenticity check using the images for different lighting schemes and passing it to the user applicationstatic int
RPRM_RESULT_TYPE_BAR_CODES_IMAGE_DATA
Serves for storing graphic results of document filling area and bar-codes readingstatic int
RPRM_RESULT_TYPE_BAR_CODES_TEXT_DATA
Result serves for storing text results of MRZ, document filling and bar-codes readingstatic int
RPRM_RESULT_TYPE_BARCODE_POSITION
buffer = TBoundsResult*;static int
RPRM_RESULT_TYPE_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 codestatic int
RPRM_RESULT_TYPE_BAYER_IMAGE
Stores a graphic image in without compression and passing it to the user applicationstatic int
RPRM_RESULT_TYPE_CHOSEN_DOCUMENT_TYPE_CANDIDATE
Contains information on one candidate document when determining the document typestatic int
RPRM_RESULT_TYPE_CUSTOM
Not usedstatic int
RPRM_RESULT_TYPE_DATABASE_CHECK
Serves for storing the result of documents database checkstatic int
RPRM_RESULT_TYPE_DOCUMENT_POSITION
Used for storing document bounds detection resultstatic int
RPRM_RESULT_TYPE_DOCUMENT_TYPES_CANDIDATES
Serves for storing information on candidate documents and passing it to the user application when performing the recognition of the document typestatic int
RPRM_RESULT_TYPE_DOCUMENTS_INFO_LIST
Not used.static int
RPRM_RESULT_TYPE_EMPTY
No resultstatic int
RPRM_RESULT_TYPE_EOS_IMAGE
Stores a graphic image in without compression and passing it to the user applicationstatic int
RPRM_RESULT_TYPE_EXT_PORTRAIT
buffer = TDocGraphicsInfostatic int
RPRM_RESULT_TYPE_FIELD_FILE_IMAGE
Represented as binary array which contains image of the graphic field image graphic filestatic int
RPRM_RESULT_TYPE_FILE_IMAGE
Represented as binary array which contains image of the image graphic filestatic int
RPRM_RESULT_TYPE_FINGERPRINT_TEMPLATE_ISO
Represented as binary array which contains ISO fingerprint templatestatic int
RPRM_RESULT_TYPE_GRAPHICS
Serves for storing graphic results of document filling area and bar-codes readingstatic int
RPRM_RESULT_TYPE_HOLO_PARAMS
static int
RPRM_RESULT_TYPE_IMAGES
Used for storing images results liststatic int
RPRM_RESULT_TYPE_INPUT_IMAGE_QUALITY
Used for storing input image quality check results liststatic int
RPRM_RESULT_TYPE_INTERNAL_ENCRYPTED_RCL
Serves to store the encrypted data objectstatic int
RPRM_RESULT_TYPE_INTERNAL_LICENSE
Serves to store the encrypted license keystatic int
RPRM_RESULT_TYPE_INTERNAL_RFID_SESSION
Serves to store RFID session as binary datastatic int
RPRM_RESULT_TYPE_LIVE_PORTRAIT
buffer = TDocGraphicsInfostatic int
RPRM_RESULT_TYPE_MAGNETIC_STRIPE
Represented as binary array which contains array if data erade from magnetic stripestatic int
RPRM_RESULT_TYPE_MAGNETIC_STRIPE_TEXT_DATA
Serves for storing text results of MRZ, document filling and bar-codes readingstatic int
RPRM_RESULT_TYPE_MRZ_OCR_EXTENDED
Serves for storing text results of MRZ, document filling and bar-codes readingstatic int
RPRM_RESULT_TYPE_MRZ_POSITION
buffer = TBoundsResult*;static int
RPRM_RESULT_TYPE_MRZ_TEST_QUALITY
Serves for storing the information on document MRZ printing quality check resultsstatic int
RPRM_RESULT_TYPE_OCR_LEXICAL_ANALYZE
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 applicationstatic int
RPRM_RESULT_TYPE_PORTRAIT_COMPARISON
buffer = TAuthenticityCheckListstatic int
RPRM_RESULT_TYPE_RAW_IMAGE
Stores a graphic imagestatic int
RPRM_RESULT_TYPE_RAW_UNCROPPED_IMAGE
Result stores a graphic image without compressionstatic int
RPRM_RESULT_TYPE_STATUS
static int
RPRM_RESULT_TYPE_TEXT
Used for storing text results liststatic int
RPRM_RESULT_TYPE_VISUAL_OCR_EXTENDED
Result serves for storing text results of MRZ, document filling and bar-codes reading
-
Constructor Summary
Constructors Constructor Description eRPRM_ResultType()
-
-
-
Field Detail
-
NONE
public static final int NONE
Not identified- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_EMPTY
public static final int RPRM_RESULT_TYPE_EMPTY
No result- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_RAW_IMAGE
public static final int RPRM_RESULT_TYPE_RAW_IMAGE
Stores a graphic image- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_FILE_IMAGE
public static final int RPRM_RESULT_TYPE_FILE_IMAGE
Represented as binary array which contains image of the image graphic file- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_MRZ_OCR_EXTENDED
public static final int RPRM_RESULT_TYPE_MRZ_OCR_EXTENDED
Serves for storing text results of MRZ, document filling and bar-codes reading- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_BARCODES
public static final int RPRM_RESULT_TYPE_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- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_GRAPHICS
public static final int RPRM_RESULT_TYPE_GRAPHICS
Serves for storing graphic results of document filling area and bar-codes reading- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_MRZ_TEST_QUALITY
public static final int RPRM_RESULT_TYPE_MRZ_TEST_QUALITY
Serves for storing the information on document MRZ printing quality check results- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_DOCUMENT_TYPES_CANDIDATES
public static final int RPRM_RESULT_TYPE_DOCUMENT_TYPES_CANDIDATES
Serves for storing information on candidate documents and passing it to the user application when performing the recognition of the document type- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_CHOSEN_DOCUMENT_TYPE_CANDIDATE
public static final int RPRM_RESULT_TYPE_CHOSEN_DOCUMENT_TYPE_CANDIDATE
Contains information on one candidate document when determining the document type- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_DOCUMENTS_INFO_LIST
public static final int RPRM_RESULT_TYPE_DOCUMENTS_INFO_LIST
Not used. Serves for storing the full list of documents stored in the current document database and passing it to the user application- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_OCR_LEXICAL_ANALYZE
public static final int RPRM_RESULT_TYPE_OCR_LEXICAL_ANALYZE
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- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_RAW_UNCROPPED_IMAGE
public static final int RPRM_RESULT_TYPE_RAW_UNCROPPED_IMAGE
Result stores a graphic image without compression- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_VISUAL_OCR_EXTENDED
public static final int RPRM_RESULT_TYPE_VISUAL_OCR_EXTENDED
Result serves for storing text results of MRZ, document filling and bar-codes reading- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_BAR_CODES_TEXT_DATA
public static final int RPRM_RESULT_TYPE_BAR_CODES_TEXT_DATA
Result serves for storing text results of MRZ, document filling and bar-codes reading- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_BAR_CODES_IMAGE_DATA
public static final int RPRM_RESULT_TYPE_BAR_CODES_IMAGE_DATA
Serves for storing graphic results of document filling area and bar-codes reading- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_AUTHENTICITY
public static final int RPRM_RESULT_TYPE_AUTHENTICITY
Serves for storing the result of document authenticity check using the images for different lighting schemes and passing it to the user application- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_EOS_IMAGE
public static final int RPRM_RESULT_TYPE_EOS_IMAGE
Stores a graphic image in without compression and passing it to the user application- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_BAYER_IMAGE
public static final int RPRM_RESULT_TYPE_BAYER_IMAGE
Stores a graphic image in without compression and passing it to the user application- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_MAGNETIC_STRIPE
public static final int RPRM_RESULT_TYPE_MAGNETIC_STRIPE
Represented as binary array which contains array if data erade from magnetic stripe- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_MAGNETIC_STRIPE_TEXT_DATA
public static final int RPRM_RESULT_TYPE_MAGNETIC_STRIPE_TEXT_DATA
Serves for storing text results of MRZ, document filling and bar-codes reading- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_FIELD_FILE_IMAGE
public static final int RPRM_RESULT_TYPE_FIELD_FILE_IMAGE
Represented as binary array which contains image of the graphic field image graphic file- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_DATABASE_CHECK
public static final int RPRM_RESULT_TYPE_DATABASE_CHECK
Serves for storing the result of documents database check- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_FINGERPRINT_TEMPLATE_ISO
public static final int RPRM_RESULT_TYPE_FINGERPRINT_TEMPLATE_ISO
Represented as binary array which contains ISO fingerprint template- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_INPUT_IMAGE_QUALITY
public static final int RPRM_RESULT_TYPE_INPUT_IMAGE_QUALITY
Used for storing input image quality check results list- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_INTERNAL_RFID_SESSION
public static final int RPRM_RESULT_TYPE_INTERNAL_RFID_SESSION
Serves to store RFID session as binary data- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_INTERNAL_ENCRYPTED_RCL
public static final int RPRM_RESULT_TYPE_INTERNAL_ENCRYPTED_RCL
Serves to store the encrypted data object- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_INTERNAL_LICENSE
public static final int RPRM_RESULT_TYPE_INTERNAL_LICENSE
Serves to store the encrypted license key- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_TEXT
public static final int RPRM_RESULT_TYPE_TEXT
Used for storing text results list- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_IMAGES
public static final int RPRM_RESULT_TYPE_IMAGES
Used for storing images results list- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_HOLO_PARAMS
public static final int RPRM_RESULT_TYPE_HOLO_PARAMS
- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_DOCUMENT_POSITION
public static final int RPRM_RESULT_TYPE_DOCUMENT_POSITION
Used for storing document bounds detection result- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_CUSTOM
public static final int RPRM_RESULT_TYPE_CUSTOM
Not used- See Also:
- Constant Field Values
-
RFID_RESULT_TYPE_RFID_RAW_DATA
public static final int RFID_RESULT_TYPE_RFID_RAW_DATA
Servers for storing the data reading results from the RFID-chip in a form of a list of the logically separated data groups- See Also:
- Constant Field Values
-
RFID_RESULT_TYPE_RFID_TEXT_DATA
public static final int RFID_RESULT_TYPE_RFID_TEXT_DATA
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)- See Also:
- Constant Field Values
-
RFID_RESULT_TYPE_RFID_IMAGE_DATA
public static final int RFID_RESULT_TYPE_RFID_IMAGE_DATA
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)- See Also:
- Constant Field Values
-
RFID_RESULT_TYPE_RFID_BINARY_DATA
public static final int RFID_RESULT_TYPE_RFID_BINARY_DATA
Servers for storing the data reading results from the RFID-chip in a form of a list of the logically separated data groups- See Also:
- Constant Field Values
-
RFID_RESULT_TYPE_RFID_ORIGINAL_GRAPHICS
public static final int RFID_RESULT_TYPE_RFID_ORIGINAL_GRAPHICS
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- See Also:
- Constant Field Values
-
RFID_RESULT_TYPE_RFID_DTC_VC
public static final int RFID_RESULT_TYPE_RFID_DTC_VC
Digital Travel Credential data- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_BARCODE_POSITION
public static final int RPRM_RESULT_TYPE_BARCODE_POSITION
buffer = TBoundsResult*;- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_MRZ_POSITION
public static final int RPRM_RESULT_TYPE_MRZ_POSITION
buffer = TBoundsResult*;- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_LIVE_PORTRAIT
public static final int RPRM_RESULT_TYPE_LIVE_PORTRAIT
buffer = TDocGraphicsInfo- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_STATUS
public static final int RPRM_RESULT_TYPE_STATUS
- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_PORTRAIT_COMPARISON
public static final int RPRM_RESULT_TYPE_PORTRAIT_COMPARISON
buffer = TAuthenticityCheckList- See Also:
- Constant Field Values
-
RPRM_RESULT_TYPE_EXT_PORTRAIT
public static final int RPRM_RESULT_TYPE_EXT_PORTRAIT
buffer = TDocGraphicsInfo- See Also:
- Constant Field Values
-
-