Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Speech-to-text with word-level timing.
const { data, error } = await vj.transcribeMedia({ mediaUrl: "https://cdn.example.com/video.mp4", });
mediaUrl
string
language
"en"
"es"
{ "transcript": "the one thing nobody tells you about creatine", "words": [ { "word": "the", "start": 0.1, "end": 0.2 }, { "word": "one", "start": 0.22, "end": 0.35 }, { "word": "thing", "start": 0.37, "end": 0.52 } ], "language": "en", "duration": 10.2 }
transcribe