Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 4.52 KB

bodygenaudiototext.md

File metadata and controls

17 lines (12 loc) · 4.52 KB

BodyGenAudioToText

Example Usage

import { BodyGenAudioToText } from "@livepeer/ai/models/components";

// No examples available for this model

Fields

Field Type Required Description
audio File | Blob | components.Audio ✔️ Uploaded audio file to be transcribed.
modelId string Hugging Face model ID used for transcription.
returnTimestamps string 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.