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 InitialTimeout property value of Reco controls that reference the control. Read/write.
Usage
| ASP.NET markup: | <speech:RecoControlSettings InitialTimeout="..." /> |
| Get value: | String = RecoControlSettings.InitialTimeout; |
| Set value: | RecoControlSettings.InitialTimeout = String; |
| Data type: | String |
| Required: | Integer |
Remarks
For more information about the InitialTimeout property of the Reco control, see InitialTimeout.
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)