'd <speechrecog>

Defines a Recognizer parameter or resource.

  • When this element appears as a child of the <speechserver> element, it contains headers that affect how the Speech Server interacts with the Recognizer (fetching parameters, timeouts, and so on).
  • When this element appears as a child of the <sessionparameters> element, it contains parameters that affect recognition directly.
  • When this element appears as a child of the <resourcehints> element, it contains language, grammar, and acoustic model resources.

For a list of parameters see <speechrecog>.

Attributes

The <speechrecog> element has one optional attribute.

Name

Data type

Default

name

CDATA

optional

Children

Parents

Sample code

  <speechrecog name="NR10">
    <param name="swirec_default_language"><value>en-US</value></param>
    <param name="swirec_model_name" xml:lang="en-US">
    <param name="param" lang ="en-US"><value>value1</value></param>
      <value>en.us/v1.1/myappmodels.hmm</value>
    </param>
    <param name="swirec_diag_tags_enable"><value>200</value></param>
  </speechrecog>