Class DocumentModel


  • public final class DocumentModel
    extends Object
    The DocumentModel model.
    • Constructor Detail

      • DocumentModel

        public DocumentModel()
    • Method Detail

      • 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.
      • getDocTypes

        public Map<String,​DocTypeInfo> getDocTypes()
        Get the supported document types.
        Returns:
        the docTypes value.