Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
emma:derivation
An emma:derivation element contains an emma:interpretation element or container elements that represent earlier processing stages of input.
Element Definition
<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>