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 AcceptRejectThreshold property value of QA controls that reference the control. Read/write.
Usage
| ASP.NET markup: | <speech:QAControlSettings AcceptRejectThreshold="..." /> |
| Get value: | String = QAControlSettings.AcceptRejectThreshold; |
| Set value: | QAControlSettings.AcceptRejectThreshold = String; |
| Data type: | String |
| Required: | Float |
Remarks
For more information about the AcceptRejectThreshold property of the QA control, see AcceptRejectThreshold.
Example
<form id="Form1" method="post" runat="server">
...
<speech:SpeechControlSettings ID="AllSettings" runat="server">
<Items>
<speech:SpeechControlSettingsItem ID="Settings1" runat="server">
...
<QA
FirstInitialTimeout="0"
OnClientActive="MyClientActive"
OnClientComplete="MyClientComplete"
OnClientListening="MyClientListening"
OnClientDisconnected="MyClientDisconnected"
PlayOnce="False"
XPathAcceptConfirms="SML/Yes"
XPathDenyConfirms="SML/No"
AcceptRejectThreshold="0.6"
DenyRejectThreshold="0.5">
<Prompt ... />
<Reco ... >
<Grammar ... />
</Reco>
<Dtmf/>
<Answers>
<Answer ... />
</Answers>
<ExtraAnswers>
<Answer ... />
</ExtraAnswers>
<Confirms>
<Answer ... />
</Confirms>
</QA>
...
</speech:SpeechControlSettingsItem>
</Items>
</speech:SpeechControlSettings>
...
<speech:QA Settings="Settings1" runat="server">
<!-- QA contents --!>
</speech:QA>
...
</form>
See Also
QAControlSettings Class | QAControlSettings Constructor | QAControlSettings Members | QAControlSettings Properties | QAControlSettings Methods
.jpg)