public interface RecognizedPhrase extends List<RecognizedWord>
Modifier and Type | Method and Description |
---|---|
double |
getConfidence()
The score representing how accurately the phrase was recognized.
|
String |
getText()
The text representation of the recognized phrase.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
String getText()
double getConfidence()