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.
| Name | Type | Description |
|---|---|---|
end | number | Exclusive end timestamp in milliseconds. |
start | number | Inclusive start timestamp in milliseconds. |
speakerId?
optional speakerId: null | string;
Optional speaker identifier, if diarization is enabled.
text
text: string;
Recognized transcript text.