import { type DocumentKeyValueElement } from "https://deno.land/x/aiformrecognizer@v1.2.0/src/interfaces/document-analysis-models.ts";
An object representing the field key or value in a key-value pair.
Properties
optional
boundingRegions: BoundingRegion[]Bounding regions covering the key-value element.
spans: DocumentSpan[]
Location of the key-value element in the reading order concatenated content.