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

Request body to build a new custom document model.

Properties

modelId: string

Unique document model name.

optional
description: string

Document model description.

Custom document model build mode.

optional
azureBlobSource: AzureBlobContentSource

Azure Blob Storage location containing the training data.

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

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