import { type DocumentKeyValuePair } from "https://deno.land/x/aiformrecognizer@v1.2.0/src/interfaces/document-analysis-models.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.
optional
value: DocumentKeyValueElementField value of the key-value pair.