Table of Contents

Class GenericDocument

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class GenericDocument : IDisposable
Inheritance
GenericDocument
Implements
Inherited Members

Constructors

GenericDocument()

public 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()

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

FromNative(GenericDocument)

public static GenericDocument FromNative(GenericDocument source)

Parameters

source GenericDocument

Returns

GenericDocument

FromNative(SBSDKGenericDocument)

public static GenericDocument FromNative(SBSDKGenericDocument source)

Parameters

source SBSDKGenericDocument

Returns

GenericDocument

ToNative()

public GenericDocument ToNative()

Returns

GenericDocument