com.iSpeech
Class SpeechRecognizer.SpeechResult

java.lang.Object
  extended by com.iSpeech.SpeechRecognizer.SpeechResult
Enclosing class:
SpeechRecognizer

public class SpeechRecognizer.SpeechResult
extends java.lang.Object

Contains the text and the confidence rating for the conversion, which is a float 0.0 to 1.0


Field Summary
 float Confidence
          The confidence level of the recognition.
 java.lang.String Text
          The recognized text or null if recognition was unsuccessful.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Text

public java.lang.String Text
The recognized text or null if recognition was unsuccessful.


Confidence

public float Confidence
The confidence level of the recognition. 1.0 is equivalent to 100% accuracy.