EndSilence Property
Gets or sets the EndSilence property value of Reco controls that reference the control. Read/write.
Usage
ASP.NET markup: | <speech:RecoControlSettings EndSilence="..." /> |
Get value: | Integer = RecoControlSettings.EndSilence; |
Set value: | RecoControlSettings.EndSilence = Integer; |
Data type: | Integer |
Required: | No |
Remarks
For more information about the EndSilence property of the Reco control, see EndSilence.
Example
<form id="Form1" method="post" runat="server">
...
<speech:SpeechControlSettings ID="AllSettings" runat="server">
<Items>
<speech:SpeechControlSettingsItem ID="Settings1" runat="server">
...
<QA ... >
...
<Reco
BabbleTimeout="5000"
EndSilence="1000"
InitialTimeout="0"
Lang="en-US"
MaxTimeout="10000"
OnClientError="MyClientError"
OnClientNoReco="MyClientNoReco"
OnClientSilence="MyClientSilence"
OnClientSpeechDetected="MyClientSpeechDetected"
Reject="0.5">
<Params>
<Param ... />
<Params>
<Grammar ... />
<Record ... />
</Reco>
...
</QA>
...
</speech:SpeechControlSettingsItem>
</Items>
</speech:SpeechControlSettings>
...
<speech:QA Settings="Settings1" runat="server">
<speech:Reco ... />
</speech:QA>
...
</form>
See Also
RecoControlSettings Class | RecoControlSettings Constructor | RecoControlSettings Members | RecoControlSettings Properties | RecoControlSettings Methods