RGLDocumentReaderResultsStatus


@interface RGLDocumentReaderResultsStatus : NSObject

Provision of document verification status

  • Summary of all results.

    Declaration

    Objective-C

    @property (nonatomic, readonly) RGLCheckResult overallStatus;
  • Summary of all optical results. The same value as detailsOptical.overallStatus

    Declaration

    Objective-C

    @property (nonatomic, readonly) RGLCheckResult optical;
  • Container for an optical related scanning statuses.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nonnull) RGLOpticalStatus *detailsOptical;
  • Summary of all RFID results. Same as detailsRFID.overallStatus.

    Declaration

    Objective-C

    @property (nonatomic, readonly) RGLCheckResult rfid;
  • Container for a RFID related scanning statuses.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nonnull) RGLRFIDSessionDataStatus *detailsRFID;
  • Comparison status for portrait in the document aganist live or external image.

    Declaration

    Objective-C

    @property (nonatomic, readonly) RGLCheckResult portrait;
  • Verification status for document data against database.

    Declaration

    Objective-C

    @property (nonatomic, readonly) RGLCheckResult stopList;
  • Unavailable

    Not the designated initializer.

    Undocumented

    Declaration

    Objective-C

    RGL_EMPTY_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer.

    Undocumented

    Declaration

    Objective-C

    RGL_EMPTY_INIT_UNAVAILABLE