Class DocumentParagraph
java.lang.Object
com.azure.ai.documentintelligence.models.DocumentParagraph
A paragraph object consisting with contiguous lines generally with common
alignment and spacing.
-
Method Summary
Modifier and TypeMethodDescriptionGet the boundingRegions property: Bounding regions covering the paragraph.Get the content property: Concatenated content of the paragraph in reading order.getRole()
Get the role property: Semantic role of the paragraph.getSpans()
Get the spans property: Location of the paragraph in the reading order concatenated content.
-
Method Details
-
getRole
Get the role property: Semantic role of the paragraph.- Returns:
- the role value.
-
getContent
Get the content property: Concatenated content of the paragraph in reading order.- Returns:
- the content value.
-
getBoundingRegions
Get the boundingRegions property: Bounding regions covering the paragraph.- Returns:
- the boundingRegions value.
-
getSpans
Get the spans property: Location of the paragraph in the reading order concatenated content.- Returns:
- the spans value.
-