Package org.apache.solr.update.processor
Class DetectedLanguage
- java.lang.Object
-
- org.apache.solr.update.processor.DetectedLanguage
-
public class DetectedLanguage extends Object
Bean holding a language and a detection certainty
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getCertainty()
Returns the detected certainty for this languageString
getLangCode()
Returns the detected language code
-