Results & Response — Schemas

TranscriptionResult Schema

Full typed schema for the TranscriptionResult response object.


Field reference

FieldTypeDescription
successboolWhether transcription succeeded.
request_idstringUnique identifier. Use when contacting support.
textstringFull transcript. Prefixed with [SPEAKER_XX] when diarization is enabled.
detected_languagestringDetected language in lowercase e.g. "hindi", "telugu". Always populated.
audio_durationfloatTotal audio duration in seconds.
inference_time_msfloatServer-side processing time in milliseconds.
segmentsarrayTime-aligned segments with start, end, text. May include speaker, emotion, words[].
speakersarrayUnique speaker IDs. Empty array when diarization is off.
nlp_analysisobject|nullNLP results. Populated when enable_* flags are set.