elevenlabs · Schema

PronunciationDictionaryLocator

Properties

Name Type Description
pronunciation_dictionary_id string The identifier of the pronunciation dictionary.
version_id string The version identifier of the pronunciation dictionary.
View JSON Schema on GitHub

JSON Schema

elevenlabs-pronunciationdictionarylocator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PronunciationDictionaryLocator",
  "title": "PronunciationDictionaryLocator",
  "type": "object",
  "required": [
    "pronunciation_dictionary_id",
    "version_id"
  ],
  "properties": {
    "pronunciation_dictionary_id": {
      "type": "string",
      "description": "The identifier of the pronunciation dictionary."
    },
    "version_id": {
      "type": "string",
      "description": "The version identifier of the pronunciation dictionary."
    }
  }
}