> ## Documentation Index
> Fetch the complete documentation index at: https://tools.lunchpaillabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Start transcription

> Use this action to [start transcribing](https://docs.daily.co/reference/daily-js/instance-methods/start-transcription#main) all participants in the room. This feature is pay-as-you-go. Add your [credit card details to your Daily account](https://dashboard.daily.co/billing) to enable it.

export const feature_0 = "action"

<Warning>
  🔐 Bundle plugin only: This {feature_0} is exclusive to the [Video, Audio & Live
  Bundle](/bubble/video-audio-live-bundle/getting-started). Get the bundle
  plugin
  [here](https://bubble.io/plugin/video-audio--live-bundle-1727441795463x240182085842370560).
</Warning>

### Fields

| **Field**            | **Type** | **Description**                                                                                                                                                                                         |
| -------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Language**         | Text     | See available languages in [Deepgram's documentation](https://developers.deepgram.com/docs/models-languages-overview).                                                                                  |
| **Model**            | Dropdown | The model for transcription. View available models in [Deepgram's documentation](https://developers.deepgram.com/docs/model).                                                                           |
| **Profanity Filter** | Boolean  | Identifies recognized profanity and replaces it with the nearest non-profane word or removes it entirely from the transcript. Learn more [here](https://developers.deepgram.com/docs/profanity-filter). |
| **Punctuate**        | Boolean  | Adds punctuation and capitalization to the transcript. Learn more [here](https://developers.deepgram.com/docs/punctuation).                                                                             |
| **Endpointing**      | Number   | Returns transcripts when pauses in speech are detected. The default is 10 milliseconds. Specify the duration in milliseconds. Learn more [here](https://developers.deepgram.com/docs/endpointing).      |
| **Redact**           | Text     | Removes sensitive information from your transcripts. Provide a comma-separated list of entities you want to redact. Learn more [here](https://developers.deepgram.com/docs/redaction).                  |
| **Raw Response**     | Boolean  | Includes Deepgram's raw response in the transcription.                                                                                                                                                  |

### Returned Values

This action does not return any values.

<CardGroup cols={2}>
  <Card title="Need Help?" icon="envelope" href="/support/plans">
    View our options for free community and priority support.
  </Card>

  <Card title="Have a feature request?" icon="lightbulb" href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=daily-video-plugin-for-bubble">
    Post your feature request on our

    <a href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=daily-video-plugin-for-bubble">
      idea board.
    </a>
  </Card>
</CardGroup>
