Table of Contents

Class Field

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Generic document field.

public class Field : IDisposable
Inheritance
Field
Implements
Inherited Members

Properties

ConfidenceWeight

Confidence weight.

Default is 1.0

public double ConfidenceWeight { get; init; }

Property Value

double

Image

Crop of the field.

public ImageRef Image { get; init; }

Property Value

ImageRef

ParsedData

Parsed data.

public FieldParsedData[] ParsedData { get; init; }

Property Value

FieldParsedData[]

PolygonInRoot

Coordinates of the field in the root document coordinate system.

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

Property Value

PointF[]

Type

The type of the field.

public required FieldType Type { get; init; }

Property Value

FieldType

ValidationStatus

Field validation status. Applicable only to fields that support some kind of validation.

Default is NONE

public FieldValidationStatus ValidationStatus { get; init; }

Property Value

FieldValidationStatus

Value

Value of the field. Applicable only to text fields.

public required OcrResult Value { get; init; }

Property Value

OcrResult

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()