Class FormFieldResult<T>
- Namespace
- AiDotNet.Document.Interfaces
- Assembly
- AiDotNet.dll
Result of form field extraction.
public class FormFieldResult<T>
Type Parameters
TThe 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
ProcessingTimeMs
Gets or sets the processing time in milliseconds.
public double ProcessingTimeMs { get; set; }