Class ResultAccumulationConfig
- Namespace
- IO.Scanbot.Genericdocument.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/genericdocument/entity/ResultAccumulationConfig", DoNotGenerateAcw = true)]
public sealed class ResultAccumulationConfig : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
ResultAccumulationConfig
- Implements
-
- Inherited Members
-
Constructors
ResultAccumulationConfig()
[Register(".ctor", "()V", "")]
public ResultAccumulationConfig()
ResultAccumulationConfig(int, float, int)
[Register(".ctor", "(IFI)V", "")]
public ResultAccumulationConfig(int minConfirmations, float minConfidenceForStableField, int autoClearThreshold)
Parameters
minConfirmations
int
minConfidenceForStableField
float
autoClearThreshold
int
Properties
AutoClearThreshold
public int AutoClearThreshold { get; }
Property Value
- int
MinConfidenceForStableField
public float MinConfidenceForStableField { get; }
Property Value
- float
MinConfirmations
public int MinConfirmations { get; }
Property Value
- int
Methods
Component1()
[Register("component1", "()I", "")]
public int Component1()
Returns
- int
Component2()
[Register("component2", "()F", "")]
public float Component2()
Returns
- float
Component3()
[Register("component3", "()I", "")]
public int Component3()
Returns
- int
Copy(int, float, int)
[Register("copy", "(IFI)Lio/scanbot/genericdocument/entity/ResultAccumulationConfig;", "")]
public ResultAccumulationConfig Copy(int minConfirmations, float minConfidenceForStableField, int autoClearThreshold)
Parameters
minConfirmations
int
minConfidenceForStableField
float
autoClearThreshold
int
Returns
- ResultAccumulationConfig