Package version:

Interface DocumentClassifierDetails

Document classifier info.

Hierarchy

  • DocumentClassifierDetails

Properties

apiVersion: string

API version used to create this document classifier.

classifierId: string

Unique document classifier name.

createdOn: Date

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

description?: string

Document classifier description.

docTypes: {
    [propertyName: string]: ClassifierDocumentTypeDetails;
}

List of document types to classify against.

Type declaration

expiresOn?: any

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

Generated using TypeDoc