Learn R Programming

sonicscrewdriver (version 0.0.7)

labelReduction: Combines labels which overlap into single continuous regions

Description

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

Usage

labelReduction(t)

Value

A list containing start and end times of speech containing regions

Arguments

t

Transcript from Google Speech API

Examples

Run this code
if (FALSE) {
labelReduction(t)
}

Run the code above in your browser using DataLab