- From: Glen Shires <gshires@google.com>
- Date: Thu, 8 May 2014 09:41:07 -0700
- To: Eliot Sykes <e@jetbootlabs.com>, "public-speech-api@w3.org" <public-speech-api@w3.org>
Received on Thursday, 8 May 2014 16:46:47 UTC
Eliot,
You are correct. Thank you for pointing this out.
Therefore, I propose the following errata:
Section 6.1 Speech Recognition Examples: Example 3:
"resultIndex" should be "event.resultIndex".
If there's no disagreement, I'll add this to the errata page on May 30.
Glen Shires
On Tue, Apr 22, 2014 at 9:28 AM, Eliot Sykes <e@jetbootlabs.com> wrote:
> Hi,
>
> I think there's a minor error in example 3 of
> https://dvcs.w3.org/hg/speech-api/raw-file/tip/webspeechapi.html
>
> I believe the following line:
>
> for (var i = resultIndex; i < event.results.length; ++i) {
>
> should read:
>
> for (var i = event.resultIndex; i < event.results.length; ++i) {
>
> Kind regards,
>
> Eliot Sykes
>
>
>
>
>
Received on Thursday, 8 May 2014 16:46:47 UTC