DocumentClassifierDetailsOutput interface
Document classifier info.
Properties
api |
API version used to create this document classifier. |
base |
Base classifierId on top of which the classifier was trained. |
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. |
expiration |
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
Record<string, ClassifierDocumentTypeDetailsOutput>
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
Azure SDK for JavaScript