Table of Contents

Class SBSDKDocumentQualityAnalyzerConfiguration

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

Constructors

SBSDKDocumentQualityAnalyzerConfiguration()

public SBSDKDocumentQualityAnalyzerConfiguration()

SBSDKDocumentQualityAnalyzerConfiguration(NSObjectFlag)

protected SBSDKDocumentQualityAnalyzerConfiguration(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKDocumentQualityAnalyzerConfiguration(NativeHandle)

protected SBSDKDocumentQualityAnalyzerConfiguration(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKDocumentQualityAnalyzerConfiguration(SBSDKDocumentQualityThreshold[], SBSDKDocumentQuality[], bool, bool, nint, nint, double, double, nint, nint, bool)

public SBSDKDocumentQualityAnalyzerConfiguration(SBSDKDocumentQualityThreshold[] qualityThresholds, SBSDKDocumentQuality[] qualityIndices, bool detectOrientation, bool inspectSmallText, nint maxImageSize, nint minEstimatedNumberOfSymbolsForDocument, double minProcessedFraction, double maxProcessedFraction, nint earlyStopIfNSymbolsFound, nint tileSize, bool returnQualityHeatmap)

Parameters

qualityThresholds SBSDKDocumentQualityThreshold[]
qualityIndices SBSDKDocumentQuality[]
detectOrientation bool
inspectSmallText bool
maxImageSize nint
minEstimatedNumberOfSymbolsForDocument nint
minProcessedFraction double
maxProcessedFraction double
earlyStopIfNSymbolsFound nint
tileSize nint
returnQualityHeatmap bool

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

DetectOrientation

public virtual bool DetectOrientation { get; set; }

Property Value

bool

EarlyStopIfNSymbolsFound

public virtual nint EarlyStopIfNSymbolsFound { get; set; }

Property Value

nint

Hash

public virtual nuint Hash { get; }

Property Value

nuint

InspectSmallText

public virtual bool InspectSmallText { get; set; }

Property Value

bool

MaxImageSize

public virtual nint MaxImageSize { get; set; }

Property Value

nint

MaxProcessedFraction

public virtual double MaxProcessedFraction { get; set; }

Property Value

double

MinEstimatedNumberOfSymbolsForDocument

public virtual nint MinEstimatedNumberOfSymbolsForDocument { get; set; }

Property Value

nint

MinProcessedFraction

public virtual double MinProcessedFraction { get; set; }

Property Value

double

QualityIndices

public virtual SBSDKDocumentQuality[] QualityIndices { get; set; }

Property Value

SBSDKDocumentQuality[]

QualityThresholds

public virtual SBSDKDocumentQualityThreshold[] QualityThresholds { get; set; }

Property Value

SBSDKDocumentQualityThreshold[]

ReturnQualityHeatmap

public virtual bool ReturnQualityHeatmap { get; set; }

Property Value

bool

TileSize

public virtual nint TileSize { get; set; }

Property Value

nint

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKDocumentQualityAnalyzerConfiguration? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKDocumentQualityAnalyzerConfiguration

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