SBSDKPayFormToken
@interface SBSDKPayFormToken : NSObject
Describes the position and the type of a text box within the image being detected or recognized.
-
The rectangle of the receiver marking the area on the perspective corrected and cropped image.
Declaration
Objective-C
@property (nonatomic, readonly) CGRect rect;
Swift
var rect: CGRect { get }
-
The receivers type.
Declaration
Objective-C
@property (nonatomic, readonly) SBSDKPayFormTokenType type;
Swift
var type: SBSDKPayFormTokenType { get }
-
A debug-string like textual representation of the receiver. *
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSString *stringValue;
Swift
var stringValue: String? { get }