Class AbstractFeaturesExtractor.ExtractorDetails

    • Constructor Detail

      • ExtractorDetails

        public ExtractorDetails​(String name,
                                String version,
                                String description)
        Parameters:
        name - the name of the extractor
        version - the version of the extractor
        description - the description of the extractor
      • ExtractorDetails

        public ExtractorDetails()
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name of the extractor
      • getVersion

        public String getVersion()
        Returns:
        the version of the extractor
      • getDescription

        public String getDescription()
        Returns:
        the description of the extractor