Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
![]() |
Gets or sets the OnClientSpeechDetected property value of Reco controls that reference the control. Read/write.
Usage
| ASP.NET markup: | <speech:RecoControlSettings OnClientSpeechDetected="..." /> |
| Get value: | String = RecoControlSettings.OnClientSpeechDetected; |
| Set value: | RecoControlSettings.OnClientSpeechDetected = String; |
| Data type: | String |
| Required: | No |
Remarks
For more information about the OnClientSpeechDetected property of the Reco control, see OnClientSpeechDetected.
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
.jpg)