{
"task": "transcribe",
"duration": 0,
"text": "string",
"segments": [
{
"type": "transcript.text.segment",
"id": "string",
"start": 0,
"end": 0,
"text": "string",
"speaker": "string"
}
],
"usage": {
"type": "tokens",
"input_tokens": 0,
"input_token_details": {
"text_tokens": 0,
"audio_tokens": 0
},
"output_tokens": 0,
"total_tokens": 0
}
}