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

DetectOrientation

public bool DetectOrientation { get; set; }

Property Value

bool

InspectSmallText

public bool InspectSmallText { get; set; }

Property Value

bool

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

QualityIndices

public DocumentQuality[] QualityIndices { get; set; }

Property Value

DocumentQuality[]

QualityThresholds

public DocumentQualityThreshold[] QualityThresholds { get; set; }

Property Value

DocumentQualityThreshold[]

ReturnQualityHeatmap

public bool ReturnQualityHeatmap { get; set; }

Property Value

bool

Methods

FromJson(string)

public static DocumentQualityAnalyzerConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentQualityAnalyzerConfiguration