java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentClassifierDetails

public final class DocumentClassifierDetails extends Object
Document classifier information model.
  • Constructor Details

    • DocumentClassifierDetails

      public DocumentClassifierDetails()
      Creates an instance of DocumentClassifierDetails class.
  • Method Details

    • getClassifierId

      public String getClassifierId()
      Get the classifierId property: Unique document classifier name.
      Returns:
      the classifierId value.
    • getDescription

      public String getDescription()
      Get the description property: Document classifier description.
      Returns:
      the description value.
    • getCreatedOn

      public OffsetDateTime getCreatedOn()
      Get the createdDateTime property: Date and time (UTC) when the document classifier was created.
      Returns:
      the createdDateTime value.
    • getExpiresOn

      public OffsetDateTime getExpiresOn()
      Get the expirationDateTime property: Date and time (UTC) when the document classifier will expire.
      Returns:
      the expirationDateTime value.
    • getServiceVersion

      public String getServiceVersion()
      Get the Service version used to create this document classifier.
      Returns:
      the serviceVersion value.
    • getDocumentTypes

      public Map<String,ClassifierDocumentTypeDetails> getDocumentTypes()
      Get list of document types to classify against along with their details.
      Returns:
      the docTypes value.