Releases: deepgram/deepgram-dotnet-sdk
Releases · deepgram/deepgram-dotnet-sdk
Release list
v1.7.0
Added
- Added support for the new
summarizationparameter for transcriptions that will enable summarization in the output.
v1.6.0
Added
- Added support for the new
detect_languageparameter for transcriptions that will enable automatic detection of language.
v1.5.1
Added
- Support for the new
Paragraphsparameter for transcription requests. More details about this feature can be found at https://developers.deepgram.com/documentation/features/paragraphs/
v1.4.1
Added
- New
DiarizationVersionparameter for transcription requests. This allows users to specify specific versions of the Deepgram diarizer for their reqeusts. By default, requests withDiarize: truewill result in the latest diarizer being used.
v1.4.0
Added
- New
tierparameter for transcription requests. This allows users to specifybaseorenhancedversions of models. - New
replaceparameter for transcription requests. This parameter allows users to specify strings to find and replace within transcripts. To use, send the string in the following format:{string to search for}:{string to replace with}. This parameter is an Array so multiple find/replace pairs can be sent in one request.
v1.3.1
Added
- SDK now supports .NET Standard 2.0
v1.2.0
Added
- Added tags to usage requests
Fixed
- Fixed issue that caused options passed into methods with string array properties to fail.
v1.1.0
Added
- Added the
FinishAsyncmethod to properly send a final message to the Deepgram API so that users will get their final transcript and then close the websocket connection.
v1.0.0
Added
- Real-time streaming via web sockets
1.0.0-beta2
Updated
- Targeted frameworks now include
- .Net 6.0
- .Net 5.0
- .Net Core 3.1