---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/media/contracts/interfaces/AsrConvertOptions.md
description: >-
  Options understood by transcription-flavored converts ([`PCM_MIME`](https://adk.nht.io/api/@nhtio/adk/batteries/media/contracts/variables/PCM_MIME) →
  `txt`/`srt`/`vtt`/`json`).
---

# Interface: AsrConvertOptions

Defined in: [src/batteries/media/contracts.ts:209](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/media/contracts.ts#L209)

Options understood by transcription-flavored converts ([PCM\_MIME](../variables/PCM_MIME.md) → `txt`/`srt`/`vtt`/`json`).

## Extended by

* [`ConvertOptions`](ConvertOptions.md)

## Properties

| Property                                     | Type      | Description                             | Defined in                                                                                                                        |
| -------------------------------------------- | --------- | --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
|  `lang?`           | `string`  | Source-language hint (BCP-47-ish).      | [src/batteries/media/contracts.ts:211](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/media/contracts.ts#L211) |
|  `translate?` | `boolean` | Translate the transcription to English. | [src/batteries/media/contracts.ts:213](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/media/contracts.ts#L213) |
