v3

latestOpenAPI 3.0.02026-07-318685204.9 KB
Enhancements

Get all speech dictionaries

A speech dictionary is a flat list of terms (names, proper nouns, acronyms, specialized terminology) that helps the speech recognition correctly caption the source audio of a speech enhancement. It does not translate terms: the source audio is first captioned in the source language (aided by the dictionary) and then translated into the target languages. Connect a dictionary to an ingest via the dictionary field of the speech enhancement entry; the dictionary language must match that enhancement's sourceLanguage.

get/enhancements/speech/dictionaries

Query parameters

cursorstring

Pagination cursor

Pagination cursor

limitnumber nullable

Maximum number of items to return (max 100)

Maximum number of items to return (max 100)

namestring

Filter by speech dictionary name

Filter by speech dictionary name

Response

Paginated list of speech dictionaries

Example response

{
  "data": [
    {
      "terms": [
        "THEOlive",
        "A. Väyrynen",
        "D&I|dee-and-eye,dee-n-eye"
      ]
    }
  ]
}