Basic Information

appmixer.ai.assemblyai.TranscriptCompleted

Transcript Completed

1.0.0

Public

Fires when a transcript finishes processing (status becomes completed). This is the practical way to react to AssemblyAI's asynchronous transcription. Optionally fetches the full transcript for each new completed item.

Properties

FieldTypeDescription
Include Full Transcript toggle When enabled, fetches the full transcript (text, words, utterances, Audio Intelligence results) for each newly completed item. When disabled, only the summary is emitted and you can add a Get Transcript component downstream.

Output Ports

transcript

FieldTypeDescription
Transcript ID string -
Status string -
Audio URL string -
Created string -
Completed string -
Text string -
Language Code string -
Audio Duration (s) integer -
Confidence number -
Words array -
Utterances array -
Error string -
Sentiment Analysis Results array -
Entities array -
IAB Categories Result object -
Content Safety Labels object -
Auto Highlights Result object -

Full Metadata