Class DocumentClassifierDetails
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentClassifierDetails
Document classifier information model.
-
Constructor Summary
ConstructorDescriptionCreates an instance of DocumentClassifierDetails class. -
Method Summary
Modifier and TypeMethodDescriptionGet the classifierId property: Unique document classifier name.Get the createdDateTime property: Date and time (UTC) when the document classifier was created.Get the description property: Document classifier description.Get list of document types to classify against along with their details.Get the expirationDateTime property: Date and time (UTC) when the document classifier will expire.Get the Service version used to create this document classifier.
-
Constructor Details
-
DocumentClassifierDetails
public DocumentClassifierDetails()Creates an instance of DocumentClassifierDetails class.
-
-
Method Details
-
getClassifierId
Get the classifierId property: Unique document classifier name.- Returns:
- the classifierId value.
-
getDescription
Get the description property: Document classifier description.- Returns:
- the description value.
-
getCreatedOn
Get the createdDateTime property: Date and time (UTC) when the document classifier was created.- Returns:
- the createdDateTime value.
-
getExpiresOn
Get the expirationDateTime property: Date and time (UTC) when the document classifier will expire.- Returns:
- the expirationDateTime value.
-
getServiceVersion
Get the Service version used to create this document classifier.- Returns:
- the serviceVersion value.
-
getDocumentTypes
Get list of document types to classify against along with their details.- Returns:
- the docTypes value.
-