setConfiguration

abstract fun setConfiguration(acceptedFormats: List<BarcodeDocumentFormat> = BarcodeDocumentFormats.all): Result<Unit>

Inplace reconfigures the API instance with new settings.

Return

Result of the operation.

Parameters

acceptedFormats

The configuration to use for the barcode document parser.