Custom parameters

>
> - void setCustomParameter(in DOMString name, in DOMString value);
> - attribute SpeechParameterList parameters;


I see custom parameters being useful in the custom recognizer case but not
for the default case. Since custom recognizers are most useful in the
remote  service scenario (because local custom recognizers aren't
guaranteed to be present in every user machine) and the remote service
protocol is out of our scope, I think we should remove these from the
SpeechRecognition interface and add later if required when the protocol is
ready and it is clear how parameters would be passed to the remote
recognizers.

Web apps can also pass custom parameters as url parameters in the
serviceUri attribute.

Cheers
Satish

On Thu, May 10, 2012 at 7:30 AM, Glen Shires <gshires@google.com> wrote:

> I've added to the draft spec the features/changes for which we have
> reached a consensus. Namely:
>
> - attribute integer maxNBest;
> - attribute DOMString serviceURI;
> - void setCustomParameter(in DOMString name, in DOMString value);
> - attribute SpeechParameterList parameters;
>
> We welcome discussion and feedback on this editor's draft.
> Please send your comments to the public-speech-api@w3.org mailing list,
> and please use a new subject line for each new topic, so that the threads
> are easier to follow.
>
> Full draft: http://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html
> Diffs: http://dvcs.w3.org/hg/speech-api/rev/067f706eef96**
>
> Glen Shires
>
>

Received on Thursday, 10 May 2012 09:02:54 UTC