DocumentKeyValueElement Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. models. DocumentKeyValueElement
- com.
public final class DocumentKeyValueElement
An object representing the field key or value in a key-value pair.
Constructor Summary
Constructor | Description |
---|---|
DocumentKeyValueElement() |
Constructs a Document |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Bounding |
getBoundingRegions()
Get the bounding |
String |
getContent()
Get the content property: Concatenated content of the key-value element in reading order. |
List<Document |
getSpans()
Get the spans property: Location of the key-value element in the reading order concatenated content. |
Methods inherited from java.lang.Object
Constructor Details
DocumentKeyValueElement
public DocumentKeyValueElement()
Constructs a DocumentKeyValueElement object.
Method Details
getBoundingRegions
public List
Get the boundingRegions property: Bounding regions covering the key-value element.
Returns:
getContent
public String getContent()
Get the content property: Concatenated content of the key-value element in reading order.
Returns:
getSpans
public List
Get the spans property: Location of the key-value element in the reading order concatenated content.
Returns: