Result extras (returned in the result, not to be specified in the request): @@ -165,6 +166,13 @@ public class RecognizerIntent { */ public static final String EXTRA_MAX_RESULTS = "android.speech.extra.MAX_RESULTS"; + /** + * Optional boolean to indicate whether partial results should be returned by the recognizer + * as the user speaks (default is false). The server may ignore a request for partial + * results in some or all cases. + */ + public static final String EXTRA_PARTIAL_RESULTS = "android.speech.extra.PARTIAL_RESULTS"; + /** * When the intent is {@link #ACTION_RECOGNIZE_SPEECH}, the speech input activity will * return results to you via the activity results mechanism. Alternatively, if you use this