Chapter: {
    end: number;
    gist: string;
    headline: string;
    start: number;
    summary: string;
}

Chapter of the audio file

Type declaration

  • end: number

    The starting time, in milliseconds, for the chapter

  • gist: string

    An ultra-short summary (just a few words) of the content spoken in the chapter

  • headline: string

    A single sentence summary of the content spoken during the chapter

  • start: number

    The starting time, in milliseconds, for the chapter

  • summary: string

    A one paragraph summary of the content spoken during the chapter

{
"summary": "Smoke from hundreds of wildfires in Canada is triggering air quality alerts throughout the US. Skylines from Maine to Maryland to Minnesota are gray and smoggy. In some places, the air quality warnings include the warning to stay inside.",
"gist": "Smoggy air quality alerts across US",
"headline": "Smoke from hundreds of wildfires in Canada is triggering air quality alerts across US",
"start": 250,
"end": 28840
}