labelReduction {sonicscrewdriver} | R Documentation |
Combines labels which overlap into single continuous regions
Description
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
## Not run:
labelReduction(t)
## End(Not run)
[Package sonicscrewdriver version 0.0.7 Index]