{
"task": "transcribe",
"language": "en",
"duration": 5.2,
"text": "Hello, this is a test recording.",
"segments": [
{
"id": 0,
"seek": 0,
"start": 0.0,
"end": 2.5,
"text": "Hello, this is",
"tokens": [1234, 5678],
"temperature": 0.0,
"avg_logprob": -0.25,
"compression_ratio": 1.2,
"no_speech_prob": 0.01
},
{
"id": 1,
"seek": 250,
"start": 2.5,
"end": 5.2,
"text": "a test recording.",
"tokens": [9012, 3456],
"temperature": 0.0,
"avg_logprob": -0.3,
"compression_ratio": 1.1,
"no_speech_prob": 0.02
}
]
}