Class CountryGazetteer.Settings

    • Constructor Detail

      • Settings

        public Settings​(boolean geojson,
                        boolean metadata)
    • Method Detail

      • isGeojson

        @Description("Add GeoJSON information to annotations?")
        public boolean isGeojson()
      • isMetadata

        @Description("Add country metadata to annotations?")
        public boolean isMetadata()
      • validate

        public boolean validate()
        Specified by:
        validate in interface io.annot8.api.settings.Settings
        Overrides:
        validate in class AhoCorasick.Settings