android.speech
Class RecognizerIntent
java.lang.Object
android.speech.RecognizerIntent
public class RecognizerIntent
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXTRA_CALLING_PACKAGE
public static final String EXTRA_CALLING_PACKAGE
- See Also:
- Constant Field Values
ACTION_RECOGNIZE_SPEECH
public static final String ACTION_RECOGNIZE_SPEECH
- See Also:
- Constant Field Values
ACTION_WEB_SEARCH
public static final String ACTION_WEB_SEARCH
- See Also:
- Constant Field Values
EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS
public static final String EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS
- See Also:
- Constant Field Values
EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS
public static final String EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS
- See Also:
- Constant Field Values
EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS
public static final String EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS
- See Also:
- Constant Field Values
EXTRA_LANGUAGE_MODEL
public static final String EXTRA_LANGUAGE_MODEL
- See Also:
- Constant Field Values
LANGUAGE_MODEL_FREE_FORM
public static final String LANGUAGE_MODEL_FREE_FORM
- See Also:
- Constant Field Values
LANGUAGE_MODEL_WEB_SEARCH
public static final String LANGUAGE_MODEL_WEB_SEARCH
- See Also:
- Constant Field Values
EXTRA_PROMPT
public static final String EXTRA_PROMPT
- See Also:
- Constant Field Values
EXTRA_LANGUAGE
public static final String EXTRA_LANGUAGE
- See Also:
- Constant Field Values
EXTRA_ORIGIN
public static final String EXTRA_ORIGIN
- See Also:
- Constant Field Values
EXTRA_MAX_RESULTS
public static final String EXTRA_MAX_RESULTS
- See Also:
- Constant Field Values
EXTRA_WEB_SEARCH_ONLY
public static final String EXTRA_WEB_SEARCH_ONLY
- See Also:
- Constant Field Values
EXTRA_PARTIAL_RESULTS
public static final String EXTRA_PARTIAL_RESULTS
- See Also:
- Constant Field Values
EXTRA_RESULTS_PENDINGINTENT
public static final String EXTRA_RESULTS_PENDINGINTENT
- See Also:
- Constant Field Values
EXTRA_RESULTS_PENDINGINTENT_BUNDLE
public static final String EXTRA_RESULTS_PENDINGINTENT_BUNDLE
- See Also:
- Constant Field Values
RESULT_NO_MATCH
public static final int RESULT_NO_MATCH
- See Also:
- Constant Field Values
RESULT_CLIENT_ERROR
public static final int RESULT_CLIENT_ERROR
- See Also:
- Constant Field Values
RESULT_SERVER_ERROR
public static final int RESULT_SERVER_ERROR
- See Also:
- Constant Field Values
RESULT_NETWORK_ERROR
public static final int RESULT_NETWORK_ERROR
- See Also:
- Constant Field Values
RESULT_AUDIO_ERROR
public static final int RESULT_AUDIO_ERROR
- See Also:
- Constant Field Values
EXTRA_RESULTS
public static final String EXTRA_RESULTS
- See Also:
- Constant Field Values
EXTRA_CONFIDENCE_SCORES
public static final String EXTRA_CONFIDENCE_SCORES
- See Also:
- Constant Field Values
DETAILS_META_DATA
public static final String DETAILS_META_DATA
- See Also:
- Constant Field Values
ACTION_GET_LANGUAGE_DETAILS
public static final String ACTION_GET_LANGUAGE_DETAILS
- See Also:
- Constant Field Values
EXTRA_ONLY_RETURN_LANGUAGE_PREFERENCE
public static final String EXTRA_ONLY_RETURN_LANGUAGE_PREFERENCE
- See Also:
- Constant Field Values
EXTRA_LANGUAGE_PREFERENCE
public static final String EXTRA_LANGUAGE_PREFERENCE
- See Also:
- Constant Field Values
EXTRA_SUPPORTED_LANGUAGES
public static final String EXTRA_SUPPORTED_LANGUAGES
- See Also:
- Constant Field Values
getVoiceDetailsIntent
public static final Intent getVoiceDetailsIntent(Context context)
Copyright © 2008-2012. All Rights Reserved.