Uses of Class
com.azure.ai.formrecognizer.models.FieldData
Package
Description
Package containing classes for FormRecognizerClient.
-
Uses of FieldData in com.azure.ai.formrecognizer.models
Modifier 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.ModifierConstructorDescriptionFormField
(String name, FieldData labelData, FieldData valueData, FieldValue value, float confidence) Constructs a FormField object.