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. |