Table of Contents

Class FormFieldResult<T>

Namespace
AiDotNet.Document.Interfaces
Assembly
AiDotNet.dll

Result of form field extraction.

public class FormFieldResult<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
FormFieldResult<T>
Inherited Members

Properties

Fields

Gets or sets the extracted form fields.

public IList<FormField<T>> Fields { get; set; }

Property Value

IList<FormField<T>>

ProcessingTimeMs

Gets or sets the processing time in milliseconds.

public double ProcessingTimeMs { get; set; }

Property Value

double