Share via


RecognizedForm Class

Definition

Represents a form that has been recognized by a trained or prebuilt model. The Fields property contains the form fields that were extracted from the form. Tables, text lines/words, and selection marks are extracted per page and found in the Pages property.

public class RecognizedForm
type RecognizedForm = class
Public Class RecognizedForm
Inheritance
RecognizedForm

Properties

Fields

A dictionary of the fields recognized from the input document. The key is the Name of the field. For models trained with labels, this is the training-time label of the field. For models trained with forms only, a unique name is generated for each field.

FormType

The type of form the model identified the submitted form to be.

FormTypeConfidence

Confidence on the type of form the model identified the submitted form to be. Value is 1.0 when recognition is done against a single labeled model. If recognition is based on a composed model, value is between [0.0, 1.0].

ModelId

Model identifier of model used to analyze form if not using a prebuilt model.

PageRange

The range of pages this form spans.

Pages

A list of pages describing the recognized form elements present in the input document.

Applies to