History log of /frameworks/base/core/java/android/speech/SpeechRecognizer.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c1fb6dc1a494d73a080348d16b96e70f5735e036 01-Oct-2014 Jerome Poichet <jpoichet@google.com> Make sure cancel is called on tear down.

- Make sure cancel is called when consumer of SpeechRecognizer calls
destroy.
- If consumer goes away, make sure to call cancel as well.

b/17584947 Pressing mic button in Music hoses audio

Change-Id: Ibe1198b37fe6167493a8694f9089d970f1eb07de
/frameworks/base/core/java/android/speech/SpeechRecognizer.java
b37866db469e81aca534ff6186bdafd44352329b 17-Mar-2014 Mark Renouf <mrenouf@google.com> Make InternalListener static to avoid referencing SpeechRecognizer.

Change-Id: I03bc1a5f5188551608395f3468aa69e622601820
/frameworks/base/core/java/android/speech/SpeechRecognizer.java
2921cee3048f7e64ba6645d50a1c1705ef9658f8 10-Sep-2013 Marc Wilson <marcwilson@google.com> Update documentation for speech APIs.

Makes it clear that the intent and service APIs are likely to stream
audio over the network and notes that impact this has on bandwidth and
battery life.
Also clarifies that the service API should not be used for continuous
recognition as a result. The intent API only runs when the activity is
in the foreground so I didn't mention continuous recognition for it.

Bug: 10674392
Change-Id: Ib5e0c16b3124f4b7d892ef5bd4167f23662d2ca3
/frameworks/base/core/java/android/speech/SpeechRecognizer.java
bb7cf916b23c78dc640f8bdfb7ad5cd6b09c3636 05-Apr-2011 Mike LeBeau <mlebeau@android.com> Support speech recognizer confidence values.

Pass speech recognizer confidence values in the SpeechRecognizer and
RecognizerIntent APIs through to the caller. This change defines new
API constants for keys to these values.

The corresponding change is being made to Google Voice Search, and should be
made to any other implementations.

Bug: 3267513
Bug: 4163206

Change-Id: I294553f2eb9eb3be21298b8434117c8c5309558d
/frameworks/base/core/java/android/speech/SpeechRecognizer.java
4e8620f868e2490782ebb960404140ea9482c91d 25-Aug-2010 Ben Dodson <bjdodson@google.com> Updated documentation for upcoming fix for @code tags

Change-Id: Id7b163179132b9cf180afecb4e9e10ee39bcd415
/frameworks/base/core/java/android/speech/SpeechRecognizer.java
1c3cca0abed55516d2c67f2f11fc888a6a66f341 21-Apr-2010 Valentin Kravtsov <valentink@google.com> bugfix for: OOM error while doing voice search repeatedly

fix for: http://b/issue?id=2599931

Change-Id: Ic27d9eb8b29afa99787e469d9248c20f7d2988de
/frameworks/base/core/java/android/speech/SpeechRecognizer.java
2a5d9f9b577376768372837723f0f42098aba13b 30-Mar-2010 Jean-Michel Trivi <jmtrivi@google.com> Fix bug 2553592 API REVIEW: android.speech
Change 1 of 4
Notes from API Council review:
Rename RecognitionManager to SpeechRecognizer

Change-Id: I892c0d714d928d5e31575c72b6a36281fc4c7a8a
/frameworks/base/core/java/android/speech/SpeechRecognizer.java