deepgram / deepgram-dotnet-sdk

.NET SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
30 stars 31 forks source link

🚨 [HIGH PRIORITY] 🚨 Audit Schema and Response Classes Properties #191

Closed dvonthenen closed 8 months ago

dvonthenen commented 8 months ago

What is the current behavior?

Obsolete, remove, and add all the parameters used in Schema (aka Options) classes and verify the Response classes. This needs to be done for:

Please see DX: SDK Inventory of Features document.

Steps to reproduce

NA

Expected behavior

NA

Please tell us about your environment

NA

Other information

NA

dvonthenen commented 8 months ago

Merged these PRs: https://github.com/deepgram/deepgram-dotnet-sdk/pull/206 https://github.com/deepgram/deepgram-dotnet-sdk/pull/205 https://github.com/deepgram/deepgram-dotnet-sdk/pull/204

Closing!