labelReduction: Combines labels which overlap into single continuous regions

View source: R/labels.R

labelReductionR 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)


sonicscrewdriver documentation built on May 29, 2024, 3:39 a.m.