DocumentClassifierDetailsOutput interface

Document classifier info.

Properties

apiVersion

API version used to create this document classifier.

baseClassifierId

Base classifierId on top of which the classifier was trained.

classifierId

Unique document classifier name.

createdDateTime

Date and time (UTC) when the document classifier was created.

description

Document classifier description.

docTypes

List of document types to classify against.

expirationDateTime

Date and time (UTC) when the document classifier will expire.

warnings

List of warnings encountered while building the classifier.

Property Details

apiVersion

API version used to create this document classifier.

apiVersion: string

Property Value

string

baseClassifierId

Base classifierId on top of which the classifier was trained.

baseClassifierId?: string

Property Value

string

classifierId

Unique document classifier name.

classifierId: string

Property Value

string

createdDateTime

Date and time (UTC) when the document classifier was created.

createdDateTime: string

Property Value

string

description

Document classifier description.

description?: string

Property Value

string

docTypes

List of document types to classify against.

docTypes: Record<string, ClassifierDocumentTypeDetailsOutput>

Property Value

expirationDateTime

Date and time (UTC) when the document classifier will expire.

expirationDateTime?: string

Property Value

string

warnings

List of warnings encountered while building the classifier.

warnings?: WarningOutput[]

Property Value