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

Document model info.

Properties

modelId: string

Unique document model name.

optional
description: string

Document model description.

createdOn: Date

Date and time (UTC) when the document model was created.

optional
apiVersion: string

API version used to create this document model.

optional
tags: { [propertyName: string]: string; }

List of key-value tag attributes associated with the document model.

optional
docTypes: { [propertyName: string]: DocumentTypeDetails; }

Supported document types.