Class DocumentClassifierDetails

java.lang.Object
com.azure.ai.documentintelligence.models.DocumentClassifierDetails

public final class DocumentClassifierDetails extends Object
Document classifier info.
  • 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.
    • getCreatedDateTime

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

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

      public String getApiVersion()
      Get the apiVersion property: API version used to create this document classifier.
      Returns:
      the apiVersion value.
    • getBaseClassifierId

      public String getBaseClassifierId()
      Get the baseClassifierId property: Base classifierId on top of which the classifier was trained.
      Returns:
      the baseClassifierId value.
    • getDocTypes

      public Map<String,ClassifierDocumentTypeDetails> getDocTypes()
      Get the docTypes property: List of document types to classify against.
      Returns:
      the docTypes value.
    • getWarnings

      public List<Warning> getWarnings()
      Get the warnings property: List of warnings encountered while building the classifier.
      Returns:
      the warnings value.