Skip to contents

Takes labels from Google Speech API transcript and combines overlapping labels.

Usage

labelReduction(t)

Arguments

t

Transcript from Google Speech API

Value

A list containing start and end times of speech containing regions

Examples

if (FALSE) {
labelReduction(t)
}