<resourcehints>

Defines the resources section of the session.xml file.

Attributes

None.

Children

Parents

Sample code

...
  <resourcehints>
    <speechsynth>
      <resource type="voice"><param><value>jim</value></param>
      </resource>
    </speechsynth>
    <speechrecog>
      <resource type="grammar">
        <param><value>mybiggrammar.gram</value></param>
      </resource>
    </speechrecog>
  </resourcehints>
</sessionconfig>