Table of Contents

Class DocumentQualityAnalyzerConfiguration

Namespace
ScanbotSDK.MAUI.Core.DocumentQualityAnalyzer
Assembly
DocumentSDK.MAUI.dll
public class DocumentQualityAnalyzerConfiguration
Inheritance
DocumentQualityAnalyzerConfiguration
Inherited Members

Constructors

DocumentQualityAnalyzerConfiguration()

public DocumentQualityAnalyzerConfiguration()

Properties

CompatibilityMode

public DocumentQualityAnalyzerCompatibilityModeConfiguration CompatibilityMode { get; set; }

Property Value

DocumentQualityAnalyzerCompatibilityModeConfiguration

InputScaleThresholdToProcessEntireImage

public double InputScaleThresholdToProcessEntireImage { get; set; }

Property Value

double

InputScales

public double[] InputScales { get; set; }

Property Value

double[]

MaxImageSize

public int MaxImageSize { get; set; }

Property Value

int

MinEstimatedNumberOfSymbolsForDocument

public int MinEstimatedNumberOfSymbolsForDocument { get; set; }

Property Value

int

MinRequiredOrientationConfidence

public double MinRequiredOrientationConfidence { get; set; }

Property Value

double

ProcessByTileConfiguration

public ProcessByTileConfiguration ProcessByTileConfiguration { get; set; }

Property Value

ProcessByTileConfiguration

QualityAcceptableUncertainThreshold

public double QualityAcceptableUncertainThreshold { get; set; }

Property Value

double

QualityAnalysisModel

public string QualityAnalysisModel { get; set; }

Property Value

string

QualityLevelIndices

public DocumentQuality[] QualityLevelIndices { get; set; }

Property Value

DocumentQuality[]

QualityLevelThresholds

public DocumentQualityThreshold[] QualityLevelThresholds { get; set; }

Property Value

DocumentQualityThreshold[]

QualityUnacceptableUncertainThreshold

public double QualityUnacceptableUncertainThreshold { get; set; }

Property Value

double

ReturnQualityHeatmap

public bool ReturnQualityHeatmap { get; set; }

Property Value

bool

Methods

FromJson(string)

public static DocumentQualityAnalyzerConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentQualityAnalyzerConfiguration