Table of Contents

Class SBSDKGenericDocumentRecognizerAccumulationConfiguration

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKGenericDocumentRecognizerAccumulationConfiguration : NSObject, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKGenericDocumentRecognizerAccumulationConfiguration
Implements
INSCopying
INativeObject

Constructors

SBSDKGenericDocumentRecognizerAccumulationConfiguration()

public SBSDKGenericDocumentRecognizerAccumulationConfiguration()

SBSDKGenericDocumentRecognizerAccumulationConfiguration(NSObjectFlag)

protected SBSDKGenericDocumentRecognizerAccumulationConfiguration(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKGenericDocumentRecognizerAccumulationConfiguration(NativeHandle)

protected SBSDKGenericDocumentRecognizerAccumulationConfiguration(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKGenericDocumentRecognizerAccumulationConfiguration(nint, NFloat, nint)

public SBSDKGenericDocumentRecognizerAccumulationConfiguration(nint minConfirmations, NFloat minConfidenceForStableField, nint autoClearThreshold)

Parameters

minConfirmations nint
minConfidenceForStableField NFloat
autoClearThreshold nint

Properties

AutoClearThreshold

public virtual nint AutoClearThreshold { get; set; }

Property Value

nint

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

DefaultConfiguration

public static SBSDKGenericDocumentRecognizerAccumulationConfiguration DefaultConfiguration { get; }

Property Value

SBSDKGenericDocumentRecognizerAccumulationConfiguration

MinConfidenceForStableField

public virtual NFloat MinConfidenceForStableField { get; set; }

Property Value

NFloat

MinConfirmations

public virtual nint MinConfirmations { get; set; }

Property Value

nint

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject