labelReduction {sonicscrewdriver} | R Documentation |
Takes labels from Google Speech API transcript and combines overlapping labels.
labelReduction(t)
t |
Transcript from Google Speech API |
A list containing start and end times of speech containing regions
## Not run:
labelReduction(t)
## End(Not run)