> ## Documentation Index
> Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Transcripts

> Retrieve and manage transcription results produced from TeXML calls when the Transcription verb is executed or transcription is enabled on a call.

## Transcription Creation

A transcription can be enabled from TeXML in 2 scenarios:

1\. When a `<Transcription>` verb is executed in TeXML
Documentation: [`<Transcription>`](https://developers.telnyx.com/docs/voice/programmable-voice/texml-verbs/transcription)

When Telnyx processes a TeXML document containing the `<Transcription>` verb, it initiates an audio capture operation based on the parameters defined in that verb. Once the audio is captured and processed, a transcription is provided in statuscallbacks in real-time.

2\. When a `<Record>` verb is executed with transcription attributes
Documentation: [`<Record>`](https://developers.telnyx.com/docs/voice/programmable-voice/texml-verbs/record)

If a TeXML `<Record>` verb includes transcription-related attributes, Telnyx performs transcription on the recorded audio once the recording is complete.

## Retrieving recording transcription

Upon completion of the transcription process, a transcription object representing the text output associated with that recording segment is created and can be retrieved using the following endpoint: [Fetch a recording transcription resource](https://developers.telnyx.com/api-reference/texml-rest-commands/fetch-a-recording-transcription-resource)
