emma:derivation

Microsoft Speech Platform SDK 11

Collapse image Expand Image Copy image CopyHover image

An emma:derivation element contains an emma:interpretation element or container elements that represent earlier processing stages of input.

Element Definition

XML Copy imageCopy Code
<xs:complexType name="derivation">
  <xs:choice maxOccurs="unbounded">
    <xs:element ref="emma:interpretation" />
    <xs:element ref="emma:one-of" />
    <xs:element ref="emma:sequence" />
    <xs:element ref="emma:group" />
  </xs:choice>
</xs:complexType>

Parent Element