# 13619: Record: Transcription feature not available for this type of recording.

Log Level: WARNING

## Description

Use transcription only with Voice recording flows that support it. This warning appears when you request transcription for a recording type that does not support transcription. Twilio generates transcription from call recordings created with TwiML `<Record>` and `transcribe="true"`.

### Possible causes

* You requested transcription for a recording type that does not support transcription.
* The recording was not created with the TwiML `<Record>` flow that supports transcription.

### Possible solutions

* Check the TwiML or API docs for the recording type you are using and confirm that transcription is supported before you set transcription attributes.
* Use TwiML `<Record>` with `transcribe="true"` for recordings that support transcription.

#### Additional resources

* [TwiML Voice: `<Record>`](/docs/voice/twiml/record)
* [Transcriptions resource](/docs/voice/api/recording-transcription)
