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

public final class DocumentModelDetails extends Object
Information about the document model.
  • Constructor Details

    • DocumentModelDetails

      public DocumentModelDetails()
  • Method Details

    • getModelId

      public String getModelId()
      Get the Unique model identifier.
      Returns:
      the modelId value.
    • getDescription

      public String getDescription()
      Get the model description.
      Returns:
      the description value.
    • getCreatedOn

      public OffsetDateTime getCreatedOn()
      Get the Date and time (UTC) when the analyze operation was submitted.
      Returns:
      the createdDateTime value.
    • getDocumentTypes

      public Map<String,DocumentTypeDetails> getDocumentTypes()
      Get the supported document types.
      Returns:
      the docTypes value.
    • getTags

      public Map<String,String> getTags()
      Get the user defined attributes associated with the model.
      Returns:
      the tags value.