BRFrameAttributes
Attributes of a single camera frame evaluated during scanning.
Declaration
@interface BRFrameAttributes : NSObject
class BRFrameAttributes : NSObject
Quick Reference
Properties
| Property | Description |
|---|---|
isBlurry | Indicates whether this frame is blurry. |
isReceipt | Indicates whether this frame is believed to be an image of a receipt. |
isScreen | Indicates 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.