language_detection_processor#
- class besser.bot.core.processors.language_detection_processor.LanguageDetectionProcessor(bot, user_messages=False, bot_messages=False)[source]#
Bases:
ProcessorThe LanguageDetectionProcessor returns the spoken language in a given message.
This processor leverages the langdetect library to predict the language.
- Parameters:
- _abc_impl = <_abc._abc_data object>#