com.nuance.nmdp.speechkit
Interface Recognition.Result

Enclosing interface:
Recognition

public static interface Recognition.Result

A single recognition result returned by Recognition.getResult(int)(), containing the recognized text and the confidence score.


Method Summary
 int getScore()
          Get the confidence score of this recognition result.
 java.lang.String getText()
          Retrieve the text that was recognized in this result.
 

Method Detail

getText

java.lang.String getText()
Retrieve the text that was recognized in this result.

Returns:
The text that was recognized.

getScore

int getScore()
Get the confidence score of this recognition result.

Returns:
The confidence score.