Class ParagraphRole
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ParagraphRole>
com.azure.ai.formrecognizer.documentanalysis.models.ParagraphRole
Defines values for ParagraphRole.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParagraphRoleStatic value footnote for ParagraphRole.static final ParagraphRoleStatic value pageFooter for ParagraphRole.static final ParagraphRoleStatic value pageHeader for ParagraphRole.static final ParagraphRoleStatic value pageNumber for ParagraphRole.static final ParagraphRoleStatic value sectionHeading for ParagraphRole.static final ParagraphRoleStatic value title for ParagraphRole. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParagraphRolefromString(String name) Creates or finds a ParagraphRole from its string representation.static Collection<ParagraphRole>values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PAGE_HEADER
Static value pageHeader for ParagraphRole. -
PAGE_FOOTER
Static value pageFooter for ParagraphRole. -
PAGE_NUMBER
Static value pageNumber for ParagraphRole. -
TITLE
Static value title for ParagraphRole. -
SECTION_HEADING
Static value sectionHeading for ParagraphRole. -
FOOTNOTE
Static value footnote for ParagraphRole.
-
-
Constructor Details
-
ParagraphRole
public ParagraphRole()
-
-
Method Details
-
fromString
Creates or finds a ParagraphRole from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ParagraphRole.
-
values
- Returns:
- known ParagraphRole values.
-