Description Usage Arguments Value See Also Examples
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.
1 | tg.getStartTime(tg, tierInd = 0)
|
tg |
TextGrid object |
tierInd |
[optional] tier index or "name" |
numeric
tg.getEndTime
, tg.getTotalDuration
1 2 3 | tg <- tg.sample()
tg.getStartTime(tg)
tg.getStartTime(tg, "phone")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.