Class BarcodeAccumulationConfiguration
- Namespace
- ScanbotSDK.MAUI.Core.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeAccumulationConfiguration
- Inheritance
-
BarcodeAccumulationConfiguration
- Inherited Members
-
Constructors
BarcodeAccumulationConfiguration()
public BarcodeAccumulationConfiguration()
Properties
AccumulationTime
public int AccumulationTime { get; set; }
Property Value
- int
Method
public BarcodeAccumulationMethod Method { get; set; }
Property Value
- BarcodeAccumulationMethod
RemoveUnconnectedResults
public bool RemoveUnconnectedResults { get; set; }
Property Value
- bool
Methods
FromJson(string)
public static BarcodeAccumulationConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- BarcodeAccumulationConfiguration