Releases: AssemblyAI/assemblyai-python-sdk
Releases · AssemblyAI/assemblyai-python-sdk
0.25.0
Changes
Features
- Add
disable_partial_transcripts
andon_extra_session_information
toRealtimeTranscriber
Improvement
- Remove white noise from
stream_file
Full Changelog: 0.24.0...0.25.0
0.24.0
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()
andTranscript.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
0.23.0
What's Changed
Features:
- Add async methods to LeMUR:
task_async()
,question_async()
,summarize_async()
,action_items_async()
, andpurge_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
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()
- Add parameter
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
0.20.1
0.20.0
What's Changed
Features
Misc
- Cleanup duplicate code in tests
Documentation
Full Changelog: 0.19.0...0.20.0