Vapi · Schema

ElevenLabsPronunciationDictionaryLocator

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
pronunciationDictionaryId string This is the ID of the pronunciation dictionary to use.
versionId string This is the version ID of the pronunciation dictionary to use.
View JSON Schema on GitHub

JSON Schema

vapi-elevenlabspronunciationdictionarylocator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ElevenLabsPronunciationDictionaryLocator",
  "title": "ElevenLabsPronunciationDictionaryLocator",
  "type": "object",
  "properties": {
    "pronunciationDictionaryId": {
      "type": "string",
      "description": "This is the ID of the pronunciation dictionary to use.",
      "title": "This is the ElevenLabs Pronunciation Dictionary ID"
    },
    "versionId": {
      "type": "string",
      "description": "This is the version ID of the pronunciation dictionary to use.",
      "title": "This is the ElevenLabs Pronunciation Dictionary Version ID"
    }
  },
  "required": [
    "pronunciationDictionaryId",
    "versionId"
  ]
}