Class DocumentDetectionResult
- Namespace
- ScanbotSDK.MAUI.Core.Document
- Assembly
- ScanbotSDK.Shared.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
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[]
Methods
FromNative(DocumentDetectionResult)
public static DocumentDetectionResult FromNative(DocumentDetectionResult source)
Parameters
source
DocumentDetectionResult
Returns
- DocumentDetectionResult
FromNative(SBSDKDocumentDetectionResult)
public static DocumentDetectionResult FromNative(SBSDKDocumentDetectionResult source)
Parameters
source
SBSDKDocumentDetectionResult
Returns
- DocumentDetectionResult
ToNative()
public DocumentDetectionResult ToNative()
Returns
- DocumentDetectionResult