ComposeDocumentModelRequest interface

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

Properties

classifierId

Custom classifier to split and classify the input file.

description

Document model description.

docTypes

Dictionary mapping supported docTypes to the corresponding document models.

modelId

Unique document model name.

split

File splitting behavior.

Possible values: "auto", "none", "perPage"

tags

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

Property Details

classifierId

Custom classifier to split and classify the input file.

classifierId: string

Property Value

string

description

Document model description.

description?: string

Property Value

string

docTypes

Dictionary mapping supported docTypes to the corresponding document models.

docTypes: Record<string, DocumentTypeDetails>

Property Value

Record<string, DocumentTypeDetails>

modelId

Unique document model name.

modelId: string

Property Value

string

split

File splitting behavior.

Possible values: "auto", "none", "perPage"

split?: string

Property Value

string

tags

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

tags?: Record<string, string>

Property Value

Record<string, string>