Skip to content
1 min read · 66 words

Interface: TranscribeResult

Defined in: src/batteries/specialists/stt/transformers_js/types.ts:44

The result of a transcribe call.

Properties

PropertyTypeDescriptionDefined in
segments?SttSegment[]Per-segment timing breakdown, present only when TranscribeOptions.timestamps was set.src/batteries/specialists/stt/transformers_js/types.ts:48
textstringThe full recognized transcript.src/batteries/specialists/stt/transformers_js/types.ts:46