public class Recognition extends Object
RecognitionService
,
RecognizerIntent
Modifier and Type | Field and Description |
---|---|
static String |
EXTRA_HINT_CONTEXT
The key to an extra to be included in the request intent for
android.speech.RecognizerIntent#ACTION_GET_LANGUAGE_DETAILS.
|
static String |
EXTRA_HINT_STRINGS
The key to the extra in the Bundle returned by
android.speech.RecognizerIntent#ACTION_GET_LANGUAGE_DETAILS
which is an ArrayList of CharSequences which are hints that can be shown to
the user for voice actions currently supported by voice search for the user's current
language preference for voice search (i.e., the one defined in the extra
android.speech.RecognizerIntent#EXTRA_LANGUAGE_PREFERENCE).
|
static int |
HINT_CONTEXT_CAR_HOME |
static int |
HINT_CONTEXT_LAUNCHER |
static int |
HINT_CONTEXT_UNKNOWN
A set of values for EXTRA_HINT_CONTEXT.
|
static int |
HINT_CONTEXT_VOICE_SEARCH_HELP |
public static final String EXTRA_HINT_STRINGS
public static final String EXTRA_HINT_CONTEXT
public static final int HINT_CONTEXT_UNKNOWN
public static final int HINT_CONTEXT_VOICE_SEARCH_HELP
public static final int HINT_CONTEXT_CAR_HOME
public static final int HINT_CONTEXT_LAUNCHER