Skip to main content

Interface: VoiceTranscriptSegment

Transcription segment produced during a voice session.

Properties

isFinal

isFinal: boolean;

Indicates whether the transcript text is final.


position

position: object;

Millisecond offsets covering the speech segment.

NameTypeDescription
endnumberExclusive end timestamp in milliseconds.
startnumberInclusive start timestamp in milliseconds.

speakerId?

optional speakerId: null | string;

Optional speaker identifier, if diarization is enabled.


text

text: string;

Recognized transcript text.