Table of Contents

Class DocumentDetectionResult

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

Constructors

DocumentDetectionResult()

public DocumentDetectionResult()

Properties

AspectRatio

public required double AspectRatio { get; init; }

Property Value

double

AverageBrightness

public int AverageBrightness { get; init; }

Property Value

int

DetectionScores

public required DocumentDetectionScores DetectionScores { get; init; }

Property Value

DocumentDetectionScores

Displacement

public DocumentDisplacement Displacement { get; init; }

Property Value

DocumentDisplacement

DisplacementVector

public required PointF DisplacementVector { get; init; }

Property Value

PointF

HorizontalLines

public required LineSegmentInt[] HorizontalLines { get; init; }

Property Value

LineSegmentInt[]

HorizontalLinesNormalized

public required LineSegmentFloat[] HorizontalLinesNormalized { get; init; }

Property Value

LineSegmentFloat[]

Points

public required Point[] Points { get; init; }

Property Value

Point[]

PointsNormalized

public required PointF[] PointsNormalized { get; init; }

Property Value

PointF[]

Status

public DocumentDetectionStatus Status { get; init; }

Property Value

DocumentDetectionStatus

VerticalLines

public required LineSegmentInt[] VerticalLines { get; init; }

Property Value

LineSegmentInt[]

VerticalLinesNormalized

public required LineSegmentFloat[] VerticalLinesNormalized { get; init; }

Property Value

LineSegmentFloat[]