Table of Contents

Class Field

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

Constructors

Field()

public Field()

Properties

ConfidenceWeight

public double ConfidenceWeight { get; init; }

Property Value

double

Image

public ImageRef Image { get; init; }

Property Value

ImageRef

ParsedData

public FieldParsedData[] ParsedData { get; init; }

Property Value

FieldParsedData[]

PolygonInRoot

public required PointF[] PolygonInRoot { get; init; }

Property Value

PointF[]

Type

public required FieldType Type { get; init; }

Property Value

FieldType

ValidationStatus

public FieldValidationStatus ValidationStatus { get; init; }

Property Value

FieldValidationStatus

Value

public required OcrResult Value { get; init; }

Property Value

OcrResult

Methods

Dispose()

public void Dispose()