Table of Contents

Class ProcessByTileConfiguration

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

Constructors

ProcessByTileConfiguration()

public ProcessByTileConfiguration()

Properties

Enabled

public bool Enabled { get; set; }

Property Value

bool

MaxProcessedFraction

public double MaxProcessedFraction { get; set; }

Property Value

double

MinNumberOfRequiredSymbols

public int MinNumberOfRequiredSymbols { get; set; }

Property Value

int

MinProcessedFraction

public double MinProcessedFraction { get; set; }

Property Value

double

TileSize

public int TileSize { get; set; }

Property Value

int

Methods

FromJson(string)

public static ProcessByTileConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

ProcessByTileConfiguration