Class LanguageResource
java.lang.Object
org.apache.tika.server.core.resource.LanguageResource
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LanguageResource
public LanguageResource()
-
-
Method Details
-
detect
@PUT @POST @Path("/stream") @Consumes("*/*") @Produces("text/plain") public String detect(InputStream is) throws IOException - Throws:
IOException
-
detect
@PUT @POST @Path("/string") @Consumes("*/*") @Produces("text/plain") public String detect(String string) throws IOException - Throws:
IOException
-