The transcript object
Returned by the transcript routes. An unavailable transcript is a successful response with available: false, not an error.
objecttranscriptResource type. Always transcript, including for a call.
meeting_idstringThe record this transcript belongs to. Carries the prefix of its collection: mtg_ or call_.
availabletrue · falseWhether there is a transcript to read. false is a successful response carrying the reason in status, not an error.
statuscompleted · not_started · processing · failedProcessing state. Always completed while available is true; otherwise why the transcript is not there yet.
variantenhanced · originalnullableWhich transcript was returned: enhanced when the improved version exists, original otherwise. Null while none is available.
utterancesarray of objectThe transcript itself, in chronological order. Always empty while the transcript is unavailable.
created_atstring date-timenullableWhen the transcript was first stored, or null when none exists yet.
updated_atstring date-timenullableWhen the transcript last changed, or null when none exists yet.
Nested objects
Section titled “Nested objects”Meeting transcript utterance
Section titled “Meeting transcript utterance”speakerstringnullableSanitized speaker label when available.
textstringSanitized utterance text.
start_msintegerUtterance start offset in milliseconds.
end_msintegerUtterance end offset in milliseconds.