Uses of Class
com.azure.ai.documentintelligence.models.ParagraphRole
Packages that use ParagraphRole
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of ParagraphRole in com.azure.ai.documentintelligence.models
Fields in com.azure.ai.documentintelligence.models declared as ParagraphRoleModifier and TypeFieldDescriptionstatic final ParagraphRoleParagraphRole.FOOTNOTEA note usually placed after the main content on a page.static final ParagraphRoleParagraphRole.FORMULA_BLOCKA block of formulas, often with shared alignment.static final ParagraphRoleParagraphRole.PAGE_FOOTERText near the bottom edge of the page.static final ParagraphRoleParagraphRole.PAGE_HEADERText near the top edge of the page.static final ParagraphRoleParagraphRole.PAGE_NUMBERPage number.static final ParagraphRoleParagraphRole.SECTION_HEADINGSub heading describing a section of the document.static final ParagraphRoleParagraphRole.TITLETop-level title describing the entire document.Methods in com.azure.ai.documentintelligence.models that return ParagraphRoleModifier and TypeMethodDescriptionstatic ParagraphRoleParagraphRole.fromString(String name) Creates or finds a ParagraphRole from its string representation.DocumentParagraph.getRole()Get the role property: Semantic role of the paragraph.Methods in com.azure.ai.documentintelligence.models that return types with arguments of type ParagraphRoleModifier and TypeMethodDescriptionstatic Collection<ParagraphRole> ParagraphRole.values()Gets known ParagraphRole values.