android.speech
Class RecognizerIntent

java.lang.Object
  extended by android.speech.RecognizerIntent

public class RecognizerIntent
extends Object


Field Summary
static String ACTION_GET_LANGUAGE_DETAILS
           
static String ACTION_RECOGNIZE_SPEECH
           
static String ACTION_WEB_SEARCH
           
static String DETAILS_META_DATA
           
static String EXTRA_CALLING_PACKAGE
           
static String EXTRA_CONFIDENCE_SCORES
           
static String EXTRA_LANGUAGE
           
static String EXTRA_LANGUAGE_MODEL
           
static String EXTRA_LANGUAGE_PREFERENCE
           
static String EXTRA_MAX_RESULTS
           
static String EXTRA_ONLY_RETURN_LANGUAGE_PREFERENCE
           
static String EXTRA_ORIGIN
           
static String EXTRA_PARTIAL_RESULTS
           
static String EXTRA_PROMPT
           
static String EXTRA_RESULTS
           
static String EXTRA_RESULTS_PENDINGINTENT
           
static String EXTRA_RESULTS_PENDINGINTENT_BUNDLE
           
static String EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS
           
static String EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS
           
static String EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS
           
static String EXTRA_SUPPORTED_LANGUAGES
           
static String EXTRA_WEB_SEARCH_ONLY
           
static String LANGUAGE_MODEL_FREE_FORM
           
static String LANGUAGE_MODEL_WEB_SEARCH
           
static int RESULT_AUDIO_ERROR
           
static int RESULT_CLIENT_ERROR
           
static int RESULT_NETWORK_ERROR
           
static int RESULT_NO_MATCH
           
static int RESULT_SERVER_ERROR
           
 
Method Summary
static Intent getVoiceDetailsIntent(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

getVoiceDetailsIntent

public static final Intent getVoiceDetailsIntent(Context context)


Copyright © 2008-2012. All Rights Reserved.