deepgram / deepgram-python-sdk

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

Set Field in Metadata as Optional #336

Closed dvonthenen closed 3 months ago

dvonthenen commented 3 months ago

Proposed changes

Set a few Options properties as Optional if there is a chance they could be null. A user reported that these values may have been empty. Not sure if this is a true bug or not, but it wouldn't hurt to make these optional.

Also, adds in an example of LiveClient connection reuse.

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