EndSilence Property
Gets or sets the time-out, in milliseconds, between matching a non-terminal grammar path and raising the onreco event. Read/write.
Usage
ASP.NET markup: | <speech:Dtmf EndSilence="..." /> |
Get value: | Int = Dtmf.EndSilence; |
Set value: | Dtmf.EndSilence = Int; |
Data type: | Int |
Required: | No |
Remarks
The EndSilence property represents the amount of time during which the recognition engine treats further speech input as a continuation of the current utterance, rather than as the beginning of a new utterance.
If EndSilence is not supported directly by a platform, or is not specified in the application, the value of InterDigitTimeout is used for EndSilence.
Example
<speech:Dtmf runat="server"
ID="Dtmf1"
PreFlush="True"
InitialTimeout="2500"
InterDigitTimeout="2500"
EndSilence="2000">
</speech:Dtmf>
See Also
Dtmf Class | Dtmf Constructor | Dtmf Members | Dtmf Properties | Dtmf Methods | Dtmf Events | Dtmf Remarks