Last reviewed: 3/23/2024 8:38:27 AM

<WILDCARD>

A <WILDCARD> element is a garbage word identifier for one or more non-silence sounds. It is used to allow variations of the desired phrase to be spoken yet result in a rule match.

<GRAMMAR LANGID="409">
    <RULE NAME="burgers" TOPLEVEL="ACTIVE">
         <LIST PROPNAME="burgers">
            <PHRASE>HAMBURGER <WILDCARD/></PHRASE>
            <PHRASE>CHEESEBURGER <WILDCARD/></PHRASE>
        </LIST>
    </RULE>
</GRAMMAR>

Attributes

none

Children

none

Parents

<LIST>, <OPT>, <PHRASE>, and <RULE>.