---
url: 'https://adk.nht.io/api/@nhtio/adk/batteries/interfaces/TranscribeResult.md'
description: 'The result of a {@link transcribe} call.'
---

# Interface: TranscribeResult

Defined in: [src/batteries/specialists/stt/transformers\_js/types.ts:44](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/specialists/stt/transformers_js/types.ts#L44)

The result of a [transcribe](TranscribeOptions.md) call.

## Properties

| Property                                   | Type                            | Description                                                                                                                       | Defined in                                                                                                                                                                  |
| ------------------------------------------ | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|  `segments?` | [`SttSegment`](SttSegment.md)\[] | Per-segment timing breakdown, present only when [TranscribeOptions.timestamps](TranscribeOptions.md#property-timestamps) was set. | [src/batteries/specialists/stt/transformers\_js/types.ts:48](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/specialists/stt/transformers_js/types.ts#L48) |
|  `text`          | `string`                        | The full recognized transcript.                                                                                                   | [src/batteries/specialists/stt/transformers\_js/types.ts:46](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/specialists/stt/transformers_js/types.ts#L46) |
