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 MicroQR.
Declaration
Objective-C
extern SBSDKBarcodeType *const _Nonnull SBSDKBarcodeTypeMicroQRCode
Swift
let SBSDKBarcodeTypeMicroQRCode: 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
-
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