A user streaming audio through Amazon Transcribe got output with every partial hypothesis repeated: This. / This is / This is a / This is a te / This is a test. They only wanted the final transcript line. The examples print every result the service returns, and Transcribe emits partial hypotheses continuously as it refines them. The fix is in the event handler, not the API call.