Skip to main content

BRFrameAttributes

Attributes of a single camera frame evaluated during scanning.

Declaration

@interface BRFrameAttributes : NSObject
class BRFrameAttributes : NSObject

Quick Reference

Properties

PropertyDescription
isBlurryIndicates whether this frame is blurry.
isReceiptIndicates whether this frame is believed to be an image of a receipt.
isScreenIndicates whether this frame is believed to be a photo of a screen.

Properties

isBlurry (read-only)

@property (nonatomic, readonly) BOOL isBlurry;
var isBlurry: Bool { get }

Indicates whether this frame is blurry.


isReceipt (read-only)

@property (nonatomic, readonly) BOOL isReceipt;
var isReceipt: Bool { get }

Indicates whether this frame is believed to be an image of a receipt.


isScreen (read-only)

@property (nonatomic, readonly) BOOL isScreen;
var isScreen: Bool { get }

Indicates whether this frame is believed to be a photo of a screen.