MBDisplayablePointsDetection

Objective-C


@interface MBDisplayablePointsDetection : MBDisplayableDetection

Swift

class MBDisplayablePointsDetection : MBDisplayableDetection

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 }