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

An object representing a form field with distinct field label (key) and field value (may be empty).

Properties

Field label of the key-value pair.

Field value of the key-value pair.

confidence: number

Confidence of correctly extracting the key-value pair.