Releases: speechmatics/speechmatics-python
1.5.1
1.5.0
Releaser 1.5.0
This release improves the CLI tool by adding the following:
- .toml config file support to set the auth token with CLI config set command
- CLI config unset command for removing properties from the toml file
- --generate-temp-token option to the set/unset config command and toml file
- Default URLs for self-service Batch and RT in the CLI
1.4.5
- Documentation for base transcription config class
_TranscriptionConfig
- Improved error types in HTTP requests to capture errors more clearly
- Remove excess logging on errors and allow developer to catch errors
- Use environment variable
SM_MANAGEMENT_PLATFORM_URL
before defaulting to production MP API URL - Human-readable error outputs in the CLI
1.4.4
1.4.3
Custom Transcription Config File
- Instead of passing all the transcription options via the commandline you can also pass a transcription config file.
The config file is a JSON file that contains the transcription options.
The config file can be passed to the CLI using the--config-file
option.
v1.4.1 - Update Workflow trigger
This release updates the workflow trigger
Generate Temp Tokens for SaaS WebSockets
- Add --generate-temp-token CLI argument to rt websocket setup to get temp token for rt authentication
- Add generate_temp_token optional boolean kwarg to connection setttings, defaults to False
- Add new RT self-service runtime URL for eu2
Fixed breaking change to TranscriptionConfig
Fixed
- Restored positional
language
parameter toTranscriptionConfig.__init__
Add support for batch api and speaker diarization in RT
Added/Removed
Support for enable entities, speaker diarization sensitivity, channel diarization labels in batch
Add support for speaker diarization in RT, and support the max_speakers parameter
Remove support for --n_best_limit parameter
Added support for Batch ASR client
Add domain parameter
Changed:
Transformed transcribe command to follow the pattern of RT only for legacy compatibility
Fix client crashing if 'url' parameter is omitted and now outputting informative message
Changed diarization option <speaker_and_channel> to <channel_and_speaker_change> as that's what SaaS expects.
Fix get-results to fetch the transcript
Update batch delete job to return meaningful response
Fix unhandled task exception when running with timeout
- Fix an issue with an unhandled task exception when using run_synchronously with a timeout.
- Remove default values from args parser for max-delay-mode and operating-point for
backwards compatibility with older versions of RTC.