You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Callback invoked when recognition produces a result.
11
-
*
12
-
* When `options.interimResults` is true, this callback is called with interim results as the user speaks.
13
-
* When `options.maxAlternatives` is greater than 1, the third parameter contains an array of all alternative transcripts.
14
-
*
15
-
* @param transcript - The transcript text (final or interim, depending on the result).
16
-
* @param isFinal - Indicates whether the transcript is final.
17
-
* @param alternatives - (Optional) An array of alternative transcripts (if more than one alternative is requested).
18
-
*/
9
+
/** Callback invoked when recognition produces a result. When `options.interimResults` is true, this callback is called with interim results as the user speaks. When `options.maxAlternatives` is greater than 1, the third parameter contains an array of all alternative transcripts. */
0 commit comments