Table of Contents

Class DocumentScannerParameters

Namespace
ScanbotSDK.MAUI.Core.DocumentScanner
Assembly
DocumentSDK.MAUI.dll
public class DocumentScannerParameters
Inheritance
DocumentScannerParameters
Inherited Members

Constructors

DocumentScannerParameters()

public DocumentScannerParameters()

Properties

AcceptedAngleScore

public int AcceptedAngleScore { get; set; }

Property Value

int

AcceptedAspectRatioScore

public int AcceptedAspectRatioScore { get; set; }

Property Value

int

AcceptedBrightnessThreshold

public int AcceptedBrightnessThreshold { get; set; }

Property Value

int

AcceptedSizeScore

public int AcceptedSizeScore { get; set; }

Property Value

int

AspectRatios

public AspectRatio[] AspectRatios { get; set; }

Property Value

AspectRatio[]

IgnoreOrientationMismatch

public bool IgnoreOrientationMismatch { get; set; }

Property Value

bool

Methods

FromJson(string)

public static DocumentScannerParameters FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentScannerParameters