Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.DocumentPageLengthUnit
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of DocumentPageLengthUnit in com.azure.ai.formrecognizer.documentanalysis.models
Modifier and TypeFieldDescriptionstatic final DocumentPageLengthUnit
DocumentPageLengthUnit.INCH
Static value inch for DocumentPageLengthUnit.static final DocumentPageLengthUnit
DocumentPageLengthUnit.PIXEL
Static value pixel for DocumentPageLengthUnit.Modifier and TypeMethodDescriptionstatic DocumentPageLengthUnit
DocumentPageLengthUnit.fromString
(String name) Creates or finds a DocumentPageLengthUnit from its string representation.DocumentPage.getUnit()
Get the unit used by the width, height, and boundingBox properties.Modifier and TypeMethodDescriptionstatic Collection<DocumentPageLengthUnit>
DocumentPageLengthUnit.values()