ScanbotSdkUi class

Constructors

ScanbotSdkUi()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

startBarcodeScanner(BarcodeScannerConfiguration config) Future<BarcodeScanningResult>
Starts the Ready-to-Use Barcode Scanner UI as full-screen modal UI dialog. The Barcode Scanner is able to recognize 1D- and 2D-barcodes (QR codes, etc).
startBatchBarcodeScanner(BatchBarcodeScannerConfiguration config) Future<BarcodeScanningResult>
Starts the Ready-to-Use Batch Barcode Scanner UI as full-screen modal UI dialog. The Barcode Scanner is able to recognize 1D- and 2D-barcodes (QR codes, etc).
startCroppingScreen(Page page, CroppingScreenConfiguration config) Future<CroppingResult>
Starts the Ready-to-Use Cropping UI as full-screen modal UI dialog. The Cropping UI provides the functionality for manual cropping and rotation of the given page.
startDocumentScanner(DocumentScannerConfiguration config) Future<DocumentScanningResult>
Starts the Ready-to-Use Document Scanner UI as full-screen modal UI dialog. The Document Scanner provides guided, automatic document scanning.
startEhicScanner(HealthInsuranceScannerConfiguration config) Future<HealthInsuranceCardRecognitionResult>
Starts the Ready-to-Use EHIC Scanner UI as full-screen modal UI dialog. The EHIC Scanner is able to recognize and parse data from the backside of European Health Insurance Cards.
startGenericDocumentRecognizer(GenericDocumentRecognizerConfiguration config) Future<GenericDocumentWrappedResults>
Starts the Ready-to-Use Generic Document Recognizer as a full-screen modal UI dialog. The Generic Document Recognizer provides guided, automatic document scanning.
startLicensePlateScanner(LicensePlateScannerConfiguration config) Future<LicensePlateScanResult>
Starts the Ready-to-Use License Plate Scanner UI as full-screen modal UI dialog. The License Plate Scanner is able to recognize european car license plates.
startMrzScanner(MrzScannerConfiguration config) Future<MrzScanningResult>
Starts the Ready-to-Use MRZ Scanner UI as full-screen modal UI dialog. The MRZ Scanner is able to recognize and parse data from the Machine Readable Zone on ID cards, passports, travel documents, etc.
updateParameter(Map<String, dynamic> updatedParameters, Map<String, dynamic> defaultConfiguration) → void