MBPDisplayablePointsDetection
Objective-C
@interface MBPDisplayablePointsDetection : MBPDisplayableDetection
Swift
class MBPDisplayablePointsDetection : MBPDisplayableDetection
Result of the detection of a point detector. Point Detectors are used for QR and similar barcodes
-
Coordinates of points (CGPoint) of a detected object.
Declaration
Objective-C
@property (nonatomic) NSArray *_Nonnull points;
Swift
var points: [Any] { get set }