RGLSecurityFeatureType
Objective-C
enum RGLSecurityFeatureType : NSInteger {}
Swift
enum SecurityFeatureType : Int, @unchecked Sendable
Enumeration contains identifiers that determine the types of elements for the document authenticity check
-
Undocumented
Declaration
Objective-C
RGLSecurityFeatureTypeNone = -1
Swift
case none = -1
-
Blank element
Declaration
Objective-C
RGLSecurityFeatureTypeBlank = 0
Swift
case blank = 0
-
Personalization element
Declaration
Objective-C
RGLSecurityFeatureTypeFill = 1
Swift
case fill = 1
-
Photo
Declaration
Objective-C
RGLSecurityFeatureTypePhoto = 2
Swift
case photo = 2
-
MRZ
Declaration
Objective-C
RGLSecurityFeatureTypeMrz = 3
Swift
case mrz = 3
-
Photo surrounding area
Declaration
Objective-C
RGLSecurityFeatureTypeFalseLuminescence = 4
Swift
case falseLuminescence = 4
-
Reserved for internal use
Declaration
Objective-C
RGLSecurityFeatureTypeHoloSimple = 5
Swift
case holoSimple = 5
-
Reserved for internal use
Declaration
Objective-C
RGLSecurityFeatureTypeHoloVerifyStatic = 6
Swift
case holoVerifyStatic = 6
-
Reserved for internal use
Declaration
Objective-C
RGLSecurityFeatureTypeHoloVerifyMultiStatic = 7
Swift
case holoVerifyMultiStatic = 7
-
Reserved for internal use
Declaration
Objective-C
RGLSecurityFeatureTypeHoloVerifyDinamic = 8
Swift
case holoVerifyDinamic = 8
-
Reserved for internal use
Declaration
Objective-C
RGLSecurityFeatureTypePatternNotInterrupted = 9
Swift
case patternNotInterrupted = 9
-
Reserved for internal use
Declaration
Objective-C
RGLSecurityFeatureTypePatternNotShifted = 10
Swift
case patternNotShifted = 10
-
Reserved for internal use
Declaration
Objective-C
RGLSecurityFeatureTypePatternSameColors = 11
Swift
case patternSameColors = 11
-
Reserved for internal use
Declaration
Objective-C
RGLSecurityFeatureTypePatternIRInvisible = 12
Swift
case patternIRInvisible = 12
-
Reserved for internal use
Declaration
Objective-C
RGLSecurityFeatureTypePhotoSizeCheck = 13
Swift
case photoSizeCheck = 13
-
Main portrait and ghost portrait comparison
Declaration
Objective-C
RGLSecurityFeatureTypePortraitComparisonVsGhost = 14
Swift
case portraitComparisonVsGhost = 14
-
Main portrait and RFID portrait comparison
Declaration
Objective-C
RGLSecurityFeatureTypePortraitComparisonVsRFID = 15
Swift
case portraitComparisonVsRFID = 15
-
Main portrait and other page portrait comparison
Declaration
Objective-C
RGLSecurityFeatureTypePortraitComparisonVsVisual = 16
Swift
case portraitComparisonVsVisual = 16
-
Barcode format check
Declaration
Objective-C
RGLSecurityFeatureTypeBarcode = 17
Swift
case barcode = 17
-
Different lines thickness
Declaration
Objective-C
RGLSecurityFeatureTypePatternDifferentLinesThickness = 18
Swift
case patternDifferentLinesThickness = 18
-
Portrait comparison with image from camera
Declaration
Objective-C
RGLSecurityFeatureTypePortraitComparisonVsCamera = 19
Swift
case portraitComparisonVsCamera = 19
-
Portrait comparison with image from RFID
Declaration
Objective-C
RGLSecurityFeatureTypePortraitComparisonRFIDvsCamera = 20
Swift
case portraitComparisonRFIDvsCamera = 20
-
Ghost photo
Declaration
Objective-C
RGLSecurityFeatureTypeGhostPhoto = 21
Swift
case ghostPhoto = 21
-
Clear ghost photo
Declaration
Objective-C
RGLSecurityFeatureTypeClearGhostPhoto = 22
Swift
case clearGhostPhoto = 22
-
Invisible object
Declaration
Objective-C
RGLSecurityFeatureTypeInvisibleObject = 23
Swift
case invisibleObject = 23
-
Low contrast object
Declaration
Objective-C
RGLSecurityFeatureTypeLowContrastObject = 24
Swift
case lowContrastObject = 24
-
Photo color type
Declaration
Objective-C
RGLSecurityFeatureTypePhotoColor = 25
Swift
case photoColor = 25
-
Photo squareness check
Declaration
Objective-C
RGLSecurityFeatureTypePhotoShape = 26
Swift
case photoShape = 26
-
Photo corners shape
Declaration
Objective-C
RGLSecurityFeatureTypePhotoCorners = 27
Swift
case photoCorners = 27
-
Document canceled
Declaration
Objective-C
RGLSecurityFeatureTypeDocumentCancellingDetector = 28
Swift
case documentCancellingDetector = 28