Skip to content

3.6.0: Transcription Vocabularies

Compare
Choose a tag to compare
@eropple eropple released this 07 Jul 18:17
· 40 commits to master since this release

Transcription vocabularies are live! Check out the docs for an in-depth guide.

Changed Operations

  • adds text_source enum field on Tracks, indicating where the text in the track comes from
  • uploaded tracks were created via the create-asset-track operation
  • embedded tracks were created from embedded CEA-608 closed captions in a live stream
  • generated_live tracks were generated using speech recognition during a live stream
  • generated_live_final tracks were generated using speech recognition after the end of a live stream and have higher quality text, timing, and formatting
  • adds generated_subtitles to CreateLiveStreamRequest and LiveStream schemas, for configuration of speech-recognition-based-generation of text tracks for live streams

New Operations

  • create-transcription-vocabulary
  • list-transcription-vocabularies
  • get-transcription-vocabulary
  • update-transcription-vocabulary
  • delete-transcription-vocabulary
  • update-live-stream-generated-subtitles