Schemas
Transcript schema
Details of the transcript object schema. This is what the webhook will send to your webhook if you have specified one in your job submission.
jobId
string
Unique identifier of the transcript job
numSpeakers
integer
Number of speakers in the transcript. Either detected value if input was null or value is equal to user input
language
string
Language of the transcript. Either detected value if input was null or value is equal to user input. In form of ISO 639-1 code, like "en" or "de"
inferenceStart
string
Timestamp of the start of the inference
inferenceEnd
string
Timestamp of the end of the inference
segments
object[]
Array of segments, each segment contains spoken text, speaker, start and end time in seconds with decimal and a list of word objects (view below)