ALBarcode Class Reference
Inherits from | NSObject |
---|---|
Declared in | ALPluginResult.h |
coordinates
The coordinate points on the processed image
@property (nonatomic, nullable, copy) NSArray<NSNumber*> *coordinates
Declared In
ALPluginResult.h
isBase64
Information of whether or not the found barcode value was encoded to base64
@property (nonatomic, assign) BOOL isBase64
Declared In
ALPluginResult.h
value
The value of the barcode
@property (nonatomic, copy) NSString *value
Declared In
ALPluginResult.h