Class ResultAccumulationConfiguration
- Namespace
- ScanbotSDK.MAUI.Core.FrameAccumulation
- Assembly
- DocumentSDK.MAUI.dll
public class ResultAccumulationConfiguration
- Inheritance
-
ResultAccumulationConfiguration
- Inherited Members
-
Constructors
ResultAccumulationConfiguration()
public ResultAccumulationConfiguration()
Properties
AutoClearThreshold
public int AutoClearThreshold { get; set; }
Property Value
- int
ConfirmationMethod
public ConfirmationMethod ConfirmationMethod { get; set; }
Property Value
- ConfirmationMethod
MinConfidenceForStableField
public double MinConfidenceForStableField { get; set; }
Property Value
- double
MinConfirmations
public int MinConfirmations { get; set; }
Property Value
- int
Methods
FromJson(string)
public static ResultAccumulationConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- ResultAccumulationConfiguration