public interface Utterance
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String transcript,
Dictionary dictionary,
boolean isExact,
java.lang.String wordSeparator)
Add transcript with dictionary and exact flag.
|
boolean |
hasMoreTranscripts() |
Transcript |
nextTranscript() |
void |
startTranscriptIterator()
Gets the transcript iterator.
|
void add(java.lang.String transcript, Dictionary dictionary, boolean isExact, java.lang.String wordSeparator)
transcript
- the transcriptdictionary
- the default dictionary nameisExact
- the default flagwordSeparator
- the word separator charactersvoid startTranscriptIterator()
boolean hasMoreTranscripts()
Transcript nextTranscript()