Type: nodetool.text.AutomaticSpeechRecognition
Namespace: nodetool.text
Description
Transcribe audio to text using automatic speech recognition models. audio, speech, recognition, transcription, ASR, whisper
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| model | asr_model |
{"type":"asr_model","provider":"fal_ai","id":"o... |
|
| audio | audio |
The audio to transcribe | {"type":"audio","uri":"","asset_id":null,"data"... |
| language | str |
Language of the audio (ISO 639-1 code, empty for auto-detect) | `` |
| prompt | str |
Optional prompt to guide the transcription | `` |
| temperature | float |
Sampling temperature for the transcription model | 0 |
Outputs
| Output | Type | Description |
|---|---|---|
| text | str |
Related Nodes
Browse other nodes in the nodetool.text namespace.