ScanbotBarcode class

Entry point for all barcode features.

Constructors

ScanbotBarcode()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseDocument(String rawText, {List<BarcodeDocumentFormat>? acceptedFormats}) Future<Result<BarcodeDocumentParserResult>>
Parses a barcode document from the given raw text content with the specified accepted formats.
scanFromImageFileUri(String image, BarcodeScannerConfiguration configuration) Future<Result<BarcodeScannerResult>>
Scans Barcode from a given image with the desired configuration.
scanFromImageRef(ImageRef image, BarcodeScannerConfiguration configuration) Future<Result<BarcodeScannerResult>>
Scans Barcode from a given image with the desired configuration.
scanFromPdf(String pdfFileUri, BarcodeScannerConfiguration configuration) Future<Result<BarcodeScannerResult>>
Scans Barcode from a given PDF document with the desired configuration.
startScanner(BarcodeScannerScreenConfiguration configuration) Future<Result<BarcodeScannerUiResult>>
Opens the Ready-To-Use UI screen for scanning barcodes with the desired configuration.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited