Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

transcribe

Method
This is a method of the AudioAgent class in the agents module.
Transcribe audio to text (placeholder - requires LLM integration)

Signature

def transcribe(&self, audio_path: &str) -> Result<String>

Parameters

audio_path
&str
required
No description available.

Returns

Returns
Result<String>
The result of the operation.