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 property values in the Dtmf element of QA controls that reference the control. Read/write.
Usage
| ASP.NET markup: | <speech:QAControlSettings Dtmf="..." /> |
| Get value: | DtmfControlSettings = QAControlSettings.Dtmf; |
| Set value: | QAControlSettings.Dtmf = DtmfControlSettings; |
| Data type: | DtmfControlSettings |
| Required: | No |
Remarks
For more information about the Dtmf property of the QA control, see Dtmf.
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)