Releases: AssemblyAI/assemblyai-python-sdk
Releases · AssemblyAI/assemblyai-python-sdk
0.15.0
Changes
Breaking Change
Features
- Adds
Lemur.action-itemsfeature - see example for usage
0.14.0
What's Changed
Breaking Change
- Removes
Lemur.ai_coachfunctionality Lemur.summarizeandLemur.questionreturn now a result object - see example for usage
Features
- Adds new
Lemur.taskfeature for custom prompting - see example for usage
0.13.0
0.12.0
What's Changed
Changes
Features
- Adds
speech_thresholdoption - seeTranscriptoption for more information - Allow to retrieve existing transcripts easier via
Transcript.get_by_id(...)andTranscriptGroup.get_by_ids([...])- see documentation for more details
Fixes
- fix
ImportErrorforextrasmodule as mentioned in #23
Refactoring
- Drop the default for
language_code
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
Features
- Adds PII redacted audio retrieval
- Allows passing
transcript_idswithin theTranscriptGroup's constructor
Fixes
- Fixes the issue where
on_erroris being called on graceful shutdowns on thereal-timeservice. - Fixes a validation issue on
IABandContent-Safetythat occurred on Transcript's that errored out.
Full Changelog: 0.10.0...0.11.0
0.10.0
0.9.0
0.8.1
0.8.0
What's Changed
Features
- feat: add
content_safetyfunctionality - feat: add
sentiment_analysisfunctionality - feat: add
entity_detectionfunctionality
Usage is described in the respective README.md
Fixes
- fix: bad typing in
custom_spellingled toValidationError - fix: reset the client when changing the API key
Full Changelog: 0.7.0...0.8.0