Interface LangDetector
-
- All Known Implementing Classes:
LangDetectorImpl
public interface LangDetectorThis class is used to determine the language in which the user is communicating. The language will be used for determining the language of the bot response.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringdetectLang(String input)detects the language of the message and prints into the logs the value and the precision of the detection.
-