Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.ParagraphRole
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of ParagraphRole in com.azure.ai.formrecognizer.documentanalysis.models
Modifier and TypeFieldDescriptionstatic final ParagraphRole
ParagraphRole.FOOTNOTE
Static value footnote for ParagraphRole.static final ParagraphRole
ParagraphRole.FORMULA_BLOCK
Static value formulaBlock for ParagraphRole.static final ParagraphRole
ParagraphRole.PAGE_FOOTER
Static value pageFooter for ParagraphRole.static final ParagraphRole
ParagraphRole.PAGE_HEADER
Static value pageHeader for ParagraphRole.static final ParagraphRole
ParagraphRole.PAGE_NUMBER
Static value pageNumber for ParagraphRole.static final ParagraphRole
ParagraphRole.SECTION_HEADING
Static value sectionHeading for ParagraphRole.static final ParagraphRole
ParagraphRole.TITLE
Static value title for ParagraphRole.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.