vox.handlers.stdout_handler =========================== .. py:module:: vox.handlers.stdout_handler Classes ------- .. autoapisummary:: vox.handlers.stdout_handler.OutputHandler Module Contents --------------- .. py:class:: OutputHandler(**kwargs) A simple handler that prints the transcribed text to standard output. .. py:method:: send(text) Prints the text to stdout. flush=True is important for real-time piping. .. py:method:: close()