Releases: AssemblyAI/assemblyai-python-sdk
Releases · AssemblyAI/assemblyai-python-sdk
0.13.0
0.12.0
What's Changed
Changes
Features
- Adds
speech_threshold
option - seeTranscript
option 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
ImportError
forextras
module 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_ids
within theTranscriptGroup
's constructor
Fixes
- Fixes the issue where
on_error
is being called on graceful shutdowns on thereal-time
service. - Fixes a validation issue on
IAB
andContent-Safety
that 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_safety
functionality - feat: add
sentiment_analysis
functionality - feat: add
entity_detection
functionality
Usage is described in the respective README.md
Fixes
- fix: bad typing in
custom_spelling
led toValidationError
- fix: reset the client when changing the API key
Full Changelog: 0.7.0...0.8.0