Class DocumentKeyValueElement

java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.DocumentKeyValueElement

public final class DocumentKeyValueElement extends Object
An object representing the field key or value in a key-value pair.
  • Constructor Details

    • DocumentKeyValueElement

      public DocumentKeyValueElement()
  • Method Details

    • getContent

      public String getContent()
      Get the content property: Concatenated content of the key-value element in reading order.
      Returns:
      the content value.
    • getBoundingRegions

      public List<BoundingRegion> getBoundingRegions()
      Get the boundingRegions property: Bounding regions covering the key-value element.
      Returns:
      the boundingRegions value.
    • getSpans

      public List<DocumentSpan> getSpans()
      Get the spans property: Location of the key-value element in the reading order concatenated content.
      Returns:
      the spans value.