15 lines
178 B
JSON
15 lines
178 B
JSON
{
|
|
"segments": [
|
|
{
|
|
"start": 0.0,
|
|
"end": 1.2,
|
|
"text": " Hello there. "
|
|
},
|
|
{
|
|
"start": 2.6,
|
|
"end": 3.1,
|
|
"text": "Okay."
|
|
}
|
|
]
|
|
}
|