Skip to content

Releases: AssemblyAI/assemblyai-csharp-sdk

1.1.4

08 Oct 20:58
607f1a8
Compare
Choose a tag to compare

Full Changelog: 1.1.3...1.1.4

1.1.3

13 Sep 16:46
e796b49
Compare
Choose a tag to compare

Full Changelog: 1.1.2...1.1.3

1.1.2

13 Sep 16:15
871d13e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

04 Sep 21:13
329bb8c
Compare
Choose a tag to compare

What's Changed

  • 🌿 Fern Regeneration -- August 26, 2024 by @fern-api in #47
  • Add optional request options and cancellation tokens to extended clients by @Swimburger in #48
  • feat: Add XML docs by @Swimburger in #50
  • Add overloads to upload files using byte array and memory by @Swimburger in #51

Full Changelog: 1.1.0...1.1.1

1.1.0

26 Aug 13:18
ce1a02b
Compare
Choose a tag to compare

What's Changed

  • Add more overloads to upload files, submit, and transcribe by @Swimburger in #45
  • Make Microphone stream sample Windows compatible, add readmes by @Swimburger in #44
  • Add LanguageConfidenceThreshold to Transcript, TranscriptParams, and TranscriptOptionalParams.

    The confidence threshold for the automatically detected language.
    An error will be returned if the language confidence is below this threshold.

  • Add LanguageConfidence to Transcript

    The confidence score for the detected language, between 0.0 (low confidence) and 1.0 (high confidence)

Using these new fields you can determine the confidence of the language detection model (enable by setting LanguageDetection to true), and fail the transcript if it doesn't meet your desired threshold.

Learn more about the new automatic language detection model and feature improvements on our blog.

Full Changelog: 1.0.1...1.1.0

1.0.1

15 Aug 20:47
2fa92fb
Compare
Choose a tag to compare
  • Add client.Transcripts.GetRedactedAudioFileAsync

Full Changelog: 1.0.0...1.0.1

1.0.0

14 Aug 17:46
432faf7
Compare
Choose a tag to compare

What's Changed

The AssemblyAI C# .NET SDK is now version 1.0.0 and is generally available. Use the SDK to

1.0.0-beta3

12 Aug 02:32
c889591
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release
Merge pull request #42 from AssemblyAI/fern-bot/08-11-2024-1119PM

:herb: Fern Regeneration -- August 11, 2024

1.0.0-beta2

09 Aug 22:00
40f6566
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

What's Changed

  • Make RealtimeTranscriber more reliable, add integration tests for RealtimeTranscriber by @Swimburger in #40

Full Changelog: 1.0.0-beta1...1.0.0-beta2

1.0.0-beta1

01 Aug 23:53
cadefea
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

Full Changelog: 1.0.0-beta...1.0.0-beta1