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.
|
String getText()
double getConfidence()