Param Remarks
Param is an optional control that supports non-standard configuration of the speech recognition engine.
Param controls can be used in the Reco and DialogPrompt controls to specify servers, and in the Reco and Dtmf controls to configure the handling of BargeIn. Other proprietary platforms may use Param controls to specify or configure other parameters.
Specify values of parameters in an XML namespace, in order to allow complex or structured values.
Markup
<speech:param Name = "..." > Value </param>
Examples
The following code is an example of a Param control. This example specifies the location of a remote speech recognition server for distributed architectures. The server name is https://www.fourthcoffee.com/RecoSrv.
<speech:param name="server">https://www.fourthcoffee.com/RecoSrv</speech:param>
See Also
Param Class | Param Constructor | Param Members | Param Properties | Param Methods | Param Events