powered by
Returns start time. If tier index is specified, it returns start time of the tier, if it is not specified, it returns start time of the whole TextGrid.
tg.getStartTime(tg, tierInd = 0)
TextGrid object
[optional] tier index or "name"
numeric
tg.getEndTime, tg.getTotalDuration
tg.getEndTime
tg.getTotalDuration
# NOT RUN { tg <- tg.sample() tg.getStartTime(tg) tg.getStartTime(tg, "phone") # }
Run the code above in your browser using DataLab