UseBarcodeRegionDetectors Property (ReaderSettings)
Gets or sets a value indicating whether the barcode reader should detect barcode regions using AI-based or custom barcode region detectors.
Enabling of this feature can greatly increase the barcode recognition speed if barcodes are recognizing in large image or image contains many barcodes or image contains unknown count of barcodes.
If AI-based barcode region detectors for 1D barcodes should be used, .NET application should have reference to the Vintasoft.Barcode.AI.1D.dll assembly and call code "Vintasoft.Barcode.Ai1DAssembly.Init()" at the beginning of .NET application.
If AI-based barcode region detectors for 2D barcodes should be used, .NET application should have reference to the Vintasoft.Barcode.AI.2D.dll assembly and call code "Vintasoft.Barcode.Ai2DAssembly.Init()" at the beginning of .NET application.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5