Skip navigation links
C D G I L S V 

C

com.hpe.caf.languagedetection - package com.hpe.caf.languagedetection
 

D

DetectedLanguage - Class in com.hpe.caf.languagedetection
for language objects detected by the implementation of language detector, found in LanguageDetectorResult
DetectedLanguage() - Constructor for class com.hpe.caf.languagedetection.DetectedLanguage
 
detectLanguage(InputStream, LanguageDetectorSettings) - Method in interface com.hpe.caf.languagedetection.LanguageDetector
Interface method to detect language
detectLanguage(InputStream) - Method in interface com.hpe.caf.languagedetection.LanguageDetector
Overloaded method passing in default settings
detectLanguage(byte[], LanguageDetectorSettings) - Method in interface com.hpe.caf.languagedetection.LanguageDetector
Interface method to detect language
detectLanguage(byte[]) - Method in interface com.hpe.caf.languagedetection.LanguageDetector
Overloaded method passing in default settings

G

getConfidencePercentage() - Method in class com.hpe.caf.languagedetection.DetectedLanguage
 
getEncodingHint() - Method in class com.hpe.caf.languagedetection.LanguageDetectorSettings
 
getHints() - Method in class com.hpe.caf.languagedetection.LanguageDetectorSettings
 
getLanguageCode() - Method in class com.hpe.caf.languagedetection.DetectedLanguage
 
getLanguageDetector() - Method in interface com.hpe.caf.languagedetection.LanguageDetectorProvider
Interface to provide a Language detector
getLanguageDetectorStatus() - Method in class com.hpe.caf.languagedetection.LanguageDetectorResult
 
getLanguageName() - Method in class com.hpe.caf.languagedetection.DetectedLanguage
 
getLanguages() - Method in class com.hpe.caf.languagedetection.LanguageDetectorResult
 

I

isDetectMultipleLanguages() - Method in class com.hpe.caf.languagedetection.LanguageDetectorSettings
 
isReliable() - Method in class com.hpe.caf.languagedetection.LanguageDetectorResult
 

L

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.

S

setConfidencePercentage(int) - Method in class com.hpe.caf.languagedetection.DetectedLanguage
 
setDetectMultipleLanguages(boolean) - Method in class com.hpe.caf.languagedetection.LanguageDetectorSettings
 
setEncodingHint(String) - Method in class com.hpe.caf.languagedetection.LanguageDetectorSettings
 
setHints(String...) - Method in class com.hpe.caf.languagedetection.LanguageDetectorSettings
 
setLanguageCode(String) - Method in class com.hpe.caf.languagedetection.DetectedLanguage
 
setLanguageDetectorStatus(LanguageDetectorStatus) - Method in class com.hpe.caf.languagedetection.LanguageDetectorResult
 
setLanguageName(String) - Method in class com.hpe.caf.languagedetection.DetectedLanguage
 
setLanguages(Collection<DetectedLanguage>) - Method in class com.hpe.caf.languagedetection.LanguageDetectorResult
 
setReliable(boolean) - Method in class com.hpe.caf.languagedetection.LanguageDetectorResult
 

V

valueOf(String) - Static method in enum com.hpe.caf.languagedetection.LanguageDetectorStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.hpe.caf.languagedetection.LanguageDetectorStatus
Returns an array containing the constants of this enum type, in the order they are declared.
C D G I L S V 
Skip navigation links

Copyright © 2015–2017 EntIT Software LLC, a Micro Focus company. All rights reserved.