Class DocumentKeyValueElement
java.lang.Object
com.azure.ai.documentintelligence.models.DocumentKeyValueElement
An object representing the field key or value in a key-value pair.
-
Method Summary
Modifier and TypeMethodDescriptionGet the boundingRegions property: Bounding regions covering the key-value element.Get the content property: Concatenated content of the key-value element in reading order.getSpans()
Get the spans property: Location of the key-value element in the reading order concatenated content.
-
Method Details
-
getContent
Get the content property: Concatenated content of the key-value element in reading order.- Returns:
- the content value.
-
getBoundingRegions
Get the boundingRegions property: Bounding regions covering the key-value element.- Returns:
- the boundingRegions value.
-
getSpans
Get the spans property: Location of the key-value element in the reading order concatenated content.- Returns:
- the spans value.
-