Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 6.58 KB

File metadata and controls

13 lines (8 loc) · 6.58 KB

Subtitles

Generates subtitle files for audio/video files.

Fields

Field Type Required Description Example
language_name Optional[str] ➖ Name of the language in which the subtitles will be generated.
english
metadata Dict[str, str] ➖ You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
{
"key1": "value1"
}
language_code Optional[models.CreateMediaRequestLanguageCode] ➖ Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. The language code must be compliant with the BCP 47 standard to ensure compatibility. (for text only).
en