Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface DocumentKeyValueElement
import { type DocumentKeyValueElement } from "https://deno.land/x/aiformrecognizer@v1.1.0/src/interfaces/document-analysis.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.