---
title: "Automatic Speech Recognition"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/transformers/automaticspeechrecognition
markdown: https://docs.nodetool.ai/nodes/transformers/automaticspeechrecognition.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/transformers/automaticspeechrecognition.md
---

# Automatic Speech Recognition

**Type:** `transformers.AutomaticSpeechRecognition`

**Namespace:** `transformers`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| audio | `audio` | Audio clip to transcribe. | `{"type":"audio"}` |
| model | `any` | Transformers.js model (ONNX-compatible). | - |
| language | `str` | Optional language hint for multilingual models (e.g. 'english'). | `` |
| task | `enum` | Whether to transcribe in source language or translate to English. | `transcribe` |
| return_timestamps | `bool` | Return per-chunk timestamps alongside the transcript. | `false` |
| dtype | `enum` | Model dtype / quantization level. | `auto` |
| device | `enum` | Inference device. | `auto` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| text | `str` |  |
| chunks | `list` |  |

## Related Nodes

Browse other nodes in the [transformers](./) namespace.
