SpeechControlSettingsItem Remarks
The SpeechControlSettingsItem control represents a collection of property value settings for any or all types of Speech Controls. SpeechControlSettingsItem controls are contained in a SpeechControlSettings collection.
When ASP.NET creates a page, it applies the property values of these SpeechControlSettingsItem controls to the corresponding properties of Speech Controls that reference the SpeechControlSettingsItem.
A SpeechControlSettings control can contain more than one SpeechControlSettingsItem control. Application authors can create a SpeechControlSettingsItem control for each application modality that requires a different set of Speech Controls properties. For example, an application might define one SpeechControlSettingsItem control for processing calls from a land-line telephone, and another for processing calls from a wireless phone. In this case, the settings for wireless calls might specify longer timeouts and higher levels of recognition confidence, in order to compensate for potential differences in signal quality.
Example
<form id="WebForm1" method="post" runat="server">
...
<speech:SpeechControlSettings id="SpeechControlSettings1" runat="server">
<Items>
<Speech:SpeechControlSettingsItem id="PromptDBSettings" runat="server">
<qa>
<prompt>
<PromptDatabases>
<Speech:PromptDatabase Source="Grammars/Prompts.PROMPTS" />
</PromptDatabases>
</prompt>
</qa>
</Speech:SpeechControlSettingsItem>
</Items>
</speech:SpeechControlSettings>
...
</form>
See Also
SpeechControlSettingsItem Class | SpeechControlSettingsItem Constructor | SpeechControlSettingsItem Members | SpeechControlSettingsItem Properties | SpeechControlSettingsItem Methods | SpeechControlSettingsItem Events