Discussions
Option to download Video Transcript JSON with information about speakers and translation as well
I want to upload video to Hygen and get JSON back with transacript like below. Any API which can do it, SRT and other formats, don't provide speaker information.
Speaker information is cruical.
{
"id": "3b83adaa-852e-4347-84a9-593648cfaaca",
"src": {
"text": " the term branding, people use it interchangeably with logo design, identity design, or even sometimes typography, and maybe we need to set the record straight. I know you're the best person to tell us, what is branding, Marty?",
"lang": "en"
},
"dst": {
"text": " el término término término branding, la gente lo usa indistintamente con diseño de logotipos, diseño de identidades o incluso a veces tipografía, y quizá tengamos que aclarar las cosas. Sé que eres la persona más indicada para decirnos, ¿qué es el branding, Marty?",
"lang": "es-es"
},
"speaker": "SPEAKER_01",
"start": "00:00:00,144",
"end": "00:00:12,062",
"status": "done"
},