<tag>

Contains the semantic interpretation of spoken user input.

Syntax

<tag/>

Attributes

None.

Details

The format of the <tag> element content depends on the tag-format attribute in the <grammar> element. For example, if the tag-format attribute is set to "semantics/1.0-literals", then literal text tokens are used. Typically, different ASR engines have different tag-formats. Refer to the ASR engine vendor documentation for more information.

Parents

None.

Children

None.

Example

<grammar xmlns="http://www.w3.org/2001/06/grammar" 
    xml:lang="en-GB" root="ruleid" tag-format="semantics/1.0-literals"> 
    <rule id="ruleid" scope="public"> 
        <item>
            ten 
            <tag>10/tag>
        </item> 
    </rule> 
</grammar>