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 BabbleTimeout property of QA controls that are created by the control. Read/write.
Usage
| ASP.NET markup: | <speech:ApplicationControl BabbleTimeout="..." /> |
| Get value: | Int = ApplicationControl.BabbleTimeout; |
| Set value: | ApplicationControl.BabbleTimeout = Int; |
| Data type: | Int |
| Required: | No |
Remarks
Example
The following example demonstrates the BabbleTimeout property that is used in the SocialSecurityNumber Application Speech Control.
<form id="Form1" method="post" runat="server">
...
<speech:semanticmap id="SemanticMap1" runat="server">
<speech:SemanticItem id="SemItemSSN" runat="server" BindOnChanged="True"
TargetElement="TextBoxYear" TargetAttribute="value" >
</speech:SemanticItem>
</speech:semanticmap>
<speech:SocialSecurityNumber id="SSN1" runat="server"
QuestionPrompt="quel est votre numéro d'assurance sociale?"
Separator="-"
BabbleTimeout="5000"
FirstInitialTimeout="0"
EndSilence="2500"
InitialTimeout="5000"
MaxTimeout="5000"
SemanticItem="SemItemSSN">
</speech:SocialSecurityNumber>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox>
...
</form>
See Also
ApplicationControl Class | ApplicationControl Constructor | ApplicationControl Members | ApplicationControl Properties | ApplicationControl Methods | ApplicationControl Events | ApplicationControl Remarks
.jpg)