Enabling Full Transcript
Addfull_transcript=true to your WebSocket connection query parameters when connecting to the Lightning STT WebSocket API. The default is false.
Real-Time WebSocket API
Output Format & Field of Interest
Thefull_transcript field contains the complete transcription text accumulated from the beginning of the session. This field is only included in responses where full_transcript=true query parameter is set AND is_final=true, ensuring you receive the complete transcript only when a segment is finalized.
Sample Response
Response Fields
| Field | Type | When Included | Description |
|---|---|---|---|
full_transcript | string | full_transcript=true AND is_final=true | Complete transcription text accumulated from the start of the session |
transcript | string | Always | Partial or complete transcription text for the current segment |
is_final | boolean | Always | Indicates if this is the final transcription for the current segment |

