Uses of Class
com.azure.ai.formrecognizer.models.FieldData
Packages that use FieldData
Package
Description
Package containing classes for FormRecognizerClient.
-
Uses of FieldData in com.azure.ai.formrecognizer.models
Methods in com.azure.ai.formrecognizer.models that return FieldDataModifier and TypeMethodDescriptionFormField.getLabelData()Get the text, bounding box, and field elements for the field label.FormField.getValueData()Get the text, bounding box, and field elements for the field value.Constructors in com.azure.ai.formrecognizer.models with parameters of type FieldDataModifierConstructorDescriptionFormField(String name, FieldData labelData, FieldData valueData, FieldValue value, float confidence) Constructs a FormField object.