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. |
JSON Schema
{
"$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."
}
}
}