Chapterization
The Chapterization model segments the audio into distinct chapters, each with a descriptive headline and summaries
This feature is in Alpha state.
Breaking changes may still be introduced to this API, but an advanced notice will be sent.
We’re looking for feedback to improve this feature, share yours here.
The chapterization model segments the audio into logical chapters based on the audio and content, and makes it easier to navigate long audios such as meeting recordings.
Each chapter will contain its start and end time, as well as a summary, headline, bottom line “gist” and keywords.
Usage
Enable chapterization by simply setting chapterization
to true
in your transcription request.
Result
The transcription result will contain a "chapterization"
key with the output of the model:
Was this page helpful?