DocumentClassifierDetails interface
Document classifier info.
Properties
api |
API version used to create this document classifier. |
classifier |
Unique document classifier name. |
created |
Date and time (UTC) when the document classifier was created. |
description | Document classifier description. |
doc |
List of document types to classify against. |
expires |
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