Class BarcodeDetectionConfiguration
- Namespace
- ScanbotSDK.MAUI.RTU.v1
- Assembly
- ScanbotSDK.Shared.dll
DetectBarcodesFromImageOptions
public class BarcodeDetectionConfiguration
- Inheritance
-
BarcodeDetectionConfiguration
- Inherited Members
Properties
AcceptedDocumentFormats
An optional array of Document Formats that act as a detection filter. Only the specified Document Formats will be recognized! Default is empty (all supported Document Formats will be recognized)
public List<BarcodeDocumentFormat> AcceptedDocumentFormats { get; set; }
Property Value
AdditionalParameters
Additional Parameters for Barcode Detection
public BarcodeScannerAdditionalParameters AdditionalParameters { get; set; }
Property Value
BarcodeFormats
An optional array of Barcode Formats that act as a detection filter. Only the specified Barcode Formats will be recognized! Default is empty (all supported Barcode Formats will be detected)
public List<BarcodeFormat> BarcodeFormats { get; set; }
Property Value
EngineMode
The engine mode of the barcode recognizer. Defaults to NextGen.
public EngineMode? EngineMode { get; set; }