public static enum AIConfiguration.RecognitionEngine extends java.lang.Enum<AIConfiguration.RecognitionEngine>
| Enum Constant and Description |
|---|
Google
Google Speech Recognition integrated into Android OS
|
Speaktoit
Not implemented yet.
|
| Modifier and Type | Method and Description |
|---|---|
static AIConfiguration.RecognitionEngine |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AIConfiguration.RecognitionEngine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AIConfiguration.RecognitionEngine Google
public static final AIConfiguration.RecognitionEngine Speaktoit
public static AIConfiguration.RecognitionEngine[] values()
for (AIConfiguration.RecognitionEngine c : AIConfiguration.RecognitionEngine.values()) System.out.println(c);
public static AIConfiguration.RecognitionEngine 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