Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 4.38 KB

bodygenaudiototext.md

File metadata and controls

10 lines (7 loc) · 4.38 KB

BodyGenAudioToText

Fields

Field Type Required Description
audio components.Audio ✔️ Uploaded audio file to be transcribed.
model_id Optional[str] Hugging Face model ID used for transcription.
return_timestamps Optional[str] Return timestamps for the transcribed text. Supported values: 'sentence', 'word', or a string boolean ('true' or 'false'). Default is 'true' ('sentence'). 'false' means no timestamps. 'word' means word-based timestamps.