Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.DocumentPageLengthUnit
Package
Description
Package containing model classes to perform operations
DocumentAnalysisAsyncClient
and
DocumentAnalysisClient
.-
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 property: The unit used by the width, height, and boundingBox properties.Modifier and TypeMethodDescriptionstatic Collection<DocumentPageLengthUnit>
DocumentPageLengthUnit.values()