speech2text#
- class besser.agent.nlp.speech2text.speech2text.Speech2Text(nlp_engine)[source]#
Bases:
ABC
The Speech2Text abstract class.
The Speech2Text component, also known as STT, Automatic Speech Recognition or ASR, is in charge of converting spoken language or audio speech signals into written text. This task is called transcribing.
We can use it in an agent to allow the users to send voice messages and transcribe them to written text so the agent can process them like regular text messages.
- Parameters:
nlp_engine (NLPEngine) – the NLPEngine that handles the NLP processes of the agent
- _nlp_engine#
The NLPEngine that handles the NLP processes of the agent
- _abc_impl = <_abc._abc_data object>#