> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# transcribe_stop

> Stop an active background transcription.

Stop the transcription currently running on the call, started with [`transcribe`](/docs/swml/reference/calling/transcribe). This method accepts no parameters.

## **Properties**

An empty object.

## **Variables**

Whether the transcription stopped successfully.

## **Example**

```yaml
version: 1.0.0
sections:
  main:
    - transcribe_stop: {}
```

```json
{
  "version": "1.0.0",
  "sections": {
    "main": [
      {
        "transcribe_stop": {}
      }
    ]
  }
}
```