Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Add Recognition-Timeout as an Input attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Davis authored and benlangfeld committed Sep 23, 2014
1 parent 14d3efb commit 299f420
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions extensions/xep-0327.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2599,6 +2599,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>
Expand Down Expand Up @@ -3951,6 +3958,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>
Expand Down

0 comments on commit 299f420

Please sign in to comment.