Changelog
attention
This page documents changes in the Python SDK only. View all changes.
2022-08-02
Version 2.17.1
Added
-
skip_punctuationparameter to the Streaming Speech-to-Text API Client -
skip_punctuationparameter to the Asynchronous Speech-to-Text API Client
2022-05-13
Version 2.16.0
Added
-
notification_configandsource_configparameters to all job submissions
Added
- Support for Language Identification API
- Support for Sentiment Analysis API
Deprecated
-
media_urloption. Usesource_configinstead -
callback_urloption. Usenotification_configinstead
2022-04-25
Version 2.15.0
Added
- Support for Topic Extraction API
-
speaker_namesoption to asynchronous client for human transcription
2022-01-31
Version 2.14.0
Added
-
transcriberto asynchronous client -
verbatim,rush,test_modeandsegments_to_transcribeoptions to asynchronous client for human transcription -
start_tsandtranscriberto streaming client
2021-10-12
Version 2.13.0
Added
-
detailed_partialsparameter to the streaming client - CI now runs on GitHub Actions. This replaces Travis CI.
2021-03-09
Version 2.12.0
Added
-
custom_vocabulary_idoption to enable job submission with the id of a pre-submitted custom vocabulary
2021-01-17
Version 2.11.0
Added
-
languagejob 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_disfluenciesjob 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