Table of Contents

Class DocumentQualityAnalyzerResult

Namespace
ScanbotSDK.MAUI.Core.DocumentQualityAnalyzer
Assembly
DocumentSDK.MAUI.dll
public class DocumentQualityAnalyzerResult : IDisposable
Inheritance
DocumentQualityAnalyzerResult
Implements
Inherited Members

Constructors

DocumentQualityAnalyzerResult()

public DocumentQualityAnalyzerResult()

Properties

BestInputScale

public required double BestInputScale { get; init; }

Property Value

double

CumulativeQualityHistogram

public required int[] CumulativeQualityHistogram { get; init; }

Property Value

int[]

DocumentFound

public required bool DocumentFound { get; init; }

Property Value

bool

Orientation

public required double Orientation { get; init; }

Property Value

double

OrientationConfidence

public required double OrientationConfidence { get; init; }

Property Value

double

Quality

public required DocumentQualityAssessment Quality { get; init; }

Property Value

DocumentQualityAssessment

QualityHeatmap

public ImageRef QualityHeatmap { get; init; }

Property Value

ImageRef

QualityLevel

public required DocumentQuality? QualityLevel { get; init; }

Property Value

DocumentQuality?

Methods

Dispose()

public void Dispose()