Skip to content

Releases: deepgram/deepgram-dotnet-sdk

v1.7.0

Choose a tag to compare

@michaeljolley michaeljolley released this 27 Sep 17:37
98b882f

Added

  • Added support for the new summarization parameter for transcriptions that will enable summarization in the output.

v1.6.0

Choose a tag to compare

@michaeljolley michaeljolley released this 20 Sep 20:16
e1f43e6

Added

  • Added support for the new detect_language parameter for transcriptions that will enable automatic detection of language.

v1.5.1

Choose a tag to compare

@michaeljolley michaeljolley released this 02 Sep 21:38
cd3a987

Added

v1.4.1

Choose a tag to compare

@michaeljolley michaeljolley released this 17 Aug 23:04
a4adb66

Added

  • New DiarizationVersion parameter for transcription requests. This allows users to specify specific versions of the Deepgram diarizer for their reqeusts. By default, requests with Diarize: true will result in the latest diarizer being used.

v1.4.0

Choose a tag to compare

@michaeljolley michaeljolley released this 14 Jul 20:05
1d2d6dd

Added

  • New tier parameter for transcription requests. This allows users to specify base or enhanced versions of models.
  • New replace parameter 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

Choose a tag to compare

@michaeljolley michaeljolley released this 01 Jul 23:38
86e1151

Added

  • SDK now supports .NET Standard 2.0

v1.2.0

Choose a tag to compare

@michaeljolley michaeljolley released this 20 Apr 19:33
09934d4

Added

  • Added tags to usage requests

Fixed

  • Fixed issue that caused options passed into methods with string array properties to fail.

v1.1.0

Choose a tag to compare

@michaeljolley michaeljolley released this 04 Feb 03:29
3e88739

Added

  • Added the FinishAsync method 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

Choose a tag to compare

@michaeljolley michaeljolley released this 20 Dec 02:16
f421a45

Added

  • Real-time streaming via web sockets

1.0.0-beta2

1.0.0-beta2 Pre-release
Pre-release

Choose a tag to compare

@michaeljolley michaeljolley released this 22 Nov 00:15
1853e7f

Updated

  • Targeted frameworks now include
    • .Net 6.0
    • .Net 5.0
    • .Net Core 3.1