DocumentClassifierDetails interface

Document classifier info.

Properties

apiVersion

API version used to create this document classifier.

classifierId

Unique document classifier name.

createdOn

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

description

Document classifier description.

docTypes

List of document types to classify against.

expiresOn

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

Property Details

apiVersion

API version used to create this document classifier.

apiVersion: string

Property Value

string

classifierId

Unique document classifier name.

classifierId: string

Property Value

string

createdOn

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

createdOn: Date

Property Value

Date

description

Document classifier description.

description?: string

Property Value

string

docTypes

List of document types to classify against.

docTypes: {[propertyName: string]: ClassifierDocumentTypeDetails}

Property Value

{[propertyName: string]: ClassifierDocumentTypeDetails}

expiresOn

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

expiresOn?: Date

Property Value

Date