Searched defs:SpeechRecognizer (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java41 * {@link SpeechRecognizer#createSpeechRecognizer(Context)}. This class's methods must be
51 public class SpeechRecognizer { class
56 private static final String TAG = "SpeechRecognizer";
156 * The right way to create a {@code SpeechRecognizer} is by using
159 private SpeechRecognizer(final Context context, final ComponentName serviceComponent) { method in class:SpeechRecognizer
190 * returns {@code false}, {@link SpeechRecognizer#createSpeechRecognizer(Context)} will
193 * @param context with which {@code SpeechRecognizer} will be created
203 * Factory method to create a new {@code SpeechRecognizer}. Please note that
205 * command to the created {@code SpeechRecognizer}, otherwise no notifications will be
208 * @param context in which to create {@code SpeechRecognizer}
[all...]

Completed in 60 milliseconds