deepgram / deepgram-python-sdk

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

Documentation not matching at the official website #219

Closed Kedar-dave closed 11 months ago

Kedar-dave commented 11 months ago

It looks like the official documentation of Deepgram API usage https://developers.deepgram.com/docs is not updated to the latest version of the API. Please check the content.

davidvonthenen commented 11 months ago

This should be fixed now.

Pre-recorded: https://developers.deepgram.com/docs/python-sdk-pre-recorded-transcription

Live: https://developers.deepgram.com/docs/python-sdk-streaming-transcription

You might need to clear browser cache if you aren't seeing it. If you have any issues with the official documentations, please let me know. Feedback is welcome!

Kedar-dave commented 8 months ago

Thanks for the Update!