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

# transcribe • Rust AI Agent SDK

> transcribe: Transcribe audio to text (placeholder - requires LLM integration)

# transcribe

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**AudioAgent**](../classes/AudioAgent) class in the [**agents**](../modules/agents) module.

Transcribe audio to text (placeholder - requires LLM integration)

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def transcribe(&self, audio_path: &str) -> Result<String>
```

## Parameters

<ParamField query="audio_path" type="&str" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Result<String>">
  The result of the operation.
</ResponseField>
