{
"data": [
[
{
"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 response
Wrapper for the transcript response. data[0] is the transcript, or null when the project has no transcript yet.
Show child attributes
Show child attributes
Was this page helpful?