deepgram / deepgram-python-sdk

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

Implement `__dict__` for Response Objects #291

Closed dvonthenen closed 7 months ago

dvonthenen commented 7 months ago

Proposed changes

Implement __dict__ for Response Objects. Call .to_json() in def __dict__.

Context

NA

Possible Implementation

NA

Other information

dvonthenen commented 7 months ago

Not needed now.