public interface LanguageDetector
| Modifier and Type | Method and Description |
|---|---|
com.neovisionaries.i18n.LanguageCode |
detect(String text) |
List<LanguageProbability> |
detectAll(String text) |
default Optional<LanguageProbability> |
detectMostProbable(String text,
double threshold) |
com.neovisionaries.i18n.LanguageCode detect(String text)
default Optional<LanguageProbability> detectMostProbable(String text, double threshold)
List<LanguageProbability> detectAll(String text)
Copyright © 2016 teletronics.ae. All rights reserved.