Transcript Items

Transcript items are pieces of text extracted from an audio stream.

The TranscriptItem object

text - string
Piece of text extracted from an audio stream

chunkId - integer
Integer id representing the transcript item. This id will start at 0 and will be incremented for each consequent transcript item.

start_ms - integer
Start position in ms from the beginning of the audio stream

ended_at - integer
End position in ms from the beginning of the audio stream

is_final - bool
If false, this piece of text is considered a temporary result, and may be altered or removed later after further analysis.