Class SBSDKResultAccumulationConfiguration
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKResultAccumulationConfiguration : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKResultAccumulationConfiguration
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKResultAccumulationConfiguration()
public SBSDKResultAccumulationConfiguration()
SBSDKResultAccumulationConfiguration(NSObjectFlag)
protected SBSDKResultAccumulationConfiguration(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKResultAccumulationConfiguration(NativeHandle)
protected SBSDKResultAccumulationConfiguration(NativeHandle handle)
Parameters
handle NativeHandle
SBSDKResultAccumulationConfiguration(SBSDKConfirmationMethod, nint, double, nint)
public SBSDKResultAccumulationConfiguration(SBSDKConfirmationMethod confirmationMethod, nint minConfirmations, double minConfidenceForStableField, nint autoClearThreshold)
Parameters
confirmationMethod SBSDKConfirmationMethod
minConfirmations nint
minConfidenceForStableField double
autoClearThreshold nint
Properties
AutoClearThreshold
public virtual nint AutoClearThreshold { get; set; }
Property Value
- nint
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
ConfirmationMethod
public virtual SBSDKConfirmationMethod ConfirmationMethod { get; set; }
Property Value
- SBSDKConfirmationMethod
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
MinConfidenceForStableField
public virtual double MinConfidenceForStableField { get; set; }
Property Value
- double
MinConfirmations
public virtual nint MinConfirmations { get; set; }
Property Value
- nint
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKResultAccumulationConfiguration? FromJsonWithJson(string json)
Parameters
json string
Returns
- SBSDKResultAccumulationConfiguration
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object NSObject
Returns
- bool
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration SBSDKToJSONConfiguration
Returns
- string