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

Implement Analyze Text #335

Closed kaller01 closed 2 weeks ago

kaller01 commented 2 weeks ago

Proposed changes

Deepgram supports sending in text to the read endpoint, add the method AnalyzeText.

Context

In my use case, I already have the content as a string, and currently I would have to convert to file encoding.

Possible Implementation

Introduce TextSource and AnalyzeText and AnalyzeTextCallback which are based of the equivalent UrlSource methods.

dvonthenen commented 2 weeks ago

this will be available in the upcoming release! thanks again @kaller01