{ "text": "Hello, this is a test of the transcription API."}
{ "task": "transcribe", "language": "english", "duration": 5.5, "text": "Hello, this is a test of the transcription API.", "segments": [ { "id": 0, "start": 0.0, "end": 2.5, "text": "Hello, this is a test", "tokens": [...] } ]}
مهلة الطلبات المتزامنة: ينتظر هذا الـ endpoint غير الخاص بالمحادثة حتى ينتهي النموذج الذي تم التوجيه إليه. قد تتجاوز المدخلات الكبيرة أو الصوت الطويل أو الدُفعات الكبيرة القيمة الافتراضية الشائعة للعميل وهي 30s، لذا اضبط مهلة عميل HTTP على 120s على الأقل.
{ "text": "Hello, this is a test of the transcription API."}
{ "task": "transcribe", "language": "english", "duration": 5.5, "text": "Hello, this is a test of the transcription API.", "segments": [ { "id": 0, "start": 0.0, "end": 2.5, "text": "Hello, this is a test", "tokens": [...] } ]}