RGLCheckDiagnose
Objective-C
enum RGLCheckDiagnose : NSInteger {}
Swift
enum CheckDiagnose : Int, @unchecked Sendable
Enumeration contains identificators that determine the result of the text field comparison from different sources
-
Check was not performed
Declaration
Objective-C
RGLCheckDiagnoseUnknown = 0
Swift
case unknown = 0
-
Check was ok
Declaration
Objective-C
RGLCheckDiagnosePass = 1
Swift
case pass = 1
-
Invalid input data
Declaration
Objective-C
RGLCheckDiagnoseInvalidInputData = 2
Swift
case invalidInputData = 2
-
Internal error in module
Declaration
Objective-C
RGLCheckDiagnoseInternalError = 3
Swift
case internalError = 3
-
Exception caught
Declaration
Objective-C
RGLCheckDiagnoseExceptionInModule = 4
Swift
case exceptionInModule = 4
-
Can’t make reliable decision
Declaration
Objective-C
RGLCheckDiagnoseUncertainVerification = 5
Swift
case uncertainVerification = 5
-
Image in necessary light is not found
Declaration
Objective-C
RGLCheckDiagnoseNecessaryImageNotFound = 7
Swift
case necessaryImageNotFound = 7
-
Necessary side of photo not found
Declaration
Objective-C
RGLCheckDiagnosePhotoSidesNotFound = 8
Swift
case photoSidesNotFound = 8
-
Invalid checksum
Declaration
Objective-C
RGLCheckDiagnoseInvalidChecksum = 10
Swift
case invalidChecksum = 10
-
Syntactical error
Declaration
Objective-C
RGLCheckDiagnoseSyntaxError = 11
Swift
case syntaxError = 11
-
Logical error
Declaration
Objective-C
RGLCheckDiagnoseLogicError = 12
Swift
case logicError = 12
-
Comparison was incorrect
Declaration
Objective-C
RGLCheckDiagnoseSourcesComparisonError = 13
Swift
case sourcesComparisonError = 13
-
Logical error, e.g. the current date is less than issue date
Declaration
Objective-C
RGLCheckDiagnoseFieldsComparisonLogicError = 14
Swift
case fieldsComparisonLogicError = 14
-
Wrong field format
Declaration
Objective-C
RGLCheckDiagnoseInvalidFieldFormat = 15
Swift
case invalidFieldFormat = 15
-
Element of the luminescense in the UV does not meet the standard
Declaration
Objective-C
RGLCheckDiagnoseTrueLuminiscenceError = 20
Swift
case trueLuminiscenceError = 20
-
The presence of excess luminescence in UV
Declaration
Objective-C
RGLCheckDiagnoseFalseLuminiscenceError = 21
Swift
case falseLuminiscenceError = 21
-
Pattern does not match the standard
Declaration
Objective-C
RGLCheckDiagnoseFixedPatternError = 22
Swift
case fixedPatternError = 22
-
Low contrast of object in transmitted IR light
Declaration
Objective-C
RGLCheckDiagnoseLowContrastInIRLight = 23
Swift
case lowContrastInIRLight = 23
-
Background of page is too light or has invalid color
Declaration
Objective-C
RGLCheckDiagnoseIncorrectBackgroundLight = 24
Swift
case incorrectBackgroundLight = 24
-
Background lightness of two pages is different
Declaration
Objective-C
RGLCheckDiagnoseBackgroundComparisonError = 25
Swift
case backgroundComparisonError = 25
-
Text has incorrect color of luminescence in UV light
Declaration
Objective-C
RGLCheckDiagnoseIncorrectTextColor = 26
Swift
case incorrectTextColor = 26
-
Invalid luminescence in photo area
Declaration
Objective-C
RGLCheckDiagnosePhotoFalseLuminiscence = 27
Swift
case photoFalseLuminiscence = 27
-
Object is too shifted from standard coordinates
Declaration
Objective-C
RGLCheckDiagnoseTooMuchShift = 28
Swift
case tooMuchShift = 28
-
Contact chip type mismatch
Declaration
Objective-C
RGLCheckDiagnoseContactChipTypeMismatch = 29
Swift
case contactChipTypeMismatch = 29
-
No protective fibers were found in UV
Declaration
Objective-C
RGLCheckDiagnoseFibersNotFound = 30
Swift
case fibersNotFound = 30
-
Error finding fibers, too many objects
Declaration
Objective-C
RGLCheckDiagnoseTooManyObjects = 31
Swift
case tooManyObjects = 31
-
Speck or exposure in UV image
Declaration
Objective-C
RGLCheckDiagnoseSpecksInUV = 33
Swift
case specksInUV = 33
-
Resolution too low for fibers search
Declaration
Objective-C
RGLCheckDiagnoseTooLowResolution = 34
Swift
case tooLowResolution = 34
-
Erroneous visibility of the element in IR
Declaration
Objective-C
RGLCheckDiagnoseInvisibleElementPresent = 40
Swift
case invisibleElementPresent = 40
-
Element is absent in IR
Declaration
Objective-C
RGLCheckDiagnoseVisibleElementAbsent = 41
Swift
case visibleElementAbsent = 41
-
Element should be in color
Declaration
Objective-C
RGLCheckDiagnoseElementShouldBeColored = 42
Swift
case elementShouldBeColored = 42
-
Element should be in grayscale
Declaration
Objective-C
RGLCheckDiagnoseElementShouldBeGrayscale = 43
Swift
case elementShouldBeGrayscale = 43
-
Element should be in grayscale
Declaration
Objective-C
RGLCheckDiagnosePhotoWhiteIRDontMatch = 44
Swift
case photoWhiteIRDontMatch = 44
-
Glow paper in MRZ
Declaration
Objective-C
RGLCheckDiagnoseUVDullPaper_MRZ = 50
Swift
case uvDullPaper_MRZ = 50
-
Luminescence characters in MRZ
Declaration
Objective-C
RGLCheckDiagnoseFalseLuminiscenceInMRZ = 51
Swift
case falseLuminiscenceInMRZ = 51
-
Glow in the field of photo paper
Declaration
Objective-C
RGLCheckDiagnoseUVDullPaper_Photo = 52
Swift
case uvDullPaper_Photo = 52
-
Glow of the whole paper form
Declaration
Objective-C
RGLCheckDiagnoseUVDullPaper_Blank = 53
Swift
case uvDullPaper_Blank = 53
-
Glow of the document in UV
Declaration
Objective-C
RGLCheckDiagnoseUVDullPaperError = 54
Swift
case uvDullPaperError = 54
-
Element of blank has luminescence
Declaration
Objective-C
RGLCheckDiagnoseFalseLuminiscenceInBlank = 55
Swift
case falseLuminiscenceInBlank = 55
-
Violation of the retro-reflective protection
Declaration
Objective-C
RGLCheckDiagnoseBadAreaInAxial = 60
Swift
case badAreaInAxial = 60
-
Invalid params for IPI check
Declaration
Objective-C
RGLCheckDiagnoseFalseIPIParameters = 65
Swift
case falseIPIParameters = 65
-
Encrypted IPI not found, information not decoded
Declaration
Objective-C
RGLCheckDiagnoseEncryptedIPINotFound = 66
Swift
case encryptedIPINotFound = 66
-
Decoded data don’t match to other data sources
Declaration
Objective-C
RGLCheckDiagnoseEncryptedIPIDataDontMatch = 67
Swift
case encryptedIPIDataDontMatch = 67
-
IR image too bright
Declaration
Objective-C
RGLCheckDiagnoseFieldPosCorrector_Highlight_IR = 80
Swift
case fieldPosCorrector_Highlight_IR = 80
-
Glares in photo area
Declaration
Objective-C
RGLCheckDiagnoseFieldPosCorrector_GlaresInPhotoArea = 81
Swift
case fieldPosCorrector_GlaresInPhotoArea = 81
-
Photo replaced
Declaration
Objective-C
RGLCheckDiagnoseFieldPosCorrector_PhotoReplaced = 82
Swift
case fieldPosCorrector_PhotoReplaced = 82
-
Facial landmarks (eyes) check error
Declaration
Objective-C
RGLCheckDiagnoseFieldPosCorrector_LandmarksCheckError = 83
Swift
case fieldPosCorrector_LandmarksCheckError = 83
-
No facial image found
Declaration
Objective-C
RGLCheckDiagnoseFieldPosCorrector_FacePresenceCheckError = 84
Swift
case fieldPosCorrector_FacePresenceCheckError = 84
-
Facial image is found
Declaration
Objective-C
RGLCheckDiagnoseFieldPosCorrector_FaceAbsenceCheckError = 85
Swift
case fieldPosCorrector_FaceAbsenceCheckError = 85
-
OVI object is not visible in IR
Declaration
Objective-C
RGLCheckDiagnoseOVIIRInvisible = 90
Swift
case oviirInvisible = 90
-
Insufficient area of the object OVI
Declaration
Objective-C
RGLCheckDiagnoseOVIInsufficientArea = 91
Swift
case oviInsufficientArea = 91
-
OVI color of an object does not change
Declaration
Objective-C
RGLCheckDiagnoseOVIColorInvariable = 92
Swift
case oviColorInvariable = 92
-
Impossible to determine the color of the AXIAL image
Declaration
Objective-C
RGLCheckDiagnoseOVIBadColorFront = 93
Swift
case oviBadColorFront = 93
-
Impossible to determine the color of the WHITE image
Declaration
Objective-C
RGLCheckDiagnoseOVIBadColorSide = 94
Swift
case oviBadColorSide = 94
-
Wide color spread
Declaration
Objective-C
RGLCheckDiagnoseOVIWideColorSpread = 95
Swift
case oviWideColorSpread = 95
-
Not enough color information
Declaration
Objective-C
RGLCheckDiagnoseOVIBadColorPercent = 96
Swift
case oviBadColorPercent = 96
-
Hologram element absent
Declaration
Objective-C
RGLCheckDiagnoseHologramElementAbsent = 100
Swift
case hologramElementAbsent = 100
-
There are no side or top images. Check cancelled
Declaration
Objective-C
RGLCheckDiagnoseHologramSideTopImagesAbsent = 101
Swift
case hologramSideTopImagesAbsent = 101
-
Hologram element present
Declaration
Objective-C
RGLCheckDiagnoseHologramElementPresent = 102
Swift
case hologramElementPresent = 102
-
Hologram element present
Declaration
Objective-C
RGLCheckDiagnoseHologramFramesIsAbsent = 103
Swift
case hologramFramesIsAbsent = 103
-
Hologram element present
Declaration
Objective-C
RGLCheckDiagnoseHologramHoloFieldIsAbsent = 104
Swift
case hologramHoloFieldIsAbsent = 104
-
Pattern is interrupted
Declaration
Objective-C
RGLCheckDiagnosePhotoPatternInterrupted = 110
Swift
case photoPatternInterrupted = 110
-
Some of the patterns are shifted relative to each other
Declaration
Objective-C
RGLCheckDiagnosePhotoPatternShifted = 111
Swift
case photoPatternShifted = 111
-
Some parts of the pattern have different color
Declaration
Objective-C
RGLCheckDiagnosePhotoPatternDifferentColors = 112
Swift
case photoPatternDifferentColors = 112
-
Pattern visible in the infrared
Declaration
Objective-C
RGLCheckDiagnosePhotoPatternIRVisible = 113
Swift
case photoPatternIRVisible = 113
-
Edge of the photo does not intersect with the pattern. Check cancelled
Declaration
Objective-C
RGLCheckDiagnosePhotoPatternNotIntersect = 114
Swift
case photoPatternNotIntersect = 114
-
Size of the photo does not correspond to requirements
Declaration
Objective-C
RGLCheckDiagnosePhotoSizeIsWrong = 115
Swift
case photoSizeIsWrong = 115
-
Some parts of the pattern have invalid color
Declaration
Objective-C
RGLCheckDiagnosePhotoPatternInvalidColor = 116
Swift
case photoPatternInvalidColor = 116
-
Some patterns are relatively shifted
Declaration
Objective-C
RGLCheckDiagnosePhotoPatternShiftedVert = 117
Swift
case photoPatternShiftedVert = 117
-
Not found Pattern. Check cancelled
Declaration
Objective-C
RGLCheckDiagnosePhotoPatternPatternNotFound = 118
Swift
case photoPatternPatternNotFound = 118
-
Different lines thickness
Declaration
Objective-C
RGLCheckDiagnosePhotoPatternDifferentLinesThickness = 119
Swift
case photoPatternDifferentLinesThickness = 119
-
Photo shape is not rectangular
Declaration
Objective-C
RGLCheckDiagnosePhotoIsNotRectangle = 120
Swift
case photoIsNotRectangle = 120
-
Photo corners don’t meet the requirements
Declaration
Objective-C
RGLCheckDiagnosePhotoCornersIsWrong = 121
Swift
case photoCornersIsWrong = 121
-
For internal use only
Declaration
Objective-C
RGLCheckDiagnoseDocumentIsCancelling = 122
Swift
case documentIsCancelling = 122
-
Text color should be blue
Declaration
Objective-C
RGLCheckDiagnoseTextColorShouldBeBlue = 130
Swift
case textColorShouldBeBlue = 130
-
Text color should be green
Declaration
Objective-C
RGLCheckDiagnoseTextColorShouldBeGreen = 131
Swift
case textColorShouldBeGreen = 131
-
Text color should be red
Declaration
Objective-C
RGLCheckDiagnoseTextColorShouldBeRed = 132
Swift
case textColorShouldBeRed = 132
-
Text should be black
Declaration
Objective-C
RGLCheckDiagnoseTextShouldBeBlack = 133
Swift
case textShouldBeBlack = 133
-
Barcode read with errors
Declaration
Objective-C
RGLCheckDiagnoseBarcodeWasReadWithErrors = 140
Swift
case barcodeWasReadWithErrors = 140
-
Barcode data format error
Declaration
Objective-C
RGLCheckDiagnoseBarcodeDataFormatError = 141
Swift
case barcodeDataFormatError = 141
-
Barcode size parameters error
Declaration
Objective-C
RGLCheckDiagnoseBarcodeSizeParamsError = 142
Swift
case barcodeSizeParamsError = 142
-
Not all barcodes read
Declaration
Objective-C
RGLCheckDiagnoseNotAllBarcodesRead = 143
Swift
case notAllBarcodesRead = 143
-
Glares in barcode area
Declaration
Objective-C
RGLCheckDiagnoseGlaresInBarcodeArea = 144
Swift
case glaresInBarcodeArea = 144
-
Portraits differ
Declaration
Objective-C
RGLCheckDiagnosePortraitComparisonPortraitsDiffer = 150
Swift
case portraitComparisonPortraitsDiffer = 150
-
No reply from portrait comparison service
Declaration
Objective-C
RGLCheckDiagnosePortraitComparisonNoServiceReply = 151
Swift
case portraitComparisonNoServiceReply = 151
-
Portrait comparison service error
Declaration
Objective-C
RGLCheckDiagnosePortraitComparisonServiceError = 152
Swift
case portraitComparisonServiceError = 152
-
Not enough images
Declaration
Objective-C
RGLCheckDiagnosePortraitComparisonNotEnoughImages = 153
Swift
case portraitComparisonNotEnoughImages = 153
-
No image from camera
Declaration
Objective-C
RGLCheckDiagnosePortraitComparisonNoLivePhoto = 154
Swift
case portraitComparisonNoLivePhoto = 154
-
No license on portrait comparison service
Declaration
Objective-C
RGLCheckDiagnosePortraitComparisonNoServiceLicense = 155
Swift
case portraitComparisonNoServiceLicense = 155
-
No portraits detected
Declaration
Objective-C
RGLCheckDiagnosePortraitComparisonNoPortraitDetected = 156
Swift
case portraitComparisonNoPortraitDetected = 156
-
Unsuitable light conditions
Declaration
Objective-C
RGLCheckDiagnoseMobileImagesUnsuitableLightConditions = 160
Swift
case mobileImagesUnsuitableLightConditions = 160
-
No difference in visible and UV mobile images. Possible UV torch malfunction
Declaration
Objective-C
RGLCheckDiagnoseMobileImagesWhiteUVNoDifference = 161
Swift
case mobileImagesWhiteUVNoDifference = 161
-
Fingerprints comparison mismatch
Declaration
Objective-C
RGLCheckDiagnoseFingerprintsComparisonMismatch = 170
Swift
case fingerprintsComparisonMismatch = 170
-
Face isn’t detected
Declaration
Objective-C
RGLCheckDiagnoseHoloPhotoFaceNotDetected = 180
Swift
case holoPhotoFaceNotDetected = 180
-
Face comparison failed
Declaration
Objective-C
RGLCheckDiagnoseHoloPhotoFaceComparisonFailed = 181
Swift
case holoPhotoFaceComparisonFailed = 181
-
Glare in center absent
Declaration
Objective-C
RGLCheckDiagnoseHoloPhotoFaceGlareInCenterAbsent = 182
Swift
case holoPhotoFaceGlareInCenterAbsent = 182
-
Hologram element shape error
Declaration
Objective-C
RGLCheckDiagnoseHoloElementShapeError = 183
Swift
case holoElementShapeError = 183
-
Algorithm steps error
Declaration
Objective-C
RGLCheckDiagnoseAlgorithmStepsError = 184
Swift
case algorithmStepsError = 184
-
Hologram areas not loaded
Declaration
Objective-C
RGLCheckDiagnoseHoloAreasNotLoaded = 185
Swift
case holoAreasNotLoaded = 185
-
Hologram check finished by time out
Declaration
Objective-C
RGLCheckDiagnoseFinishedByTimeout = 186
Swift
case finishedByTimeout = 186
-
Hologram check finished by time out
Declaration
Objective-C
RGLCheckDiagnoseHoloPhotoDocumentOutsideFrame = 187
Swift
case holoPhotoDocumentOutsideFrame = 187
-
Hologram check finished by time out
Declaration
Objective-C
RGLCheckDiagnoseLivenessDepthCheckFailed = 190
Swift
case livenessDepthCheckFailed = 190
-
Hologram check finished by time out
Declaration
Objective-C
RGLCheckDiagnoseMRZQualityWrongSymbolPosition = 200
Swift
case mrzQualityWrongSymbolPosition = 200
-
Wrong background
Declaration
Objective-C
RGLCheckDiagnoseMRZQualityWrongBackground = 201
Swift
case mrzQualityWrongBackground = 201
-
Wrong background
Declaration
Objective-C
RGLCheckDiagnoseMRZQualityWrongMRZWidth = 202
Swift
case mrzQualityWrongMRZWidth = 202
-
Wrong background
Declaration
Objective-C
RGLCheckDiagnoseMRZQualityWrongMRZHeight = 203
Swift
case mrzQualityWrongMRZHeight = 203
-
Wrong background
Declaration
Objective-C
RGLCheckDiagnoseMRZQualityWrongLinePosition = 204
Swift
case mrzQualityWrongLinePosition = 204
-
Wrong background
Declaration
Objective-C
RGLCheckDiagnoseMRZQualityWrongFontType = 205
Swift
case mrzQualityWrongFontType = 205
-
Wrong background
Declaration
Objective-C
RGLCheckDiagnoseOCRQualityTextPosition = 220
Swift
case ocrQualityTextPosition = 220
-
Wrong background
Declaration
Objective-C
RGLCheckDiagnoseOCRQualityInvalidFont = 221
Swift
case ocrQualityInvalidFont = 221
-
Wrong background
Declaration
Objective-C
RGLCheckDiagnoseOCRQualityInvalidBackground = 222
Swift
case ocrQualityInvalidBackground = 222
-
Wrong background
Declaration
Objective-C
RGLCheckDiagnoseLasInkInvalidLinesFrequency = 230
Swift
case lasInkInvalidLinesFrequency = 230
-
Traces of an electronic device were found in the image
Declaration
Objective-C
RGLCheckDiagnoseDocLivenessElectronicDeviceDetected = 240
Swift
case docLivenessElectronicDeviceDetected = 240
-
Invalid barcode background
Declaration
Objective-C
RGLCheckDiagnoseDocLivenessInvalidBarcodeBackground = 241
Swift
case docLivenessInvalidBarcodeBackground = 241
-
Base32 error
Declaration
Objective-C
RGLCheckDiagnoseICAOIDBBase32Error = 243
Swift
case icaoidbBase32Error = 243
-
Zipped error
Declaration
Objective-C
RGLCheckDiagnoseICAOIDBZippedError = 244
Swift
case icaoidbZippedError = 244
-
Message zone empty
Declaration
Objective-C
RGLCheckDiagnoseICAOIDBMessageZoneEmpty = 245
Swift
case icaoidbMessageZoneEmpty = 245
-
Signature must be present
Declaration
Objective-C
RGLCheckDiagnoseICAOIDBSignatureMustBePresent = 246
Swift
case icaoidbSignatureMustBePresent = 246
-
Signature must not be present
Declaration
Objective-C
RGLCheckDiagnoseICAOIDBSignatureMustNotBePresent = 247
Swift
case icaoidbSignatureMustNotBePresent = 247
-
Certificate must not be present
Declaration
Objective-C
RGLCheckDiagnoseICAOIDBCertificateMustNotBePresent = 248
Swift
case icaoidbCertificateMustNotBePresent = 248
-
Incorrect Object color
Declaration
Objective-C
RGLCheckDiagnoseIncorrectObjectColor = 250
Swift
case incorrectObjectColor = 250