Package eu.clarin.weblicht.wlfxb.tc.api
Interface Pronunciation
-
- All Superinterfaces:
ExtraAttributes
- All Known Implementing Classes:
PronunciationStored
public interface Pronunciation extends ExtraAttributes
- Author:
- Yana Panchenko
-
-
Method Summary
Modifier and Type Method Description StringgetCanonical()Pronunciation[]getChildren()FloatgetOffsetInSeconds()FloatgetOnsetInSeconds()StringgetRealized()PronunciationTypegetType()booleanhasChildren()booleanhasOnOffsets()-
Methods inherited from interface eu.clarin.weblicht.wlfxb.tc.api.ExtraAttributes
getExtraAttributes, retrieveAttributes
-
-
-
-
Method Detail
-
getType
PronunciationType getType()
-
getCanonical
String getCanonical()
-
getRealized
String getRealized()
-
getOnsetInSeconds
Float getOnsetInSeconds()
-
getOffsetInSeconds
Float getOffsetInSeconds()
-
hasChildren
boolean hasChildren()
-
hasOnOffsets
boolean hasOnOffsets()
-
getChildren
Pronunciation[] getChildren()
-
-