BuildDocumentClassifierRequest interface

Request body to build a new custom document classifier.

Properties

allowOverwrite

Allow overwriting an existing classifier with the same name.

baseClassifierId

Base classifierId on top of which to train the classifier.

classifierId

Unique document classifier name.

description

Document classifier description.

docTypes

List of document types to classify against.

Property Details

allowOverwrite

Allow overwriting an existing classifier with the same name.

allowOverwrite?: boolean

Property Value

boolean

baseClassifierId

Base classifierId on top of which to train the classifier.

baseClassifierId?: string

Property Value

string

classifierId

Unique document classifier name.

classifierId: string

Property Value

string

description

Document classifier description.

description?: string

Property Value

string

docTypes

List of document types to classify against.

docTypes: Record<string, ClassifierDocumentTypeDetails>

Property Value