Skip to content

Releases: AssemblyAI/assemblyai-python-sdk

0.24.0

03 Apr 07:29
Compare
Choose a tag to compare

Changes

Features

  • Add SpeechModel.best
  • Add string support for language_code parameter
  • Add support to delete transcripts. PR #56 by @oconnoob:
    • Transcript.delete_by_id() and Transcript.delete_by_id_async

Deprecations

  • Deprecate LanguageCode enum. It will be removed in 1.0.0. Use strings instead.

Full Changelog: 0.23.1...0.24.0

0.23.1

18 Mar 20:33
cedd39f
Compare
Choose a tag to compare

What's Changed

Changes

Features:

  • Add support for Conformer-2 SpeechModel (#60)

Full Changelog: 0.23.0...0.23.1

0.23.0

08 Mar 12:54
Compare
Choose a tag to compare

What's Changed

Features:

  • Add async methods to LeMUR: task_async(), question_async(), summarize_async(), action_items_async(), and purge_request_data_async()

Documentation

  • Add more code examples to README:
    • Transcribe from stream example
    • Real-Time End-of-utterance controls example

Full Changelog: 0.22.0...0.23.0

0.22.0

15 Feb 12:41
7a41020
Compare
Choose a tag to compare

What's Changed

Features:

  • Add end of utterance controls for RealtimeTranscriber:
    • Add parameter end_utterance_silence_threshold
    • Add configure_end_utterance_silence_threshold()
    • Add force_end_utterance()

Refactors:

  • Improve error messages for standard errors: New error message displays the request with the URL
  • Remove _encode_data() in _RealtimeTranscriberImp (streaming data can be sent directly as binary data)

New Contributors

Full Changelog: 0.21.0...0.22.0

0.20.2

27 Dec 16:30
f5b70ae
Compare
Choose a tag to compare

0.20.1

18 Dec 22:24
d0830b9
Compare
Choose a tag to compare

0.20.0

22 Nov 18:34
e4d3379
Compare
Choose a tag to compare

What's Changed

Features

Misc

  • Cleanup duplicate code in tests

Documentation

Full Changelog: 0.19.0...0.20.0

0.19.0

20 Oct 11:26
Compare
Choose a tag to compare

0.18.0

19 Sep 16:48
Compare
Choose a tag to compare

What's Changed

Features

  • Allow for customers to delete LeMUR data (7bf688c)
  • Allow for adding temperature to LeMUR requests (34e1e3c)
  • Add new extras function file_from_stream (0c950b0)

Fixes

  • Fix word_boost for RealtimeTranscriber (710d81f)

Full Changelog: 0.17.0...0.18.0

0.17.0

18 Aug 06:46
Compare
Choose a tag to compare

What's Changed

Features

  • Add the following new languages to the SDK (fa123eb)
    • 🇫🇮    Finnish
    • 🇰🇷🇰🇵 Korean
    • 🇵🇱    Polish
    • 🇷🇺    Russian
    • 🇹🇷    Turkish
    • 🇺🇦    Ukrainian
    • 🇻🇳    Vietnamese
    • 🇨🇳    Chinese

Fixes

  • Add a global context parameter to Lemur.question(...) (458968d)

Full Changelog: 0.16.0...0.17.0