Package opennlp.tools.langdetect
Class ProbingLanguageDetectionResult
- java.lang.Object
-
- opennlp.tools.langdetect.ProbingLanguageDetectionResult
-
public class ProbingLanguageDetectionResult extends Object
-
-
Constructor Summary
Constructors Constructor Description ProbingLanguageDetectionResult(Language[] languages, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Language[]
getLanguages()
int
getLength()
-