ALBarcode Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | ALPluginResult.h |
base64Value
Contains the base64-encoded value
@property (nonatomic, nullable, copy) NSString *base64ValueDeclared 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 ‘cropRect’ of the plugin result.
@property (nonatomic, nullable, copy) NSArray<NSNumber*> *coordinatesDeclared In
ALPluginResult.h
value
The value of the barcode
@property (nonatomic, copy) NSString *valueDeclared In
ALPluginResult.h