AutoHighlightResult: {
    count: number;
    rank: number;
    text: string;
    timestamps: Timestamp[];
}

Type declaration

  • count: number

    The total number of times the key phrase appears in the audio file

  • rank: number

    The total relevancy to the overall audio file of this key phrase - a greater number means more relevant

  • text: string

    The text itself of the key phrase

  • timestamps: Timestamp[]

    The timestamp of the of the key phrase

{
"count": 1,
"rank": 0.08,
"text": "air quality alerts",
"timestamps": [
{
"start": 3978,
"end": 5114
}
]
}