Class TikaDetectors

java.lang.Object
org.apache.tika.server.core.resource.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 Details

    • TikaDetectors

      public TikaDetectors()
  • Method Details

    • getDectorsHTML

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

      @GET @Produces("application/json") public String getDetectorsJSON() throws IOException
      Throws:
      IOException
    • getDetectorsPlain

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