Changelog
attention
This page documents changes in the Python SDK only. View all changes.
2022-05-13
Version 3.2.0
Added
-
notification_config
andsource_config
parameters to all job submissions
Deprecated
-
media_url
option. Usesource_config
instead -
callback_url
option. Usenotification_config
instead
2022-01-31
Version 2.14.0
Added
-
transcriber
to asynchronous client -
verbatim
,rush
,test_mode
andsegments_to_transcribe
options to asynchronous client for human transcription -
start_ts
andtranscriber
to streaming client
2021-10-12
Version 2.13.0
Added
-
detailed_partials
parameter to the streaming client - CI now runs on GitHub Actions. This replaces Travis CI.
2021-03-09
Version 2.12.0
Added
-
custom_vocabulary_id
option to allow job submission with the id of a pre-submitted custom vocabulary
2021-01-17
Version 2.11.0
Added
-
language
job option to the Asynchronous Speech-to-Text API. Transcribe audio in languages other than English. See Asynchronous Speech-to-Text API docs for the full list of supported languages. - Relax dependency pinned version requirements.
2020-07-22
Version 2.9.0
Added
-
delete_custom_vocabulary(id)
: Delete your custom vocabulary by id -
get_list_of_custom_vocabularies()
: Get a list of recent custom vocabulary submissions' information -
remove_disfluencies
job option for the streaming client: Remove filler words (disfluencies) from the resulting transcript. This option was previously available for the Asynchronous Speech-to-Text API client.
Changed
- Improved examples
Fixed
- Bug fixes and improvements