ALBarcode Class Reference
Inherits from | NSObject |
---|---|
Declared in | ALPluginResult.h |
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
value
The value of the barcode
@property (nonatomic, copy) NSString *value
Declared In
ALPluginResult.h