The Auto Chapters model summarizes audio data over time into chapters. Chapters makes it easy for users to navigate and find specific information.
auto_chapters
to true
in the transcription config. punctuate
must be enabled to use Auto Chapters (punctuate
is enabled by default).
Key | Type | Description |
---|---|---|
auto_chapters | boolean | Enable Auto Chapters. |
Key | Type | Description |
---|---|---|
chapters | array | An array of temporally sequential chapters for the audio file. |
chapters[i].gist | string | An short summary in a few words of the content spoken in the i-th chapter. |
chapters[i].headline | string | A single sentence summary of the content spoken during the i-th chapter. |
chapters[i].summary | string | A one paragraph summary of the content spoken during the i-th chapter. |
chapters[i].start | number | The starting time, in milliseconds, for the i-th chapter. |
chapters[i].end | number | The ending time, in milliseconds, for the i-th chapter. |
Can I specify the number of chapters to be generated by the Auto Chapters model?
Why am I not getting any chapter predictions for my audio file?