VoiceTranscriptSegment
Transcription segment produced during a voice session.
| Property | Type | Description |
|---|
isFinal | boolean | Indicates whether the transcript text is final. |
position | { end: number; start: number; } | Millisecond offsets covering the speech segment. |
position.end | number | Exclusive end timestamp in milliseconds. |
position.start | number | Inclusive start timestamp in milliseconds. |
speakerId? | null | string | Optional speaker identifier, if diarization is enabled. |
text | string | Recognized transcript text. |