Skip to main content

atranscribe

AsyncMethod
This is a method of the AudioAgent class in the audio_agent module.
Async version of transcribe().

Signature

async def atranscribe(file: Union[str, BinaryIO], language: Optional[str], temperature: Optional[float], model: Optional[str]) -> str

Parameters

file
Union
required
No description available.
language
Optional
No description available.
temperature
Optional
No description available.
model
Optional
No description available.

Returns

Returns
str
The result of the operation.