Skip to main content
interface DocumentKeyValueElement
import { type DocumentKeyValueElement } from "https://deno.land/x/aiformrecognizer@v1.1.0/src/mod.ts";

An object representing the field key or value in a key-value pair.

Properties

content: string

Concatenated content of the key-value element in reading order.

optional
boundingRegions: BoundingRegion[]

Bounding regions covering the key-value element.

spans: DocumentSpan[]

Location of the key-value element in the reading order concatenated content.