public interface Path
All scores are maintained in the logMath log domain
| Modifier and Type | Method and Description | 
|---|---|
double | 
getConfidence()
Returns a log confidence score for this path. 
 | 
double | 
getScore()
Gets the total score for this path. 
 | 
java.lang.String | 
getTranscription()
Gets the transcription of the path. 
 | 
java.lang.String | 
getTranscriptionNoFiller()
Gets the transcription of the path skipping the filler words 
 | 
WordResult[] | 
getWords()
Gets the ordered set of words for this path 
 | 
java.lang.String | 
toString()
Returns a string representation of this object 
 | 
double getScore()
double getConfidence()
WordResult[] getWords()
java.lang.String getTranscription()
java.lang.String getTranscriptionNoFiller()
java.lang.String toString()
toString in class java.lang.Object