Uses of Class
com.azure.ai.formrecognizer.models.FormPageRange
Packages that use FormPageRange
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of FormPageRange in com.azure.ai.formrecognizer.models
Methods in com.azure.ai.formrecognizer.models that return FormPageRangeModifier and TypeMethodDescriptionRecognizedForm.getPageRange()Get the first and last page number where the document is found.Constructors in com.azure.ai.formrecognizer.models with parameters of type FormPageRangeModifierConstructorDescriptionRecognizedForm(Map<String, FormField> fields, String formType, FormPageRange pageRange, List<FormPage> pages) Constructs a RecognizedForm object.