Table of Contents

Class DocumentDetectionScores

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

Constructors

DocumentDetectionScores()

public DocumentDetectionScores()

Properties

AngleScore

public required double AngleScore { get; init; }

Property Value

double

AspectRatioScore

public required double AspectRatioScore { get; init; }

Property Value

double

DistanceScore

public required double DistanceScore { get; init; }

Property Value

double

HeightScore

public required double HeightScore { get; init; }

Property Value

double

LineCoverageScore

public required double LineCoverageScore { get; init; }

Property Value

double

SizeScore

public required double SizeScore { get; init; }

Property Value

double

TotalScore

public required double TotalScore { get; init; }

Property Value

double

WidthScore

public required double WidthScore { get; init; }

Property Value

double