Uses of Class
com.azure.ai.formrecognizer.models.FormField
Packages that use FormField
Package
Description
Package containing classes for FormRecognizerClient.
-
Uses of FormField in com.azure.ai.formrecognizer.models
Methods in com.azure.ai.formrecognizer.models that return types with arguments of type FormFieldModifier 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.Constructor parameters in com.azure.ai.formrecognizer.models with type arguments of type FormFieldModifierConstructorDescriptionRecognizedForm(Map<String, FormField> fields, String formType, FormPageRange pageRange, List<FormPage> pages) Constructs a RecognizedForm object.