Uses of Class
com.azure.ai.formrecognizer.models.FormPageRange
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of FormPageRange in com.azure.ai.formrecognizer.models
Modifier and TypeMethodDescriptionRecognizedForm.getPageRange()
Get the first and last page number where the document is found.ModifierConstructorDescriptionRecognizedForm
(Map<String, FormField> fields, String formType, FormPageRange pageRange, List<FormPage> pages) Constructs a RecognizedForm object.