Skip to content

The transcript object

Returned by the transcript routes. An unavailable transcript is a successful response with available: false, not an error.

objecttranscript

Resource type. Always transcript, including for a call.

meeting_idstring

The record this transcript belongs to. Carries the prefix of its collection: mtg_ or call_.

availabletrue · false

Whether there is a transcript to read. false is a successful response carrying the reason in status, not an error.

statuscompleted · not_started · processing · failed

Processing state. Always completed while available is true; otherwise why the transcript is not there yet.

variantenhanced · originalnullable

Which transcript was returned: enhanced when the improved version exists, original otherwise. Null while none is available.

utterancesarray of object

The transcript itself, in chronological order. Always empty while the transcript is unavailable.

created_atstring date-timenullable

When the transcript was first stored, or null when none exists yet.

updated_atstring date-timenullable

When the transcript last changed, or null when none exists yet.

speakerstringnullable

Sanitized speaker label when available.

textstring

Sanitized utterance text.

start_msinteger

Utterance start offset in milliseconds.

end_msinteger

Utterance end offset in milliseconds.