Last reviewed: 3/23/2024 8:37:29 AM

<TEXTBUFFER>

A <TEXTBUFFER> element indicates that the Grammar source is provided by the application at runtime.

<GRAMMAR LANGID="409">
    <RULE ID="Choices" TOPLEVEL="ACTIVE">
        <PHRASE>one of the following</PHRASE>
        <TEXTBUFFER PROPID="ChoiceSelected"/>
    </RULE>
</GRAMMAR>

Attributes

PROPID

NAME attribute of an <ID> element. The <ID> element VAL attribute is returned when recognitions occur. This attribute is optional.

PROPNAME

String identifier to indicate that a PROPID value is returned when recognitions occur. This attribute is optional.

WEIGHT

Float value (e.g., .15) that specifies the probability that this phrase versus another phrase in the list is recognized. The combined weights of the phrases in the list should be equal to 1. This attribute is optional.

Children

none

Parents

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