public interface RecognizedWord
Modifier and Type | Method and Description |
---|---|
double |
getConfidence()
The score representing how accurately the word was recognized.
|
long |
getEnd()
The end time of the segment of speech represented by this RecognizedWord.
|
long |
getStart()
The start time of the segment of speech represented by this RecognizedWord.
|
String |
getText()
The text representation of the RecognizedWord.
|
boolean |
noSpaceAfter()
True if the word should be separated from the next RecognizedWord by a space.
|
boolean |
noSpaceBefore()
True if the RecognizedWord should be separated from the next RecognizedWord by a space.
|
String getText()
long getStart()
long getEnd()
boolean noSpaceBefore()
boolean noSpaceAfter()
double getConfidence()