OSDN Git Service

Update documentation for speech APIs.
authorMarc Wilson <marcwilson@google.com>
Tue, 10 Sep 2013 14:29:00 +0000 (15:29 +0100)
committerMarc Wilson <marcwilson@google.com>
Tue, 10 Sep 2013 14:41:47 +0000 (15:41 +0100)
commit2921cee3048f7e64ba6645d50a1c1705ef9658f8
treef9ae863ce82e0dca087b04f27459eb1ce5de635a
parente3d0f022826a2a16e64dc9b5353a2a514393881b
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
core/java/android/speech/RecognizerIntent.java
core/java/android/speech/SpeechRecognizer.java