MBCDisplayablePointsDetection

Objective-C


@interface MBCDisplayablePointsDetection : MBCDisplayableDetection

Swift

class MBCDisplayablePointsDetection : MBCDisplayableDetection

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 }