RGLAuthenticity
Objective-C
enum RGLAuthenticity : NSInteger {}
Swift
enum Authenticity : Int, @unchecked Sendable
Enumeration contains identifiers that determine the possibility of performing different authenticity control procedures using images for definite lighting schemes
-
No authenticity control procedure provided for this document.
Declaration
Objective-C
RGLAuthenticityNone = 0
Swift
case none = 0
-
Document material UV fluorescence control (check for presence of UV dull paper) is provided for this document.
Declaration
Objective-C
RGLAuthenticityUvLuminescence = 1
Swift
case uvLuminescence = 1
-
Control of MRZ contrast using the image for IR lighting scheme is provided for this document.
Declaration
Objective-C
RGLAuthenticityIRB900 = 2
Swift
case IRB900 = 2
-
Control of the presence of an image pattern with a specified color, shape and brightness on a document page under white, UV and IR light.
Declaration
Objective-C
RGLAuthenticityImagePattern = 4
Swift
case imagePattern = 4
-
UV fluorescence of protection fibers control is provided for this document.
Declaration
Objective-C
RGLAuthenticityAxialProtection = 8
Swift
case axialProtection = 8
-
Blank elements visibility control using the images for IR lighting scheme is provided for this document.
Declaration
Objective-C
RGLAuthenticityUVFibers = 16
Swift
case uvFibers = 16
-
Authenticity control using the images for white coaxial light scheme is provided for this document.
Declaration
Objective-C
RGLAuthenticityIRVisibility = 32
Swift
case irVisibility = 32
-
Make OCR for the text field in UV and compare it with other text sources.
Declaration
Objective-C
RGLAuthenticityOCRSecurityText = 64
Swift
case ocrSecurityText = 64
-
Find invisible personal information images.
Declaration
Objective-C
RGLAuthenticityIpi = 128
Swift
case ipi = 128
-
Check photo is printed or sticked.
Declaration
Objective-C
RGLAuthenticityPhotoEmbedType = 512
Swift
case photoEmbedType = 512
-
Reserved for internal use.
Declaration
Objective-C
RGLAuthenticityHolograms = 4096
Swift
case holograms = 4096
-
Reserved for internal use.
Declaration
Objective-C
RGLAuthenticityPhotoArea = 8192
Swift
case photoArea = 8192
-
Portrait comparison.
Declaration
Objective-C
RGLAuthenticityPortraitComparison = 32768
Swift
case portraitComparison = 32768
-
Barcode format check.
Declaration
Objective-C
RGLAuthenticityBarcodeFormatCheck = 65536
Swift
case barcodeFormatCheck = 65536
-
Kinegram.
Declaration
Objective-C
RGLAuthenticityKinegram = 131027
Swift
case kinegram = 131027
-
Reserved for internal use.
Declaration
Objective-C
RGLAuthenticityHologramsDetection = 524288
Swift
case hologramsDetection = 524288
-
Checks the correctness of the size of the MRZ lines, their relative position, absence of signs that the image was edited
Declaration
Objective-C
RGLAuthenticityMRZ = 8388608
Swift
case MRZ = 8388608