BarcodeScanner

interface BarcodeScanner

Interface for BarcodeScanner API. See class documentation for more details.

Inheritors

Functions

Link copied to clipboard

Clear the cache of the barcode frame accumulator.

Link copied to clipboard

Creates a copy of the current configuration value.

Link copied to clipboard
abstract fun run(image: ImageRef): Result<BarcodeScannerResult>

Recognize barcodes in the given image.

Link copied to clipboard
abstract fun setConfiguration(configuration: BarcodeScannerConfiguration = BarcodeScannerConfiguration( )): Result<Unit>

Inplace reconfigures the API instance with new settings.