SBSDKIDCardPDF417DocumentField
@interface SBSDKIDCardPDF417DocumentField : NSObject
ID card field description
-
Field type
Declaration
Objective-C
@property (nonatomic) SBSDKIDCardPDF417DocumentFieldType type;
Swift
var type: SBSDKIDCardPDF417DocumentFieldType { get set }
-
Field value
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nonnull value;
Swift
var value: String { get set }
-
Human-readable field type name
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *_Nonnull typeHumanReadableString;
Swift
var typeHumanReadableString: String { get }