This page documents changes in the Python SDK only. View all changes.
Added
skip_punctuationparameter to the Streaming Speech-to-Text API Clientskip_punctuationparameter to the Asynchronous Speech-to-Text API Client
Added
languageparameter to the Streaming Speech-to-Text API Client
Added
notification_configandsource_configparameters to all job submissions
Added
Support for Language Identification API
Support for Sentiment Analysis API
Deprecated
media_urloption. Usesource_configinsteadcallback_urloption. Usenotification_configinstead
Added
Support for Topic Extraction API
speaker_namesoption to asynchronous client for human transcription
Added
transcriberto asynchronous clientverbatim,rush,test_modeandsegments_to_transcribeoptions to asynchronous client for human transcriptionstart_tsandtranscriberto streaming client
Added
detailed_partialsparameter to the streaming client- CI now runs on GitHub Actions. This replaces Travis CI.
Added
custom_vocabulary_idoption to enable job submission with the id of a pre-submitted custom vocabulary
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.
Added
delete_custom_vocabulary(id): Delete your custom vocabulary by idget_list_of_custom_vocabularies(): Get a list of recent custom vocabulary submissions' informationremove_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