To enhance the precision of transcription, especially for recurring words or phrases, use custom_vocabulary
.
{
"audio_url": "YOUR_AUDIO_URL",
"custom_vocabulary": true,
"custom_vocabulary_config": {
"vocabulary": [
"Westeros",
{"value": "Stark"},
{
"value": "Night's Watch",
"pronunciations": ["Nightz Vatch"],
"intensity": 0.4,
"language": "de"
}
],
"default_intensity": 0.6
}
}
The global intensity of the feature (minimum 0, maximum 1, default 0.5).
The text used to replace in the transcription
The pronunciations used in the transcription language, or vocabulary.language
if present.
The intensity of the feature for this particular word (minimum 0, maximum 1, default 0.5).
Specify the language in which it will be pronounced when sound comparison occurs. Default to transcription language.