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

Request body to authorize document model copy.

Properties

modelId: string

Unique document model name.

optional
description: string

Document model description.

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

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