Transcript schema
Details of the transcript object schema. This is what the webhook will send to your endpoint.
Unique identifier of the transcript job
Number of speakers in the transcript. Either detected value if input was null or value is equal to user input
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"
Timestamp of the start of the inference
Timestamp of the end of the inference
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)