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

# Pre-recorded Features

> Core features of the Gladia Pre-recorded STT API

The core functionality of the Gladia API is its Speech Recognition model, designed to convert spoken language into written text. Additional capabilities like diarization, summarization, translation, custom prompts and more can be enabled by adding parameters to your request.

<CardGroup cols={3}>
  <Card title="Speaker Diarization" icon="user-group" href="/chapters/pre-recorded-stt/features/speaker-diarization">
    Detect speakers and understand who said what, and when.
  </Card>

  <Card title="PII Redaction" icon="shield-halved" href="/chapters/audio-intelligence/pii-redaction">
    Automatically redact names, emails, vehicle IDs, and other PII in pre-recorded transcripts.
  </Card>

  <Card title="Export subtitles (SRT/VTT)" icon="code" href="/chapters/pre-recorded-stt/features/subtitles">
    Generate ready-to-use subtitle files in SRT or VTT formats.
  </Card>

  <Card title="Custom vocabulary" icon="language" href="/chapters/pre-recorded-stt/features/custom-vocabulary">
    Boost recognition accuracy for brand, product, and domain terms by matching how they sound (phoneme-based).
  </Card>

  <Card title="Custom spelling" icon="gear" href="/chapters/pre-recorded-stt/features/custom-spelling">
    Replace specific text variants with your preferred spelling.
  </Card>

  <Card title="Enhanced punctuation" icon="list-check" href="/chapters/pre-recorded-stt/features/enhanced-punctuation">
    Improved punctuation and casing for cleaner, easier-to-read transcripts.
  </Card>

  <Card title="Sentences" icon="list-check" href="/chapters/pre-recorded-stt/features/sentences">
    Group words into sentences with timing for better readability and parsing.
  </Card>

  <Card title="Name consistency" icon="id-card-clip" href="/chapters/pre-recorded-stt/features/name-consistency">
    Enforce consistent rendering of speaker and entity names.
  </Card>

  <Card title="Dual or multiple channels" icon="volume" href="/chapters/limits-and-specifications/multiple-channels">
    Transcribe stereo or multi-channel audio with channel-aware processing.
  </Card>

  <Card title="Speaker Diarization" icon="user-group" href="/chapters/audio-intelligence/speaker-diarization">
    Detect speakers and understand who said what, and when.
  </Card>

  <Card title="Export subtitles (SRT/VTT)" icon="code" href="/chapters/audio-intelligence/subtitles">
    Generate ready-to-use subtitle files in SRT or VTT formats.
  </Card>

  <Card title="Custom vocabulary" icon="language" href="/chapters/audio-intelligence/custom-vocabulary">
    Fix mis-transcribed words by matching how they sound (phoneme-based).
  </Card>

  <Card title="Custom spelling" icon="gear" href="/chapters/audio-intelligence/custom-spelling">
    Replace specific text variants with your preferred spelling.
  </Card>

  <Card title="Custom metadata" icon="magnifying-glass-chart" href="/chapters/audio-intelligence/custom-metadata">
    Attach and propagate metadata to organize and trace your jobs.
  </Card>
</CardGroup>

<Tip>
  Want to know more about the audio intelligence features? Check out our [Audio Intelligence](/chapters/audio-intelligence) chapter.
</Tip>
