Table of Contents

Class DocumentDetectionScores

Namespace
ScanbotSDK.MAUI.Core.Document
Assembly
ScanbotSDK.Shared.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

Methods

FromNative(DocumentDetectionScores)

public static DocumentDetectionScores FromNative(DocumentDetectionScores source)

Parameters

source DocumentDetectionScores

Returns

DocumentDetectionScores

FromNative(SBSDKDocumentDetectionScores)

public static DocumentDetectionScores FromNative(SBSDKDocumentDetectionScores source)

Parameters

source SBSDKDocumentDetectionScores

Returns

DocumentDetectionScores

ToNative()

public DocumentDetectionScores ToNative()

Returns

DocumentDetectionScores