Constants

The following constants are available globally.

  • The barcode document type AAMVA.

    Declaration

    Objective-C

    extern SBSDKBarcodeDocumentType *const _Nonnull SBSDKBarcodeDocumentTypeAAMVA

    Swift

    let SBSDKBarcodeDocumentTypeAAMVA: SBSDKBarcodeDocumentType
  • The barcode document type PDF417.

    Declaration

    Objective-C

    extern SBSDKBarcodeDocumentType
        *const _Nonnull SBSDKBarcodeDocumentTypeIDCardPDF417

    Swift

    let SBSDKBarcodeDocumentTypeIDCardPDF417: SBSDKBarcodeDocumentType
  • The barcode document type SEPA.

    Declaration

    Objective-C

    extern SBSDKBarcodeDocumentType *const _Nonnull SBSDKBarcodeDocumentTypeSEPA

    Swift

    let SBSDKBarcodeDocumentTypeSEPA: SBSDKBarcodeDocumentType
  • The barcode document type for medical certificates.

    Declaration

    Objective-C

    extern SBSDKBarcodeDocumentType
        *const _Nonnull SBSDKBarcodeDocumentTypeMedicalCertificate

    Swift

    let SBSDKBarcodeDocumentTypeMedicalCertificate: SBSDKBarcodeDocumentType
  • The barcode document type for boarding passes.

    Declaration

    Objective-C

    extern SBSDKBarcodeDocumentType
        *const _Nonnull SBSDKBarcodeDocumentTypeBoardingPass

    Swift

    let SBSDKBarcodeDocumentTypeBoardingPass: SBSDKBarcodeDocumentType
  • The barcode document type for medical plans.

    Declaration

    Objective-C

    extern SBSDKBarcodeDocumentType
        *const _Nonnull SBSDKBarcodeDocumentTypeMedicalPlan

    Swift

    let SBSDKBarcodeDocumentTypeMedicalPlan: SBSDKBarcodeDocumentType
  • The barcode document type for VCards.

    Declaration

    Objective-C

    extern SBSDKBarcodeDocumentType *const _Nonnull SBSDKBarcodeDocumentTypeVCard

    Swift

    let SBSDKBarcodeDocumentTypeVCard: SBSDKBarcodeDocumentType
  • The barcode document type for Swiss QR codes.

    Declaration

    Objective-C

    extern SBSDKBarcodeDocumentType *const _Nonnull SBSDKBarcodeDocumentTypeSwissQR

    Swift

    let SBSDKBarcodeDocumentTypeSwissQR: SBSDKBarcodeDocumentType
  • The barcode document type for GS1 codes.

    Declaration

    Objective-C

    extern SBSDKBarcodeDocumentType *const _Nonnull SBSDKBarcodeDocumentTypeGS1

    Swift

    let SBSDKBarcodeDocumentTypeGS1: SBSDKBarcodeDocumentType
  • The barcode metadata key for the EAN/UPC extensions.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKBarcodeMetadataEANUPCExtensionKey

    Swift

    let SBSDKBarcodeMetadataEANUPCExtensionKey: String
  • The barcode type Aztec.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeAztec

    Swift

    let SBSDKBarcodeTypeAztec: SBSDKBarcodeType
  • The barcode type Codabar.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeCodaBar

    Swift

    let SBSDKBarcodeTypeCodaBar: SBSDKBarcodeType
  • The barcode type Code25.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeCode25

    Swift

    let SBSDKBarcodeTypeCode25: SBSDKBarcodeType
  • The barcode type Code39.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeCode39

    Swift

    let SBSDKBarcodeTypeCode39: SBSDKBarcodeType
  • The barcode type Code93.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeCode93

    Swift

    let SBSDKBarcodeTypeCode93: SBSDKBarcodeType
  • The barcode type Code128.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeCode128

    Swift

    let SBSDKBarcodeTypeCode128: SBSDKBarcodeType
  • The barcode type DataMatrix.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeDataMatrix

    Swift

    let SBSDKBarcodeTypeDataMatrix: SBSDKBarcodeType
  • The barcode type EAN-8.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeEAN8

    Swift

    let SBSDKBarcodeTypeEAN8: SBSDKBarcodeType
  • The barcode type EAN-13.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeEAN13

    Swift

    let SBSDKBarcodeTypeEAN13: SBSDKBarcodeType
  • The barcode type Interleaved two-of-five (ITF).

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeITF

    Swift

    let SBSDKBarcodeTypeITF: SBSDKBarcodeType
  • The barcode type PDF-417.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypePDF417

    Swift

    let SBSDKBarcodeTypePDF417: SBSDKBarcodeType
  • The barcode type QR.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeQRCode

    Swift

    let SBSDKBarcodeTypeQRCode: SBSDKBarcodeType
  • The barcode type RSS14.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeRSS14

    Swift

    let SBSDKBarcodeTypeRSS14: SBSDKBarcodeType
  • The barcode type RSS Expanded. *

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeRSSExpanded

    Swift

    let SBSDKBarcodeTypeRSSExpanded: SBSDKBarcodeType
  • The barcode type UPC-A.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeUPCA

    Swift

    let SBSDKBarcodeTypeUPCA: SBSDKBarcodeType
  • The barcode type UPC-E.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeUPCE

    Swift

    let SBSDKBarcodeTypeUPCE: SBSDKBarcodeType
  • The barcode type MSI-PLESSEY.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeMSIPlessey

    Swift

    let SBSDKBarcodeTypeMSIPlessey: SBSDKBarcodeType
  • The barcode type IATA_2_OF_5.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeIATA2Of5

    Swift

    let SBSDKBarcodeTypeIATA2Of5: SBSDKBarcodeType
  • The barcode type INDUSTRIAL_2_OF_5.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeIndustrial2Of5

    Swift

    let SBSDKBarcodeTypeIndustrial2Of5: SBSDKBarcodeType
  • Not a known barcode type.

    Declaration

    Objective-C

    extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeUnknown

    Swift

    let SBSDKBarcodeTypeUnknown: SBSDKBarcodeType
  • Document type name of the “USACheck” document type.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKCheckDocumentUSACheckDocumentType

    Swift

    let SBSDKCheckDocumentUSACheckDocumentType: String
  • Document type name of the “FRACheck” document type.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKCheckDocumentFRACheckDocumentType

    Swift

    let SBSDKCheckDocumentFRACheckDocumentType: String
  • Document type name of the “KWTCheck” document type.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKCheckDocumentKWTCheckDocumentType

    Swift

    let SBSDKCheckDocumentKWTCheckDocumentType: String
  • Document type name of the “AUSCheck” document type.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKCheckDocumentAUSCheckDocumentType

    Swift

    let SBSDKCheckDocumentAUSCheckDocumentType: String
  • Document type name of the “INDCheck” document type.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKCheckDocumentINDCheckDocumentType

    Swift

    let SBSDKCheckDocumentINDCheckDocumentType: String
  • Document type name of the “UnknownCheck” document type.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKCheckDocumentUnknownCheckDocumentType

    Swift

    let SBSDKCheckDocumentUnknownCheckDocumentType: String
  • Normalized full name of the FontType field type in document type “Check”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentCheckFontTypeFieldNormalizedName

    Swift

    let SBSDKCheckDocumentCheckFontTypeFieldNormalizedName: String
  • Normalized full name of the RawString field type in document type “Check”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentCheckRawStringFieldNormalizedName

    Swift

    let SBSDKCheckDocumentCheckRawStringFieldNormalizedName: String
  • Normalized full name of the AccountNumber field type in document type “USACheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentUSACheckAccountNumberFieldNormalizedName

    Swift

    let SBSDKCheckDocumentUSACheckAccountNumberFieldNormalizedName: String
  • Normalized full name of the AuxiliaryOnUs field type in document type “USACheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentUSACheckAuxiliaryOnUsFieldNormalizedName

    Swift

    let SBSDKCheckDocumentUSACheckAuxiliaryOnUsFieldNormalizedName: String
  • Normalized full name of the TransitNumber field type in document type “USACheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentUSACheckTransitNumberFieldNormalizedName

    Swift

    let SBSDKCheckDocumentUSACheckTransitNumberFieldNormalizedName: String
  • Normalized full name of the AccountNumber field type in document type “FRACheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentFRACheckAccountNumberFieldNormalizedName

    Swift

    let SBSDKCheckDocumentFRACheckAccountNumberFieldNormalizedName: String
  • Normalized full name of the ChequeNumber field type in document type “FRACheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentFRACheckChequeNumberFieldNormalizedName

    Swift

    let SBSDKCheckDocumentFRACheckChequeNumberFieldNormalizedName: String
  • Normalized full name of the RoutingNumber field type in document type “FRACheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentFRACheckRoutingNumberFieldNormalizedName

    Swift

    let SBSDKCheckDocumentFRACheckRoutingNumberFieldNormalizedName: String
  • Normalized full name of the AccountNumber field type in document type “KWTCheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentKWTCheckAccountNumberFieldNormalizedName

    Swift

    let SBSDKCheckDocumentKWTCheckAccountNumberFieldNormalizedName: String
  • Normalized full name of the ChequeNumber field type in document type “KWTCheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentKWTCheckChequeNumberFieldNormalizedName

    Swift

    let SBSDKCheckDocumentKWTCheckChequeNumberFieldNormalizedName: String
  • Normalized full name of the SortCode field type in document type “KWTCheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentKWTCheckSortCodeFieldNormalizedName

    Swift

    let SBSDKCheckDocumentKWTCheckSortCodeFieldNormalizedName: String
  • Normalized full name of the AccountNumber field type in document type “AUSCheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentAUSCheckAccountNumberFieldNormalizedName

    Swift

    let SBSDKCheckDocumentAUSCheckAccountNumberFieldNormalizedName: String
  • Normalized full name of the AuxDomestic field type in document type “AUSCheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentAUSCheckAuxDomesticFieldNormalizedName

    Swift

    let SBSDKCheckDocumentAUSCheckAuxDomesticFieldNormalizedName: String
  • Normalized full name of the BSB field type in document type “AUSCheck”.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKCheckDocumentAUSCheckBSBFieldNormalizedName

    Swift

    let SBSDKCheckDocumentAUSCheckBSBFieldNormalizedName: String
  • Normalized full name of the ExtraAuxDomestic field type in document type “AUSCheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentAUSCheckExtraAuxDomesticFieldNormalizedName

    Swift

    let SBSDKCheckDocumentAUSCheckExtraAuxDomesticFieldNormalizedName: String
  • Normalized full name of the TransactionCode field type in document type “AUSCheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentAUSCheckTransactionCodeFieldNormalizedName

    Swift

    let SBSDKCheckDocumentAUSCheckTransactionCodeFieldNormalizedName: String
  • Normalized full name of the AccountNumber field type in document type “INDCheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentINDCheckAccountNumberFieldNormalizedName

    Swift

    let SBSDKCheckDocumentINDCheckAccountNumberFieldNormalizedName: String
  • Normalized full name of the SerialNumber field type in document type “INDCheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentINDCheckSerialNumberFieldNormalizedName

    Swift

    let SBSDKCheckDocumentINDCheckSerialNumberFieldNormalizedName: String
  • Normalized full name of the SortNumber field type in document type “INDCheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentINDCheckSortNumberFieldNormalizedName

    Swift

    let SBSDKCheckDocumentINDCheckSortNumberFieldNormalizedName: String
  • Normalized full name of the TransactionCode field type in document type “INDCheck”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKCheckDocumentINDCheckTransactionCodeFieldNormalizedName

    Swift

    let SBSDKCheckDocumentINDCheckTransactionCodeFieldNormalizedName: String
  • The field will not be shown in the user interface.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKGenericDocumentFieldDisplayStateHidden

    Swift

    let SBSDKGenericDocumentFieldDisplayStateHidden: String
  • Field will be shown in the user interface if its text value isn’t an empty string

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentFieldDisplayStateVisibleIfNotEmpty

    Swift

    let SBSDKGenericDocumentFieldDisplayStateVisibleIfNotEmpty: String
  • The field will be shown in the user interface.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentFieldDisplayStateAlwaysVisible

    Swift

    let SBSDKGenericDocumentFieldDisplayStateAlwaysVisible: String
  • Document type name of the “DeIdCardFront” document type.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKGenericDocumentDeIdCardFrontDocumentType

    Swift

    let SBSDKGenericDocumentDeIdCardFrontDocumentType: String
  • Document type name of the “MRZ” document type.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKGenericDocumentMRZDocumentType

    Swift

    let SBSDKGenericDocumentMRZDocumentType: String
  • Document type name of the “DeIdCardBack.MRZ” document type.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKGenericDocumentDeIdCardBackMRZDocumentType

    Swift

    let SBSDKGenericDocumentDeIdCardBackMRZDocumentType: String
  • Document type name of the “DeIdCardBack” document type.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKGenericDocumentDeIdCardBackDocumentType

    Swift

    let SBSDKGenericDocumentDeIdCardBackDocumentType: String
  • Document type name of the “DePassport.MRZ” document type.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKGenericDocumentDePassportMRZDocumentType

    Swift

    let SBSDKGenericDocumentDePassportMRZDocumentType: String
  • Document type name of the “DePassport” document type.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKGenericDocumentDePassportDocumentType

    Swift

    let SBSDKGenericDocumentDePassportDocumentType: String
  • Document type name of the “DeDriverLicenseFront” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseFrontDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseFrontDocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.A” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesADocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesADocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.A1” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesA1DocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesA1DocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.A2” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesA2DocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesA2DocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.B” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesBDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesBDocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.B1” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesB1DocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesB1DocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.BE” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesBEDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesBEDocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.C” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesCDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesCDocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.C1” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesC1DocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesC1DocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.C1E” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesC1EDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesC1EDocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.CE” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesCEDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesCEDocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.D” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesDDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesDDocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.D1” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesD1DocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesD1DocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.D1E” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesD1EDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesD1EDocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.DE” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesDEDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesDEDocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.L” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesLDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesLDocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.M” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesMDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesMDocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories.T” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesTDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesTDocumentType: String
  • Document type name of the “DeDriverLicenseBack.Categories” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoriesDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoriesDocumentType: String
  • Document type name of the “DeDriverLicenseBack” document type.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackDocumentType

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackDocumentType: String
  • Normalized full name of the BirthDate field type in document type “DeIdCardFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardFrontBirthDateFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardFrontBirthDateFieldNormalizedName: String
  • Normalized full name of the Birthplace field type in document type “DeIdCardFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardFrontBirthplaceFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardFrontBirthplaceFieldNormalizedName: String
  • Normalized full name of the ExpiryDate field type in document type “DeIdCardFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardFrontExpiryDateFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardFrontExpiryDateFieldNormalizedName: String
  • Normalized full name of the GivenNames field type in document type “DeIdCardFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardFrontGivenNamesFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardFrontGivenNamesFieldNormalizedName: String
  • Normalized full name of the ID field type in document type “DeIdCardFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardFrontIDFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardFrontIDFieldNormalizedName: String
  • Normalized full name of the MaidenName field type in document type “DeIdCardFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardFrontMaidenNameFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardFrontMaidenNameFieldNormalizedName: String
  • Normalized full name of the Nationality field type in document type “DeIdCardFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardFrontNationalityFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardFrontNationalityFieldNormalizedName: String
  • Normalized full name of the PIN field type in document type “DeIdCardFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardFrontPINFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardFrontPINFieldNormalizedName: String
  • Normalized full name of the Photo field type in document type “DeIdCardFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardFrontPhotoFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardFrontPhotoFieldNormalizedName: String
  • Normalized full name of the Signature field type in document type “DeIdCardFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardFrontSignatureFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardFrontSignatureFieldNormalizedName: String
  • Normalized full name of the Surname field type in document type “DeIdCardFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardFrontSurnameFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardFrontSurnameFieldNormalizedName: String
  • Normalized full name of the BirthDate field type in document type “MRZ”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentMRZBirthDateFieldNormalizedName

    Swift

    let SBSDKGenericDocumentMRZBirthDateFieldNormalizedName: String
  • Normalized full name of the CheckDigit field type in document type “MRZ”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentMRZCheckDigitFieldNormalizedName

    Swift

    let SBSDKGenericDocumentMRZCheckDigitFieldNormalizedName: String
  • Normalized full name of the DocumentNumber field type in document type “MRZ”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentMRZDocumentNumberFieldNormalizedName

    Swift

    let SBSDKGenericDocumentMRZDocumentNumberFieldNormalizedName: String
  • Normalized full name of the ExpiryDate field type in document type “MRZ”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentMRZExpiryDateFieldNormalizedName

    Swift

    let SBSDKGenericDocumentMRZExpiryDateFieldNormalizedName: String
  • Normalized full name of the Gender field type in document type “MRZ”.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKGenericDocumentMRZGenderFieldNormalizedName

    Swift

    let SBSDKGenericDocumentMRZGenderFieldNormalizedName: String
  • Normalized full name of the GivenNames field type in document type “MRZ”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentMRZGivenNamesFieldNormalizedName

    Swift

    let SBSDKGenericDocumentMRZGivenNamesFieldNormalizedName: String
  • Normalized full name of the IssuingAuthority field type in document type “MRZ”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentMRZIssuingAuthorityFieldNormalizedName

    Swift

    let SBSDKGenericDocumentMRZIssuingAuthorityFieldNormalizedName: String
  • Normalized full name of the Nationality field type in document type “MRZ”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentMRZNationalityFieldNormalizedName

    Swift

    let SBSDKGenericDocumentMRZNationalityFieldNormalizedName: String
  • Normalized full name of the Optional1 field type in document type “MRZ”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentMRZOptional1FieldNormalizedName

    Swift

    let SBSDKGenericDocumentMRZOptional1FieldNormalizedName: String
  • Normalized full name of the Optional2 field type in document type “MRZ”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentMRZOptional2FieldNormalizedName

    Swift

    let SBSDKGenericDocumentMRZOptional2FieldNormalizedName: String
  • Normalized full name of the Surname field type in document type “MRZ”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentMRZSurnameFieldNormalizedName

    Swift

    let SBSDKGenericDocumentMRZSurnameFieldNormalizedName: String
  • Normalized full name of the TravelDocType field type in document type “MRZ”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentMRZTravelDocTypeFieldNormalizedName

    Swift

    let SBSDKGenericDocumentMRZTravelDocTypeFieldNormalizedName: String
  • Normalized full name of the TravelDocTypeVariant field type in document type “MRZ”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentMRZTravelDocTypeVariantFieldNormalizedName

    Swift

    let SBSDKGenericDocumentMRZTravelDocTypeVariantFieldNormalizedName: String
  • Normalized full name of the Address field type in document type “DeIdCardBack”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardBackAddressFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardBackAddressFieldNormalizedName: String
  • Normalized full name of the EyeColor field type in document type “DeIdCardBack”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardBackEyeColorFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardBackEyeColorFieldNormalizedName: String
  • Normalized full name of the Height field type in document type “DeIdCardBack”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardBackHeightFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardBackHeightFieldNormalizedName: String
  • Normalized full name of the IssueDate field type in document type “DeIdCardBack”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardBackIssueDateFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardBackIssueDateFieldNormalizedName: String
  • Normalized full name of the IssuingAuthority field type in document type “DeIdCardBack”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardBackIssuingAuthorityFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardBackIssuingAuthorityFieldNormalizedName: String
  • Normalized full name of the Pseudonym field type in document type “DeIdCardBack”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardBackPseudonymFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardBackPseudonymFieldNormalizedName: String
  • Normalized full name of the RawMRZ field type in document type “DeIdCardBack”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeIdCardBackRawMRZFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeIdCardBackRawMRZFieldNormalizedName: String
  • Normalized full name of the BirthDate field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportBirthDateFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportBirthDateFieldNormalizedName: String
  • Normalized full name of the Birthplace field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportBirthplaceFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportBirthplaceFieldNormalizedName: String
  • Normalized full name of the CountryCode field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportCountryCodeFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportCountryCodeFieldNormalizedName: String
  • Normalized full name of the ExpiryDate field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportExpiryDateFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportExpiryDateFieldNormalizedName: String
  • Normalized full name of the Gender field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportGenderFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportGenderFieldNormalizedName: String
  • Normalized full name of the GivenNames field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportGivenNamesFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportGivenNamesFieldNormalizedName: String
  • Normalized full name of the ID field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportIDFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportIDFieldNormalizedName: String
  • Normalized full name of the IssueDate field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportIssueDateFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportIssueDateFieldNormalizedName: String
  • Normalized full name of the IssuingAuthority field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportIssuingAuthorityFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportIssuingAuthorityFieldNormalizedName: String
  • Normalized full name of the MaidenName field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportMaidenNameFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportMaidenNameFieldNormalizedName: String
  • Normalized full name of the Nationality field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportNationalityFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportNationalityFieldNormalizedName: String
  • Normalized full name of the PassportType field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportPassportTypeFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportPassportTypeFieldNormalizedName: String
  • Normalized full name of the Photo field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportPhotoFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportPhotoFieldNormalizedName: String
  • Normalized full name of the RawMRZ field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportRawMRZFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportRawMRZFieldNormalizedName: String
  • Normalized full name of the Signature field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportSignatureFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportSignatureFieldNormalizedName: String
  • Normalized full name of the Surname field type in document type “DePassport”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDePassportSurnameFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDePassportSurnameFieldNormalizedName: String
  • Normalized full name of the BirthDate field type in document type “DeDriverLicenseFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseFrontBirthDateFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseFrontBirthDateFieldNormalizedName: String
  • Normalized full name of the Birthplace field type in document type “DeDriverLicenseFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseFrontBirthplaceFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseFrontBirthplaceFieldNormalizedName: String
  • Normalized full name of the ExpiryDate field type in document type “DeDriverLicenseFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseFrontExpiryDateFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseFrontExpiryDateFieldNormalizedName: String
  • Normalized full name of the GivenNames field type in document type “DeDriverLicenseFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseFrontGivenNamesFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseFrontGivenNamesFieldNormalizedName: String
  • Normalized full name of the ID field type in document type “DeDriverLicenseFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseFrontIDFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseFrontIDFieldNormalizedName: String
  • Normalized full name of the IssueDate field type in document type “DeDriverLicenseFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseFrontIssueDateFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseFrontIssueDateFieldNormalizedName: String
  • Normalized full name of the IssuingAuthority field type in document type “DeDriverLicenseFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseFrontIssuingAuthorityFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseFrontIssuingAuthorityFieldNormalizedName: String
  • Normalized full name of the LicenseCategories field type in document type “DeDriverLicenseFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseFrontLicenseCategoriesFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseFrontLicenseCategoriesFieldNormalizedName: String
  • Normalized full name of the Photo field type in document type “DeDriverLicenseFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseFrontPhotoFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseFrontPhotoFieldNormalizedName: String
  • Normalized full name of the Signature field type in document type “DeDriverLicenseFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseFrontSignatureFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseFrontSignatureFieldNormalizedName: String
  • Normalized full name of the Surname field type in document type “DeDriverLicenseFront”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseFrontSurnameFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseFrontSurnameFieldNormalizedName: String
  • Normalized full name of the Restrictions field type in document type “DeDriverLicenseBack”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackRestrictionsFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackRestrictionsFieldNormalizedName: String
  • Normalized full name of the Restrictions field type in document type “DeDriverLicenseBack.Category”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoryRestrictionsFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoryRestrictionsFieldNormalizedName: String
  • Normalized full name of the ValidFrom field type in document type “DeDriverLicenseBack.Category”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoryValidFromFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoryValidFromFieldNormalizedName: String
  • Normalized full name of the ValidUntil field type in document type “DeDriverLicenseBack.Category”.

    Declaration

    Objective-C

    extern NSString
        *const _Nonnull SBSDKGenericDocumentDeDriverLicenseBackCategoryValidUntilFieldNormalizedName

    Swift

    let SBSDKGenericDocumentDeDriverLicenseBackCategoryValidUntilFieldNormalizedName: String
  • The progress describes a text recognition operation.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKProgressKindTextRecognition

    Swift

    let SBSDKProgressKindTextRecognition: String
  • The progress describes a document/PDF creation operation.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKProgressKindCreatePages

    Swift

    let SBSDKProgressKindCreatePages: String
  • The progress describes an image processing operation.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKProgressKindProcessImage

    Swift

    let SBSDKProgressKindProcessImage: String
  • NSURL: the operations source file.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKResultInfoSourceFileURLKey

    Swift

    let SBSDKResultInfoSourceFileURLKey: String
  • NSURL: the operations destination file.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKResultInfoDestinationFileURLKey

    Swift

    let SBSDKResultInfoDestinationFileURLKey: String
  • UIImage: the operations destination or output image.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKResultInfoDestinationImageKey

    Swift

    let SBSDKResultInfoDestinationImageKey: String
  • SBSDKOCRResult: the result of a text recognition operation.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKResultInfoOCRResultsKey

    Swift

    let SBSDKResultInfoOCRResultsKey: String
  • SBSDKPageAnalyzerResult: the result of a page layout analysis operation.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKResultInfoPageAnalyzerResultsKey

    Swift

    let SBSDKResultInfoPageAnalyzerResultsKey: String
  • SBSDKImageStoring: source image storage for operations on multiple images.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKResultInfoImageStorageKey

    Swift

    let SBSDKResultInfoImageStorageKey: String
  • The constant SBSDK error domain string.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKErrorDomain

    Swift

    let SBSDKErrorDomain: String
  • The key for an NSError userInfo dictionary that contains the reason for the error.

    Declaration

    Objective-C

    extern NSString *const _Nonnull SBSDKErrorReasonKey

    Swift

    let SBSDKErrorReasonKey: String