|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.iSpeech.SpeechRecognizer.SpeechResult
public class SpeechRecognizer.SpeechResult
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 |
---|
public java.lang.String Text
public float Confidence
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |