public interface Transcript
Modifier and Type | Method and Description |
---|---|
Dictionary |
getDictionary() |
java.lang.String |
getTranscriptText() |
boolean |
hasMoreWords() |
boolean |
isExact() |
java.lang.String |
nextWord() |
int |
numberOfWords() |
void |
startWordIterator()
Start the iterator for the words in the transcription.
|
java.lang.String getTranscriptText()
Dictionary getDictionary()
boolean isExact()
int numberOfWords()
void startWordIterator()
boolean hasMoreWords()
java.lang.String nextWord()