ALBarcode Class Reference

Inherits from NSObject
Declared in ALPluginResult.h

Overview

Describes barcode information

  aamva

@property (nonatomic, nullable, strong) ALAamva *aamva

  base64Value

Contains the base64-encoded value

@property (nonatomic, nullable, copy) NSString *base64Value

Declared In

ALPluginResult.h

  coordinates

Corner points of a polygon surrounding the discovered barcode, starting from the bottom-left coordinate going counter-clockwise. The coordinates are in reference to the image of the plugin result.

@property (nonatomic, nullable, copy) NSArray<NSNumber*> *coordinates

Declared In

ALPluginResult.h

  format

The barcode format

@property (nonatomic, copy) NSString *format

Declared In

ALPluginResult.h

  value

The value of the barcode

@property (nonatomic, copy) NSString *value

Declared In

ALPluginResult.h