|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.speech.recognition.RecognizerListener.FailureReason
public static class RecognizerListener.FailureReason
Recognition failure.
| Field Summary | |
|---|---|
static RecognizerListener.FailureReason |
BEGINNING_OF_SPEECH_TIMEOUT
A timeout occured before the beginning of speech. |
static RecognizerListener.FailureReason |
NO_MATCH
The audio did not generate any results. |
static RecognizerListener.FailureReason |
RECOGNITION_TIMEOUT
A timeout occured before the recognition could complete. |
static RecognizerListener.FailureReason |
SPOKE_TOO_SOON
Beginning of speech occured too soon. |
static RecognizerListener.FailureReason |
TOO_MUCH_SPEECH
The recognizer encountered more audio than was acceptable according to its configuration. |
static RecognizerListener.FailureReason |
UNKNOWN
|
| Method Summary | |
|---|---|
String |
toString()
Returns a string containing a concise, human-readable description of the receiver. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static RecognizerListener.FailureReason NO_MATCH
public static RecognizerListener.FailureReason SPOKE_TOO_SOON
public static RecognizerListener.FailureReason BEGINNING_OF_SPEECH_TIMEOUT
public static RecognizerListener.FailureReason RECOGNITION_TIMEOUT
public static RecognizerListener.FailureReason TOO_MUCH_SPEECH
public static RecognizerListener.FailureReason UNKNOWN
| Method Detail |
|---|
public String toString()
Object
toString in class Object
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||