- From: Michael Bodell <mbodell@microsoft.com>
- Date: Fri, 26 Aug 2011 00:01:06 +0000
- To: Bjorn Bringert <bringert@google.com>
- CC: "public-xg-htmlspeech@w3.org" <public-xg-htmlspeech@w3.org>
I think this is fine as far as it goes, but it doesn't reflect the F2F discussion where we fleshed out interim events and how those fit in. I think our structure post-F2F has an additional layer. -----Original Message----- From: Bjorn Bringert [mailto:bringert@google.com] Sent: Thursday, August 25, 2011 10:28 AM To: Michael Bodell Cc: public-xg-htmlspeech@w3.org Subject: Re: Web API discssion in today's call Proposal for SpeechInputResult: // Recognition result as EMMA + simple N-best list interface SpeechInputResult { readonly attribute Document resultEMMAXML; readonly attribute DOMString resultEMMAText; readonly attribute unsigned long length; getter SpeechInputResultAlternative item(in unsigned long index); }; // Item in N-best list interface SpeechInputAlternative { readonly attribute DOMString utterance; readonly attribute float confidence; readonly attribute any interpretation; }; On Thu, Aug 25, 2011 at 12:51 PM, Michael Bodell <mbodell@microsoft.com> wrote: > For the Web API call we will discuss the attached document. This > represents mostly summarization and collation of the work that the API > group has done in the past 2 months since the face to face. I’ve > attempted to mostly take what people had sent in to the list, plus > what we’ve discussed, and fuse it into one document. There are still > a lot of open questions both large and structural (like how do a few > of the sections interact with each other) as well as minute (like are the names correct and what should the defaults be). -- Bjorn Bringert Google UK Limited, Registered Office: Belgrave House, 76 Buckingham Palace Road, London, SW1W 9TQ Registered in England Number: 3977902
Received on Friday, 26 August 2011 00:01:36 UTC