Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
update Android ASR javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
space-pope committed Oct 18, 2021
1 parent 1949dbf commit 12ff984
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -64,10 +64,17 @@
* <ul>
* <li>
* <b>wake-active-min</b> (integer): the minimum length of time, in
* milliseconds, that the recognizer will wait for speech before timing
* milliseconds, that the recognizer should wait for speech before timing
* out.
* </li>
* </ul>
*
* <p>
* The {@code wake-active-min} parameter merely sets a hint for the
* {@code Intent} used to start recognition, and Google
* <a href="https://developer.android.com/reference/android/speech/RecognizerIntent#EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS">
* does not guarantee</a> that this hint will be honored on all devices.
* </p>
*/
public class AndroidSpeechRecognizer implements SpeechProcessor {
private final int minActive;
Expand Down

0 comments on commit 12ff984

Please sign in to comment.