Releases: AssemblyAI/assemblyai-ruby-sdk
1.2.1
1.2.0
What's Changed
- 🌿 Fern Regeneration -- October 17, 2024 by @fern-api in #52
- Add
multichannelparameter toTranscriptsClient.submitandTranscriptsClient.transcribe - Add
multichannelandaudio_channelsproperties toTranscript - Add
channelproperty toTranscriptWord,TranscriptUtterance,TranscriptSentence, andSentimentAnalysisResult - Add
LemurModel.ANTHROPIC_CLAUDE2_0 - Change
limitparameter forTranscriptsClient.list()fromLongtoInteger - Update RDocs
- Add
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- Add
language_confidence_thresholdtoTranscript,TranscriptParams, andTranscriptOptionalParams.The confidence threshold for the automatically detected language.
An error will be returned if the language confidence is below this threshold. - Add
language_confidencetoTranscriptThe 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
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
1.0.0
The AssemblyAI Ruby SDK is now version 1.0.0 and is generally available. Use the SDK to
1.0.0-beta.17
What's Changed
- feat(ruby): Remove conformer 2 by @Swimburger in #42
Full Changelog: 1.0.0-beta.16...1.0.0-beta.17
1.0.0-beta.16
Full Changelog: 1.0.0-beta.15...1.0.0-beta.16
1.0.0-beta.15
What's Changed
Full Changelog: 1.0.0-beta.14...1.0.0-beta.15
1.0.0-beta.14
What's Changed
Full Changelog: 1.0.0-beta.13...1.0.0-beta.14