BuildDocumentClassifierRequest interface
Request body to build a new custom document classifier.
Properties
allow |
Allow overwriting an existing classifier with the same name. |
base |
Base classifierId on top of which to train the classifier. |
classifier |
Unique document classifier name. |
description | Document classifier description. |
doc |
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
Record<string, ClassifierDocumentTypeDetails>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript