Uses of Class
com.azure.ai.formrecognizer.models.FormField
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of FormField in com.azure.ai.formrecognizer.models
Modifier and TypeMethodDescriptionFieldValue.asList()
Gets the value of the field as aList
.FieldValue.asMap()
Gets the value of the field as aMap
.RecognizedForm.getFields()
A map of the fields recognized from the input document.ModifierConstructorDescriptionRecognizedForm
(Map<String, FormField> fields, String formType, FormPageRange pageRange, List<FormPage> pages) Constructs a RecognizedForm object.