ALBarcode Class Reference Inherits from NSObject Declared in ALPluginResult.h Overview Describes barcode information aamva @property (nonatomic, nullable, strong) ALAamva *aamva coordinates The coordinate points on the processed image @property (nonatomic, nullable, copy) NSArray<NSNumber*> *coordinates Declared In ALPluginResult.h format The barcode format @property (nonatomic, copy) NSString *format 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