Netverify Type Definition

  • The type of confirmation that should be displayed

    See more

    Declaration

    Objective-C

    enum NetverifyConfirmationType : NSUInteger {}

    Swift

    enum NetverifyConfirmationType : UInt, @unchecked Sendable
  • Document Type used for preselection and extraction

    See more

    Declaration

    Objective-C

    enum NetverifyDocumentType : NSUInteger {}

    Swift

    struct NetverifyDocumentType : OptionSet, @unchecked Sendable
  • Defines if plastic or paper document

    See more

    Declaration

    Objective-C

    enum NetverifyDocumentVariant : NSUInteger {}

    Swift

    enum NetverifyDocumentVariant : UInt, @unchecked Sendable
  • Extraction method used to extract data

    See more

    Declaration

    Objective-C

    enum NetverifyExtractionMethod : NSUInteger {}

    Swift

    enum NetverifyExtractionMethod : UInt, @unchecked Sendable
  • Extracted gender information

    See more

    Declaration

    Objective-C

    enum NetverifyGender : NSUInteger {}

    Swift

    enum NetverifyGender : UInt, @unchecked Sendable
  • Defines the format of the MRZ Code

    See more

    Declaration

    Objective-C

    enum NetverifyMRZFormat : NSUInteger {}

    Swift

    enum NetverifyMRZFormat : UInt, @unchecked Sendable
  • Defines the scan mode that is used

    See more

    Declaration

    Objective-C

    enum NetverifyScanMode : NSUInteger {}

    Swift

    enum NetverifyScanMode : UInt, @unchecked Sendable
  • Defines the part of the scan step

    See more

    Declaration

    Objective-C

    enum NetverifyScanSide : NSUInteger {}

    Swift

    enum NetverifyScanSide : UInt, @unchecked Sendable
  • Defines if whatchlist screening is enabled or disabled

    See more

    Declaration

    Objective-C

    enum NetverifyWatchlistScreening : NSUInteger {}

    Swift

    enum NetverifyWatchlistScreening : UInt, @unchecked Sendable