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
Image
Crop of the field.
public ImageRef Image { get; init; }
Property Value
ParsedData
Parsed data.
public FieldParsedData[] ParsedData { get; init; }
Property Value
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
ValidationStatus
Field validation status. Applicable only to fields that support some kind of validation.
Default is NONE
public FieldValidationStatus ValidationStatus { get; init; }
Property Value
Value
Value of the field. Applicable only to text fields.
public required OcrResult Value { get; init; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()