- LanguageDetector - Interface in com.hpe.caf.languagedetection
-
A Language Detector interface
- LanguageDetectorException - Exception in com.hpe.caf.languagedetection
-
Exception for Language Detection
- LanguageDetectorException(String) - Constructor for exception com.hpe.caf.languagedetection.LanguageDetectorException
-
- LanguageDetectorException(String, Throwable) - Constructor for exception com.hpe.caf.languagedetection.LanguageDetectorException
-
- LanguageDetectorProvider - Interface in com.hpe.caf.languagedetection
-
A Lanugage Detector Provider implementation
- LanguageDetectorResult - Class in com.hpe.caf.languagedetection
-
The result returned from the LanguageDetector.
- LanguageDetectorResult() - Constructor for class com.hpe.caf.languagedetection.LanguageDetectorResult
-
- LanguageDetectorResult(LanguageDetectorStatus, boolean) - Constructor for class com.hpe.caf.languagedetection.LanguageDetectorResult
-
- LanguageDetectorSettings - Class in com.hpe.caf.languagedetection
-
Settings defining behaviours of the detector, and including hints for more accurate detection
- LanguageDetectorSettings() - Constructor for class com.hpe.caf.languagedetection.LanguageDetectorSettings
-
- LanguageDetectorSettings(String, boolean, String...) - Constructor for class com.hpe.caf.languagedetection.LanguageDetectorSettings
-
Constructors:
if no encoding hint is passed in it defaults to ""
if no hints are passed in it defaults to ""
detectMultipleLanguages must be passed in
- LanguageDetectorSettings(boolean, String...) - Constructor for class com.hpe.caf.languagedetection.LanguageDetectorSettings
-
- LanguageDetectorSettings(String, boolean) - Constructor for class com.hpe.caf.languagedetection.LanguageDetectorSettings
-
- LanguageDetectorSettings(boolean) - Constructor for class com.hpe.caf.languagedetection.LanguageDetectorSettings
-
- LanguageDetectorStatus - Enum in com.hpe.caf.languagedetection
-
LanguageDetectorStatus set by implementation whether or not the detection was completed or failed.