Constructor and Description |
---|
SentenceInfo(ProsodicSentenceData sentence) |
Modifier and Type | Method and Description |
---|---|
SyllableInfo |
firstSyl(int wordIndex) |
WordInfo |
firstWord() |
java.lang.Object |
getBaseProperty(java.lang.String key) |
float |
getMaxD() |
float |
getMinD() |
ProsodicSentenceData |
getSentence() |
WordInfo[] |
getWords() |
boolean |
hasSyllables(int wordIndex) |
boolean |
hasWords() |
SyllableInfo |
lastSyl() |
WordInfo |
lastWord() |
SyllableInfo |
nearestSylForOffset(int offset) |
WordInfo |
nearestWordForOffset(int offset) |
int |
sylCount() |
int |
sylCount(int wordIndex) |
int |
sylCount(int leftWord,
int rightWord) |
SyllableInfo |
sylForOffset(int offset) |
SyllableInfo |
syllableInfo(int wordIndex,
int sylIndex) |
int |
wordCount() |
WordInfo |
wordForOffset(int offset) |
WordInfo |
wordInfo(int wordIndex) |
compareTo, contains, getLabel, getProperties, getProperty, getWidth, getX, setLabel, setProperty, setWidth, setX
public SentenceInfo(ProsodicSentenceData sentence)
public java.lang.Object getBaseProperty(java.lang.String key)
public ProsodicSentenceData getSentence()
public float getMinD()
public float getMaxD()
public boolean hasWords()
public WordInfo[] getWords()
public int wordCount()
public int sylCount()
public WordInfo wordInfo(int wordIndex)
public SyllableInfo syllableInfo(int wordIndex, int sylIndex)
public boolean hasSyllables(int wordIndex)
public int sylCount(int wordIndex)
public int sylCount(int leftWord, int rightWord)
public WordInfo firstWord()
public WordInfo lastWord()
public SyllableInfo firstSyl(int wordIndex)
public SyllableInfo lastSyl()
public WordInfo wordForOffset(int offset)
public SyllableInfo sylForOffset(int offset)
public WordInfo nearestWordForOffset(int offset)
public SyllableInfo nearestSylForOffset(int offset)