From 62ee3b9a44beb2b26100745da65c013da37c15fb Mon Sep 17 00:00:00 2001 From: "Matthew A. Miller" Date: Tue, 23 Sep 2014 13:25:22 -0400 Subject: [PATCH] XEP-0327 v0.5 - Add an extra recognition timeout to the Input component. --- xep-0327.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/xep-0327.xml b/xep-0327.xml index 691993aa..7a8ee5f9 100644 --- a/xep-0327.xml +++ b/xep-0327.xml @@ -34,6 +34,12 @@ jdecastro@voxeo.com http://voxeolabs.com + + 0.5 + 2014-09-23 + bl +

Add an extra recognition timeout to the Input component.

+
0.4 2014-03-13 @@ -2599,6 +2605,13 @@ Art thou not Romeo, and a Montague? -1 OPTIONAL + + recognition-timeout + Indicates the time (in milliseconds) for speech input, after speech has begun, to return a Match before triggering a Nomatch completion. + Integer value from 0 to MAXTIMEOUT, where MAXTIMEOUT is implementation specific, or -1 to disable. + -1 + OPTIONAL + sensitivity Indicates how sensitive the interpreter should be to loud versus quiet input. Higher values represent greater sensitivity. @@ -3951,6 +3964,13 @@ Art thou not Romeo, and a Montague? + + + + Indicates the time (in milliseconds) for speech input, after speech has begun, to return a Match before triggering a Nomatch completion. + + +