SBSDKResourceType
enum SBSDKResourceType {}
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 bank cheque recognition training data.
Declaration
Objective-C
SBSDKResourceTypeCheque
Swift
case cheque = 2
-
The resource type for payform recognition training data.
Declaration
Objective-C
SBSDKResourceTypePayform
Swift
case payform = 3
-
The resource type for invoice recognition training data. Not used yet
Declaration
Objective-C
SBSDKResourceTypeInvoice
Swift
case invoice = 4
-
The resource type for disability certificate recognition training data.
Declaration
Objective-C
SBSDKResourceTypeDC
Swift
case DC = 5