deepgram / deepgram-python-sdk

Official Python SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
175 stars 47 forks source link

Update Examples to Always Display UtteranceEnd Even If Not Using to Process Transcription #386

Closed dvonthenen closed 1 month ago

dvonthenen commented 1 month ago

Proposed changes

To some it isn't clear the event is being fired. This displays receiving the event even if it doesn't contribute to the transcription processing.

Syntac updates for Black Formatter (would be good to have that automation in place right?)

Removed "Deepgram " from each event name. Doesn't add value. Of course it's Deepgram, what else would it be?

Types of changes

What types of changes does your code introduce to the community Python SDK? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

NA