Uses of Class
com.azure.ai.documentintelligence.models.ParagraphRole
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of ParagraphRole in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final ParagraphRole
ParagraphRole.FOOTNOTE
A note usually placed after the main content on a page.static final ParagraphRole
ParagraphRole.FORMULA_BLOCK
A block of formulas, often with shared alignment.static final ParagraphRole
ParagraphRole.PAGE_FOOTER
Text near the bottom edge of the page.static final ParagraphRole
ParagraphRole.PAGE_HEADER
Text near the top edge of the page.static final ParagraphRole
ParagraphRole.PAGE_NUMBER
Page number.static final ParagraphRole
ParagraphRole.SECTION_HEADING
Sub heading describing a section of the document.static final ParagraphRole
ParagraphRole.TITLE
Top-level title describing the entire document.Modifier and TypeMethodDescriptionstatic ParagraphRole
ParagraphRole.fromString
(String name) Creates or finds a ParagraphRole from its string representation.DocumentParagraph.getRole()
Get the role property: Semantic role of the paragraph.Modifier and TypeMethodDescriptionstatic Collection<ParagraphRole>
ParagraphRole.values()
Gets known ParagraphRole values.