public static enum KeepRecordingSpeechRecognizer.RecognizeState extends java.lang.Enum<KeepRecordingSpeechRecognizer.RecognizeState>
| Enum Constant and Description |
|---|
COMPLETED |
ERROR |
INITIALIZING |
PROCESSING |
STOPPED |
| Modifier and Type | Method and Description |
|---|---|
static KeepRecordingSpeechRecognizer.RecognizeState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeepRecordingSpeechRecognizer.RecognizeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeepRecordingSpeechRecognizer.RecognizeState INITIALIZING
public static final KeepRecordingSpeechRecognizer.RecognizeState STOPPED
public static final KeepRecordingSpeechRecognizer.RecognizeState PROCESSING
public static final KeepRecordingSpeechRecognizer.RecognizeState COMPLETED
public static final KeepRecordingSpeechRecognizer.RecognizeState ERROR
public static KeepRecordingSpeechRecognizer.RecognizeState[] values()
for (KeepRecordingSpeechRecognizer.RecognizeState c : KeepRecordingSpeechRecognizer.RecognizeState.values()) System.out.println(c);
public static KeepRecordingSpeechRecognizer.RecognizeState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null