Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
emma:lattice
An emma:lattice element represents a list of transitions between emma:node elements. An emma:arc element describes one possible transition between nodes. One use for an emma:lattice is to compactly represent different interpretations from speech recognition.
Element Definition
<xs:complexType name="lattice">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="emma:arc" />
<xs:element ref="emma:node" />
</xs:choice>
<xs:attributeGroup ref="emma:lattice.attribs" />
</xs:complexType>