Document Reader SDK
CtrlK
HomeWebsiteGitHubApp Store
5.8
5.8
  • Getting Started with iOS
  • Troubleshoot license issues
  • Changelog
  • Migration Guide
  • Requirements
    • Developer requirements
    • Image quality requirements
  • Core
  • Scenarios
  • How to add the SDK to the project?
  • Database
  • Initialization
  • Show scanner
  • RFID reader
  • Custom settings
  • Protocols
    • RecordScanningProcessDelegate
    • RGLDocReaderRFIDDelegate
  • About SDK and license
  • PKD certificates
  • Results
    • Description of results
    • Getting results
  • Enumerations
    • DiDocType
    • FieldType
    • LCID
    • RGLResultType
    • RGLAuthenticity
    • RGLBarcodeResult
    • RGLBarcodeType
    • RGLCameraFrameShapeType
    • RGLCaptureMode
    • RGLCheckDiagnose
    • RGLCheckResult
    • RGLDocFormat
    • RGLDocReaderAction
    • RGLDocReaderFrame
    • RGLDocReaderOrientation
    • RGLDocumentReaderErrorCode
    • RGLFieldVerificationResult
    • RGLGraphicFieldLight
    • RGLGraphicFieldType
    • RGLImageQualityCheckType
    • RGLMeasureSystem
    • RGLPKDResourceType
    • RGLSecurityFeatureType
  • Constants
    • RGLExternalConstants
  • Permissions
  • Localization
  • Code samples
  • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Enumerations

RGLCheckResult

This page covers the description of the RGLCheckResult enumeration

RGLCheckResult enumeration contains identifiers determining the result of a single document security check.

typedef NS_ENUM(NSInteger, RGLCheckResult) {
    RGLCheckResultError                         =   0,
    RGLCheckResultOk                            =   1,
    RGLCheckResultWasNotDone                    =   2
} NS_SWIFT_NAME(CheckResult);

Constant

Description

RGLCheckResultError

check wasn't passed

RGLCheckResultOk

check passed

RGLCheckResultWasNotDone

check wasn't carried out

PreviousRGLCheckDiagnoseNextRGLDocFormat

Last updated 4 years ago

Was this helpful?