34 lines
577 B
JSON
34 lines
577 B
JSON
{
|
|
"metadata": {
|
|
"application": "seriatim",
|
|
"version": "v-test",
|
|
"output_schema": "seriatim-intermediate"
|
|
},
|
|
"segments": [
|
|
{
|
|
"id": 1,
|
|
"start": 1,
|
|
"end": 4,
|
|
"speaker": "Eric Rakestraw",
|
|
"text": "Hello there."
|
|
},
|
|
{
|
|
"id": 2,
|
|
"start": 5,
|
|
"end": 8,
|
|
"speaker": "Mike Brown",
|
|
"text": "Welcome back, everyone."
|
|
},
|
|
{
|
|
"id": 3,
|
|
"start": 9,
|
|
"end": 10,
|
|
"speaker": "Eric Rakestraw",
|
|
"text": "Yeah.",
|
|
"categories": [
|
|
"backchannel"
|
|
]
|
|
}
|
|
]
|
|
}
|