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

Document model summary.

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.