SBSDKResourceType
enum SBSDKResourceType : NSUInteger {}
An enumeration that represents resource type.
-
The resource type for optical text recognition training data.
Declaration
Objective-C
SBSDKResourceTypeOCR
Swift
case OCR = 0
-
The resource type for machine readable zone recognition training data.
Declaration
Objective-C
SBSDKResourceTypeMRZ
Swift
case MRZ = 1
-
The resource type for payform recognition training data.
Declaration
Objective-C
SBSDKResourceTypePayform
Swift
case payform = 2
-
The resource type for invoice recognition training data. Not used yet
Declaration
Objective-C
SBSDKResourceTypeInvoice
Swift
case invoice = 3