BRFrameAttributes
Objective-C
@interface BRFrameAttributes : NSObject
Swift
class BRFrameAttributes : NSObject
-
Indicates whether this frame is blurry
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isBlurry;
Swift
var isBlurry: Bool { get }
-
Indicates whether this frame is believed to be an image of a receipt
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isReceipt;
Swift
var isReceipt: Bool { get }
-
Indicates whether this frame is believed to be a photo of a screen
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isScreen;
Swift
var isScreen: Bool { get }