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

Document type info.

Properties

optional
description: string

Document model description.

optional
buildMode: DocumentBuildMode

Custom document model build mode.

fieldSchema: { [propertyName: string]: DocumentFieldSchema; }

Description of the document semantic schema using a JSON Schema style syntax.

optional
fieldConfidence: { [propertyName: string]: number; }

Estimated confidence for each field.