What's Changed
Changes
Features
- Adds `speech_threshold` option - [see `Transcript` option for more information](https://www.assemblyai.com/docs/API%20reference/transcript#create-a-transcript)
- Allow to retrieve existing transcripts easier via `Transcript.get_by_id(...)` and `TranscriptGroup.get_by_ids([...])` - see [documentation for more details](https://github.com/AssemblyAI/assemblyai-python-sdk/tree/a835be8a0e216e2c3dbb5a49fa760d071049800f#retrieving-existing-transcripts)
Fixes
- fix `ImportError` for `extras` module as mentioned in 23
Refactoring
- Drop the default for `language_code`
**Full Changelog**: https://github.com/AssemblyAI/assemblyai-python-sdk/compare/0.11.0...0.12.0