Class TikaDetectors


  • @Path("/detectors")
    public class TikaDetectors
    extends Object

    Provides details of all the Detectors registered with Apache Tika, similar to --list-detectors with the Tika CLI.

    • Constructor Detail

      • TikaDetectors

        public TikaDetectors()
    • Method Detail

      • getDectorsHTML

        @GET
        @Produces("text/html")
        public String getDectorsHTML()
      • getDetectorsPlain

        @GET
        @Produces("text/plain")
        public String getDetectorsPlain()