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