set Configuration
abstract fun setConfiguration(acceptedFormats: List<BarcodeDocumentFormat> = BarcodeDocumentFormats.all): Result<Unit>
Inplace reconfigures the API instance with new settings.
Return
Result of the operation.
Parameters
accepted Formats
The configuration to use for the barcode document parser.