Thomas Bachlechner

Results 2 comments of Thomas Bachlechner

Same issue in the python sdk. Here to reproduce: ```python import amazon_transcribe amazon_transcribe.__version__ # '0.6.2' from amazon_transcribe.client import TranscribeStreamingClient import threading import asyncio async def _transcribe_main(region): client = TranscribeStreamingClient(region=region) stream...