LogoRobo.js
Packages@robojs/ai

VoiceTranscriptSegment

Interface: VoiceTranscriptSegment

Transcription segment produced during a voice session.

Properties

PropertyTypeDescription
isFinalbooleanIndicates whether the transcript text is final.
position{ end: number; start: number; }Millisecond offsets covering the speech segment.
position.endnumberExclusive end timestamp in milliseconds.
position.startnumberInclusive start timestamp in milliseconds.
speakerId?null | stringOptional speaker identifier, if diarization is enabled.
textstringRecognized transcript text.

On this page