RGLResultType

Objective-C

enum RGLResultType : NSInteger {}

Swift

enum ResultType : Int, @unchecked Sendable

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

  • No result

    Declaration

    Objective-C

    RGLResultTypeEmpty = 0

    Swift

    case empty = 0
  • Stores a graphic image

    Declaration

    Objective-C

    RGLResultTypeRawImage = 1

    Swift

    case rawImage = 1
  • Represented as binary array which contains image of the image graphic file

    Declaration

    Objective-C

    RGLResultTypeFileImage = 2

    Swift

    case fileImage = 2
  • Serves for storing text results of MRZ, document filling and bar-codes reading

    Declaration

    Objective-C

    RGLResultTypeMrzOCRExtended = 3

    Swift

    case mrzOCRExtended = 3
  • 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

    Declaration

    Objective-C

    RGLResultTypeBarCodes = 5

    Swift

    case barCodes = 5
  • Serves for storing graphic results of document filling area and bar-codes reading

    Declaration

    Objective-C

    RGLResultTypeGraphics = 6

    Swift

    case graphics = 6
  • Serves for storing the information on document MRZ printing quality check results

    Declaration

    Objective-C

    RGLResultTypeMrzTestQuality = 7

    Swift

    case mrzTestQuality = 7
  • Serves for storing information on candidate documents and passing it to the user application when performing the recognition of the document type

    Declaration

    Objective-C

    RGLResultTypeDocumentTypesCandidates = 8

    Swift

    case documentTypesCandidates = 8
  • Contains information on one candidate document when determining the document type

    Declaration

    Objective-C

    RGLResultTypeChosenDocumentTypeCandidate = 9

    Swift

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

    Declaration

    Objective-C

    RGLResultTypeDocumentsInfoList = 10

    Swift

    case documentsInfoList = 10
  • 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

    Declaration

    Objective-C

    RGLResultTypeOcrLexicalAnalyze = 15

    Swift

    case ocrLexicalAnalyze = 15
  • Result stores a graphic image without compression

    Declaration

    Objective-C

    RGLResultTypeRawUncroppedImage = 16

    Swift

    case rawUncroppedImage = 16
  • Result serves for storing text results of MRZ, document filling and bar-codes reading

    Declaration

    Objective-C

    RGLResultTypeVisualOCRExtended = 17

    Swift

    case visualOCRExtended = 17
  • Result serves for storing text results of MRZ, document filling and bar-codes reading

    Declaration

    Objective-C

    RGLResultTypeBarCodesTextData = 18

    Swift

    case barCodesTextData = 18
  • Serves for storing graphic results of document filling area and bar-codes reading

    Declaration

    Objective-C

    RGLResultTypeBarCodesImageData = 19

    Swift

    case barCodesImageData = 19
  • Serves for storing the result of document authenticity check using the images for different lighting schemes and passing it to the user application

    Declaration

    Objective-C

    RGLResultTypeAuthenticity = 20

    Swift

    case authenticity = 20
  • Not used

    Declaration

    Objective-C

    RGLResultTypeExpertAnalyze = 21

    Swift

    case expertAnalyze = 21
  • Not used

    Declaration

    Objective-C

    RGLResultTypeOcrLexicalAnalyzeEx = 22

    Swift

    case ocrLexicalAnalyzeEx = 22
  • Stores a graphic image in without compression and passing it to the user application

    Declaration

    Objective-C

    RGLResultTypeEosImage = 23

    Swift

    case eosImage = 23
  • Stores a graphic image in without compression and passing it to the user application

    Declaration

    Objective-C

    RGLResultTypeBayer = 24

    Swift

    case bayer = 24
  • Represented as binary array which contains array if data erade from magnetic stripe

    Declaration

    Objective-C

    RGLResultTypeMagneticStripe = 25

    Swift

    case magneticStripe = 25
  • Serves for storing text results of MRZ, document filling and bar-codes reading

    Declaration

    Objective-C

    RGLResultTypeMagneticStripeTextData = 26

    Swift

    case magneticStripeTextData = 26
  • Represented as binary array which contains image of the graphic field image graphic file

    Declaration

    Objective-C

    RGLResultTypeFieldFileImage = 27

    Swift

    case fieldFileImage = 27
  • Serves for storing the result of documents database check

    Declaration

    Objective-C

    RGLResultTypeDatabaseCheck = 28

    Swift

    case databaseCheck = 28
  • Represented as binary array which contains ISO fingerprint template

    Declaration

    Objective-C

    RGLResultTypeFingerprintTemplateISO = 29

    Swift

    case fingerprintTemplateISO = 29
  • Used for storing input image quality check results list

    Declaration

    Objective-C

    RGLResultTypeInputImageQuality = 30

    Swift

    case inputImageQuality = 30
  • Stores information about operations status

    Declaration

    Objective-C

    RGLResultTypeStatus = 33

    Swift

    case status = 33
  • Serves for storing the result of document authenticity check using live portrait image.

    Declaration

    Objective-C

    RGLResultTypeLivePortrait = 32

    Swift

    case livePortrait = 32
  • Serves for storing the result of document authenticity check using portrait images.

    Declaration

    Objective-C

    RGLResultTypePortraitComparison = 34

    Swift

    case portraitComparison = 34
  • Serves for storing the result of document authenticity check using external portait.

    Declaration

    Objective-C

    RGLResultTypeExtPortrait = 35

    Swift

    case extPortrait = 35
  • Used for storing text results list

    Declaration

    Objective-C

    RGLResultTypeText = 36

    Swift

    case text = 36
  • Used for storing images results list

    Declaration

    Objective-C

    RGLResultTypeImages = 37

    Swift

    case images = 37
  • Serves to store RFID session as binary data

    Declaration

    Objective-C

    RGLResultTypeRFIDSession = 48

    Swift

    case rfidSession = 48
  • Serves to store the encrypted data object

    Declaration

    Objective-C

    RGLResultTypeEncryptedRCL = 49

    Swift

    case encryptedRCL = 49
  • Serves to store the encrypted license key

    Declaration

    Objective-C

    RGLResultTypeLicense = 50

    Swift

    case license = 50
  • Used for storing MRZ position

    Declaration

    Objective-C

    RGLResultTypeMrzPosition = 61

    Swift

    case mrzPosition = 61
  • Used for storing barcode position

    Declaration

    Objective-C

    RGLResultTypeBarcodePosition = 62

    Swift

    case barcodePosition = 62
  • Used for storing document position

    Declaration

    Objective-C

    RGLResultTypeDocumentPosition = 85

    Swift

    case documentPosition = 85
  • Not used

    Declaration

    Objective-C

    RGLResultTypeCustom = 100

    Swift

    case custom = 100
  • Servers for storing the data reading results from the RFID-chip in a form of a list of the logically separated data groups

    Declaration

    Objective-C

    RGLResultTypeRfidRawData = 101

    Swift

    case rfidRawData = 101
  • 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)

    Declaration

    Objective-C

    RGLResultTypeRfidTextData = 102

    Swift

    case rfidTextData = 102
  • 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)

    Declaration

    Objective-C

    RGLResultTypeRfidImageData = 103

    Swift

    case rfidImageData = 103
  • Servers for storing the data reading results from the RFID-chip in a form of a list of the logically separated data groups

    Declaration

    Objective-C

    RGLResultTypeRfidBinaryData = 104

    Swift

    case rfidBinaryData = 104
  • 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

    Declaration

    Objective-C

    RGLResultTypeRfidOriginalGraphics = 105

    Swift

    case rfidOriginalGraphics = 105