{
"id": "b4ed4d73-df5c-43fa-8d2b-b77e57ce5cfc",
"input": {
"url": "https://example.com/path/to/french_audio.mp3",
"language_code": "en",
"return_as_file": false,
"diarization": false,
"sentence_diarization": true,
"srt": true,
"sentence_level_timestamps": true,
"llm_translation": "french, german, portuguese",
"srt_translation": "spanish"
},
"inference_endpoint_name": "transcribe",
"status": "succeeded",
"events": [
{
"action": "created",
"time": "2024-10-03T13:58:52.3339361+00:00"
},
{
"action": "started",
"time": "2024-10-03T13:58:52.417207+00:00"
},
{
"action": "succeeded",
"time": "2024-10-03T13:59:10.6424658+00:00"
}
],
"output": {
"sentence_level_timestamps": [
{
"text": "It always seems like time stands still when I'm with you.",
"timestamp": [29.98, 30.98],
"start": 29.98,
"end": 30.98
}
],
"srt_content": "1\n00:00:29,980 --> 00:00:30,980\nIt always seems like time stands still when I'm with you.\n\n",
"summary": "Time stands still in love.",
"llm_translations": {
"French": "Le temps semble s'arrêter chaque fois que je suis avec toi.",
"German": "Es scheint immer so, als ob die Zeit stehen geblieben ist, wenn ich bei dir bin.",
"Portuguese": "Sempre parece que o tempo se detém quando estou com você."
},
"srt_translation": {
"Spanish": "1\n00:00:29,980 --> 00:00:30,980\nSiempre parece que el tiempo se para cuando estoy contigo."
},
"text": " It always seems like time stands still when I'm with you.",
"duration": 0.1,
"processing_time": 17.778546571731567
},
"create_time": "2024-10-03T13:58:52.3339361+00:00",
"update_time": "2024-10-03T13:59:10.6424658+00:00"
}