Class 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
    • Field Detail

      • 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
    • Constructor Detail

      • eRPRM_ResultType

        public eRPRM_ResultType()