We're using WebvttParser() to parse WebVTT transcripts, which internally uses WebvttCueParser() to parse cues.
While WebvttCueParser.parseCueText(...) provides the payload with style formatting, it removes the speaker identifiers or the TAG_VOICE.
Can we get an in-built support for speaker info within the cues of WebVTT transcripts?
We're using
WebvttParser()to parse WebVTT transcripts, which internally usesWebvttCueParser()to parse cues.While
WebvttCueParser.parseCueText(...)provides the payload with style formatting, it removes the speaker identifiers or theTAG_VOICE.Can we get an in-built support for speaker info within the cues of WebVTT transcripts?