hmi.tts
Class PhonologicalPeak
java.lang.Object
hmi.tts.PhonologicalPeak
@Immutable
public final class PhonologicalPeak
- extends Object
Defines the phonological peak of a word
- Author:
- welberge
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
phoneme
private final Phoneme phoneme
offset
private final int offset
PhonologicalPeak
public PhonologicalPeak(Phoneme phoneme,
int offset)
getPhoneme
public Phoneme getPhoneme()
getOffset
public int getOffset()