Normalize Text

Apply text normalization rules to prepare text for TTS.

What It Does

Text normalization converts text into a format optimized for speech synthesis:

  • Expands abbreviations (e.g., "Dr." → "Doctor")
  • Converts numbers to words (e.g., "123" → "one hundred twenty-three")
  • Handles special characters and symbols
  • Applies locale-specific pronunciation rules

Request Parameters

ParameterRequiredDescription
textYesThe text to normalize
localeNoTarget locale for normalization (e.g., ko, en, ja)

Example

Select "NormalizeTextRequest" from the Examples dropdown to see the request format.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!