Skip to content

Releases: AssemblyAI/assemblyai-ruby-sdk

1.2.0

06 Nov 08:30
60ba7d8
Compare
Choose a tag to compare

What's Changed

  • 🌿 Fern Regeneration -- October 17, 2024 by @fern-api in #52
    • Add multichannel parameter to TranscriptsClient.submit and TranscriptsClient.transcribe
    • Add multichannel and audio_channels properties to Transcript
    • Add channel property to TranscriptWord, TranscriptUtterance, TranscriptSentence, and SentimentAnalysisResult
    • Add LemurModel.ANTHROPIC_CLAUDE2_0
    • Change limit parameter for TranscriptsClient.list() from Long to Integer
    • Update RDocs

Full Changelog: 1.1.0...1.2.0

1.1.0

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

What's Changed

  • Add language_confidence_threshold 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 language_confidence 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 language_detection 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.2...1.1.0

1.0.2

20 Aug 20:21
526733c
Compare
Choose a tag to compare

Fix an issue where files wouldn't be uploaded when passing in a local file path like this:

uploaded_file = client.files.upload(file: './espn-bears.m4a')

Full Changelog: 1.0.1...1.0.2

1.0.1

15 Aug 19:53
4e7df7c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

05 Aug 18:29
b52f9e6
Compare
Choose a tag to compare

The AssemblyAI Ruby SDK is now version 1.0.0 and is generally available. Use the SDK to

1.0.0-beta.17

16 Jul 15:34
9c65066
Compare
Choose a tag to compare
1.0.0-beta.17 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0-beta.16...1.0.0-beta.17

1.0.0-beta.16

15 Jul 09:42
0078c80
Compare
Choose a tag to compare
1.0.0-beta.16 Pre-release
Pre-release

1.0.0-beta.15

10 Jul 15:03
d3c4ba9
Compare
Choose a tag to compare

What's Changed

  • 🌿 Fern Regeneration -- July 10, 2024 by @fern-api in #41

Full Changelog: 1.0.0-beta.14...1.0.0-beta.15

1.0.0-beta.14

04 Jul 14:10
64410b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-beta.13...1.0.0-beta.14

1.0.0-beta.13

27 Jun 14:18
bdce5f6
Compare
Choose a tag to compare
1.0.0-beta.13 Pre-release
Pre-release

What's Changed

  • 🌿 Fern Regeneration -- June 27, 2024 by @fern-api in #36
  • 🌿 Fern Regeneration -- June 27, 2024 by @fern-api in #37

Full Changelog: 1.0.0-beta.12...1.0.0-beta.13