deepgram / deepgram-dotnet-sdk

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

Audit of Live Model Classes #205

Closed davidvonthenen closed 9 months ago

davidvonthenen commented 9 months ago

This modifies the Live classes based on the audit document.

Using Go as a reference: https://github.com/deepgram/deepgram-go-sdk/blob/main/pkg/api/live/v1/interfaces/types.go

Passed unit tests: Screenshot 2024-02-04 at 13 28 20

davidvonthenen commented 9 months ago

Will fix the TODO documentation notes later.