Interface: TranscribeResult
Defined in: src/batteries/specialists/stt/transformers_js/types.ts:44
The result of a transcribe call.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
segments? | SttSegment[] | Per-segment timing breakdown, present only when TranscribeOptions.timestamps was set. | src/batteries/specialists/stt/transformers_js/types.ts:48 |
text | string | The full recognized transcript. | src/batteries/specialists/stt/transformers_js/types.ts:46 |