Pular para o conteúdo

O objeto transcrição

Devolvido pelas rotas de transcrição. Transcrição indisponível é resposta bem-sucedida com available: false, não erro.

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 · originalaceita null

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-timeaceita null

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

updated_atstring date-timeaceita null

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

speakerstringaceita null

Sanitized speaker label when available.

textstring

Sanitized utterance text.

start_msinteger

Utterance start offset in milliseconds.

end_msinteger

Utterance end offset in milliseconds.