{
"id": 0,
"start": 0,
"end": 10.5,
"text": "Hello and welcome to the show.",
"words": [
{
"word": "hello",
"start": 0.12,
"end": 0.48,
"isFillerWord": false
}
],
"speaker": "SPEAKER_00"
}Transcript export paragraph
A paragraph of the transcript with timing and optional speaker attribution.
Paragraph index within the transcript.
Example:
0
Start time in seconds.
Example:
0
End time in seconds.
Example:
10.5
Paragraph text.
Example:
"Hello and welcome to the show."
Per-word timings inside this paragraph.
Show child attributes
Show child attributes
Speaker label, when diarization is available.
Example:
"SPEAKER_00"
Was this page helpful?