Esempio n. 1
0
        public static List <VoiceToTextFormatter.TextWithTimestamp> ToTextWithTimestamps(this IEnumerable <Term> terms, TimeSpan timestampInterval, bool withParagraphs = false)
        {
            var vtt = new VoiceToTextFormatter(terms);

            return(vtt.TextWithTimestamps(timestampInterval, withParagraphs));
        }