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

Request body to create a composed document model from component document models.

Properties

modelId: string

Unique document model name.

optional
description: string

Document model description.

componentModels: ComponentDocumentModelDetails[]

List of component document models to compose.

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

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