Package org.apache.tika.example
Class Language
- java.lang.Object
-
- org.apache.tika.example.Language
-
public class Language extends Object
-
-
Constructor Summary
Constructors Constructor Description Language()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
languageDetection()
static void
languageDetectionWithHandler()
static void
languageDetectionWithWriter()
-
-
-
Method Detail
-
languageDetection
public static void languageDetection() throws IOException
- Throws:
IOException
-
languageDetectionWithWriter
public static void languageDetectionWithWriter() throws IOException
- Throws:
IOException
-
-