Class GenericDocument
- Namespace
- ScanbotSDK.MAUI.Core.GenericDocument
- Assembly
- ScanbotSDK.Shared.dll
public class GenericDocument : IDisposable
- Inheritance
-
GenericDocument
- Implements
-
- Inherited Members
-
Constructors
GenericDocument()
Properties
Children
public required GenericDocument[] Children { get; init; }
Property Value
- GenericDocument[]
Confidence
public double Confidence { get; init; }
Property Value
- double
ConfidenceWeight
public double ConfidenceWeight { get; init; }
Property Value
- double
Crop
public ImageRef Crop { get; init; }
Property Value
- ImageRef
Fields
public required Field[] Fields { get; init; }
Property Value
- Field[]
Quad
public required PointF[] Quad { get; init; }
Property Value
- PointF[]
QuadInRoot
public required PointF[] QuadInRoot { get; init; }
Property Value
- PointF[]
Type
public required GenericDocumentType Type { get; init; }
Property Value
- GenericDocumentType
Methods
Dispose()