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
45 public class SpeechRecognizer { class
50 private static final String TAG = "SpeechRecognizer";
150 * The right way to create a {@code SpeechRecognizer} is by using
153 private SpeechRecognizer(final Context context, final ComponentName serviceComponent) { method in class:SpeechRecognizer
184 * returns {@code false}, {@link SpeechRecognizer#createSpeechRecognizer(Context)} will
187 * @param context with which {@code SpeechRecognizer} will be created
197 * Factory method to create a new {@code SpeechRecognizer}. Please note that
199 * command to the created {@code SpeechRecognizer}, otherwise no notifications will be
202 * @param context in which to create {@code SpeechRecognizer}
[all...]

Completed in 44 milliseconds