XEP-0327 v0.5 - Add an extra recognition timeout to the Input component.

This commit is contained in:
Matthew A. Miller 2014-09-23 13:25:22 -04:00
parent da567040e8
commit 62ee3b9a44
1 changed files with 20 additions and 0 deletions

View File

@ -34,6 +34,12 @@
<jid>jdecastro@voxeo.com</jid>
<uri>http://voxeolabs.com</uri>
</author>
<revision>
<version>0.5</version>
<date>2014-09-23</date>
<initials>bl</initials>
<remark><p>Add an extra recognition timeout to the Input component.</p></remark>
</revision>
<revision>
<version>0.4</version>
<date>2014-03-13</date>
@ -2599,6 +2605,13 @@ Art thou not Romeo, and a Montague?
<td>-1</td>
<td>OPTIONAL</td>
</tr>
<tr>
<td>recognition-timeout</td>
<td>Indicates the time (in milliseconds) for speech input, after speech has begun, to return a Match before triggering a Nomatch completion.</td>
<td>Integer value from 0 to MAXTIMEOUT, where MAXTIMEOUT is implementation specific, or -1 to disable.</td>
<td>-1</td>
<td>OPTIONAL</td>
</tr>
<tr>
<td>sensitivity</td>
<td>Indicates how sensitive the interpreter should be to loud versus quiet input. Higher values represent greater sensitivity.</td>
@ -3951,6 +3964,13 @@ Art thou not Romeo, and a Montague?
</documentation>
</annotation>
</attribute>
<attribute name="recognition-timeout" type="core:timeoutType" use="optional" default="-1">
<annotation>
<documentation>
Indicates the time (in milliseconds) for speech input, after speech has begun, to return a Match before triggering a Nomatch completion.
</documentation>
</annotation>
</attribute>
<attribute name="sensitivity" type="core:fractionDecimalType" use="optional" default="0.5">
<annotation>
<documentation>