RecognizedForm Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET