Lines Matching defs:speech

17 package android.speech;
32 * Constants for supporting speech recognition through starting an {@link Intent}
36 * The extra key used in an intent to the speech recognizer for voice search. Not
49 * Starts an activity that will prompt the user for speech and send it through a
50 * speech recognizer. The results will be returned via activity results (in
60 * speech recognition which can use a substantial amount of bandwidth.
84 public static final String ACTION_RECOGNIZE_SPEECH = "android.speech.action.RECOGNIZE_SPEECH";
87 * Starts an activity that will prompt the user for speech, send it through a
88 * speech recognizer, and either display a web search result or trigger
89 * another type of action based on the user's speech.
118 public static final String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH";
121 * Starts an activity that will prompt the user for speech without requiring the user's
122 * visual attention or touch input. It will send it through a speech recognizer,
123 * and either synthesize speech for a web search result or trigger
124 * another type of action based on the user's speech.
146 "android.speech.action.VOICE_SEARCH_HANDS_FREE";
157 public static final String EXTRA_SECURE = "android.speech.extras.EXTRA_SECURE";
168 "android.speech.extras.SPEECH_INPUT_MINIMUM_LENGTH_MILLIS";
171 * The amount of time that it should take after we stop hearing speech to consider the input
180 "android.speech.extras.SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS";
183 * The amount of time that it should take after we stop hearing speech to consider the input
185 * mid-speech pauses.
193 "android.speech.extras.SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS";
196 * Informs the recognizer which speech model to prefer when performing
204 public static final String EXTRA_LANGUAGE_MODEL = "android.speech.extra.LANGUAGE_MODEL";
207 * Use a language model based on free-form speech recognition. This is a value to use for
220 public static final String EXTRA_PROMPT = "android.speech.extra.PROMPT";
224 * recognizer to perform speech recognition in a language different than the one set in the
227 public static final String EXTRA_LANGUAGE = "android.speech.extra.LANGUAGE";
231 * speech was requested. For example, a web browser may choose to provide this for
232 * uses of speech on a given page.
234 public static final String EXTRA_ORIGIN = "android.speech.extra.ORIGIN";
240 public static final String EXTRA_MAX_RESULTS = "android.speech.extra.MAX_RESULTS";
244 * only fire web searches in response to a user's speech. The default is false, meaning
245 * that other types of actions can be taken based on the user's speech.
247 public static final String EXTRA_WEB_SEARCH_ONLY = "android.speech.extra.WEB_SEARCH_ONLY";
254 public static final String EXTRA_PARTIAL_RESULTS = "android.speech.extra.PARTIAL_RESULTS";
257 * When the intent is {@link #ACTION_RECOGNIZE_SPEECH}, the speech input activity will
263 "android.speech.extra.RESULTS_PENDINGINTENT";
271 "android.speech.extra.RESULTS_PENDINGINTENT_BUNDLE";
273 /** Result code returned when no matches are found for the given speech */
287 * descending order of speech recognizer confidence. (See {@link #EXTRA_CONFIDENCE_SCORES}).
292 public static final String EXTRA_RESULTS = "android.speech.extra.RESULTS";
300 * Confidence values close to 1.0 indicate high confidence (the speech recognizer is
308 public static final String EXTRA_CONFIDENCE_SCORES = "android.speech.extra.CONFIDENCE_SCORES";
361 public static final String DETAILS_META_DATA = "android.speech.DETAILS";
379 "android.speech.action.GET_LANGUAGE_DETAILS";
388 "android.speech.extra.ONLY_RETURN_LANGUAGE_PREFERENCE";
396 "android.speech.extra.LANGUAGE_PREFERENCE";
405 "android.speech.extra.SUPPORTED_LANGUAGES";
410 * only use an offline speech recognition engine. The default is false, meaning that either
413 public static final String EXTRA_PREFER_OFFLINE = "android.speech.extra.PREFER_OFFLINE";