Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.ParagraphRole
Packages that use ParagraphRole
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of ParagraphRole in com.azure.ai.formrecognizer.documentanalysis.models
Fields in com.azure.ai.formrecognizer.documentanalysis.models declared as ParagraphRoleModifier and TypeFieldDescriptionstatic final ParagraphRoleParagraphRole.FOOTNOTEStatic value footnote for ParagraphRole.static final ParagraphRoleParagraphRole.FORMULA_BLOCKStatic value formulaBlock for ParagraphRole.static final ParagraphRoleParagraphRole.PAGE_FOOTERStatic value pageFooter for ParagraphRole.static final ParagraphRoleParagraphRole.PAGE_HEADERStatic value pageHeader for ParagraphRole.static final ParagraphRoleParagraphRole.PAGE_NUMBERStatic value pageNumber for ParagraphRole.static final ParagraphRoleParagraphRole.SECTION_HEADINGStatic value sectionHeading for ParagraphRole.static final ParagraphRoleParagraphRole.TITLEStatic value title for ParagraphRole.Methods in com.azure.ai.formrecognizer.documentanalysis.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.formrecognizer.documentanalysis.models that return types with arguments of type ParagraphRoleModifier and TypeMethodDescriptionstatic Collection<ParagraphRole>ParagraphRole.values()Gets known ParagraphRole values.